/* ── HERO SLIDER ── */
.hero{position:relative;width:100%;height:500px;overflow:hidden;font-family:'Outfit',sans-serif}
.slides-container{display:flex;height:100%;transition:transform .55s cubic-bezier(.77,0,.175,1)}
.slide{min-width:100%;height:100%;position:relative;display:flex;align-items:center}
.slide-content{position:relative;z-index:3;padding:0 0 0 4%;max-width:760px}
.slide-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:#D4A843}
.slide-title{font-family:'Cormorant Garamond',serif;font-size:50px;line-height:1.15;color:#fff;margin-bottom:.85rem;font-weight:600}
.slide-title em{font-style:italic}
.slide-desc{font-size:.88rem;color:rgba(255,255,255,.6);line-height:1.75;margin-bottom:1.5rem;max-width:360px}
.slide-ctas{display:flex;gap:.75rem;flex-wrap:wrap}
@keyframes floatUp{0%,100%{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 10px))}}
@keyframes glowPulse{0%,100%{opacity:.7}50%{opacity:1}}
.img-panel{position:absolute;right:4%;top:50%;transform:translateY(-50%);width:400px;height:430px;z-index:2;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;border-radius:18px}
.hero-prev,.hero-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:.9rem}
.hero-prev{left:12px}.hero-next{right:12px}
.hero-prev:hover,.hero-next:hover{background:rgba(255,255,255,.2)}
.hero-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}
.hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.28);cursor:pointer;transition:all .35s}
.hero-dot.active{background:#D4A843;width:22px;border-radius:4px}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem 1.6rem;border-radius:var(--radius);font-family:var(--font-body);font-size:13.5px;font-weight:600;letter-spacing:.01em;transition:var(--trans);white-space:nowrap}
.btn-primary{background:var(--gold);color:#fff;box-shadow:0 2px 8px rgba(200,136,58,.35)}
.btn-primary:hover{background:var(--gold-dark);box-shadow:0 4px 16px rgba(200,136,58,.45);transform:translateY(-1px)}
.btn-outline-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.35)}
.btn-outline-white:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.65)}
.btn-outline{background:transparent;color:var(--gold);border:1.5px solid var(--gold)}
.btn-outline:hover{background:var(--gold);color:#fff}
.btn-dark{background:var(--dark);color:#fff}
.btn-dark:hover{background:var(--dark3)}
.btn-gold{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:8px;font-size:.83rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s;font-family:'Outfit',sans-serif;background:#D4A843;color:#0a0a12;box-shadow:0 4px 18px rgba(212,168,67,.35)}
.btn-gold:hover{background:#e0b84f;transform:translateY(-1px)}
.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:8px;font-size:.83rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:'Outfit',sans-serif;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.2)}
.btn-ghost:hover{background:rgba(255,255,255,.15)}

/* ── TRUST BAR ── */
.trust{background:var(--gold-pale);border-bottom:1px solid #e8d9be;padding:.85rem 0;overflow-x:auto}
.trust-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:.45rem;font-size:13px;font-weight:500;color:var(--gold-dark);white-space:nowrap}
.trust-item i{color:var(--gold);font-size:.85rem}

/* ── SECTION BASE ── */
.sec{padding:4rem 0}
.container{max-width:1280px;margin:0 auto;padding:0 1.25rem}
.sec-head{text-align:center;margin-bottom:2.5rem}
.sec-label{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}
.sec-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.2}
.sec-sub{font-size:14px;color:var(--text3);margin-top:.5rem}

/* ── CATEGORIES ── */
.cats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.875rem}
.cat-card{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--white);cursor:pointer;transition:var(--trans);position:relative}
.cat-card:hover{border-color:var(--gold);box-shadow:var(--shadow-hover);transform:translateY(-3px)}
.cat-img{background:var(--gold-pale);display:flex;align-items:center;justify-content:center;font-size:2.6rem;position:relative;height:193px;overflow:hidden}
.cat-img::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:70px;height:30px;background:rgba(200,136,58,.18);border-radius:50%;filter:blur(8px)}
.cat-body{padding:.7rem .9rem .9rem}
.cat-body h4{font-size:14px;font-weight:600;color:var(--text);margin-bottom:.2rem;text-align:center}
.cat-body p{font-size:11px;color:var(--text3)}
.cat-pills{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.4rem}
.pill{font-size:10px;font-weight:500;color:var(--gold-dark);background:var(--gold-pale);padding:.15rem .5rem;border-radius:20px}
.cat-hot{position:absolute;top:.5rem;left:.5rem;background:var(--gold);color:#fff;font-size:9px;font-weight:700;padding:.2rem .55rem;border-radius:20px;letter-spacing:.03em;text-transform:uppercase;z-index:2}

/* ── COUPLE SECTION ── */
.couple-sec{background:linear-gradient(135deg,#F7F3EE,#FFF3DC);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 0}
.couple-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}
.couple-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.875rem}
.sc-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:var(--trans)}
.sc-card:hover{border-color:var(--gold);box-shadow:0 4px 16px rgba(200,136,58,.12);transform:translateX(3px)}
.sc-icon{width:42px;height:42px;border-radius:var(--radius);background:var(--gold-pale);display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0;transition:var(--trans)}
.sc-card:hover .sc-icon{background:var(--gold-pale) !important}
.sc-text h4{font-size:13px;font-weight:600;color:var(--text)}
.sc-text p{font-size:11px;color:var(--text3);line-height:1.4}

/* ── PRODUCTS ── */
.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.prod-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--trans);position:relative}
.prod-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px);border-color:#d4c0a8}
.prod-img{background:var(--gold-pale);display:flex;align-items:center;justify-content:center;font-size:3.5rem;position:relative;overflow:hidden}
.prod-img img{width:100%;height:100%;object-fit:cover}
.prod-img::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:100px;height:50px;background:rgba(200,136,58,.22);border-radius:50%;filter:blur(12px)}
.prod-badge{position:absolute;top:.65rem;left:.65rem;font-size:10px;font-weight:700;padding:.25rem .65rem;border-radius:20px;text-transform:uppercase;letter-spacing:.03em;z-index:2}
.badge-hot{background:var(--gold);color:#fff}
.badge-new{background:#4CAF50;color:#fff}
.badge-trend{background:#E91E63;color:#fff}
.prod-wish{position:absolute;top:.65rem;right:.65rem;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:var(--text3);font-size:.85rem;cursor:pointer;transition:var(--trans);z-index:2}
.prod-wish:hover{color:#E24B4A}
.prod-body{padding:.9rem 1rem 1rem}
.prod-name{font-size:14px;font-weight:600;color:var(--text);margin-bottom:.15rem}
.prod-cat{font-size:11px;color:var(--text3);margin-bottom:.55rem}
.prod-footer{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem;gap:.5rem;flex-wrap:wrap}
.prod-price{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--gold-dark)}
.prod-old{font-size:12px;color:var(--text3);text-decoration:line-through}
.prod-stars{color:#F5A623;font-size:.8rem}
.prod-rev{font-size:11px;color:var(--text3)}
.prod-card .btn-outline{width:100%;justify-content:center;font-size:12.5px;padding:.55rem}

/* ══════════════════════════════════════
   CATEGORY TABS SECTION (NEW)
══════════════════════════════════════ */
.cat-tabs-sec{padding:4rem 0;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.cat-tabs-wrap{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2.5rem;flex-wrap:wrap}
.cat-tab{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1.1rem;border-radius:30px;font-size:13px;font-weight:600;color:var(--text2);border:1.5px solid var(--border);background:#fff;cursor:pointer;transition:all .22s;white-space:nowrap}
.cat-tab i{font-size:.8rem;transition:all .22s}
.cat-tab:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-pale)}
.cat-tab.active{background:var(--gold);color:#fff;border-color:var(--gold);box-shadow:0 4px 16px rgba(200,136,58,.35)}
.cat-tab.active i{color:#fff}
.cat-panel{display:none;animation:fadeInUp .35s ease}
.cat-panel.active{display:block}
@keyframes fadeInUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}

/* ── HOW IT WORKS ── */
.how-sec{background:var(--dark);padding:4rem 0}
.steps-row{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;position:relative}

.step{text-align:center;padding:1.5rem 1rem;border-radius:var(--radius-lg);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);position:relative;z-index:1}
.step-num{width:40px;height:40px;border-radius:50%;background:var(--gold);color:#fff;font-family:var(--font-display);font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto .9rem}
.step i{font-size:1.4rem;color:var(--gold);display:block;margin-bottom:.6rem}
.step h4{font-size:13px;font-weight:600;color:#fff;margin-bottom:.35rem}
.step p{font-size:12px;color:rgba(255,255,255,.4);line-height:1.55}

/* ── WHY US ── */
.why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.875rem}
.why-card{text-align:center;padding:1.5rem 1rem;border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--border);transition:var(--trans)}
.why-card:hover{border-color:var(--gold);box-shadow:var(--shadow-hover)}
.why-icon{width:50px;height:50px;border-radius:var(--radius);background:var(--gold-pale);display:flex;align-items:center;justify-content:center;margin:0 auto .9rem;font-size:1.25rem;color:var(--gold);transition:var(--trans)}
.why-card:hover .why-icon{background:var(--gold);color:#fff}
.why-card h4{font-size:12.5px;font-weight:600;color:var(--text);margin-bottom:.3rem}
.why-card p{font-size:11px;color:var(--text3);line-height:1.55}

/* ── TESTIMONIALS ── */
.testi-sec{background:var(--bg-warm);border-top:1px solid var(--border)}
.testi-wrapper{position:relative;overflow:hidden}
.testi-track{display:flex;transition:transform .6s cubic-bezier(.77,0,.18,1)}
.testi-slide{flex:0 0 33.333%;padding:0 .5rem}
.testi-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;height:100%;position:relative}
.testi-card::before{content:'\201C';position:absolute;top:.6rem;right:1rem;font-family:var(--font-display);font-size:4rem;color:var(--gold-pale);line-height:1}
.testi-stars{color:#F5A623;font-size:.8rem;margin-bottom:.75rem}
.testi-text{font-size:13.5px;color:var(--text2);line-height:1.7;margin-bottom:1.1rem}
.testi-author{display:flex;align-items:center;gap:.65rem}
.tav{width:36px;height:36px;border-radius:50%;background:var(--gold);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tav-name{font-size:13px;font-weight:600;color:var(--text)}
.tav-loc{font-size:11px;color:var(--text3)}
.testi-nav{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem}
.testi-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text2);cursor:pointer;transition:var(--trans)}
.testi-btn:hover{background:var(--gold);border-color:var(--gold);color:#fff}
.testi-dots{display:flex;gap:.35rem}
.td{width:6px;height:6px;border-radius:3px;background:var(--border);cursor:pointer;transition:.3s}
.td.on{width:20px;background:var(--gold)}

/* ── CTA BANNER ── */
.cta-banner{background:var(--dark);border-radius:var(--radius-lg);padding:2.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;right:-60px;top:-60px;width:220px;height:220px;border-radius:50%;background:rgba(200,136,58,.07)}
.cta-banner::after{content:'';position:absolute;left:-40px;bottom:-40px;width:160px;height:160px;border-radius:50%;background:rgba(200,136,58,.05)}
.cta-banner h2{font-family:var(--font-display);font-size:clamp(1.3rem,3vw,1.8rem);font-weight:700;color:#fff;position:relative;z-index:1}
.cta-banner p{font-size:14px;color:rgba(255,255,255,.55);margin-top:.4rem;max-width:460px;line-height:1.65;position:relative;z-index:1}
.cta-right{position:relative;z-index:1}

/* ══════════════════════════════════════
   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{object-fit:contain;}
  .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{}
  .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{}
  .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}
}
