.download-page{
  background: #04070d !important;
}

.download-main{
  min-height:100vh;
  padding-top:var(--header-h);

  background:
    linear-gradient(
      180deg,
      rgba(2,6,14,.18),
      rgba(2,6,14,.40)
    ),
    url("/assets/img/foto.png");

  background-repeat:no-repeat;
  background-position:center top;

  background-size:100% auto;
}

.download-hero{
  padding: 110px 0 60px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(3,7,16,.20),
    rgba(3,7,16,.58)
  );
}

.download-kicker{
  margin: 0 0 12px;
  color: var(--gold-2);
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.download-title {
    margin: 0;
    font-family: "Cormorant Garamond";
    font-size: clamp(3.5rem, 4vw, 4.5rem);
    font-weight: 300;
    line-height: .92;
    text-transform: uppercase;
    color: #f3efe7;
    text-shadow: 0 2px 28px rgba(0, 0, 0, .35), 0 6px 14px rgba(0, 0, 0, .25);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7));
}

.download-title span{
  background: linear-gradient(
      180deg,
      #efdbc3 0%,
      #f7d3ab 18%,
      #ffce92 38%,
      #fabd58 52%,
      #f6cb6a 70%,
      #f3dfbf 100%
  );

-webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  filter:
      drop-shadow(0 0 1px rgba(0,0,0,.7));

    text-shadow: 0 2px 28px rgba(0, 0, 0, .35), 0 6px 14px rgba(0, 0, 0, .25);
}

.download-hero p{
  max-width: 760px;
  margin: 22px auto 0;
  color: #dce6f5;
  font-size: 1.2rem;
  line-height: 1.6;
text-shadow: 0 2px 28px rgba(0, 0, 0, .35), 0 6px 14px rgba(0, 0, 0, .25);
filter: drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7));
}

.download-hero-actions{
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.download-btn{
  min-width: 230px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: .98rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.download-btn:hover{
  transform: translateY(-3px);
}

.download-btn-gold{
  color: #211606;
  border: 1px solid rgba(255,223,130,.75);
  background: linear-gradient(180deg, #f3cf73 0%, #d6aa58 100%);
  box-shadow: 0 12px 28px rgba(186,134,50,.28);
}

.download-btn-dark{
  color: #eef3ff;
  border: 1px solid rgba(216,178,110,.48);
  background: linear-gradient(180deg, rgba(20,34,65,.9), rgba(8,14,29,.92));
}

.download-section{
  padding: 58px 0;
}


.section-title{
  text-align: center;
  margin-bottom: 34px;
}

.section-title h2{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .03em;
text-shadow: 0 2px 28px rgba(0, 0, 0, .35), 0 6px 14px rgba(0, 0, 0, .25);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7));
}

.section-title p{
  margin: 12px auto 0;
  max-width: 720px;
  color: #c9d4e6;
  font-size: 1.1rem;
  line-height: 1.6;
text-shadow: 0 2px 28px rgba(0, 0, 0, .35), 0 6px 14px rgba(0, 0, 0, .25);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.1))
}

.mirror-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}


.mirror-card{
  min-height: 310px;
  padding: 34px 26px;
  border-radius: 16px;
  text-align: center;
}

.mirror-icon{
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-2);
  font-size: 2rem;
  font-weight: 900;
}

.mirror-card h3{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: #f5efdf;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.mirror-card p{
  margin: 12px 0 8px;
  color: var(--gold-2);
  font-weight: 800;
}

.mirror-card span{
  display: block;
  color: #d9e2f0;
  font-size: .95rem;
  margin-bottom: 26px;
}

.mirror-btn{
  min-width: 160px;
  min-height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(216,178,110,.72);
  color: var(--gold-2);
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: .9rem;
  background: rgba(4,8,18,.42);
}

.mirror-btn:hover{
  background: rgba(216,178,110,.12);
}

.download-note{
  margin: 24px 0 0;
  text-align: center;
  color: #b9c5d8;
  font-size: .95rem;
}

.install-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.install-card{
  position: relative;
  min-height: 270px;
  padding: 54px 22px 24px;
  border-radius: 14px;
  text-align: center;
}

.step-number{
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #211606;
  background: linear-gradient(180deg, #f3cf73, #d6aa58);
  font-weight: 900;
}

.install-card h3{
  margin: 0 0 14px;
  color: #f5efdf;
  text-transform: uppercase;
  font-size: 1rem;
}

.install-card p{
  margin: 0 0 12px;
  color: #cdd8e8;
  font-size: .92rem;
  line-height: 1.55;
}

.install-card strong{
  display: block;
  margin: 8px 0 12px;
  color: var(--gold-2);
  font-size: .95rem;
}

.faq-list{
  display: grid;
  gap: 12px;
}

.faq-item{
  min-height: 62px;
  padding: 0 24px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  gap: 20px;
}

.faq-item strong{
  color: #f0f4fc;
  font-size: .98rem;
}

.faq-item span{
  color: #bfcadd;
  font-size: .95rem;
}

@media(max-width: 1100px){
  .mirror-grid,
  .install-grid{
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 720px){
  .download-hero{
    padding: 80px 0 56px;
  }

  .mirror-grid,
  .install-grid,
  .faq-item{
    grid-template-columns: 1fr;
  }

  .faq-item{
    padding: 18px;
  }
}

.mirror-icon{
  width:90px;
  height:90px;
  margin:0 auto 22px;


  display:flex;
  justify-content:center;
  align-items:center;

}

.mirror-icon{
   height:140px;

   display:flex;

   justify-content:center;

   align-items:center;

   margin-bottom:20px;

   flex-shrink:0;
}

.mirror-icon img{
   width:auto;
   height:auto;

   max-width:none;
   max-height:none;

   object-fit:contain;
}

.step-icon{
   height:120px;

   display:flex;

   justify-content:center;

   align-items:center;

   margin-bottom:25px;

   flex-shrink:0;
}

.step-icon img{
  width:78px;
  height:105px;
  object-fit:contain;
 max-width:none;
   max-height:none;
}

.mirror-card,
.install-card,
.faq-item{
  border:1px solid rgba(173,198,255,.12);

  background:linear-gradient(
      180deg,
      rgba(8,18,42,.72),
      rgba(2,7,18,.84)
  );

  backdrop-filter:blur(10px);

  box-shadow:
      0 0 0 1px rgba(255,255,255,.03),
      0 15px 35px rgba(0,0,0,.35);

  overflow:hidden;
}

.install-card{
   justify-content:center;
   display:flex;
   flex-direction:column;
}

.download-section,
.guide-section,
.faq-section{
  background: transparent !important;
}

.download-section,
.download-hero{
  border-top: none !important;
  border-bottom: none !important;
}


.download-hero,
.download-section,
.guide-section,
.faq-section{
  background: transparent !important;
  border: none !important;
}

.download-page{
  background:
    linear-gradient(180deg, rgba(2,6,14,.08), rgba(2,6,14,.18)),
    url("/assets/img/foto.png") no-repeat center top fixed !important;

  background-size: cover !important;
}

.download-main{
  min-height: calc(100vh - var(--header-h) - 120px);
  padding-top: var(--header-h);
  background: transparent !important;
}

.download-hero,
.download-section,
.guide-section,
.faq-section{
  background: transparent !important;
  border: none !important;
}

.mirror-divider{
    margin:40px auto 12px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;

    max-width:700px;
}

.mirror-divider::before,
.mirror-divider::after{
    content:"";

    flex:1;

    height:1px;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(246,203,106,.45),
        transparent
    );
}

.mirror-divider span{
    font-family:"Cormorant Garamond", serif;

    font-size:2rem;

    font-weight:600;

    letter-spacing:2px;

    color: var(--gold-2);

    text-transform:uppercase;

text-shadow: 0 2px 28px rgba(0, 0, 0, .35), 0 6px 14px rgba(0, 0, 0, .25);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7));
}

.mirror-subtitle{
    text-align:center;

    margin-bottom:40px;

    color:#cfd8e8;

    font-size:1.1rem;
text-shadow: 0 2px 28px rgba(0, 0, 0, .35), 0 6px 14px rgba(0, 0, 0, .25);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, .7)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
    opacity: 3.9;
}

.install-card{
   display:flex;
   flex-direction:column;

   align-items:center;

   justify-content:flex-start;
}

/* finall */
