:root{
    --blush:#FFF8F6;
    --panel:#FDE6EC;
    --rose:#D94F70;
    --rose-dark:#B83A5A;
    --wine:#7A1F3D;
    --ink:#2B1B1F;
    --gold:#C9A14A;
    --white:#FFFFFF;
    --line:#F1D4DC;
    --shadow: 0 12px 30px -10px rgba(122,31,61,0.18);
  }

  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--blush);
    color:var(--ink);
    font-family:'Inter',sans-serif;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,.display{
    font-family:'Playfair Display',serif;
    color:var(--wine);
    margin:0;
  }
  a{text-decoration:none;color:inherit;}
  img{max-width:100%;display:block;}
  button{font-family:inherit;cursor:pointer;border:none;background:none;}

  /* Focus visibility */
  a:focus-visible, button:focus-visible, input:focus-visible{
    outline:2px solid var(--rose-dark);
    outline-offset:3px;
  }

  @media (prefers-reduced-motion: reduce){
    *{animation-duration:0.001ms !important; transition-duration:0.001ms !important;}
  }

  .wrap{
    max-width:1180px;
    margin:0 auto;
    padding:0 24px;
  }

  /* ---------- Petal divider signature element ---------- */
  .petal-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:6px;
    margin:0 auto;
    width:100%;
    overflow:hidden;
    padding:6px 0;
  }
  .petal-divider svg{flex:0 0 auto;}

  /* ---------- Header ---------- */
  header{
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(255,248,246,0.92);
    backdrop-filter:blur(8px);
    border-bottom:1px solid var(--line);
  }
  .nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 24px;
  }
  .brand{
    display:flex;
    align-items:center;
    gap:10px;
  }
  .brand .mark{
    width:38px;height:38px;border-radius:50%;
    background:linear-gradient(135deg,var(--rose),var(--wine));
    display:flex;align-items:center;justify-content:center;
    color:white;font-family:'Playfair Display',serif;font-weight:700;font-size:18px;
    flex:0 0 auto;
  }
  .brand .name{
    font-family:'Playfair Display',serif;
    font-size:1.25rem;
    font-weight:700;
    color:var(--wine);
    line-height:1.1;
  }
  .brand .name span{
    display:block;
    font-family:'Inter',sans-serif;
    font-size:0.62rem;
    letter-spacing:0.16em;
    color:var(--rose-dark);
    font-weight:600;
    text-transform:uppercase;
  }
  .nav-links{
    display:flex;
    gap:20px;
    font-weight:600;
    font-size:0.86rem;
    color:var(--ink);
  }
  .nav-links a{
    position:relative;
    padding:4px 0;
    transition:color .2s;
  }
  .nav-links a:hover{color:var(--rose-dark);}
  .nav-cta{
    display:flex;
    align-items:center;
    gap:14px;
  }
  .icon-btn{
    width:38px;height:38px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    background:var(--panel);
    color:var(--wine);
    transition:background .2s;
  }
  .icon-btn:hover{background:var(--rose);color:white;}
  .menu-toggle{display:none;}

  @media (max-width:860px){
    .nav-links{display:none;}
    .menu-toggle{display:flex;}
  }

  /* ---------- Hero ---------- */
  .hero{
    position:relative;
    padding:72px 24px 64px;
    overflow:hidden;
  }
  .hero-grid{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:48px;
    align-items:center;
  }
  .hero-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:var(--panel);
    color:var(--rose-dark);
    font-weight:600;
    font-size:0.78rem;
    letter-spacing:0.08em;
    text-transform:uppercase;
    padding:7px 14px;
    border-radius:999px;
    margin-bottom:20px;
  }
  .hero h1{
    font-size:clamp(2.2rem,4.4vw,3.4rem);
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;
  }
  .hero h1 em{
    font-style:italic;
    color:var(--rose);
  }
  .hero p.lede{
    margin-top:20px;
    font-size:1.08rem;
    color:#5c4047;
    max-width:480px;
    line-height:1.6;
  }
  .hero-actions{
    display:flex;
    gap:14px;
    margin-top:32px;
    flex-wrap:wrap;
  }
  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:14px 26px;
    border-radius:10px;
    font-weight:600;
    font-size:0.95rem;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  }
  .btn-primary{
    background:var(--rose);
    color:white;
    box-shadow:var(--shadow);
  }
  .btn-primary:hover{background:var(--rose-dark); transform:translateY(-2px);}
  .btn-outline{
    background:transparent;
    color:var(--wine);
    border:1.5px solid var(--wine);
  }
  .btn-outline:hover{background:var(--wine); color:white;}
  .btn-whatsapp{
    background:#25D366;
    color:white;
  }
  .btn-whatsapp:hover{background:#1ebc59; transform:translateY(-2px);}
  .btn-block{width:100%;}
  .btn-sm{padding:10px 16px; font-size:0.85rem;}

  .hero-stats{
    display:flex;
    gap:28px;
    margin-top:40px;
    flex-wrap:wrap;
  }
  .hero-stats .stat strong{
    display:block;
    font-family:'Playfair Display',serif;
    font-size:1.5rem;
    color:var(--wine);
  }
  .hero-stats .stat span{
    font-size:0.78rem;
    color:#8a6b73;
    text-transform:uppercase;
    letter-spacing:0.06em;
  }

  .hero-visual{
    position:relative;
    display:flex;
    justify-content:center;
  }
  .hero-card{
    background:var(--panel);
    border-radius:28px;
    padding:18px;
    box-shadow:var(--shadow);
    width:100%;
    max-width:380px;
    position:relative;
  }
  .hero-card .frame{
    border-radius:20px;
    overflow:hidden;
    aspect-ratio:3/4;
    background:linear-gradient(160deg,#f7c9d4,#e8a3b8);
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .hero-card .frame svg{width:60%;height:60%;opacity:0.85;}
  .hero-badge{
    position:absolute;
    bottom:-18px;
    left:-18px;
    background:white;
    border-radius:16px;
    padding:12px 16px;
    box-shadow:var(--shadow);
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    font-size:0.85rem;
  }
  .hero-badge .dot{
    width:34px;height:34px;border-radius:50%;
    background:var(--rose);
    color:white;
    display:flex;align-items:center;justify-content:center;
    font-size:1rem;
  }

  /* ---------- Section heading ---------- */
  .section{padding:64px 24px;}
  .section-head{
    text-align:center;
    max-width:620px;
    margin:0 auto 44px;
  }
  .section-head .eyebrow{
    color:var(--rose-dark);
    font-weight:700;
    font-size:0.78rem;
    letter-spacing:0.14em;
    text-transform:uppercase;
  }
  .section-head h2{
    font-size:clamp(1.7rem,3vw,2.3rem);
    margin-top:10px;
    font-weight:700;
  }
  .section-head p{
    margin-top:14px;
    color:#6b4e55;
    line-height:1.6;
  }

  /* ---------- Category strip ---------- */
  .cats{
    display:flex;
    gap:14px;
    justify-content:center;
    flex-wrap:wrap;
    margin-bottom:48px;
  }
  .cat-chip{
    padding:10px 20px;
    border-radius:999px;
    background:white;
    border:1.5px solid var(--line);
    font-weight:600;
    font-size:0.88rem;
    color:var(--ink);
    transition:all .2s;
  }
  .cat-chip.active, .cat-chip:hover{
    background:var(--wine);
    border-color:var(--wine);
    color:white;
  }

  /* ---------- Product grid ---------- */
  .grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
  }
  @media (max-width:980px){ .grid{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:620px){ .grid{grid-template-columns:1fr;} }

  .card{
    background:white;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 6px 18px -8px rgba(122,31,61,0.12);
    border:1px solid var(--line);
    display:flex;
    flex-direction:column;
    transition:transform .25s ease, box-shadow .25s ease;
  }
  .card:hover{
    transform:translateY(-5px);
    box-shadow:0 16px 30px -12px rgba(122,31,61,0.22);
  }

  .carousel{
    position:relative;
    aspect-ratio:4/5;
    background:linear-gradient(160deg,#fbe2e8,#f4c4d1);
    overflow:hidden;
  }
  .carousel .slides{
    display:flex;
    height:100%;
    transition:transform .35s ease;
  }
  .carousel .slide{
    flex:0 0 100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
  }
  .carousel .slide svg{width:42%;height:42%;opacity:0.8;}
  .carousel .slide .tag{
    position:absolute;
    top:12px;
    left:12px;
    background:var(--wine);
    color:white;
    font-size:0.68rem;
    font-weight:700;
    letter-spacing:0.05em;
    text-transform:uppercase;
    padding:5px 10px;
    border-radius:999px;
  }
  .carousel-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:30px;height:30px;
    border-radius:50%;
    background:rgba(255,255,255,0.85);
    display:flex;align-items:center;justify-content:center;
    color:var(--wine);
    font-size:0.85rem;
    box-shadow:0 2px 8px rgba(0,0,0,0.12);
    transition:background .2s;
  }
  .carousel-nav:hover{background:white;}
  .carousel-nav.prev{left:10px;}
  .carousel-nav.next{right:10px;}
  .carousel-dots{
    position:absolute;
    bottom:10px;
    left:0;right:0;
    display:flex;
    justify-content:center;
    gap:6px;
  }
  .carousel-dots .d{
    width:6px;height:6px;border-radius:50%;
    background:rgba(255,255,255,0.65);
    transition:background .2s, width .2s;
  }
  .carousel-dots .d.on{background:white; width:16px; border-radius:4px;}

  .card-body{
    padding:18px 18px 20px;
    display:flex;
    flex-direction:column;
    gap:10px;
    flex:1;
  }
  .card-body .cat-label{
    font-size:0.7rem;
    font-weight:700;
    color:var(--gold);
    letter-spacing:0.08em;
    text-transform:uppercase;
  }
  .card-body h3{
    font-size:1.12rem;
    font-weight:600;
    color:var(--ink);
    font-family:'Playfair Display',serif;
  }
  .card-body .desc{
    font-size:0.86rem;
    color:#7a5d63;
    line-height:1.5;
    flex:1;
  }
  .price-row{
    display:flex;
    align-items:baseline;
    gap:10px;
  }
  .price-row .price{
    font-size:1.2rem;
    font-weight:700;
    color:var(--wine);
  }
  .price-row .was{
    font-size:0.85rem;
    color:#b08b92;
    text-decoration:line-through;
  }
  .card-ctas{
    display:flex;
    gap:10px;
    margin-top:6px;
  }
  .card-ctas .btn{flex:1; padding:11px 10px; font-size:0.82rem;}

  /* ---------- Trust strip ---------- */
  .trust{
    background:var(--wine);
    padding:40px 24px;
  }
  .trust .wrap{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:24px;
  }
  .trust-item{
    display:flex;
    align-items:center;
    gap:12px;
    color:white;
    flex:1;
    min-width:200px;
  }
  .trust-item .ic{
    width:42px;height:42px;border-radius:50%;
    background:rgba(255,255,255,0.14);
    display:flex;align-items:center;justify-content:center;
    flex:0 0 auto;
  }
  .trust-item strong{display:block; font-size:0.92rem;}
  .trust-item span{font-size:0.78rem; color:#e8c7d2;}

  /* ---------- About / story ---------- */
  .story{
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:56px;
    align-items:center;
  }
  @media (max-width:860px){ .story{grid-template-columns:1fr;} }
  .story-visual{
    background:var(--panel);
    border-radius:24px;
    aspect-ratio:1/1;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .story-visual svg{width:50%;height:50%;}
  .story-text .eyebrow{
    color:var(--rose-dark);
    font-weight:700;
    font-size:0.78rem;
    letter-spacing:0.14em;
    text-transform:uppercase;
  }
  .story-text h2{
    margin-top:10px;
    font-size:clamp(1.6rem,2.8vw,2.1rem);
  }
  .story-text p{
    margin-top:16px;
    color:#6b4e55;
    line-height:1.7;
  }
  .story-points{
    margin-top:22px;
    display:flex;
    flex-direction:column;
    gap:14px;
  }
  .story-points .point{
    display:flex;
    gap:12px;
    align-items:flex-start;
  }
  .story-points .point .ic{
    width:28px;height:28px;border-radius:50%;
    background:var(--rose);
    color:white;
    display:flex;align-items:center;justify-content:center;
    font-size:0.78rem;
    flex:0 0 auto;
    margin-top:2px;
  }
  .story-points .point div strong{display:block; font-size:0.95rem;}
  .story-points .point div span{font-size:0.85rem; color:#7a5d63;}

  /* ---------- CTA banner ---------- */
  .cta-banner{
    background:linear-gradient(120deg,var(--rose),var(--wine));
    border-radius:28px;
    padding:56px 40px;
    text-align:center;
    color:white;
    position:relative;
    overflow:hidden;
  }
  .cta-banner h2{color:white; font-size:clamp(1.6rem,3vw,2.2rem);}
  .cta-banner p{
    margin-top:12px;
    color:#fbdce4;
    max-width:480px;
    margin-left:auto;
    margin-right:auto;
  }
  .cta-banner .hero-actions{justify-content:center; margin-top:28px;}
  .cta-banner .btn-outline{
    border-color:white;
    color:white;
  }
  .cta-banner .btn-outline:hover{background:white; color:var(--wine);}

  /* ---------- Footer ---------- */
  footer{
    background:#2B1418;
    color:#e8cdd4;
    padding:56px 24px 28px;
  }
  .footer-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1.2fr;
    gap:36px;
  }
  @media (max-width:860px){ .footer-grid{grid-template-columns:1fr 1fr;} }
  @media (max-width:560px){ .footer-grid{grid-template-columns:1fr;} }
  footer h4{
    color:white;
    font-family:'Inter',sans-serif;
    font-size:0.85rem;
    text-transform:uppercase;
    letter-spacing:0.08em;
    margin-bottom:16px;
  }
  footer .brand .name{color:white;}
  footer p.about{
    font-size:0.88rem;
    line-height:1.6;
    color:#cba3ab;
    margin-top:14px;
    max-width:280px;
  }
  footer ul{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px;}
  footer ul a{font-size:0.88rem; color:#e8cdd4; transition:color .2s;}
  footer ul a:hover{color:white;}
  .footer-bottom{
    margin-top:40px;
    padding-top:24px;
    border-top:1px solid rgba(255,255,255,0.08);
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:12px;
    font-size:0.8rem;
    color:#a9818a;
  }

  /* ---------- Floating WhatsApp ---------- */
  .float-wa{
    position:fixed;
    bottom:24px;
    right:24px;
    z-index:60;
    background:#25D366;
    color:white;
    width:58px;height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 26px -6px rgba(0,0,0,0.32);
    transition:transform .2s;
  }
  .float-wa:hover{transform:scale(1.08);}

  /* ---------- Modal ---------- */
  .modal-overlay{
    position:fixed;
    inset:0;
    background:rgba(43,27,31,0.55);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:100;
    padding:20px;
  }
  .modal-overlay.open{display:flex;}
  .modal{
    background:white;
    border-radius:22px;
    max-width:880px;
    width:100%;
    max-height:88vh;
    overflow-y:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    position:relative;
  }
  @media (max-width:720px){ .modal{grid-template-columns:1fr;} }
  .modal-close{
    position:absolute;
    top:16px;right:16px;
    width:34px;height:34px;
    border-radius:50%;
    background:rgba(255,255,255,0.9);
    display:flex;align-items:center;justify-content:center;
    color:var(--wine);
    font-size:1rem;
    z-index:5;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
  }
  .modal-visual{
    background:linear-gradient(160deg,#fbe2e8,#f4c4d1);
    position:relative;
  }
  .modal-visual .carousel{aspect-ratio:auto; height:100%; min-height:320px;}
  .modal-info{
    padding:32px 30px;
    display:flex;
    flex-direction:column;
  }
  .modal-info .cat-label{
    font-size:0.72rem;
    font-weight:700;
    color:var(--gold);
    letter-spacing:0.08em;
    text-transform:uppercase;
  }
  .modal-info h3{
    font-size:1.5rem;
    margin-top:8px;
    font-family:'Playfair Display',serif;
  }
  .modal-info .price-row{margin-top:12px;}
  .modal-info .desc{
    margin-top:16px;
    font-size:0.92rem;
    color:#6b4e55;
    line-height:1.7;
  }
  .modal-info .specs{
    margin-top:18px;
    display:flex;
    flex-direction:column;
    gap:8px;
  }
  .modal-info .specs .spec{
    display:flex;
    justify-content:space-between;
    font-size:0.85rem;
    padding:8px 0;
    border-bottom:1px dashed var(--line);
  }
  .modal-info .specs .spec span:first-child{color:#9a7780; font-weight:600;}
  .modal-info .card-ctas{margin-top:24px;}

  /* Utility */
  .visually-hidden{
    position:absolute;
    width:1px;height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
  }


/* ===== CUSTOM THEME: PINK BACKGROUND, WHITE HEADINGS, BLACK TEXT ===== */
:root{
  --blush:#E85A9B;
  --panel:#E85A9B;
  --rose:#FFFFFF;
  --rose-dark:#FFFFFF;
  --wine:#FFFFFF;
  --ink:#111111;
  --gold:#FFFFFF;
  --white:#FFFFFF;
  --line:rgba(255,255,255,0.28);
  --shadow:0 12px 30px -10px rgba(0,0,0,0.22);
}

html, body{
  background:#E85A9B !important;
  color:#111111 !important;
}

body,
header,
.hero,
.section,
.trust,
footer,
.cta-banner,
.hero-card,
.hero-card .frame,
.story-visual,
.modal,
.modal-visual,
.modal-info,
.carousel{
  background:#E85A9B !important;
}

header{
  border-bottom:1px solid rgba(255,255,255,0.35) !important;
  backdrop-filter:blur(8px);
}

h1,h2,h3,h4,h5,h6,
.display,
.brand .name,
.brand .name span,
.hero h1,
.hero h1 em,
.section-head h2,
.section-head .eyebrow,
.story-text h2,
.story-text .eyebrow,
.cta-banner h2,
footer h4,
.hero-stats .stat strong,
.hero-stats .stat span{
  color:#FFFFFF !important;
}

p,
.lede,
.section-head p,
.story-text p,
.story-points .point div span,
.card-body .desc,
.modal-info .desc,
.price-row .was,
footer p.about,
footer li,
.footer-bottom,
.nav-links a,
.cat-label,
.modal-info .cat-label,
.card-body .cat-label,
.price-row .price,
.card-body h3{
  color:#111111 !important;
}

/* Header and footer links stay white for visibility */
header .nav-links a,
footer a,
footer ul a,
footer .brand .name{
  color:#FFFFFF !important;
}

/* Product cards with soft pink glass look */
.card,
.hero-badge,
.cat-chip,
.modal,
.icon-btn{
  background:rgba(255,255,255,0.16) !important;
  border:1px solid rgba(255,255,255,0.35) !important;
  box-shadow:0 12px 28px rgba(0,0,0,0.12) !important;
}

.card-body h3,
.modal-info h3{
  color:#FFFFFF !important;
}

.card-body .desc,
.modal-info .desc,
.modal-info .specs .spec,
.modal-info .specs .spec span,
.card-body .cat-label,
.modal-info .cat-label,
.price-row .price{
  color:#111111 !important;
}

.hero-eyebrow,
.cat-chip.active,
.cat-chip:hover,
.story-points .point .ic,
.hero-badge .dot,
.carousel .slide .tag,
.brand .mark{
  background:#FFFFFF !important;
  color:#E85A9B !important;
  border-color:#FFFFFF !important;
}

.btn-primary,
.btn-outline,
.btn-whatsapp{
  background:#FFFFFF !important;
  color:#E85A9B !important;
  border:2px solid #FFFFFF !important;
}

.btn-primary:hover,
.btn-outline:hover,
.btn-whatsapp:hover{
  background:#FFF5FA !important;
  color:#E85A9B !important;
  transform:translateY(-2px);
}

.hero-badge,
.hero-badge div,
.hero-badge br{
  color:#111111 !important;
}

.trust{
  border-top:1px solid rgba(255,255,255,0.35) !important;
  border-bottom:1px solid rgba(255,255,255,0.35) !important;
}

.trust-item strong{
  color:#FFFFFF !important;
}
.trust-item span{
  color:#111111 !important;
}
.trust-item .ic{
  background:rgba(255,255,255,0.18) !important;
}

footer{
  border-top:1px solid rgba(255,255,255,0.35) !important;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.25) !important;
}

.carousel-nav,
.modal-close{
  background:#FFFFFF !important;
  color:#E85A9B !important;
}

.carousel-dots .d{background:rgba(255,255,255,0.65) !important;}
.carousel-dots .d.on{background:#FFFFFF !important;}

.petal-divider svg g{fill:#FFFFFF !important; opacity:.45 !important;}

.float-wa{
  background:#FFFFFF !important;
  color:#E85A9B !important;
}
.float-wa svg{fill:#E85A9B !important;}

.nav-links a:hover,
footer ul a:hover{
  color:#FFF5FA !important;
  opacity:.85;
}

/* Keep every Home-page product image at one consistent size */
#productGrid .card{display:flex;flex-direction:column;height:100%}
#productGrid .carousel{height:300px!important;min-height:300px!important;aspect-ratio:auto!important;overflow:hidden}
#productGrid .carousel .slides,#productGrid .carousel .slide{height:300px!important}
#productGrid .carousel .slide img{width:100%!important;height:300px!important;object-fit:cover!important;object-position:center top!important;background:transparent!important;display:block!important}
#productGrid .card-body{display:flex;flex-direction:column;flex:1}
#productGrid .card-ctas{margin-top:auto}
@media(max-width:575px){#productGrid .carousel,#productGrid .carousel .slides,#productGrid .carousel .slide,#productGrid .carousel .slide img{height:250px!important;min-height:250px!important}}

/* Home product images: single, fixed-size display (no slider controls). */
.home-single-image .slides { width: 100% !important; transform: none !important; }
.home-single-image .slide { width: 100% !important; flex: 0 0 100% !important; }
.home-single-image .slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== FINAL HOME HERO: use assets/home.png, preserve existing content/layout ===== */
.hero{
  background-image:
    linear-gradient(90deg, rgba(215,45,111,.97) 0%, rgba(215,45,111,.92) 34%, rgba(215,45,111,.48) 51%, rgba(215,45,111,.05) 72%),
    url('../assets/home.png') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
.hero .hero-grid{grid-template-columns:minmax(340px,520px) 1fr!important;position:relative;z-index:1}
.hero .hero-visual{visibility:hidden!important;pointer-events:none!important}
.hero h1,.hero h1 em,.hero p.lede,.hero-stats .stat strong,.hero-stats .stat span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 2px 10px rgba(73,0,29,.22);
}
.hero-eyebrow{background:#fff!important;color:#e64f94!important;-webkit-text-fill-color:#e64f94!important}
.hero .btn-primary,.hero .btn-whatsapp{background:#fff!important;color:#e64f94!important;-webkit-text-fill-color:#e64f94!important;border-color:#fff!important}
.hero .btn-primary:hover,.hero .btn-whatsapp:hover{background:#fff5fa!important;color:#d93478!important;-webkit-text-fill-color:#d93478!important}
@media(max-width:760px){
  .hero{background-position:62% center!important}
  .hero:after{content:"";position:absolute;inset:0;background:rgba(202,39,101,.35);pointer-events:none}
  .hero .hero-grid{grid-template-columns:1fr!important;position:relative;z-index:1}
}


/* Hero responsive update */
.hero-section,.hero-banner,.hero{
  min-height:850px !important;
}
@media (max-width:991px){
.hero-section,.hero-banner,.hero{min-height:700px !important;}
}
@media (max-width:767px){
.hero-section,.hero-banner,.hero{min-height:720px !important;background-position:center center !important;}
.hero-content{padding:80px 25px 50px !important;text-align:center;}
.hero-buttons{display:flex;flex-direction:column;gap:15px;}
.hero-buttons .btn,.hero-buttons a{width:100%;}
.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;}
}


/* ===== HOME BANNER MOBILE OPTIMIZATION ===== */
@media (max-width: 767px){
  body.home-page .hero{
    min-height:auto!important;
    padding:72px 20px 42px!important;
    background-position:68% center!important;
    display:block!important;
  }
  body.home-page .hero:after{
    background:linear-gradient(180deg,rgba(167,17,74,.78) 0%,rgba(202,39,101,.70) 56%,rgba(202,39,101,.82) 100%)!important;
  }
  body.home-page .hero .hero-grid{
    min-height:0!important;
    width:100%!important;
    max-width:560px!important;
    margin:0 auto!important;
    gap:0!important;
    text-align:center!important;
  }
  body.home-page .hero-eyebrow{
    margin:0 auto 16px!important;
    font-size:.7rem!important;
    padding:7px 12px!important;
  }
  body.home-page .hero h1{
    font-size:clamp(2.35rem,12vw,3.35rem)!important;
    line-height:1.02!important;
    margin:0!important;
    letter-spacing:-.025em!important;
  }
  body.home-page .hero p.lede{
    max-width:480px!important;
    margin:18px auto 0!important;
    font-size:.96rem!important;
    line-height:1.6!important;
  }
  body.home-page .hero .hero-actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:11px!important;
    margin-top:24px!important;
  }
  body.home-page .hero .hero-actions .btn{
    width:100%!important;
    min-height:48px!important;
    padding:13px 18px!important;
  }
  body.home-page .hero .hero-stats{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:28px!important;
    align-items:start!important;
  }
  body.home-page .hero .hero-stats .stat{
    min-width:0!important;
    padding:10px 4px!important;
    border-radius:10px!important;
    background:rgba(120,0,44,.18)!important;
    backdrop-filter:blur(2px);
  }
  body.home-page .hero .hero-stats .stat strong{
    font-size:1.2rem!important;
    line-height:1.1!important;
  }
  body.home-page .hero .hero-stats .stat span{
    display:block!important;
    margin-top:4px!important;
    font-size:.61rem!important;
    line-height:1.3!important;
    letter-spacing:.035em!important;
  }
}

@media (max-width: 390px){
  body.home-page .hero{padding:62px 16px 34px!important;background-position:70% center!important}
  body.home-page .hero h1{font-size:2.25rem!important}
  body.home-page .hero p.lede{font-size:.9rem!important}
  body.home-page .hero .hero-stats{grid-template-columns:1fr!important}
  body.home-page .hero .hero-stats .stat{padding:8px 10px!important}
}
