/* ============================================================
   Invest Georgia UAE — Long-Form Lead Gen Landing Page
   Style: Editorial · Dark · Premium
============================================================ */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  background: #06091a;
  color: #f0ece3;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

/* ---------- Design Tokens ---------- */
:root {
  --gold:       #c5a45e;
  --gold-light: #e2c97e;
  --ink:        #06091a;
  --white:      #f8f6f1;
  --muted:      rgba(240,236,227,0.55);
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'Montserrat', sans-serif;
  --ease:       cubic-bezier(0.22,1,0.36,1);
  --section-alt: #080c20;
  --stroke:     rgba(197,164,94,0.15);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
strong { color: var(--gold-light); font-weight: 600; }

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ---------- NAV ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 68px;
  display: flex;
  align-items: center;
  background: rgba(6,9,26,0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--stroke);
}
.nav-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo, .footer-logo {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}
.nav-logo { font-size: 1.4rem; padding: 4px 0; }
.logo-invest { color: #fff; }
.logo-georgia { color: #e3000f; }
.logo-uae {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 0.35em;
  font-weight: 700;
  line-height: 1.1;
  padding-left: 0.25rem;
  letter-spacing: -2px;
  background: linear-gradient(180deg, #00732f 33%, #fff 33%, #fff 66%, #000 66%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.1em;
}
.nav-cta {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  padding: 11px 24px;
  transition: background 0.2s, transform 0.2s;
}
.nav-cta:hover { background: var(--gold-light); transform: translateY(-1px); }

/* ---------- HERO ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 130px 48px 90px;
  text-align: center;
  background:
    radial-gradient(ellipse 130% 70% at 50% -5%, rgba(197,164,94,0.1) 0%, transparent 60%),
    radial-gradient(ellipse 70% 50% at 15% 85%, rgba(155,28,28,0.07) 0%, transparent 55%),
    linear-gradient(180deg, #06091a 0%, #080c22 55%, #06091a 100%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(197,164,94,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197,164,94,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, black 0%, transparent 75%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 840px;
}
.eyebrow {
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  display: block;
}
.hero-h1 {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}
.hero-h1 em { font-style: italic; color: var(--gold-light); }
.hero-desc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(240,236,227,0.72);
  margin-bottom: 48px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 0;
}
.h-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 0 44px;
}
.h-stat-val {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 300;
  font-style: italic;
  color: var(--gold-light);
  line-height: 1;
}
.h-stat-lbl {
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.h-stat-sep {
  width: 1px;
  height: 52px;
  background: rgba(197,164,94,0.3);
  flex-shrink: 0;
}
.btn-hero {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 20px 48px;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 40px rgba(197,164,94,0.28);
}
.btn-hero:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 18px 56px rgba(197,164,94,0.38); }
.hero-note {
  margin-top: 16px;
  font-size: 0.6rem;
  color: var(--muted);
  letter-spacing: 0.07em;
}
.hero-scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  color: rgba(197,164,94,0.5);
  animation: bounce 2.2s ease-in-out infinite;
}
@keyframes bounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(8px); }
}

/* ---------- Global Section Styles ---------- */
.section-eyebrow {
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}
.section-eyebrow.centered { text-align: center; }
.section-h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 52px;
  letter-spacing: 0.01em;
}
.section-h2.centered { text-align: center; }
.body-text {
  font-size: 0.92rem;
  line-height: 1.9;
  color: rgba(240,236,227,0.7);
  margin-bottom: 18px;
}
.body-text:last-child { margin-bottom: 0; }

/* ---------- UAE DEAL SECTION ---------- */
.deal-sec {
  padding: 80px 0;
  background: rgba(197,164,94,0.04);
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}
.deal-inner {
  display: flex;
  justify-content: center;
  text-align: center;
}
.deal-content {
  max-width: 820px;
}
.deal-h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 2.7rem);
  font-weight: 300;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 24px;
}
.deal-h2 .highlight {
  color: var(--gold-light);
  font-weight: 400;
  font-style: italic;
}
.deal-sec .body-text {
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(240,236,227,0.8);
  margin-bottom: 16px;
}
.deal-sec .body-text:last-child {
  margin-bottom: 0;
}

/* ---------- HOOK SECTION ---------- */
.hook-sec {
  padding: 100px 0;
  border-top: 1px solid var(--stroke);
}
.hook-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.hook-h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--white);
}
.pull-quote {
  border-left: 2px solid var(--gold);
  padding: 4px 0 4px 22px;
  margin: 28px 0 10px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.18rem;
  line-height: 1.65;
  color: var(--white);
}
.quote-attr {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 28px;
}
.btn-outline {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 28px;
  transition: background 0.2s, color 0.2s;
}
.btn-outline:hover { background: var(--gold); color: var(--ink); }

/* ---------- STATS BAR ---------- */
.stats-bar {
  background: var(--gold);
  padding: 36px 0;
}
.stats-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.stat-item { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.stat-val {
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  line-height: 1;
}
.stat-lbl {
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(6,9,26,0.6);
}
.stat-div { width: 1px; height: 40px; background: rgba(6,9,26,0.18); }

/* ---------- OPPORTUNITY SECTION ---------- */
.opp-sec {
  padding: 100px 0;
  background: var(--section-alt);
  border-top: 1px solid var(--stroke);
}
.opp-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  align-items: start;
}
.opp-sticky {
  position: sticky;
  top: 88px;
}
.opp-h2 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 24px;
}
.btn-primary-sm {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 12px 20px;
  transition: background 0.2s, transform 0.2s;
}
.btn-primary-sm:hover { background: var(--gold-light); transform: translateY(-1px); }
.opp-content { display: flex; flex-direction: column; gap: 48px; }
.opp-block {
  border-left: 1px solid rgba(197,164,94,0.22);
  padding-left: 28px;
}
.opp-block-h {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--gold-light);
  margin-bottom: 14px;
  line-height: 1.3;
}
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 18px 36px;
  transition: background 0.2s, transform 0.2s;
  margin-top: 8px;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ---------- WHY US ---------- */
.why-sec {
  padding: 100px 0;
  border-top: 1px solid var(--stroke);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
}
.why-card {
  padding: 36px 28px;
  border: 1px solid var(--stroke);
  background: rgba(197,164,94,0.03);
  transition: border-color 0.25s, background 0.25s;
}
.why-card:hover { border-color: rgba(197,164,94,0.35); background: rgba(197,164,94,0.07); }
.why-icon { font-size: 1rem; color: var(--gold); margin-bottom: 20px; }
.why-title {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.3;
}
.why-body { font-size: 0.82rem; line-height: 1.8; color: var(--muted); }

/* ---------- WHAT YOU GET ---------- */
.wug-sec {
  padding: 100px 0;
  background: var(--section-alt);
  border-top: 1px solid var(--stroke);
}
.wug-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.wug-h2 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 18px;
}
.wug-list { list-style: none; display: flex; flex-direction: column; gap: 28px; }
.wug-item { display: flex; gap: 20px; align-items: flex-start; }
.wug-num {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
  padding-top: 2px;
  min-width: 28px;
}
.wug-item strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 6px;
}
.wug-item p { font-size: 0.82rem; line-height: 1.75; color: var(--muted); margin: 0; }

/* ---------- TESTIMONIALS ---------- */
.testi-sec {
  padding: 100px 0;
  border-top: 1px solid var(--stroke);
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.testi-card {
  background: rgba(197,164,94,0.04);
  border: 1px solid var(--stroke);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.testi-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(240,236,227,0.85);
  flex-grow: 1;
}
.testi-quote::before { content: '"'; color: var(--gold); font-size: 1.5rem; line-height: 0; vertical-align: -8px; margin-right: 4px; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(197,164,94,0.12);
  border: 1px solid rgba(197,164,94,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold);
  flex-shrink: 0;
}
.testi-name { font-size: 0.78rem; font-weight: 600; color: var(--white); margin-bottom: 2px; }
.testi-loc { font-size: 0.63rem; color: var(--muted); letter-spacing: 0.05em; }

/* ---------- FAQ ---------- */
.faq-sec {
  padding: 100px 0;
  background: var(--section-alt);
  border-top: 1px solid var(--stroke);
}
.faq-list {
  max-width: 780px;
  margin: 0 auto;
}
.faq-item { border-bottom: 1px solid var(--stroke); }
.faq-item:first-child { border-top: 1px solid var(--stroke); }
.faq-q {
  list-style: none;
  padding: 22px 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  user-select: none;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--gold-light); }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.3s var(--ease);
}
details[open] .faq-q::after { transform: rotate(45deg); }
.faq-a { padding: 0 0 22px; font-size: 0.85rem; line-height: 1.85; color: var(--muted); }

/* ---------- LEAD FORM SECTION ---------- */
.form-sec {
  padding: 100px 0 120px;
  border-top: 1px solid var(--stroke);
  background:
    radial-gradient(ellipse 100% 55% at 50% 110%, rgba(197,164,94,0.08) 0%, transparent 65%),
    #06091a;
}
.form-sec-inner {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 80px;
  align-items: start;
}
.form-h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 18px;
}
.form-promises {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0 36px;
}
.form-promises li { font-size: 0.82rem; color: rgba(240,236,227,0.75); line-height: 1.5; letter-spacing: 0.02em; }
.form-trust-badges { display: flex; flex-direction: column; gap: 12px; }
.f-badge {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid var(--stroke);
  background: rgba(197,164,94,0.04);
}
.f-badge-icon { font-size: 0.85rem; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.f-badge strong {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 3px;
}
.f-badge span { font-size: 0.64rem; color: var(--muted); letter-spacing: 0.04em; }

/* ---- Form Card ---- */
.form-card {
  background: #f8f6f1;
  border-top: 3px solid var(--gold);
  padding: 38px 34px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.55);
  position: sticky;
  top: 84px;
}
.form-card-title {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #06091a;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(6,9,26,0.1);
  text-transform: uppercase;
}
.fg { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.fg label {
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(6,9,26,0.45);
  text-transform: uppercase;
}
.req { color: #9b1c1c; }
.fg input, .fg select {
  width: 100%;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(6,9,26,0.14);
  border-radius: 1px;
  font-family: var(--sans);
  font-size: 0.82rem;
  color: #06091a;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.fg input:focus, .fg select:focus { border-color: var(--gold); }
.ferr { font-size: 0.62rem; color: #9b1c1c; display: none; }
.fg.error input, .fg.error select { border-color: #9b1c1c; }
.fg.error .ferr { display: block; }

/* Phone row */
.phone-row { display: flex; gap: 8px; }
.cc-wrap { position: relative; flex-shrink: 0; }
.cc-wrap select { appearance: none; -webkit-appearance: none; padding-right: 28px; min-width: 100px; }
.chevron { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 10px; height: 6px; color: rgba(6,9,26,0.4); pointer-events: none; }

.btn-submit {
  width: 100%;
  margin-top: 6px;
  padding: 16px;
  background: #06091a;
  color: #f8f6f1;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.btn-submit:hover { background: var(--gold); color: var(--ink); transform: translateY(-1px); }
.btn-submit:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }
.form-privacy { font-size: 0.6rem; color: rgba(6,9,26,0.45); margin-top: 12px; line-height: 1.6; }
.form-privacy a { text-decoration: underline; color: rgba(6,9,26,0.5); }

/* ---- OTP Panel ---- */
.otp-icon { font-size: 2rem; text-align: center; margin-bottom: 12px; color: var(--gold); }
.otp-title { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; color: #06091a; text-align: center; margin-bottom: 10px; }
.otp-desc { font-size: 0.78rem; color: rgba(6,9,26,0.6); text-align: center; line-height: 1.6; margin-bottom: 22px; }
.otp-desc strong { color: #06091a; }
.otp-boxes { display: flex; justify-content: center; gap: 8px; margin-bottom: 12px; }
.otp-box {
  width: 42px; height: 50px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  border: 1px solid rgba(6,9,26,0.18);
  border-radius: 1px;
  outline: none;
  background: #fff;
  color: #06091a;
  transition: border-color 0.2s;
}
.otp-box:focus { border-color: var(--gold); }
.otp-err { font-size: 0.66rem; color: #9b1c1c; text-align: center; margin-bottom: 8px; }
.otp-resend { font-size: 0.65rem; color: rgba(6,9,26,0.45); text-align: center; margin-top: 14px; }
.otp-resend-btn { background: none; border: none; cursor: pointer; color: var(--gold); font-size: 0.65rem; font-weight: 600; text-decoration: underline; }

/* ---- Success Panel ---- */
.success-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(197,164,94,0.12);
  border: 1px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  color: var(--gold);
  margin: 0 auto 18px;
}
.success-title { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; color: #06091a; text-align: center; margin-bottom: 14px; }
.success-body { font-size: 0.82rem; line-height: 1.7; color: rgba(6,9,26,0.6); text-align: center; }

/* ---------- FOOTER ---------- */
.footer {
  background: #030612;
  border-top: 1px solid var(--stroke);
  padding: 60px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--stroke);
}
.footer-logo { font-size: 1.5rem; justify-content: flex-start; margin-bottom: 16px; }
.footer-tagline { font-size: 0.7rem; color: var(--muted); line-height: 1.8; letter-spacing: 0.05em; }
.footer-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.fc-title { font-size: 0.56rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.footer-col p, .footer-col a {
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.8;
  display: block;
}
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  padding: 20px 48px;
  max-width: 1120px;
  margin: 0 auto;
}
.footer-bottom p { font-size: 0.62rem; color: rgba(240,236,227,0.3); line-height: 1.7; margin-bottom: 4px; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .container { padding: 0 28px; }
  .nav-inner { padding: 0 28px; }
  .hero { padding: 120px 28px 80px; }
  .hook-grid, .wug-grid, .form-sec-inner { grid-template-columns: 1fr; gap: 48px; }
  .opp-grid { grid-template-columns: 1fr; gap: 36px; }
  .opp-sticky { position: static; }
  .why-grid, .testi-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-cols { grid-template-columns: repeat(2,1fr); }
  .h-stat { padding: 0 24px; }
  .form-card { position: static; }
}
@media (max-width: 640px) {
  .hero-stats { flex-direction: column; gap: 20px; }
  .h-stat-sep { width: 60px; height: 1px; }
  .why-grid, .testi-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .hero-h1 { font-size: clamp(2.2rem, 9vw, 3rem); }
  .stats-inner { justify-content: center; gap: 28px 40px; }
  .stat-div { display: none; }
  .footer-bottom { padding: 20px 28px; }
}
