/* ============================================================
   VIP NUMBER DEAL — style.css
   ============================================================
   QUICK EDIT GUIDE:
   --gold        → main brand color
   --green       → price color
   --deep        → page background
   --card        → card background
   ============================================================ */

:root {
  --gold:        #E8A020;
  --gold-light:  #F5C842;
  --gold-dark:   #B87A10;
  --deep:        #080810;
  --panel:       #0F0F1A;
  --card:        #141422;
  --card-hover:  #1A1A2E;
  --border:      rgba(232,160,32,0.15);
  --border-soft: rgba(255,255,255,0.06);
  --text:        #EEECf8;
  --text-soft:   #C8C6D8;
  --muted:       #7A788A;
  --accent:      #6C5CE7;
  --green:       #10C98A;
  --red:         #F04060;
  --radius:      14px;
  --radius-lg:   20px;
}

/* ── RESET ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--deep);
  color: var(--text);
  font-family: 'Plus Jakarta Sans', sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; line-height: 1.1; }

body::after {
  content: '';
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(232,160,32,.07) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 90% 80%, rgba(108,92,231,.05) 0%, transparent 50%);
}

/* ── NAVIGATION ─────────────────────────────────────────── */
nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  background: rgba(8,8,16,0.92);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border-soft);
  padding: 0 5%; height: 68px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700; font-size: 1.45rem;
  letter-spacing: .02em; white-space: nowrap;
}
.logo span { color: var(--gold); }
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
.nav-links a {
  color: var(--muted); text-decoration: none;
  font-size: .875rem; font-weight: 500;
  transition: color .2s;
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
  background: var(--gold); color: #000;
  font-weight: 700; font-size: .82rem; padding: .55rem 1.4rem;
  border-radius: 50px; text-decoration: none; letter-spacing: .02em;
  transition: all .2s; white-space: nowrap;
}
.nav-cta:hover { background: var(--gold-light); box-shadow: 0 4px 18px rgba(232,160,32,.35); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 22px; height: 1.5px; background: var(--text); border-radius: 2px; }

/* ── NAV ICONS (wishlist, cart, login) ──────────────────── */
.nav-actions { display: flex; align-items: center; gap: .45rem; }
.nav-icon-btn {
  position: relative;
  width: 36px; height: 36px;
  min-width: 36px; min-height: 36px;
  max-width: 36px; max-height: 36px;
  border-radius: 10px;
  border: 1px solid var(--border-soft);
  background: rgba(255,255,255,.04);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); text-decoration: none;
  transition: all .2s;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
}
.nav-icon-btn svg {
  width: 16px !important; height: 16px !important;
  min-width: 16px; min-height: 16px;
  max-width: 16px; max-height: 16px;
  display: block; flex-shrink: 0; pointer-events: none;
}
.nav-icon-btn:hover { border-color: rgba(232,160,32,.35); color: var(--gold); background: rgba(232,160,32,.07); }
.nav-icon-badge {
  position: absolute; top: -5px; right: -5px;
  background: var(--gold); color: #000;
  font-size: .58rem; font-weight: 800;
  width: 16px; height: 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; line-height: 1;
}

/* ── HERO ───────────────────────────────────────────────── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 100px 5% 60px; position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 55% at 65% 45%, rgba(232,160,32,.1) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 15% 75%, rgba(108,92,231,.08) 0%, transparent 55%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 64px 64px;
}
.hero-content { position: relative; z-index: 1; max-width: 580px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(232,160,32,.08); border: 1px solid rgba(232,160,32,.2);
  padding: .38rem 1rem; border-radius: 50px;
  font-size: .76rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.6rem;
  animation: fadeUp .7s ease both;
}
.hero-badge .dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.8)} }
@keyframes fadeUp { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:translateY(0)} }
.hero h1 {
  font-size: clamp(3rem, 6vw, 5.2rem); font-weight: 700;
  letter-spacing: -.01em;
  animation: fadeUp .7s .08s ease both;
}
.hero h1 .highlight {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero p {
  font-size: 1.02rem; color: var(--text-soft);
  margin: 1.4rem 0 2.4rem; line-height: 1.75; font-weight: 400;
  animation: fadeUp .7s .16s ease both;
}
.hero-btns { display: flex; gap: .9rem; flex-wrap: wrap; animation: fadeUp .7s .24s ease both; }
.btn-primary {
  background: var(--gold); color: #000; font-weight: 700;
  padding: .85rem 1.9rem; border-radius: 50px; text-decoration: none;
  font-size: .9rem; letter-spacing: .02em; transition: all .2s;
  box-shadow: 0 4px 18px rgba(232,160,32,.3);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(232,160,32,.45); }
.btn-outline {
  background: transparent; color: var(--text-soft); font-weight: 600;
  padding: .85rem 1.9rem; border-radius: 50px;
  border: 1px solid var(--border-soft); text-decoration: none;
  font-size: .9rem; transition: all .2s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 3rem; animation: fadeUp .7s .32s ease both; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; color: var(--gold); line-height: 1; }
.stat-label { font-size: .76rem; color: var(--muted); margin-top: .2rem; }
.hero-visual {
  position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
  width: 400px; animation: fadeUp .7s .16s ease both;
}
.floating-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.2rem 1.5rem; margin-bottom: .9rem;
  animation: float 4s ease-in-out infinite;
  box-shadow: 0 12px 40px rgba(0,0,0,.5);
}
.floating-card:nth-child(2) { animation-delay: 1.2s; margin-left: 1.8rem; }
.floating-card:nth-child(3) { animation-delay: 2.4s; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.fc-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.2rem; font-weight: 800; letter-spacing: 3px; }
.fc-tag { font-size: .72rem; color: var(--gold); font-weight: 600; background: rgba(232,160,32,.1); padding: .18rem .6rem; border-radius: 20px; display: inline-block; margin-top: .3rem; }
.fc-price { font-size: 1rem; font-weight: 700; color: var(--green); margin-top: .45rem; }

/* ── TICKER ─────────────────────────────────────────────── */
.ticker-wrap {
  background: var(--panel);
  border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft);
  padding: .75rem 0; overflow: hidden;
}
.ticker { display: flex; gap: 2.5rem; width: max-content; animation: ticker 32s linear infinite; }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.ticker-item { display: flex; align-items: center; gap: .7rem; white-space: nowrap; }
.ticker-num { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: var(--text); font-size: .88rem; letter-spacing: 2px; }
.ticker-badge { font-size: .68rem; font-weight: 700; padding: .12rem .5rem; border-radius: 8px; letter-spacing: .04em; }
.tb-vip { background: rgba(232,160,32,.18); color: var(--gold); }
.tb-hot { background: rgba(240,64,96,.18); color: var(--red); }
.tb-new { background: rgba(16,201,138,.18); color: var(--green); }
.ticker-price { color: var(--green); font-weight: 600; font-size: .85rem; }
.ticker-dot { width: 3px; height: 3px; background: var(--muted); border-radius: 50%; opacity: .5; }

/* ── SECTIONS ───────────────────────────────────────────── */
section { padding: 80px 5%; position: relative; z-index: 1; }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-tag {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(232,160,32,.07); border: 1px solid rgba(232,160,32,.18);
  color: var(--gold); font-size: .72rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .3rem .9rem; border-radius: 50px; margin-bottom: .9rem;
}
.section-header h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 700; letter-spacing: -.01em; }
.section-header p { color: var(--muted); margin-top: .7rem; font-size: .88rem; max-width: 460px; margin-left: auto; margin-right: auto; }

.section-vip        { background: linear-gradient(180deg, var(--deep) 0%, rgba(232,160,32,.03) 50%, var(--deep) 100%); }
.section-hot        { background: linear-gradient(180deg, var(--deep) 0%, rgba(240,64,96,.03) 50%, var(--deep) 100%); }
.section-numerology { background: linear-gradient(180deg, var(--deep) 0%, rgba(108,92,231,.04) 50%, var(--deep) 100%); }

/* ── CATEGORY TABS ──────────────────────────────────────── */
.cat-tabs { display: flex; gap: .6rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.5rem; }
.cat-tab {
  background: transparent; border: 1px solid var(--border-soft);
  color: var(--muted); padding: .48rem 1.2rem; border-radius: 50px;
  cursor: pointer; font-size: .82rem; font-weight: 600; transition: all .2s;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.cat-tab:hover { border-color: rgba(232,160,32,.3); color: var(--text-soft); }
.cat-tab.active { background: var(--gold); color: #000; border-color: var(--gold); }

/* ── NUMBER CARDS ───────────────────────────────────────── */
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
.num-card {
  background: var(--card); border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg); padding: 1.25rem 1.35rem 1.15rem;
  position: relative; overflow: hidden; cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.num-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
  opacity: 0; transition: opacity .22s;
}
.num-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,.45);
  border-color: rgba(232,160,32,.28);
  background: var(--card-hover);
}
.num-card:hover::after { opacity: 1; }
.num-card.numerology-card { border-color: rgba(108,92,231,.18); }
.num-card.numerology-card:hover { border-color: rgba(108,92,231,.4); box-shadow: 0 16px 48px rgba(108,92,231,.1); }
.num-card.numerology-card::after { background: linear-gradient(90deg, transparent 0%, #6C5CE7 50%, transparent 100%); }

/* Badges */
.nc-badges { display: flex; gap: .4rem; flex-wrap: wrap; margin-bottom: .8rem; }
.badge { font-size: .67rem; font-weight: 700; padding: .17rem .58rem; border-radius: 7px; letter-spacing: .05em; text-transform: uppercase; }
.badge-vip    { background: rgba(232,160,32,.1);  color: #E8A020; border: 1px solid rgba(232,160,32,.2); }
.badge-hot    { background: rgba(240,64,96,.1);   color: #F04060; border: 1px solid rgba(240,64,96,.2); }
.badge-new    { background: rgba(16,201,138,.1);  color: #10C98A; border: 1px solid rgba(16,201,138,.2); }
.badge-fancy  { background: rgba(108,92,231,.1);  color: #9b8ff5; border: 1px solid rgba(108,92,231,.2); }
.badge-mirror { background: rgba(200,180,100,.09);color: #d4b96a; border: 1px solid rgba(200,180,100,.2); }

/* Number — single line, never wraps */
.nc-number {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.22rem; font-weight: 800;
  letter-spacing: 3.5px; color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: .28rem;
}
.nc-pattern { font-size: .77rem; color: var(--muted); margin-bottom: .65rem; font-weight: 400; }

/* Digit sum chain: 55 → 10 → 1 */
.nc-digit-sum {
  display: inline-flex; align-items: center; gap: .28rem;
  font-size: .74rem; font-weight: 600;
  background: rgba(232,160,32,.08); color: var(--gold);
  border: 1px solid rgba(232,160,32,.16); padding: .2rem .7rem;
  border-radius: 7px; white-space: nowrap;
}
.sum-val { font-weight: 800; }
.sum-arrow { opacity: .45; font-size: .65rem; }

.nc-numerology { font-size: .75rem; color: #9b8ff5; margin-top: .5rem; font-style: italic; }

/* Card bottom */
.nc-bottom {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: .95rem; padding-top: .8rem;
  border-top: 1px solid var(--border-soft);
}
.nc-old-price { font-size: .77rem; color: var(--muted); text-decoration: line-through; line-height: 1; }
.nc-price { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.18rem; font-weight: 800; color: var(--green); line-height: 1; margin-top: .13rem; }
.nc-buy {
  background: var(--gold); color: #000;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700; font-size: .79rem; padding: .48rem 1.05rem;
  border-radius: 50px; border: none; cursor: pointer;
  transition: all .2s; white-space: nowrap;
}
.nc-buy:hover { background: var(--gold-light); box-shadow: 0 4px 14px rgba(232,160,32,.4); transform: translateY(-1px); }
.nc-fav {
  position: absolute; top: .85rem; right: .85rem;
  background: rgba(255,255,255,.03); border: 1px solid var(--border-soft);
  border-radius: 50%; width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: .78rem; transition: all .2s;
}
.nc-fav:hover { background: rgba(240,64,96,.1); border-color: rgba(240,64,96,.3); }

/* ── OFFERS ─────────────────────────────────────────────── */
.offers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 1.2rem; }
.offer-card {
  border-radius: var(--radius-lg); padding: 1.7rem; position: relative; overflow: hidden;
  cursor: pointer; transition: transform .2s;
}
.offer-card:hover { transform: translateY(-4px); }
.offer-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .4rem; font-family: 'Plus Jakarta Sans', sans-serif; }
.offer-card p { font-size: .82rem; opacity: .68; margin-bottom: 1rem; line-height: 1.6; }
.offer-tag { font-size: .7rem; font-weight: 700; padding: .2rem .6rem; border-radius: 8px; background: rgba(0,0,0,.3); display: inline-block; letter-spacing: .04em; }
.oc1 { background: linear-gradient(135deg, #131328, #221855); border: 1px solid rgba(108,92,231,.25); }
.oc2 { background: linear-gradient(135deg, #141100, #322000); border: 1px solid rgba(232,160,32,.25); }
.oc3 { background: linear-gradient(135deg, #071a10, #0f3520); border: 1px solid rgba(16,201,138,.25); }
.oc4 { background: linear-gradient(135deg, #1a0810, #381020); border: 1px solid rgba(240,64,96,.25); }
.offer-percent { position: absolute; top: 1rem; right: 1.2rem; font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 700; opacity: .13; }

/* ── HOW IT WORKS ───────────────────────────────────────── */
.how-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); gap: 1.2rem; }
.how-card { background: var(--card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 1.7rem 1.4rem; text-align: center; }
.how-step { width: 48px; height: 48px; border-radius: 14px; margin: 0 auto .9rem; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700; }
.hs1 { background: rgba(232,160,32,.1);  color: var(--gold);  border: 1px solid rgba(232,160,32,.2); }
.hs2 { background: rgba(108,92,231,.1);  color: #9b8ff5;      border: 1px solid rgba(108,92,231,.2); }
.hs3 { background: rgba(16,201,138,.1);  color: var(--green); border: 1px solid rgba(16,201,138,.2); }
.hs4 { background: rgba(240,64,96,.1);   color: var(--red);   border: 1px solid rgba(240,64,96,.2); }
.how-card h4 { font-size: .93rem; font-weight: 700; margin-bottom: .4rem; font-family: 'Plus Jakarta Sans', sans-serif; }
.how-card p { font-size: .8rem; color: var(--muted); line-height: 1.65; }

/* ── TESTIMONIALS ───────────────────────────────────────── */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 1rem; }
.testi-card { background: var(--card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 1.4rem; }
.testi-stars { color: var(--gold); font-size: .88rem; margin-bottom: .7rem; letter-spacing: 2px; }
.testi-text { font-size: .84rem; color: var(--text-soft); line-height: 1.65; margin-bottom: 1rem; }
.testi-user { display: flex; align-items: center; gap: .75rem; }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: .78rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ta1 { background: linear-gradient(135deg, #E8A020, #B87A10); color: #000; }
.ta2 { background: linear-gradient(135deg, #6C5CE7, #9b8ff5); color: #fff; }
.ta3 { background: linear-gradient(135deg, #10C98A, #00a870); color: #000; }
.ta4 { background: linear-gradient(135deg, #F04060, #b02040); color: #fff; }
.testi-name { font-weight: 700; font-size: .83rem; }
.testi-city { font-size: .73rem; color: var(--muted); }

/* ── FAQ ────────────────────────────────────────────────── */
.faq-list { max-width: 740px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-soft); }
.faq-q {
  width: 100%; background: none; border: none; color: var(--text);
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: .9rem; font-weight: 600;
  padding: 1.1rem 0; display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; text-align: left; gap: 1rem;
}
.faq-icon {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--card); border: 1px solid var(--border-soft);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: .82rem; transition: transform .3s, background .3s; color: var(--muted);
}
.faq-a { font-size: .84rem; color: var(--muted); line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s; }
.faq-item.open .faq-a { max-height: 200px; padding-bottom: 1.1rem; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: rgba(232,160,32,.1); border-color: rgba(232,160,32,.3); color: var(--gold); }

/* ── SEARCH BAR ─────────────────────────────────────────── */
.search-bar-wrap { max-width: 660px; margin: 0 auto 2.5rem; }
.search-bar {
  display: flex; gap: .7rem; background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: 60px; padding: .5rem .5rem .5rem 1.4rem; align-items: center;
}
.search-bar input { flex: 1; background: none; border: none; color: var(--text); font-size: .88rem; font-family: 'Plus Jakarta Sans', sans-serif; outline: none; }
.search-bar input::placeholder { color: var(--muted); }
.search-btn { background: var(--gold); color: #000; border: none; padding: .62rem 1.4rem; border-radius: 50px; font-weight: 700; font-size: .82rem; cursor: pointer; transition: all .2s; font-family: 'Plus Jakarta Sans', sans-serif; }
.search-btn:hover { background: var(--gold-light); }

/* ── CTA BANNER ─────────────────────────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, rgba(232,160,32,.07) 0%, rgba(108,92,231,.06) 100%);
  border: 1px solid var(--border-soft); border-radius: 22px;
  padding: 3.5rem; text-align: center; position: relative; overflow: hidden;
}
.cta-banner h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: .9rem; }
.cta-banner p { color: var(--muted); margin-bottom: 2rem; max-width: 460px; margin-left: auto; margin-right: auto; font-size: .88rem; }
.cta-form { display: flex; gap: .9rem; max-width: 400px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.cta-input {
  flex: 1; min-width: 200px; background: rgba(255,255,255,.05);
  border: 1px solid var(--border-soft); color: var(--text);
  padding: .72rem 1.2rem; border-radius: 50px; font-size: .88rem;
  font-family: 'Plus Jakarta Sans', sans-serif; outline: none; transition: border-color .2s;
}
.cta-input:focus { border-color: var(--gold); }
.cta-input::placeholder { color: var(--muted); }

/* ── FOOTER ─────────────────────────────────────────────── */
footer { background: var(--panel); border-top: 1px solid var(--border-soft); padding: 4rem 5% 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { color: var(--muted); font-size: .83rem; line-height: 1.75; margin: .9rem 0; }
.footer-socials { display: flex; gap: .65rem; }
.social-btn {
  width: 34px; height: 34px; border-radius: 9px; border: 1px solid var(--border-soft);
  background: var(--card); display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: .9rem; transition: all .2s; text-decoration: none;
}
.social-btn:hover { border-color: rgba(232,160,32,.35); background: rgba(232,160,32,.07); }
.footer-col h4 { font-size: .82rem; font-weight: 700; margin-bottom: .9rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text-soft); }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: .55rem; }
.footer-col a { color: var(--muted); text-decoration: none; font-size: .82rem; transition: color .2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--border-soft); padding-top: 1.4rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .8rem; }
.footer-bottom p { color: var(--muted); font-size: .78rem; }

/* ── WHATSAPP FLOAT (real icon via SVG) ─────────────────── */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 200;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,.42);
  cursor: pointer; transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 10px 32px rgba(37,211,102,.55); }
.whatsapp-float svg { width: 30px; height: 30px; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-visual { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { gap: 1.1rem; }
  .nav-links a { font-size: .8rem; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .nav-actions { gap: .3rem; }
  .nav-icon-btn { width: 32px; height: 32px; border-radius: 8px; }
  .hero h1 { font-size: 2.3rem; }
  .hero-stats { gap: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .cta-banner { padding: 2rem 1.5rem; }
  .numbers-grid { grid-template-columns: 1fr; }
}
