:root{
  --black:#0c0c0c;
  --near-black:#141310;
  --gold:#e0a638;
  --gold-light:#f0c869;
  --gold-dim:#c98f2a;
  --cream:#faf7f0;
  --ink:#1a1712;
  --muted:#8b8578;
  --line:rgba(224,166,56,0.18);
  --radius:14px;
  --shadow-soft: 0 20px 50px -20px rgba(0,0,0,0.35);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Manrope',sans-serif;
  background:var(--cream);
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,.display{
  font-family:'Fraunces',serif;
  margin:0;
  letter-spacing:-0.01em;
}
a{text-decoration:none;color:inherit;}
ul{list-style:none;margin:0;padding:0;}
img{max-width:100%;display:block;}
.container{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:0 32px;
}
.narrow{max-width:820px;}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12.5px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--gold);
}
.eyebrow::before{
  content:"";
  width:22px;height:1px;
  background:var(--gold);
  display:inline-block;
}
.eyebrow.on-dark{color:var(--gold-light);}
.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 26px;
  border-radius:999px;
  font-weight:700;
  font-size:14.5px;
  cursor:pointer;
  border:1px solid transparent;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space:nowrap;
}
.btn:active{transform:scale(0.97);}
.btn-gold{
  background:linear-gradient(180deg,var(--gold-light),var(--gold-dim));
  color:#1a1305;
  box-shadow:0 10px 25px -8px rgba(224,166,56,0.55);
}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 16px 30px -8px rgba(224,166,56,0.65);}
.btn-outline{
  border-color:rgba(255,255,255,0.35);
  color:#fff;
  background:transparent;
}
.btn-outline:hover{background:rgba(255,255,255,0.08);transform:translateY(-2px);}
.btn-outline-dark{
  border-color:rgba(20,19,16,0.25);
  color:var(--ink);
}
.btn-outline-dark:hover{background:rgba(20,19,16,0.06);}
.btn svg{width:15px;height:15px;flex-shrink:0;}

/* ===== Top bar ===== */
.topbar{background:var(--black);color:#cfcac0;font-size:13px;}
.topbar .container{display:flex;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:10px;}
.topbar-left{display:flex;align-items:center;gap:8px;color:var(--gold-light);font-weight:600;}
.topbar-right{display:flex;align-items:center;gap:22px;}
.topbar-right a{display:flex;align-items:center;gap:7px;color:#cfcac0;transition:color .2s;}
.topbar-right a:hover{color:var(--gold);}
.topbar-socials{display:flex;gap:12px;margin-left:6px;}
.topbar-socials a{width:26px;height:26px;border-radius:50%;border:1px solid rgba(255,255,255,0.18);display:flex;align-items:center;justify-content:center;}
.topbar-socials a:hover{border-color:var(--gold);background:rgba(224,166,56,0.1);}
.icon{width:14px;height:14px;fill:currentColor;}

/* ===== Nav ===== */
header.nav{background:var(--black);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,0.06);transition:box-shadow .3s ease;}
header.nav.scrolled{box-shadow:0 12px 30px -14px rgba(0,0,0,0.6);}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0;}
.logo{display:flex;align-items:center;gap:12px;color:#fff;}
.logo-mark{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.logo-mark img{width:100%;height:100%;object-fit:contain;}
.logo-text .line1{font-family:'Fraunces',serif;font-weight:700;font-size:19px;letter-spacing:0.03em;line-height:1.1;}
.logo-text .line2{font-size:10px;letter-spacing:0.16em;color:var(--gold);font-weight:700;}
.nav-links{display:flex;align-items:center;gap:28px;flex-wrap:wrap;}
.nav-links a{color:#d8d3c9;font-size:14px;font-weight:600;position:relative;padding-bottom:6px;transition:color .2s;}
.nav-links a:hover{color:#fff;}
.nav-links a.active{color:var(--gold);}
.nav-links a.active::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--gold);}
.nav-cta{display:flex;align-items:center;gap:14px;position:relative;z-index:101;}
.nav-backdrop{display:none;}
.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;}
.menu-toggle span{width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease, opacity .3s ease;}
.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.menu-toggle.open span:nth-child(2){opacity:0;}
.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ===== Hero (home) ===== */
.hero{background:var(--black);position:relative;overflow:hidden;padding-top:64px;padding-bottom:56px;}
.hero::before{content:"";position:absolute;top:-120px;left:-120px;width:420px;height:420px;background:radial-gradient(circle,rgba(224,166,56,0.16),transparent 70%);pointer-events:none;}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding-bottom:56px;position:relative;z-index:2;}
.hero-copy h1{color:#fff;font-size:clamp(38px,4.6vw,58px);line-height:1.05;font-weight:600;}
.hero-copy h1 .accent{color:var(--gold);display:block;font-weight:700;}
.hero-copy p{color:#b9b3a6;font-size:16.5px;line-height:1.7;max-width:480px;margin:22px 0 26px;}
.hero-check-list{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;}
.hero-check-list li{display:flex;align-items:center;gap:10px;color:#e9e5db;font-size:15px;font-weight:600;}
.check-dot{width:20px;height:20px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.check-dot svg{width:11px;height:11px;fill:#1a1305;}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;}
.hero-media{position:relative;}
.hero-photo-wrap{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 40px 70px -30px rgba(0,0,0,0.65);}
.hero-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:647/305;}
.float-badge{position:absolute;bottom:-26px;right:-14px;background:var(--near-black);border:1px solid rgba(224,166,56,0.25);border-radius:16px;padding:16px 18px;display:flex;align-items:center;gap:12px;max-width:230px;box-shadow:0 20px 40px -12px rgba(0,0,0,0.6);animation:floaty 5s ease-in-out infinite;}
.float-badge .badge-icon{width:38px;height:38px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.float-badge .badge-icon svg{width:18px;height:18px;fill:#1a1305;}
.float-badge p{color:#e9e5db;font-size:13px;line-height:1.4;font-weight:600;margin:0;}
@keyframes floaty{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}

/* Stats strip */
.stats-strip{background:var(--near-black);border-radius:20px;margin:36px auto 0;position:relative;z-index:5;max-width:1176px;box-shadow:var(--shadow-soft);border:1px solid rgba(224,166,56,0.12);}
.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:30px 20px;}
.stat{display:flex;align-items:center;gap:14px;padding:0 20px;border-right:1px solid rgba(255,255,255,0.08);}
.stat:last-child{border-right:none;}
.stat-icon{width:52px;height:52px;border-radius:50%;background:rgba(224,166,56,0.12);border:1px solid rgba(224,166,56,0.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.stat-icon svg{width:22px;height:22px;fill:var(--gold);}
.stat-num{font-family:'Fraunces',serif;font-size:24px;font-weight:700;color:#fff;line-height:1.1;}
.stat-label{font-size:12.5px;color:#a7a196;margin-top:3px;}

/* ===== Page hero (inner pages) ===== */
.page-hero{
  background:var(--black);
  position:relative;
  overflow:hidden;
  padding:64px 0 60px;
}
.page-hero::before{content:"";position:absolute;top:-140px;right:-100px;width:380px;height:380px;background:radial-gradient(circle,rgba(224,166,56,0.15),transparent 70%);pointer-events:none;}
.page-hero .container{position:relative;z-index:2;}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#8f897c;margin-bottom:18px;}
.breadcrumb a{color:#a7a196;transition:color .2s;}
.breadcrumb a:hover{color:var(--gold);}
.page-hero h1{color:#fff;font-size:clamp(32px,4vw,48px);font-weight:600;max-width:700px;}
.page-hero p{color:#b9b3a6;font-size:16px;line-height:1.7;max-width:600px;margin-top:16px;}

/* ===== Generic sections ===== */
.section{padding:90px 0;}
.section-alt{background:#fff;}
.section-head{max-width:640px;margin:0 auto 50px;}
.section-head.center{text-align:center;}
.section-head h2{font-size:clamp(26px,3.2vw,38px);margin-top:14px;font-weight:600;line-height:1.2;}
.section-head.center h2::after{content:"";display:block;width:64px;height:3px;background:var(--gold);margin:18px auto 0;border-radius:3px;}
.section-head:not(.center) h2::after{content:"";display:block;width:64px;height:3px;background:var(--gold);margin:18px 0 0;border-radius:3px;}
.section-head p{color:var(--muted);font-size:15.5px;line-height:1.7;margin-top:16px;}

.prose p{font-size:15.5px;line-height:1.8;color:#4a4438;margin:0 0 16px;}
.prose p:last-child{margin-bottom:0;}

/* Generic bulleted list item (used for plain content lists across pages) */
li[style*="padding-left:18px"]{list-style:none;}
li[style*="padding-left:18px"]::before{
  content:"";
  position:absolute;
  left:0;
  top:0.8em;
  width:6px;height:6px;
  border-radius:50%;
  background:var(--gold-dim);
}
.prose strong{color:var(--ink);}

/* Feature / value grid (reused for Why choose / values) */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.feature-card{
  background:#fff;border-radius:var(--radius);padding:32px 26px;
  border:1px solid rgba(20,19,16,0.06);box-shadow:0 14px 30px -18px rgba(20,19,16,0.15);
  transition:transform .35s ease, box-shadow .35s ease;
}
.feature-card:hover{transform:translateY(-6px);box-shadow:0 24px 40px -16px rgba(20,19,16,0.22);}
.feature-icon{width:56px;height:56px;border-radius:50%;background:var(--near-black);display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.feature-icon svg{width:24px;height:24px;fill:var(--gold);}
.feature-card h3{font-size:17px;font-weight:700;margin-bottom:8px;}
.feature-card p{font-size:14px;color:var(--muted);line-height:1.65;margin:0;}
.section-alt .feature-card, .section:not(.section-alt) .feature-card{background:#fff;}
.on-dark-grid .feature-card{background:var(--near-black);border-color:rgba(224,166,56,0.14);}
.on-dark-grid .feature-card h3{color:#fff;}
.on-dark-grid .feature-icon{background:rgba(224,166,56,0.12);border:1px solid rgba(224,166,56,0.3);}

/* Steps */
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.step-card{background:#fff;border-radius:var(--radius);padding:34px 26px;text-align:center;border:1px solid rgba(20,19,16,0.06);box-shadow:0 14px 30px -18px rgba(20,19,16,0.15);transition:transform .35s ease, box-shadow .35s ease;}
.step-card:hover{transform:translateY(-8px);box-shadow:0 24px 40px -16px rgba(20,19,16,0.22);}
.step-icon-ring{width:64px;height:64px;border-radius:50%;background:var(--near-black);display:flex;align-items:center;justify-content:center;margin:0 auto 4px;}
.step-icon-ring svg{width:26px;height:26px;fill:var(--gold);}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--gold);color:#1a1305;font-size:12px;font-weight:800;margin-top:-12px;margin-bottom:16px;box-shadow:0 0 0 4px #fff;}
.step-card h3{font-size:18px;font-weight:700;margin-bottom:8px;}
.step-card p{font-size:14px;color:var(--muted);line-height:1.6;margin:0;}

/* 8-step vertical list (How it works detail) */
.steps-list{display:flex;flex-direction:column;gap:0;max-width:760px;margin:0 auto;}
.steps-list li{display:flex;gap:22px;padding:26px 0;border-bottom:1px solid rgba(20,19,16,0.08);}
.steps-list li:last-child{border-bottom:none;}
.steps-list .num{
  width:42px;height:42px;border-radius:50%;background:var(--near-black);color:var(--gold);
  display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-weight:700;font-size:16px;flex-shrink:0;
}
.steps-list h3{font-size:17px;font-weight:700;margin-bottom:6px;}
.steps-list p{font-size:14.5px;color:var(--muted);line-height:1.7;margin:0;}

/* Rule cards (numbered) */
.rules-list{display:flex;flex-direction:column;gap:16px;}
.rule-card{
  background:#fff;border:1px solid rgba(20,19,16,0.07);border-radius:var(--radius);
  padding:26px 28px;display:flex;gap:20px;align-items:flex-start;
  box-shadow:0 10px 24px -18px rgba(20,19,16,0.15);
}
.rule-card .rule-badge{
  font-family:'Fraunces',serif;font-weight:700;font-size:20px;color:var(--gold-dim);
  min-width:44px;flex-shrink:0;
}
.rule-card h3{font-size:16.5px;font-weight:700;margin-bottom:6px;}
.rule-card p{font-size:14.5px;color:var(--muted);line-height:1.7;margin:0;}
.rule-card ul{margin-top:10px;}
.rule-card ul li{font-size:14.5px;color:#4a4438;line-height:1.8;padding-left:18px;position:relative;}
.rule-card ul li::before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--gold);}

/* Dark rule cards for Rules page hero list */
.rules-list.on-dark .rule-card{background:var(--near-black);border-color:rgba(224,166,56,0.14);}
.rules-list.on-dark .rule-card h3{color:#fff;}
.rules-list.on-dark .rule-card p, .rules-list.on-dark .rule-card ul li{color:#a7a196;}

/* Callout / important box */
.callout{
  background:#fff8e8;border:1px solid rgba(224,166,56,0.35);border-radius:var(--radius);
  padding:26px 28px;display:flex;gap:16px;align-items:flex-start;
}
.callout .callout-icon{width:40px;height:40px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.callout .callout-icon svg{width:19px;height:19px;fill:#1a1305;}
.callout h3{font-size:15.5px;font-weight:800;margin-bottom:8px;color:#5a3f0a;}
.callout p{font-size:14.5px;color:#5a3f0a;line-height:1.75;margin:0 0 8px;}
.callout ul{margin-top:6px;}
.callout ul li{font-size:14.5px;color:#5a3f0a;line-height:1.9;padding-left:18px;position:relative;}
.callout ul li::before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--gold-dim);}

/* Groups */
.groups-section{background:var(--black);padding:90px 0;position:relative;overflow:hidden;}
.groups-section::after{content:"";position:absolute;bottom:-140px;right:-140px;width:380px;height:380px;background:radial-gradient(circle,rgba(224,166,56,0.14),transparent 70%);}
.groups-top{display:grid;grid-template-columns:0.85fr 2fr;gap:40px;align-items:end;margin-bottom:44px;position:relative;z-index:2;}
.groups-top h2{color:#fff;font-size:clamp(26px,3vw,36px);font-weight:600;margin-top:14px;line-height:1.15;}
.groups-top p{color:#a7a196;font-size:15px;line-height:1.7;max-width:340px;margin:16px 0 22px;}
.groups-carousel-wrap{position:relative;}
.carousel-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  width:42px;height:42px;border-radius:50%;
  background:rgba(255,255,255,0.06);border:1px solid rgba(224,166,56,0.4);
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;z-index:6;transition:background .2s ease;color:var(--gold);
  overflow:hidden;
}
.carousel-arrow:hover{background:rgba(224,166,56,0.18);}
.carousel-arrow.prev{left:-8px;}
.carousel-arrow.next{right:-8px;}
.carousel-arrow svg{width:16px;height:16px;flex-shrink:0;}
.groups-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;position:relative;z-index:2;}
.group-card{background:var(--near-black);border:1px solid rgba(224,166,56,0.16);border-radius:16px;padding:24px;position:relative;transition:transform .3s ease, border-color .3s ease;}
.group-card:hover{transform:translateY(-6px);border-color:rgba(224,166,56,0.5);}
.popular-tag{position:absolute;top:-12px;left:24px;background:var(--gold);color:#1a1305;font-size:10.5px;font-weight:800;letter-spacing:0.06em;padding:5px 12px;border-radius:999px;text-transform:uppercase;}
.group-head{display:flex;align-items:center;gap:12px;margin-bottom:18px;}
.group-icon{width:44px;height:44px;border-radius:50%;background:rgba(224,166,56,0.12);border:1px solid rgba(224,166,56,0.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.group-icon svg{width:19px;height:19px;fill:var(--gold);}
.group-head h3{color:#fff;font-size:17px;font-weight:700;}
.group-head span{color:#8f897c;font-size:12px;}
.group-price{font-family:'Fraunces',serif;color:var(--gold-light);font-size:26px;font-weight:700;margin-bottom:2px;}
.group-price small{font-family:'Manrope',sans-serif;color:#8f897c;font-size:12px;font-weight:600;margin-left:6px;}
.group-meta{display:flex;justify-content:space-between;margin:18px 0 20px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.08);}
.group-meta div span{display:block;color:#8f897c;font-size:11px;margin-bottom:3px;}
.group-meta div strong{color:#fff;font-size:14px;}
.group-detail-list{margin:16px 0 20px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.08);display:flex;flex-direction:column;gap:9px;}
.group-detail-list li{display:flex;justify-content:space-between;font-size:13px;color:#c9c4b8;}
.group-detail-list li span{color:#8f897c;}
.btn-join{display:block;width:100%;text-align:center;padding:12px;border-radius:10px;border:1px solid rgba(224,166,56,0.45);color:var(--gold-light);font-weight:700;font-size:13.5px;transition:background .25s ease, color .25s ease;}
.btn-join:hover{background:var(--gold);color:#1a1305;}

/* Trust bar */
.trust-bar{background:linear-gradient(90deg,var(--gold-dim),var(--gold-light));padding:34px 0;}
.trust-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;}
.trust-lead{display:flex;align-items:center;gap:16px;max-width:360px;}
.trust-lead .icon-circle{width:52px;height:52px;border-radius:50%;background:#1a1305;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.trust-lead .icon-circle svg{width:22px;height:22px;fill:var(--gold);}
.trust-lead h3{font-size:17px;font-weight:800;color:#1a1305;}
.trust-lead p{font-size:13px;color:#3a2c0c;margin-top:4px;line-height:1.5;}
.trust-items{display:flex;gap:34px;flex-wrap:wrap;}
.trust-item{display:flex;align-items:center;gap:10px;}
.trust-item svg{width:19px;height:19px;fill:#1a1305;flex-shrink:0;}
.trust-item span{font-size:13.5px;font-weight:700;color:#241a05;line-height:1.3;}

/* CTA banner */
.cta-banner{
  background:var(--near-black);
  border-radius:24px;
  padding:56px 48px;
  text-align:center;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(224,166,56,0.18);
}
.cta-banner::before{content:"";position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:380px;height:380px;background:radial-gradient(circle,rgba(224,166,56,0.18),transparent 70%);}
.cta-banner *{position:relative;z-index:2;}
.cta-banner h2{color:#fff;font-size:clamp(24px,3vw,34px);font-weight:600;margin-bottom:12px;}
.cta-banner p{color:#a7a196;font-size:15px;max-width:480px;margin:0 auto 26px;line-height:1.7;}
.cta-banner-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;}

/* FAQ accordion */
.faq-list{display:flex;flex-direction:column;gap:14px;max-width:820px;margin:0 auto;}
.faq-item{background:#fff;border:1px solid rgba(20,19,16,0.08);border-radius:var(--radius);overflow:hidden;}
.faq-question{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:20px 24px;background:none;border:none;cursor:pointer;text-align:left;
  font-family:'Manrope',sans-serif;font-size:15.5px;font-weight:700;color:var(--ink);
}
.faq-question .plus{
  width:26px;height:26px;border-radius:50%;background:var(--near-black);flex-shrink:0;
  display:flex;align-items:center;justify-content:center;position:relative;transition:transform .3s ease;
}
.faq-question .plus::before,.faq-question .plus::after{content:"";position:absolute;background:var(--gold);}
.faq-question .plus::before{width:10px;height:2px;}
.faq-question .plus::after{width:2px;height:10px;}
.faq-item.open .faq-question .plus{transform:rotate(45deg);}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.faq-answer-inner{padding:0 24px 22px;font-size:14.5px;color:var(--muted);line-height:1.75;}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;}
.contact-info-card{background:var(--near-black);border-radius:20px;padding:38px;border:1px solid rgba(224,166,56,0.16);}
.contact-info-card h3{color:#fff;font-size:20px;font-weight:700;margin-bottom:22px;}
.contact-row{display:flex;gap:16px;align-items:flex-start;margin-bottom:22px;}
.contact-row:last-of-type{margin-bottom:28px;}
.contact-row .c-icon{width:42px;height:42px;border-radius:50%;background:rgba(224,166,56,0.12);border:1px solid rgba(224,166,56,0.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.contact-row .c-icon svg{width:18px;height:18px;fill:var(--gold);}
.contact-row .c-label{font-size:11.5px;color:#8f897c;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:4px;}
.contact-row .c-value{font-size:15px;color:#fff;font-weight:600;}
.contact-actions{display:flex;flex-direction:column;gap:12px;}
.contact-actions .btn{justify-content:center;}
.contact-visual{
  border-radius:20px;overflow:hidden;position:relative;min-height:100%;
  background:linear-gradient(160deg,var(--near-black),#241d10);
  display:flex;align-items:center;justify-content:center;padding:50px 34px;text-align:center;
}
.contact-visual .icon-circle{width:68px;height:68px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}
.contact-visual .icon-circle svg{width:30px;height:30px;fill:#1a1305;}
.contact-visual h3{color:#fff;font-size:20px;font-weight:700;margin-bottom:10px;}
.contact-visual p{color:#a7a196;font-size:14px;line-height:1.7;max-width:280px;margin:0 auto;}

/* Footer */
footer{background:var(--black);color:#a7a196;padding:70px 0 0;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:30px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,0.08);}
.footer-brand .logo{margin-bottom:14px;}
.footer-brand p{font-size:13.5px;line-height:1.7;max-width:230px;}
.footer-socials{display:flex;gap:10px;margin-top:20px;}
.footer-socials a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,0.15);display:flex;align-items:center;justify-content:center;transition:border-color .2s, background .2s;}
.footer-socials a:hover{border-color:var(--gold);background:rgba(224,166,56,0.1);}
.footer-col h4{color:#fff;font-size:14.5px;font-weight:700;margin-bottom:18px;}
.footer-col ul li{margin-bottom:12px;}
.footer-col ul li a{font-size:13.5px;color:#a7a196;transition:color .2s;}
.footer-col ul li a:hover{color:var(--gold);}
.newsletter p{font-size:13.5px;line-height:1.6;margin-bottom:16px;}
.newsletter-form{display:flex;gap:8px;}
.newsletter-form input{flex:1;padding:12px 14px;border-radius:8px;border:1px solid rgba(255,255,255,0.15);background:rgba(255,255,255,0.04);color:#fff;font-size:13px;outline:none;}
.newsletter-form input::placeholder{color:#75705f;}
.newsletter-form input:focus{border-color:var(--gold);}
.newsletter-form button{width:44px;height:44px;border-radius:8px;background:var(--gold);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s;}
.newsletter-form button:hover{background:var(--gold-light);}
.newsletter-form button svg{width:16px;height:16px;fill:#1a1305;}
.footer-bottom{text-align:center;padding:22px 0;font-size:12.5px;color:#6f6a5e;}

/* Reveal on scroll */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease, transform .7s ease;}
.reveal.in-view{opacity:1;transform:translateY(0);}

/* Scroll progress bar */
.scroll-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--gold-dim),var(--gold-light));z-index:999;width:0%;transition:width .1s linear;}

/* Back to top */
.back-to-top{position:fixed;bottom:26px;right:26px;width:46px;height:46px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px -8px rgba(224,166,56,0.6);cursor:pointer;z-index:80;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .3s ease, transform .3s ease;}
.back-to-top.show{opacity:1;pointer-events:auto;transform:translateY(0);}
.back-to-top svg{width:18px;height:18px;fill:#1a1305;}

/* Divider */
.hr-soft{height:1px;background:rgba(20,19,16,0.08);margin:0;}

/* Two column prose + list layout */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}

/* ===== Responsive ===== */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;}
  .hero-media{order:-1;max-width:520px;margin:0 auto;}
  .float-badge{right:6px;}
  .stats-inner{grid-template-columns:repeat(2,1fr);gap:22px 0;}
  .stat{border-right:none;padding:0 10px;}
  .stat:nth-child(odd){border-right:1px solid rgba(255,255,255,0.08);}
  .steps-grid{grid-template-columns:repeat(2,1fr);}
  .feature-grid{grid-template-columns:repeat(2,1fr);}
  .groups-top{grid-template-columns:1fr;}
  .groups-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .footer-brand{grid-column:1/-1;}
  .newsletter{grid-column:1/-1;}
  .contact-grid{grid-template-columns:1fr;}
  .two-col{grid-template-columns:1fr;}
}

@media (max-width:760px){
  .container{padding:0 20px;}
  .topbar-right{gap:12px;}
  .topbar-right span.label{display:none;}
  .nav-links{
    position:fixed;top:0;right:0;height:100vh;width:78%;max-width:320px;background:var(--near-black);
    flex-direction:column;align-items:flex-start;padding:100px 30px 30px;gap:22px;
    transform:translateX(100%);transition:transform .35s ease;z-index:99;box-shadow:-20px 0 40px rgba(0,0,0,0.4);
    overflow-y:auto;
  }
  .nav-links.open{transform:translateX(0);}
  .menu-toggle{display:flex;}
  .nav-backdrop{
    display:block;position:fixed;inset:0;background:rgba(0,0,0,0.5);
    z-index:98;opacity:0;pointer-events:none;transition:opacity .35s ease;
  }
  .nav-backdrop.open{opacity:1;pointer-events:auto;}
  .nav-cta .btn-outline{display:none;}
  .hero{padding-top:20px;}
  .hero-actions .btn{flex:1;justify-content:center;}
  .stats-strip{margin-top:26px;border-radius:16px;}
  .stats-inner{padding:24px 16px;}
  .stat-num{font-size:19px;}
  .section{padding:60px 0;}
  .steps-grid{grid-template-columns:1fr;}
  .feature-grid{grid-template-columns:1fr;}
  .trust-inner{flex-direction:column;align-items:flex-start;}
  .trust-items{gap:18px;}
  .footer-grid{grid-template-columns:1fr;}
  .rule-card{flex-direction:column;gap:10px;padding:22px 20px;}
  .cta-banner{padding:40px 24px;}
  .page-hero{padding:44px 0 40px;}
  .carousel-arrow{display:none;}
}

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