 /* ── GLOBAL BODY BASE ── */
body { font-size: 16px !important; }

/* ── MEGA ── */
.mega-head span { font-size: 18px !important; }
.mega-col ul li a { font-size: 16px !important; }

/* ── SECTION ── */
.sec-sub { font-size: 16px !important; }

/* ── CATEGORY CARDS ── */
.cat-body h4 { font-size: 18px !important; }
.cat-body p  { font-size: 16px !important; }

/* ── COUPLE / SERVICE CARDS ── */
.sc-text h4 { font-size: 16px !important; }
.sc-text p  { font-size: 15px !important; }

/* ── PRODUCT CARDS ── */
.prod-name  { font-size: 18px !important; }
.prod-cat   { font-size: 15px !important; }
.prod-old   { font-size: 16px !important; }
.prod-rev   { font-size: 16px !important; }

/* ── CATEGORY TABS ── */
.cat-tab { font-size: 16px !important; }

/* ── HOW IT WORKS STEPS ── */
.step h4 { font-size: 18px !important; }
.step p  { font-size: 16px !important; }

/* ── WHY US CARDS ── */
.why-card h4 { font-size: 18px !important; }
.why-card p  { font-size: 16px !important; }

/* ── TESTIMONIALS ── */
.testi-text { font-size: 16px !important; }
.tav-name   { font-size: 18px !important; }
.tav-loc    { font-size: 16px !important; }

/* ── CTA BANNER ── */
.cta-banner p { font-size: 16px !important; }

/* ── FOOTER ── */
.footer-col h5           { font-size: 18px !important; }
.footer-col ul li a      { font-size: 16px !important; }
.footer-desc             { font-size: 16px !important; }
.footer-credit           { font-size: 16px !important; }
.pay-badge               { font-size: 16px !important; }
.footer-newsletter p     { font-size: 16px !important; }
.footer-newsletter input { font-size: 16px !important; }
.footer-newsletter button{ font-size: 16px !important; }
.footer-wa-box p         { font-size: 16px !important; }

/* ── TRUST BAR ── */
.trust-item { font-size: 16px !important; }
:root{
  --gold:#C8883A;
  --gold-light:#F0C87A;
  --gold-pale:#FFF3DC;
  --gold-dark:#8B5E20;
  --bg:#FAFAF8;
  --bg-warm:#F7F3EE;
  --dark:#12100E;
  --dark2:#1E1A16;
  --dark3:#2C2420;
  --text:#1A1612;
  --text2:#5C4A35;
  --text3:#9C8370;
  --border:#E8DDD0;
  --white:#FFFFFF;
  --radius:6px;
  --radius-lg:10px;
  --font-display:'Cormorant Garamond',Georgia,serif;
  --font-body:'Outfit',sans-serif;
  --shadow:0 1px 3px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.05);
  --shadow-hover:0 4px 24px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.06);
  --trans:.2s ease;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);font-size:15px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;width:100%;height:100%;object-fit:cover;}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{cursor:pointer;font-family:var(--font-body);border:none;background:none}

::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-track{background:var(--bg)}
::-webkit-scrollbar-thumb{background:var(--gold);border-radius:2px}

/* ── TOPBAR ── */
.topbar{background:var(--dark);height:34px;overflow:hidden;position:relative;display:flex;align-items:center}
.topbar::before,.topbar::after{content:'';position:absolute;top:0;width:60px;height:100%;z-index:2;pointer-events:none}
.topbar::before{left:0;background:linear-gradient(to right,var(--dark),transparent)}
.topbar::after{right:0;background:linear-gradient(to left,var(--dark),transparent)}
.topbar-track{display:flex;align-items:center;white-space:nowrap;animation:tick 30s linear infinite}
.topbar-track:hover{animation-play-state:paused}
.topbar-item{display:inline-flex;align-items:center;gap:.4rem;padding:0 1.8rem;font-size:13px;font-weight:500;letter-spacing:.04em;color:rgba(255,255,255,.75)}
.topbar-item i{color:var(--gold-light);font-size:.7rem}
.topbar-dot{width:3px;height:3px;border-radius:50%;background:var(--gold);opacity:.4;flex-shrink:0}
@keyframes tick{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ── HEADER ── */
.header{position:sticky;top:0;z-index:200;background:rgba(250,250,248,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.nav{display:flex;align-items:center;justify-content:space-between;height:64px;max-width:1280px;margin:0 auto;padding:0 1.25rem;gap:1rem}
.logo{display:flex;align-items:center;gap:.7rem}
.logo-icon{width:34px;height:34px;background:var(--gold);border-radius:7px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.95rem;flex-shrink:0}
.logo-text{font-family:var(--font-display);font-size:1.3rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}
.logo-sub{display:block;font-family:var(--font-body);font-size:.6rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--text3);margin-top:-1px}
.nav-links{display:flex;align-items:center;gap:.1rem}
.nav-links>li>a{font-size:15px;font-weight:500;color:var(--text2);padding:.4rem .8rem;border-radius:var(--radius);transition:var(--trans)}
.nav-links>li>a:hover{color:var(--gold);background:var(--gold-pale)}
.nav-actions{display:flex;align-items:center;gap:.25rem}
.icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);color:var(--text2);font-size:.95rem;transition:var(--trans);position:relative}
.icon-btn:hover{background:var(--bg-warm);color:var(--gold)}
.cart-badge{position:absolute;top:3px;right:3px;width:15px;height:15px;background:var(--gold);color:#fff;font-size:8px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}
.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;gap:5px;border-radius:var(--radius);cursor:pointer;transition:var(--trans)}
.hamburger:hover{background:var(--bg-warm)}
.hamburger span{display:block;width:20px;height:2px;background:var(--text2);border-radius:2px;transition:var(--trans)}

/* Mobile Nav */
.mobile-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:500;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}
.mobile-nav.open{visibility:visible;opacity:1}
.mobile-nav-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5)}
.mobile-nav-drawer{position:absolute;top:0;left:0;bottom:0;width:280px;background:var(--white);transform:translateX(-100%);transition:transform .35s cubic-bezier(.77,0,.18,1);overflow-y:auto}
.mobile-nav.open .mobile-nav-drawer{transform:translateX(0)}
.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}
.mobile-drawer-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text2);font-size:.9rem;cursor:pointer;transition:var(--trans)}
.mobile-drawer-close:hover{background:var(--bg-warm)}
.mobile-nav-list{padding:.5rem 0}
.mobile-nav-list li a{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.25rem;font-size:15px;font-weight:500;color:var(--text2);border-bottom:1px solid var(--border);transition:var(--trans)}
.mobile-nav-list li a:hover,.mobile-nav-list li a.active{color:var(--gold);background:var(--gold-pale)}
.mobile-nav-list li a i{width:18px;color:var(--gold);font-size:.85rem}

/* MEGA */
.mega-wrap { position: static; }
/*.mega-wrap:hover .mega { display: flex; flex-direction: row; flex-wrap: wrap; }*/

.mega {
  display: none;
  position: absolute;
  top: 100%; left: 0; right: 0;
  width: 100%;
  transform: none;
  background: var(--white);
  border-top: 2px solid var(--gold);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: 0 16px 48px rgba(0,0,0,.1);
  padding: 1.25rem 2rem;
  gap: .3rem .5rem;
  z-index: 300;
}

.mega-sub-link {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .55rem .85rem;
  border-radius: var(--radius);
  color: var(--text2);
  font-size: 14px;
  font-weight: 500;
  transition: var(--trans);
  white-space: nowrap;
}
.mega-sub-link:hover {
  color: var(--gold-dark);
  background: var(--gold-pale);
}
.mega-sub-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  opacity: .45;
  transition: opacity .2s;
}
.mega::before {
  content: '';
  position: absolute;
  top: -55px !important;
  left: 0;
  right: 0;
  height: 10px;
}
.mega-sub-link:hover .mega-sub-dot { opacity: 1; }
.mega-col { flex: 0 0 auto; min-width: 160px; }
.mega-head{display:flex;align-items:center;gap:.4rem;padding:.45rem .7rem;border-radius:var(--radius);background:var(--gold-pale);margin-bottom:.4rem}
.mega-head i{color:var(--gold);font-size:.85rem}
.mega-head span{font-size:18px;font-weight:600;color:var(--gold-dark);letter-spacing:.02em}
.mega-col ul li a{display:block;font-size:16px;color:var(--text2);padding:.3rem .7rem;border-radius:var(--radius);transition:var(--trans)}
.mega-col ul li a:hover{color:var(--gold);background:var(--gold-pale);padding-left:1rem}
.site-logo{
    width:192px;
    height:47px;
    object-fit:contain;
}

/* Mobile */
@media (max-width: 768px){
    .site-logo{
        width:150px;
        height:auto;
    }
}
/* ══════════════════════════════════════
   WHITE FOOTER WITH TWINKLE LIGHTS (NEW)
══════════════════════════════════════ */
.footer{
  background:#fff;
  padding:0;
  border-top:1px solid #E8DDD0;
  position:relative;
  overflow:hidden;
}

/* Twinkle lights string */
.twinkle-lights{
  width:100%;
  height:60px;
  position:relative;
  background:linear-gradient(180deg,#181818 0%,#181818 100%);
  overflow:hidden;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}
.lights-wire{
  position:absolute;
  top:0px;
  left:0;right:0;
  height:2px;
  background:linear-gradient(90deg,transparent 0%,#c9a96e 3%,#8B5E20 10%,#8B5E20 90%,#c9a96e 97%,transparent 100%);
  z-index:1;
}
.lights-row{
  position:absolute;
  top:0;left:0;right:0;
  height:60px;
  display:flex;
  align-items:flex-start;
  padding-top:0px;
  z-index:2;
}
/* Each bulb is a li */
.light-bulb{
  position:relative;
  flex-shrink:0;
}
.light-bulb::before{
  content:'';
  display:block;
  width:2px;
  height:12px;
  background:#8B5E20;
  margin:0 auto;
}
.bulb-body{
  width:10px;
  height:14px;
  border-radius:50% 50% 45% 45%;
  margin:0 auto;
  position:relative;
  animation:twinkle 1.5s ease-in-out infinite alternate;
  box-shadow:0 0 6px 2px currentColor;
}
.bulb-cap{
  width:12px;
  height:4px;
  background:#888;
  border-radius:2px 2px 0 0;
  margin:-1px auto 0;
}

/* Colour variants */
.bulb-gold .bulb-body{background:#FFD700;color:#FFD700}
.bulb-red .bulb-body{background:#FF4444;color:#FF4444}
.bulb-green .bulb-body{background:#44CC44;color:#44CC44}
.bulb-blue .bulb-body{background:#4488FF;color:#4488FF}
.bulb-pink .bulb-body{background:#FF88CC;color:#FF88CC}
.bulb-orange .bulb-body{background:#FF8800;color:#FF8800}
.bulb-white .bulb-body{background:#FFFFF0;color:#fffcd1;box-shadow:0 0 8px 3px rgba(255,255,200,.9)}

/* Stagger delays so they blink asynchronously */
.light-bulb:nth-child(1) .bulb-body{animation-delay:0s}
.light-bulb:nth-child(2) .bulb-body{animation-delay:.18s}
.light-bulb:nth-child(3) .bulb-body{animation-delay:.36s}
.light-bulb:nth-child(4) .bulb-body{animation-delay:.54s}
.light-bulb:nth-child(5) .bulb-body{animation-delay:.72s}
.light-bulb:nth-child(6) .bulb-body{animation-delay:.90s}
.light-bulb:nth-child(7) .bulb-body{animation-delay:1.08s}
.light-bulb:nth-child(8) .bulb-body{animation-delay:1.26s}
.light-bulb:nth-child(9) .bulb-body{animation-delay:1.44s}
.light-bulb:nth-child(10) .bulb-body{animation-delay:.27s}
.light-bulb:nth-child(11) .bulb-body{animation-delay:.45s}
.light-bulb:nth-child(12) .bulb-body{animation-delay:.63s}
.light-bulb:nth-child(13) .bulb-body{animation-delay:.81s}
.light-bulb:nth-child(14) .bulb-body{animation-delay:.99s}
.light-bulb:nth-child(15) .bulb-body{animation-delay:1.17s}
.light-bulb:nth-child(16) .bulb-body{animation-delay:1.35s}
.light-bulb:nth-child(17) .bulb-body{animation-delay:.09s}
.light-bulb:nth-child(18) .bulb-body{animation-delay:.33s}
.light-bulb:nth-child(19) .bulb-body{animation-delay:.57s}
.light-bulb:nth-child(20) .bulb-body{animation-delay:.75s}
.light-bulb:nth-child(21) .bulb-body{animation-delay:.93s}
.light-bulb:nth-child(22) .bulb-body{animation-delay:1.11s}
.light-bulb:nth-child(23) .bulb-body{animation-delay:1.29s}
.light-bulb:nth-child(24) .bulb-body{animation-delay:.21s}
.light-bulb:nth-child(25) .bulb-body{animation-delay:.48s}
.light-bulb:nth-child(26) .bulb-body{animation-delay:.66s}
.light-bulb:nth-child(27) .bulb-body{animation-delay:.84s}
.light-bulb:nth-child(28) .bulb-body{animation-delay:1.02s}
.light-bulb:nth-child(29) .bulb-body{animation-delay:1.20s}
.light-bulb:nth-child(30) .bulb-body{animation-delay:.15s}

@keyframes twinkle{
  0%{opacity:1;transform:scale(1)}
  40%{opacity:0.15;transform:scale(0.8)}
  60%{opacity:0.9;transform:scale(1.05)}
  100%{opacity:1;transform:scale(1)}
}

/* Footer body */
.footer-body{padding:3rem 0 0;background:#181818;}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}
.footer-brand-name{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--bg);margin-bottom:.6rem}
.footer-desc{
    font-size: 16px;
    color: #fff3dc;
    line-height: 1.75;
    max-width: 240px;
    text-align: justify;}
.footer-socials{display:flex;gap:.4rem;margin-top:1.2rem}
.fsoc{width:32px;height:32px;border-radius:var(--radius);background:var(--gold-pale);display:flex;align-items:center;justify-content:center;color:var(--gold-dark);font-size:.8rem;transition:var(--trans)}
.fsoc:hover{background:var(--gold);color:#fff}
.footer-col h5{font-size:18px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff3dc;margin-bottom:.9rem;border-bottom:2px solid var(--gold-pale);padding-bottom:.5rem}
.footer-col ul li{margin-bottom:.35rem}
.footer-col ul li a{font-size:16px;color:#fff3dc;transition:var(--trans);display:flex;align-items:center;gap:.35rem}
.footer-col ul li a:hover{color:var(--gold);padding-left:4px}
.footer-col ul li a::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--border);flex-shrink:0;transition:var(--trans)}
.footer-col ul li a:hover::before{background:var(--gold)}

/* Footer newsletter */
.footer-newsletter{background:var(--gold-pale);border:1px solid #e8d9be;border-radius:var(--radius-lg);padding:1rem 1.1rem;margin-top:1.2rem}
.footer-newsletter p{font-size:11.5px;color:var(--text2);margin-bottom:.55rem;font-weight:500}
.footer-newsletter-row{display:flex;gap:.4rem}
.footer-newsletter input{flex:1;min-width:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;font-size:12px;color:var(--text);font-family:var(--font-body);outline:none}
.footer-newsletter input:focus{border-color:var(--gold)}
.footer-newsletter button{padding:.5rem 1rem;font-size:12px;border-radius:var(--radius);flex-shrink:0}

/* WA help box */
.footer-wa-box{margin-top:1.2rem;padding:.85rem;background:var(--gold-pale);border-radius:var(--radius);border:1px solid #e8d9be}
.footer-wa-box p{font-size:11px;color:var(--text3);margin-bottom:.4rem}

/* Footer divider */
.footer-divider{height:1px;background:var(--border);margin:0 0 1.5rem}

/* Footer bottom */
.footer-bottom{
  background:#F7F3EE;
  border-top:1px solid var(--border);
  padding:1rem 0;
}
.footer-bottom-inner{
  max-width:1280px;margin:0 auto;padding:0 1.25rem;
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;
}
.footer-bottom-left{font-size:16px;color:var(--text3);display:flex;flex-wrap:wrap;gap:.25rem .4rem;align-items:center}
.footer-bottom-left a{color:var(--text3);transition:var(--trans)}
.footer-bottom-left a:hover{color:var(--gold)}
.footer-bottom-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
.footer-pay{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}
.pay-badge{background:#fff;border:1px solid var(--border);border-radius:4px;padding:.2rem .55rem;font-size:13px;color:var(--text3);font-weight:600}
.footer-credit{font-size:13px;color:var(--text3);white-space:nowrap}
.footer-credit span{color:var(--gold);font-weight:600}

/* ── WA FLOAT ── */
.wa{position:fixed;bottom:1.5rem;right:1.5rem;width:50px;height:50px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.35rem;box-shadow:0 4px 20px rgba(37,211,102,.4);z-index:999;transition:var(--trans)}
.wa:hover{transform:scale(1.08)}

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media(max-width:1100px){
  .cats-grid{grid-template-columns:repeat(3,1fr)}
  .couple-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid{grid-template-columns:repeat(3,1fr)}
  .prod-grid{grid-template-columns:repeat(2,1fr)}
  .steps-row{grid-template-columns:repeat(3,1fr)}
  .steps-row::before{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .img-panel{width:300px;height:340px}
  .slide-title{font-size:38px}
}
@media(max-width:900px){
  .nav-links,.mega-wrap{display:none}
  .hamburger{display:flex}
  .mobile-nav{display:block}
  .hero{height:560px}
  .img-panel{width:240px;height:280px;right:2%}
  .slide-title{font-size:32px}
  .slide-desc{font-size:.82rem;max-width:280px}
  .cat-tabs-wrap{gap:.35rem}
  .cat-tab{font-size:12px;padding:.45rem .9rem}
}
@media(max-width:768px){
  .hero{height:520px}
  .img-panel{display:none}
  .slide-content{max-width:100%;padding:0 1.25rem;text-align:center}
  .slide-ctas{justify-content:center}
  .slide-label{justify-content:center}
  .slide-title{font-size:28px}
  .slide-desc{font-size:.82rem;max-width:100%;margin-left:auto;margin-right:auto}
  .cats-grid{grid-template-columns:repeat(2,1fr)}
  .cat-img{height:130px}
  .cat-body h4{font-size:13px}
  .couple-grid{grid-template-columns:repeat(2,1fr)}
  .couple-header{flex-direction:column;align-items:flex-start;gap:.75rem}
  .couple-header .btn-outline{align-self:flex-start}
  .prod-grid{grid-template-columns:repeat(2,1fr)}
  .prod-img{}
  .testi-slide{flex:0 0 100%}
  .steps-row{grid-template-columns:repeat(2,1fr)}
  .steps-row::before{display:none}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .cta-banner{flex-direction:column;text-align:center;align-items:center;padding:2rem 1.5rem}
  .cta-right{width:100%;display:flex;justify-content:center}
  .trust-inner{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}
  .sec{padding:3rem 0}
  .couple-sec{padding:3rem 0}
  .how-sec{padding:3rem 0}
  .cat-tabs-wrap{gap:.3rem}
  .cat-tab{font-size:11.5px;padding:.4rem .75rem}
  /* Smaller bulbs on mobile */
  .twinkle-lights{height:46px}
  .light-bulb::before{height:9px}
  .bulb-body{width:8px;height:11px}
  .bulb-cap{width:10px}
}
@media(max-width:600px){
  .hero{height:480px}
  .slide-title{font-size:24px;line-height:1.25}
  .slide-desc{font-size:.8rem}
  .slide-label{font-size:10px}
  .btn-gold,.btn-ghost{font-size:.76rem;padding:.5rem .9rem}
  .hero-prev,.hero-next{width:32px;height:32px;font-size:.8rem}
  .cats-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}
  .cat-img{height:100px}
  .cat-body{padding:.5rem .6rem .6rem}
  .cat-body h4{font-size:11px}
  .cat-hot{font-size:8px;padding:.15rem .4rem}
  .couple-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}
  .sc-card{padding:.75rem .8rem;gap:.5rem}
  .sc-icon{width:36px;height:36px;font-size:1.1rem}
  .sc-text h4{font-size:12px}
  .sc-text p{font-size:10px}
  .prod-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}
  .prod-img{}
  .prod-body{padding:.75rem .8rem .8rem}
  .prod-name{font-size:13px}
  .prod-price{font-size:32px !important;}
  .steps-row{grid-template-columns:1fr 1fr;gap:.75rem}
  .step{padding:1.2rem .75rem}
  .why-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}
  .why-card{padding:1.25rem .75rem}
  .testi-text{font-size:13px}
  .footer-grid{grid-template-columns:1fr;gap:1.5rem}
  .footer-desc{max-width:100%}
  .footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:.6rem}
  .nav{height:56px;padding:0 1rem}
  .logo-text{font-size:1.1rem}
  .logo-sub{display:none}
  .cat-tabs-wrap{justify-content:flex-start;overflow-x:auto;padding-bottom:.35rem;flex-wrap:nowrap}
  .cat-tab{flex-shrink:0}
}
@media(max-width:480px){
  .hero{height:440px}
  .slide-title{font-size:22px}
  .slide-ctas{flex-direction:column;align-items:center;gap:.5rem}
  .btn-gold,.btn-ghost{width:100%;max-width:240px;justify-content:center}
  .cats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}
  .cat-img{height:110px}
  .cat-body h4{font-size:12px}
  .couple-grid{grid-template-columns:1fr 1fr}
  .prod-grid{grid-template-columns:1fr}
  .prod-img{}
  .trust-inner{gap:1rem}
  .trust-item{font-size:12px}
  .steps-row{grid-template-columns:1fr}
  .cta-banner{padding:1.5rem 1rem}
  .cta-banner h2{font-size:1.3rem}
  .cta-banner p{font-size:13px}
  .sec{padding:2.5rem 0}
  .couple-sec{padding:2.5rem 0}
  .how-sec{padding:2.5rem 0}
  .sec-head{margin-bottom:1.75rem}
  .sec-title{font-size:1.4rem}
  .wa{width:44px;height:44px;font-size:1.2rem;bottom:1rem;right:1rem}
}
@media(max-width:360px){
  .hero{height:400px}
  .slide-title{font-size:20px}
  .cats-grid{grid-template-columns:repeat(2,1fr)}
  .couple-grid{grid-template-columns:1fr}
  .nav{padding:0 .75rem}
}
