/* Leadys conversion landing page styles */
@import url("colors_and_type.css");

html, body { margin: 0; padding: 0; background: var(--bg-0); }
.lds-page { font-family: var(--font-body); color: var(--fg-1); background: var(--bg-0); overflow-x: hidden; }
.lds-page * { box-sizing: border-box; }
.mono { font-family: var(--font-mono); }

/* ===== Reusable buttons ===== */
.btn { font-family: var(--font-body); font-weight: 700; height: 52px; padding: 0 28px; border-radius: 999px; border: 0; cursor: pointer; letter-spacing: 0.02em; display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: all 120ms var(--ease-out); font-size: 14px; text-decoration: none; white-space: nowrap; }
.btn-sm { height: 42px; padding: 0 18px; font-size: 13px; }
.btn-lg { height: 60px; padding: 0 34px; font-size: 16px; }
.btn-primary { background: var(--brand); color: #0B0B0D; box-shadow: var(--glow-brand); text-transform: uppercase; }
.btn-primary:hover { background: var(--brand-hot); box-shadow: var(--glow-brand-hot); transform: translateY(-1px); }
.btn-primary:active { transform: scale(0.98); }
.btn-ghost { background: transparent; color: var(--fg-1); border: 1px solid var(--line-2); }
.btn-ghost:hover { background: rgba(248,209,68,.08); color: var(--brand); border-color: var(--line-gold); }
.btn-dark { background: #0B0B0D; color: var(--brand); border: 1px solid #0B0B0D; }
.btn-dark:hover { background: #000; color: var(--brand-hot); }

/* ===== Eyebrow + section heads ===== */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; color: var(--brand); text-transform: uppercase; padding: 8px 16px; border: 1px solid var(--line-gold); border-radius: 999px; background: rgba(248,209,68,.06); }
.eyebrow-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--brand); box-shadow: 0 0 10px var(--brand); animation: pulse 1.4s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }
.section { padding: 96px 32px; position: relative; }
.section-alt { background: var(--bg-1); border-top: 1px solid var(--line-1); border-bottom: 1px solid var(--line-1); }
.section-inner { max-width: var(--container); margin: 0 auto; position: relative; }
.section-head { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; margin-bottom: 56px; }
.section-h { font-family: var(--font-display); font-weight: 800; font-size: clamp(36px, 5vw, 56px); line-height: 1.08; letter-spacing: 0.02em; text-transform: uppercase; margin: 0; max-width: 880px; }
.section-h .accent { color: var(--brand); text-shadow: 0 0 1px rgba(255,228,92,.9), 0 0 18px rgba(248,209,68,.55), 0 0 36px rgba(248,209,68,.25); }
.section-sub { font-size: 18px; color: var(--fg-2); max-width: 640px; line-height: 1.55; margin: 0; }

/* ===== Top nav ===== */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(11,11,13,.75); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-1); }
.nav-inner { max-width: var(--container); margin: 0 auto; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; gap: 32px; }
.nav-mark { display: flex; align-items: center; gap: 10px; cursor: pointer; text-decoration: none; }
.nav-wordmark { height: 56px; width: auto; display: block; }
.nav-logo { width: 32px; height: 32px; border-radius: 8px; background: var(--brand); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; color: #0B0B0D; font-size: 17px; box-shadow: 0 0 18px rgba(248,209,68,.45); }
.nav-name { font-family: var(--font-display); font-weight: 900; letter-spacing: 0.12em; font-size: 16px; color: var(--fg-1); }
.nav-links { display: flex; gap: 28px; }
.nav-links a { color: var(--fg-2); font-size: 14px; font-weight: 500; cursor: pointer; transition: color 120ms; }
.nav-links a:hover { color: var(--brand); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
@media (max-width: 880px) { .nav-links { display: none; } }

/* ===== HERO (form on right) ===== */
.hero { position: relative; padding: 80px 32px 48px; overflow: hidden; }
.hero-glow { position: absolute; inset: -20%; background: radial-gradient(ellipse 55% 50% at 30% 30%, rgba(248,209,68,.20), transparent 70%); pointer-events: none; }
.hero-trace { position: absolute; inset: 0; background: url("assets/circuit-trace.svg") center / 240px; opacity: 0.10; pointer-events: none; mask-image: radial-gradient(ellipse 80% 90% at 50% 50%, #000 35%, transparent 80%); -webkit-mask-image: radial-gradient(ellipse 80% 90% at 50% 50%, #000 35%, transparent 80%); }
.hero-inner { position: relative; max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: center; }
.hero-left { display: flex; flex-direction: column; gap: 24px; }
.hero-h1 { font-family: var(--font-display); font-weight: 900; font-size: clamp(48px, 6.6vw, 88px); line-height: 1; letter-spacing: 0.02em; margin: 0; text-transform: uppercase; }
.hero-h1 .accent { color: var(--brand); text-shadow: 0 0 1px rgba(255,228,92,.9), 0 0 18px rgba(248,209,68,.55), 0 0 38px rgba(248,209,68,.25); }
.hero-sub { font-size: 19px; line-height: 1.55; color: var(--fg-2); max-width: 540px; margin: 0; }
.hero-bullets { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-direction: column; gap: 12px; }
.hero-bullets li { display: flex; align-items: flex-start; gap: 12px; color: var(--fg-1); font-size: 15px; }
.hero-bullets .check { width: 22px; height: 22px; border-radius: 999px; background: rgba(248,209,68,.12); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; font-weight: 900; flex: 0 0 auto; font-size: 12px; box-shadow: 0 0 0 1px rgba(248,209,68,.35); }
.hero-bullets strong { color: var(--fg-1); }

@media (max-width: 980px) { .hero-inner { grid-template-columns: 1fr; gap: 40px; } }

/* ===== Hero form card ===== */
.form-card { position: relative; background: var(--bg-1); border: 1px solid var(--line-gold); border-radius: 20px; padding: 32px; box-shadow: var(--shadow-pop), 0 0 48px rgba(248,209,68,.10); display: flex; flex-direction: column; gap: 18px; }
.form-card::before { content:""; position:absolute; inset:0; background: url("assets/circuit-trace.svg") center / 240px; opacity: 0.08; pointer-events: none; border-radius: 20px; }
.form-card > * { position: relative; z-index: 1; }
.form-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; color: var(--brand); text-transform: uppercase; }
.form-eyebrow-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--brand); box-shadow: 0 0 10px var(--brand); animation: pulse 1.4s infinite; }
.form-h { font-family: var(--font-display); font-weight: 800; font-size: 24px; line-height: 1.15; text-transform: uppercase; letter-spacing: 0.02em; color: var(--fg-1); margin: 0; }
.form-sub { font-size: 13px; color: var(--fg-2); margin: 0 0 6px; line-height: 1.55; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-2); font-weight: 700; }
.field input, .field select, .field textarea { background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 10px; padding: 14px 16px; color: var(--fg-1); font-family: var(--font-body); font-size: 15px; height: 48px; outline: none; transition: all 120ms var(--ease-out); }
.field input::placeholder, .field select::placeholder { color: var(--fg-3); }
.field input:focus, .field select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(248,209,68,.18); }
.field.error input { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(255,90,90,.15); }
.field .help { font-size: 11px; color: var(--fg-3); }
.field .err { color: var(--danger); font-size: 11px; }
.form-card .btn-primary { width: 100%; height: 56px; font-size: 15px; margin-top: 4px; }
.form-privacy { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--fg-3); line-height: 1.5; padding-top: 6px; border-top: 1px solid var(--line-1); }
.form-privacy .lock { width: 24px; height: 24px; border-radius: 6px; background: rgba(93,209,138,.10); color: var(--success); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; flex: 0 0 auto; border: 1px solid rgba(93,209,138,.3); }

/* Success state */
.form-success { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; padding: 20px 0; }
.form-success-mark { width: 64px; height: 64px; border-radius: 999px; background: rgba(93,209,138,.12); color: var(--success); display: flex; align-items: center; justify-content: center; font-size: 28px; border: 1px solid rgba(93,209,138,.4); box-shadow: 0 0 24px rgba(93,209,138,.3); }
.form-success-h { font-family: var(--font-display); font-weight: 800; font-size: 22px; text-transform: uppercase; letter-spacing: 0.02em; color: var(--fg-1); }
.form-success-sub { font-size: 14px; color: var(--fg-2); max-width: 320px; line-height: 1.55; }

/* ===== Stats band ===== */
.stats-band { background: var(--bg-1); border-top: 1px solid var(--line-1); border-bottom: 1px solid var(--line-1); padding: 28px 32px; position: relative; }
.stats-trace { position: absolute; inset: 0; background: url("assets/circuit-trace.svg") center / 240px; opacity: 0.06; pointer-events: none; mask-image: linear-gradient(to right, transparent, #000, transparent); -webkit-mask-image: linear-gradient(to right, transparent, #000, transparent); }
.stats-inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; }
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat-val { font-family: var(--font-mono); font-size: 32px; font-weight: 700; color: var(--brand); letter-spacing: 0.02em; line-height: 1; }
.stat-label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-3); font-weight: 600; }
@media (max-width: 780px) { .stats-inner { grid-template-columns: repeat(2, 1fr); } }

/* ===== How it works / steps ===== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { padding: 28px 22px; background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 14px; display: flex; flex-direction: column; gap: 10px; position: relative; overflow: hidden; transition: border-color 120ms; }
.step:hover { border-color: var(--line-gold); }
.step-n { font-family: var(--font-mono); font-size: 32px; font-weight: 700; color: var(--brand); line-height: 1; letter-spacing: 0.02em; }
.step-t { font-size: 17px; font-weight: 700; color: var(--fg-1); }
.step-d { font-size: 13px; color: var(--fg-2); line-height: 1.6; }
@media (max-width: 880px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* ===== Property types ===== */
.ptype-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ptype { background: var(--bg-0); border: 1px solid var(--line-1); border-radius: 14px; padding: 22px 20px; display: flex; flex-direction: column; gap: 6px; transition: all 160ms var(--ease-out); position: relative; overflow: hidden; }
.ptype::after { content:""; position: absolute; inset: auto -20% -60% auto; width: 140px; height: 140px; background: radial-gradient(circle, rgba(248,209,68,.18), transparent 70%); opacity: 0; transition: opacity 200ms; pointer-events: none; }
.ptype:hover { border-color: var(--line-gold); transform: translateY(-2px); }
.ptype:hover::after { opacity: 1; }
.ptype-ic { width: 40px; height: 40px; border-radius: 10px; background: rgba(248,209,68,.08); border: 1px solid var(--line-gold); color: var(--brand); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 4px; }
.ptype-t { font-size: 16px; font-weight: 700; color: var(--fg-1); letter-spacing: 0.01em; }
.ptype-d { font-size: 12px; color: var(--fg-3); line-height: 1.5; }
@media (max-width: 980px) { .ptype-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ptype-grid { grid-template-columns: 1fr; } }

/* ===== Features grid ===== */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat-card { background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 16px; padding: 28px 26px; display: flex; flex-direction: column; gap: 12px; transition: all 120ms; position: relative; overflow: hidden; }
.feat-card:hover { border-color: var(--line-gold); }
.feat-card.brand { border-color: var(--line-gold); box-shadow: 0 0 0 1px rgba(248,209,68,.10), 0 24px 60px rgba(0,0,0,.5); }
.feat-card.brand::before { content:""; position: absolute; inset:0; background: url("assets/circuit-trace.svg") center / 240px; opacity: 0.16; pointer-events: none; }
.feat-card > * { position: relative; }
.feat-ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(248,209,68,.10); border: 1px solid var(--line-gold); color: var(--brand); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; }
.feat-eyebrow { font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); }
.feat-t { font-size: 19px; font-weight: 700; color: var(--fg-1); margin: 0; }
.feat-d { font-size: 14px; line-height: 1.6; color: var(--fg-2); margin: 0; }
@media (max-width: 880px) { .feat-grid { grid-template-columns: 1fr; } }

/* ===== Lead toast demo (live feel) ===== */
.demo-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.demo-phone { position: relative; background: linear-gradient(180deg, #1a1a20, #0B0B0D); border: 1px solid var(--line-gold); border-radius: 32px; padding: 18px; max-width: 320px; margin: 0 auto; box-shadow: var(--shadow-pop), 0 0 80px rgba(248,209,68,.18); }
.demo-phone-notch { width: 80px; height: 6px; background: #000; border-radius: 999px; margin: 0 auto 12px; }
.demo-phone-screen { background: #000; border-radius: 24px; padding: 22px 14px 28px; position: relative; overflow: hidden; min-height: 460px; }
.demo-phone-time { font-family: var(--font-mono); font-size: 11px; color: var(--fg-3); text-align: center; margin-bottom: 24px; }
.demo-phone-time strong { color: var(--fg-1); }
.demo-toast { background: var(--bg-2); border: 1px solid var(--line-gold); border-radius: 14px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; box-shadow: 0 0 24px rgba(248,209,68,.25); opacity: 1; animation: slideIn 320ms var(--ease-out) both; }
.demo-toast + .demo-toast { margin-top: 12px; opacity: 0.6; animation-delay: 60ms; }
.demo-toast + .demo-toast + .demo-toast { opacity: 0.3; animation-delay: 120ms; }
@keyframes slideIn { 0% { transform: translateY(-12px); } 100% { transform: translateY(0); } }
.demo-avatar { width: 34px; height: 34px; border-radius: 999px; background: var(--bg-3); border: 1px solid var(--line-gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; color: var(--brand); font-size: 12px; flex: 0 0 auto; }
.demo-toast-body { flex: 1; min-width: 0; }
.demo-toast-tag { font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--success); display: inline-flex; align-items: center; gap: 4px; }
.demo-toast-tag::before { content:""; width:5px; height:5px; border-radius:999px; background: var(--success); box-shadow: 0 0 6px var(--success); }
.demo-toast-name { font-size: 13px; font-weight: 700; color: var(--fg-1); margin-top: 2px; }
.demo-toast-sub { font-size: 11px; color: var(--fg-2); }
.demo-right h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(32px, 4vw, 44px); text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.1; margin: 0 0 16px; }
.demo-right h2 .accent { color: var(--brand); text-shadow: 0 0 18px rgba(248,209,68,.4); }
.demo-right p { font-size: 16px; line-height: 1.6; color: var(--fg-2); margin: 0 0 18px; }
@media (max-width: 880px) { .demo-stage { grid-template-columns: 1fr; gap: 48px; } }

/* ===== Privacy section ===== */
.privacy { background: var(--bg-1); border-top: 1px solid var(--line-1); border-bottom: 1px solid var(--line-1); }
.privacy-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.privacy-left h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(36px, 5vw, 52px); line-height: 1.05; text-transform: uppercase; letter-spacing: 0.02em; margin: 0 0 18px; }
.privacy-left h2 .accent { color: var(--brand); text-shadow: 0 0 22px rgba(248,209,68,.4); }
.privacy-left p { font-size: 16px; line-height: 1.65; color: var(--fg-2); margin: 0 0 16px; max-width: 520px; }
.privacy-shield { background: var(--bg-2); border: 1px solid var(--line-gold); border-radius: 20px; padding: 32px; position: relative; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.5); }
.privacy-shield::before { content:""; position: absolute; inset: 0; background: url("assets/circuit-trace.svg") center / 240px; opacity: 0.14; pointer-events: none; }
.privacy-shield > * { position: relative; }
.shield-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line-1); }
.shield-row:last-child { border-bottom: 0; }
.shield-ic { width: 32px; height: 32px; border-radius: 8px; background: rgba(248,209,68,.10); border: 1px solid var(--line-gold); color: var(--brand); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; flex: 0 0 auto; }
.shield-ic.x { background: rgba(255,90,90,.08); border-color: rgba(255,90,90,.3); color: var(--danger); }
.shield-text { flex: 1; }
.shield-t { font-size: 14px; font-weight: 700; color: var(--fg-1); }
.shield-d { font-size: 12px; color: var(--fg-3); }
@media (max-width: 880px) { .privacy-inner { grid-template-columns: 1fr; } }

/* ===== Testimonial ===== */
.testi-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.testi { background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 16px; padding: 28px; position: relative; }
.testi-mark { font-family: var(--font-display); font-size: 48px; color: var(--brand); line-height: 0.6; opacity: 0.7; }
.testi-q { font-size: 16px; line-height: 1.6; color: var(--fg-1); margin: 12px 0 18px; }
.testi-by { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 999px; background: var(--bg-3); border: 1px solid var(--line-gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; color: var(--brand); font-size: 13px; }
.testi-name { font-weight: 700; color: var(--fg-1); font-size: 13px; }
.testi-role { font-size: 11px; color: var(--fg-3); }
@media (max-width: 780px) { .testi-wrap { grid-template-columns: 1fr; } }

/* ===== FAQ ===== */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg-1); border: 1px solid var(--line-1); border-radius: 12px; overflow: hidden; transition: border-color 120ms; }
.faq-item:hover { border-color: var(--line-gold); }
.faq-q { padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 15px; font-weight: 600; color: var(--fg-1); gap: 16px; }
.faq-icon { width: 24px; height: 24px; border-radius: 999px; background: rgba(248,209,68,.10); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex: 0 0 auto; transition: transform 120ms; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 220ms var(--ease-out); }
.faq-item.open .faq-a { max-height: 240px; }
.faq-a-inner { padding: 0 22px 18px; font-size: 14px; color: var(--fg-2); line-height: 1.65; }

/* ===== Final CTA ===== */
.cta-final { background: var(--brand); position: relative; overflow: hidden; padding: 80px 32px; }
.cta-final::before { content:""; position: absolute; inset: 0; background: url("assets/circuit-trace.svg") center / 240px; opacity: 0.22; mix-blend-mode: multiply; pointer-events: none; }
.cta-final-inner { position: relative; max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.cta-final h2 { font-family: var(--font-display); font-weight: 900; font-size: clamp(36px, 5vw, 60px); line-height: 1.02; color: #0B0B0D; letter-spacing: 0.02em; text-transform: uppercase; margin: 0 0 18px; }
.cta-final p { font-size: 17px; color: rgba(11,11,13,.78); margin: 0; line-height: 1.55; max-width: 480px; }
.cta-final ul { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 10px; }
.cta-final ul li { display: flex; align-items: center; gap: 10px; color: #0B0B0D; font-size: 14px; font-weight: 600; }
.cta-final ul li::before { content:"✓"; width: 22px; height: 22px; background: #0B0B0D; color: var(--brand); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; flex: 0 0 auto; }
.cta-final .form-card { border-color: #0B0B0D; background: rgba(11,11,13,0.92); box-shadow: 0 32px 80px rgba(0,0,0,.4); }
.cta-final .form-card .form-h { color: var(--fg-1); }
.cta-final .form-card .form-sub { color: var(--fg-2); }
.cta-final .form-card::before { display: none; }
.cta-final .form-card .field input { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.12); }
.cta-final .form-card .field input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(248,209,68,.18); }
@media (max-width: 980px) { .cta-final-inner { grid-template-columns: 1fr; } }

/* ===== Footer ===== */
.footer { background: #050506; border-top: 1px solid var(--line-1); padding: 56px 32px 24px; }
.footer-inner { max-width: var(--container); margin: 0 auto; display: flex; gap: 64px; justify-content: space-between; flex-wrap: wrap; }
.footer-left { max-width: 320px; display: flex; flex-direction: column; gap: 12px; }
.footer-mark { display: flex; align-items: center; gap: 10px; }
.footer-wordmark { height: 36px; width: auto; display: block; }
.footer-logo { width: 30px; height: 30px; border-radius: 8px; background: var(--brand); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; color: #0B0B0D; font-size: 16px; }
.footer-name { font-family: var(--font-display); font-weight: 900; letter-spacing: 0.1em; font-size: 16px; }
.footer-tag { font-size: 13px; color: var(--fg-3); line-height: 1.6; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-cols > div { display: flex; flex-direction: column; gap: 8px; }
.footer-h { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-2); margin-bottom: 4px; }
.footer-cols a, .footer-cols span { font-size: 13px; color: var(--fg-3); cursor: pointer; text-decoration: none; }
.footer-cols a:hover { color: var(--brand); }
.footer-bottom { max-width: var(--container); margin: 40px auto 0; padding-top: 22px; border-top: 1px solid var(--line-1); display: flex; justify-content: space-between; font-size: 12px; color: var(--fg-3); flex-wrap: wrap; gap: 12px; }

/* ===== Sticky mobile CTA ===== */
.sticky-cta { display: none; }
@media (max-width: 600px) { 
  .sticky-cta { display: block; position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 100; }
  .sticky-cta .btn { width: 100%; }
}
