/* ═══════════════════════════════════════════
   CLEAR REAL ESTATE BUYERS — PREMIUM SHOWCASE
   Brand: #0A0A0A · #FFBF00 · #C21807
═══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --black: #0A0A0A; --gold: #FFBF00; --gold-dark: #E6AC00; --gold-light: #FFD54F;
  --red: #C21807; --cream: #FDFAF5; --white: #FFFFFF;
  --gray-100: #F3F4F6; --gray-200: #E5E7EB; --gray-400: #9CA3AF;
  --gray-600: #4B5563; --gray-700: #374151; --gray-800: #1F2937; --gray-900: #111827;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', -apple-system, sans-serif;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --radius: 12px; --radius-lg: 20px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow: 0 4px 16px rgba(0,0,0,0.10), 0 2px 6px rgba(0,0,0,0.06);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.14), 0 8px 24px rgba(0,0,0,0.08);
  --shadow-gold: 0 8px 32px rgba(255,191,0,0.30);
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--gray-900); background: var(--white); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 800px; margin: 0 auto; padding: 0 24px; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sans); font-weight: 700; letter-spacing: 0.02em; border-radius: 8px; transition: all 160ms var(--ease-out); cursor: pointer; text-decoration: none; white-space: nowrap; }
.btn:active { transform: scale(0.97); }
.btn--gold { background: var(--gold); color: var(--black); border: 2px solid var(--gold); }
.btn--gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); box-shadow: var(--shadow-gold); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.6); }
.btn--ghost:hover { background: rgba(255,255,255,0.12); border-color: var(--white); }
.btn--sm { padding: 8px 18px; font-size: 0.875rem; }
.btn--xl { padding: 16px 32px; font-size: 1rem; }
.btn--full { width: 100%; justify-content: center; }

/* NAVIGATION */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(10,10,10,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,191,0,0.15); transition: all 300ms var(--ease-out); }
.nav.scrolled { background: rgba(10,10,10,0.98); box-shadow: 0 4px 24px rgba(0,0,0,0.3); }
.nav__inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 76px; display: flex; align-items: center; gap: 40px; }
.nav__logo { display: flex; align-items: center; flex-shrink: 0; }
.nav__logo-img { height: 44px; width: auto; max-width: 200px; object-fit: contain; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3)); }
.nav__links { display: flex; align-items: center; gap: 8px; list-style: none; margin-left: auto; }
.nav__link { color: rgba(255,255,255,0.75); font-size: 0.875rem; font-weight: 500; padding: 6px 12px; border-radius: 6px; transition: all 180ms var(--ease-out); }
.nav__link:hover { color: var(--gold); background: rgba(255,191,0,0.08); }
.nav__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav__phone { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.85); font-size: 0.875rem; font-weight: 600; transition: color 180ms; }
.nav__phone:hover { color: var(--gold); }
.nav__burger { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; }
.nav__burger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all 250ms var(--ease-out); }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,10,10,0.88) 0%, rgba(10,10,10,0.72) 50%, rgba(10,10,10,0.55) 100%); }
.hero__content { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 140px 24px 80px; max-width: 760px; width: 100%; }
.hero__badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,191,0,0.15); border: 1px solid rgba(255,191,0,0.35); color: var(--gold); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 24px; }
.hero__headline { font-family: var(--font-serif); font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 900; color: var(--white); line-height: 1.12; margin-bottom: 24px; letter-spacing: -0.02em; }
.hero__headline em { font-style: italic; color: var(--gold); }
.hero__sub { font-size: 1.125rem; color: rgba(255,255,255,0.82); line-height: 1.7; margin-bottom: 36px; max-width: 580px; }
.hero__sub strong { color: var(--white); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.85); font-size: 0.8rem; font-weight: 500; padding: 6px 12px; border-radius: 100px; }
.trust-pill svg { color: var(--gold); flex-shrink: 0; }
.hero__scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.5); animation: bounce 2s ease-in-out infinite; z-index: 1; }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* STATS */
.stats { background: var(--black); border-bottom: 3px solid var(--gold); }
.stats__inner { max-width: 1200px; margin: 0 auto; padding: 40px 24px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 16px 48px; text-align: center; }
.stat__num { font-family: var(--font-serif); font-size: 2.5rem; font-weight: 800; color: var(--gold); line-height: 1; display: flex; align-items: baseline; gap: 2px; }
.stat__suffix { font-size: 1.5rem; }
.stat__label { font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.08em; }
.stat__divider { width: 1px; height: 48px; background: rgba(255,255,255,0.1); }

/* SECTIONS */
.section { padding: 96px 0; }
.section--light { background: var(--white); }
.section--dark { background: var(--gray-900); }
.section--cream { background: var(--cream); }
.section--cta { background: var(--gray-900); }
.section__header { text-align: center; margin-bottom: 60px; }
.section__label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section__title { font-family: var(--font-serif); font-size: clamp(1.75rem, 3.5vw, 2.75rem); font-weight: 800; color: var(--gray-900); line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.02em; }
.section__title--light { color: var(--white); }
.section__sub { font-size: 1.05rem; color: var(--gray-600); max-width: 600px; margin: 0 auto; line-height: 1.7; }
.section__sub--light { color: rgba(255,255,255,0.65); }

/* STEPS */
.steps { display: flex; align-items: flex-start; gap: 0; flex-wrap: wrap; justify-content: center; }
.step-card { flex: 1; min-width: 240px; max-width: 320px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 40px 32px; text-align: center; box-shadow: var(--shadow); transition: all 250ms var(--ease-out); }
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold); }
.step-card__number { font-family: var(--font-serif); font-size: 3.5rem; font-weight: 900; color: rgba(255,191,0,0.12); line-height: 1; margin-bottom: 16px; }
.step-card__icon { width: 56px; height: 56px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--black); box-shadow: var(--shadow-gold); }
.step-card__title { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 700; color: var(--gray-900); margin-bottom: 12px; }
.step-card__desc { font-size: 0.9rem; color: var(--gray-600); line-height: 1.65; }
.step-card__desc a { color: var(--gold-dark); font-weight: 600; }
.step-card__arrow { display: flex; align-items: center; justify-content: center; color: var(--gold); padding: 0 8px; margin-top: 80px; opacity: 0.6; }

/* SITUATIONS */
.situations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sit-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 28px 24px; transition: all 250ms var(--ease-out); }
.sit-card:hover { background: rgba(255,191,0,0.06); border-color: rgba(255,191,0,0.25); transform: translateY(-2px); }
.sit-card__icon { width: 44px; height: 44px; background: rgba(255,191,0,0.12); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold); margin-bottom: 16px; }
.sit-card__title { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.sit-card__desc { font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* COMPARISON TABLE */
.compare-table { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--gray-200); }
.compare-table__header { display: grid; grid-template-columns: 1.5fr 1fr 1fr; background: var(--black); padding: 20px 28px; gap: 16px; }
.compare-col { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.5); text-align: center; }
.compare-col--feature { text-align: left; }
.compare-col--us { color: var(--gold); }
.compare-col__badge { display: inline-flex; align-items: center; gap: 4px; background: rgba(255,191,0,0.15); border: 1px solid rgba(255,191,0,0.3); color: var(--gold); padding: 4px 12px; border-radius: 100px; font-size: 0.75rem; }
.compare-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr; padding: 18px 28px; gap: 16px; background: var(--white); border-bottom: 1px solid var(--gray-100); align-items: center; }
.compare-row--alt { background: #F9FAFB; }
.compare-cell { font-size: 0.9rem; text-align: center; }
.compare-cell--feature { font-weight: 600; color: var(--gray-700); text-align: left; }
.compare-cell--us { display: flex; align-items: center; justify-content: center; gap: 6px; font-weight: 700; color: var(--gray-900); }
.compare-cell--traditional { color: var(--gray-400); }

/* SPLIT SECTION */
.section--split { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.split__image { position: relative; overflow: hidden; }
.split__image img { width: 100%; height: 100%; object-fit: cover; }
.split__content { background: var(--cream); padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.split__title { font-family: var(--font-serif); font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 800; color: var(--gray-900); line-height: 1.25; letter-spacing: -0.02em; }
.split__text { font-size: 1rem; color: var(--gray-600); line-height: 1.75; }
.split__values { display: flex; flex-direction: column; gap: 20px; margin-top: 8px; }
.split__value { display: flex; align-items: flex-start; gap: 16px; }
.split__value-icon { width: 44px; height: 44px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--black); flex-shrink: 0; box-shadow: var(--shadow-gold); }
.split__value strong { display: block; font-size: 1rem; font-weight: 700; color: var(--gray-900); margin-bottom: 4px; }
.split__value p { font-size: 0.875rem; color: var(--gray-600); line-height: 1.6; }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 36px 32px; box-shadow: var(--shadow); transition: all 250ms var(--ease-out); position: relative; }
.testi-card::before { content: '"'; position: absolute; top: 20px; left: 28px; font-family: var(--font-serif); font-size: 5rem; color: var(--gold); opacity: 0.15; line-height: 1; }
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold); }
.testi-card__stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 16px; }
.testi-card__quote { font-size: 0.95rem; color: var(--gray-700); line-height: 1.75; margin-bottom: 24px; font-style: italic; }
.testi-card__author { display: flex; align-items: center; gap: 12px; }
.testi-card__avatar { width: 44px; height: 44px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.8rem; color: var(--black); flex-shrink: 0; }
.testi-card__author strong { display: block; font-size: 0.9rem; color: var(--gray-900); }
.testi-card__author span { font-size: 0.8rem; color: var(--gray-400); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: border-color 200ms; }
.faq-item.open { border-color: var(--gold); }
.faq-item__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 28px; font-size: 1rem; font-weight: 600; color: var(--gray-900); text-align: left; transition: color 180ms; }
.faq-item__q:hover { color: var(--gold-dark); }
.faq-item.open .faq-item__q { color: var(--gold-dark); }
.faq-item__icon { flex-shrink: 0; color: var(--gold); transition: transform 250ms var(--ease-out); }
.faq-item.open .faq-item__icon { transform: rotate(180deg); }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height 350ms var(--ease-out); }
.faq-item.open .faq-item__a { max-height: 200px; }
.faq-item__a p { padding: 0 28px 24px; font-size: 0.95rem; color: var(--gray-600); line-height: 1.75; }
.faq-item__a a { color: var(--gold-dark); font-weight: 600; }

/* CTA / CONTACT */
.section--cta { padding: 96px 0; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.cta-content__title { font-family: var(--font-serif); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; color: var(--white); line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.02em; }
.cta-content__sub { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 28px; }
.cta-content__phone { margin-bottom: 24px; }
.cta-content__checks { display: flex; flex-direction: column; gap: 8px; }
.cta-check { font-size: 0.9rem; color: rgba(255,255,255,0.75); font-weight: 500; }

/* FORM */
.form-card { background: var(--white); border-radius: var(--radius-lg); padding: 40px 36px; box-shadow: var(--shadow-lg); }
.form-card__title { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 800; color: var(--gray-900); margin-bottom: 6px; }
.form-card__sub { font-size: 0.875rem; color: var(--gray-600); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 0.8rem; font-weight: 600; color: var(--gray-700); letter-spacing: 0.02em; }
.form-group input, .form-group select, .form-group textarea { padding: 12px 16px; border: 1.5px solid var(--gray-200); border-radius: 8px; font-family: var(--font-sans); font-size: 0.9rem; color: var(--gray-900); background: var(--white); transition: border-color 180ms, box-shadow 180ms; outline: none; appearance: none; -webkit-appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,191,0,0.12); }
.form-group textarea { resize: vertical; min-height: 80px; }
.form-group--consent { margin-bottom: 20px; }
.consent-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.consent-label input[type="checkbox"] { width: 18px; height: 18px; min-width: 18px; flex-shrink: 0; margin-top: 2px; accent-color: var(--gold); cursor: pointer; padding: 0 !important; border: 1.5px solid var(--gray-400) !important; border-radius: 3px !important; appearance: auto !important; -webkit-appearance: checkbox !important; background: var(--white) !important; box-shadow: none !important; }
.consent-label span { font-size: 0.75rem; color: var(--gray-600); line-height: 1.5; }
.form-success { background: var(--white); border-radius: var(--radius-lg); padding: 60px 36px; text-align: center; box-shadow: var(--shadow-lg); }
.form-success__icon { width: 72px; height: 72px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; color: var(--black); box-shadow: var(--shadow-gold); }
.form-success h3 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 800; color: var(--gray-900); margin-bottom: 12px; }
.form-success p { font-size: 0.95rem; color: var(--gray-600); line-height: 1.7; }
.form-success a { color: var(--gold-dark); font-weight: 600; }

/* FOOTER */
.footer { background: var(--black); color: var(--white); }
.footer__top { max-width: 1200px; margin: 0 auto; padding: 64px 24px 48px; display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 48px; }
.footer__logo { height: 52px; width: auto; max-width: 260px; object-fit: contain; margin-bottom: 16px; }
.footer__tagline { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.footer__desc { font-size: 0.875rem; color: rgba(255,255,255,0.5); line-height: 1.7; }
.footer h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer__links { display: flex; flex-direction: column; gap: 10px; }
.footer__links a { font-size: 0.875rem; color: rgba(255,255,255,0.65); transition: color 180ms; }
.footer__links a:hover { color: var(--gold); }
.footer__contact { display: flex; flex-direction: column; gap: 12px; }
.footer__phone, .footer__email { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: rgba(255,255,255,0.75); font-weight: 500; transition: color 180ms; }
.footer__phone:hover, .footer__email:hover { color: var(--gold); }
.footer__areas { font-size: 0.8rem; color: rgba(255,255,255,0.45); line-height: 1.8; }
.footer__areas strong { display: block; color: rgba(255,255,255,0.6); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 24px; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer__bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.3); }

/* MOBILE STICKY CTA */
.mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: var(--black); border-top: 2px solid var(--gold); padding: 12px 16px; gap: 12px; }
.mobile-cta__call { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--gold); color: var(--black); font-weight: 800; font-size: 0.95rem; padding: 14px; border-radius: 8px; }
.mobile-cta__offer { flex: 1; display: flex; align-items: center; justify-content: center; background: transparent; border: 2px solid rgba(255,255,255,0.3); color: var(--white); font-weight: 700; font-size: 0.95rem; padding: 14px; border-radius: 8px; }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal--delay-1 { transition-delay: 100ms; }
.reveal--delay-2 { transition-delay: 200ms; }
.reveal--delay-3 { transition-delay: 300ms; }
.reveal--delay-4 { transition-delay: 400ms; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .situations-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .section--split { grid-template-columns: 1fr; }
  .split__image { height: 400px; }
  .split__content { padding: 60px 40px; }
  .cta-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav__links, .nav__phone { display: none; }
  .nav__burger { display: flex; }
  .nav__links.open { display: flex; flex-direction: column; position: fixed; top: 76px; left: 0; right: 0; background: rgba(10,10,10,0.98); padding: 24px; gap: 4px; border-bottom: 1px solid rgba(255,191,0,0.15); }
  .nav__link { padding: 12px 16px; font-size: 1rem; }
  .hero__content { padding: 120px 24px 100px; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .stat { padding: 16px 24px; }
  .stat__divider { display: none; }
  .steps { flex-direction: column; align-items: center; }
  .step-card__arrow { transform: rotate(90deg); margin: 0; }
  .situations-grid { grid-template-columns: 1fr; }
  .compare-table__header, .compare-row { grid-template-columns: 1fr 1fr; }
  .compare-col--feature, .compare-cell--feature { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
  .section { padding: 64px 0; }
  .form-card { padding: 28px 20px; }
  .split__content { padding: 40px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__scroll { animation: none; }
}
