:root {
  --black: #050505;
  --black-2: #0a0a0a;
  --black-3: #111111;
  --white: #ffffff;
  --muted: #b9b9b9;
  --gold: #d8aa3d;
  --gold-light: #f4d77d;
  --gold-dark: #9b6f17;
  --line: rgba(255,255,255,.12);
  --max: 1180px;
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: Inter, Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-shell { overflow: hidden; }
.site-header { position: sticky; top: 0; z-index: 50; height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; padding: 0 max(24px, calc((100vw - var(--max))/2)); background: rgba(5,5,5,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.nav { justify-self: center; display: flex; gap: 30px; font-size: 14px; color: #d7d7d7; }
.nav a:hover { color: var(--gold-light); }
.section-pad { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 110px 0; }
.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 60px; position: relative; }
.hero-glow { position: absolute; width: 760px; height: 760px; border-radius: 50%; right: -330px; top: -80px; background: radial-gradient(circle, rgba(216,170,61,.18) 0, rgba(216,170,61,.06) 35%, transparent 68%); pointer-events: none; }
.eyebrow { letter-spacing: .22em; text-transform: uppercase; font-weight: 700; font-size: 12px; color: var(--gold-light); margin-bottom: 18px; }
h1,h2,h3 { font-family: Montserrat, Inter, sans-serif; margin: 0; line-height: 1.08; }
h1 { font-size: clamp(48px, 6vw, 86px); max-width: 900px; letter-spacing: -.04em; }
h1 span { color: var(--gold-light); }
h2 { font-size: clamp(34px, 4vw, 58px); letter-spacing: -.03em; }
h3 { font-size: 22px; }
.hero-lead { max-width: 720px; color: #d0d0d0; font-size: 19px; margin: 28px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 15px 22px; min-height: 52px; border: 1px solid var(--gold); border-radius: 999px; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #090909; font-weight: 800; font-size: 14px; letter-spacing: .02em; transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(216,170,61,.2); }
.btn-small { min-height: 44px; padding: 11px 17px; }
.btn-ghost { background: transparent; color: white; border-color: rgba(255,255,255,.24); }
.btn-light { background: white; border-color: white; color: black; }
.micro-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; color: #9d9d9d; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.micro-proof i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.hero-mark { position: relative; }
.hero-mark img { width: min(520px, 100%); margin-left: auto; filter: drop-shadow(0 34px 55px rgba(0,0,0,.75)); }
.strip { width: 100%; background: linear-gradient(90deg, #bd8b1f, #f4d77d, #bd8b1f); color: #050505; padding: 24px; text-align: center; }
.strip p { margin: 0; font-family: Montserrat, sans-serif; font-size: clamp(20px, 2.4vw, 34px); font-weight: 700; }
.strip strong { font-size: 1.12em; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.section-copy { color: #c7c7c7; font-size: 18px; }
.section-copy p:first-child { margin-top: 0; }
.centered { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.centered p { color: var(--muted); font-size: 18px; }
.framework { padding-top: 80px; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.card { min-height: 300px; padding: 30px; border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); border: 1px solid var(--line); }
.step-number { font-size: 13px; letter-spacing: .18em; color: var(--gold-light); margin-bottom: 70px; }
.card h3 { margin-bottom: 14px; }
.card p { color: var(--muted); margin: 0; }
.assessment { width: 100%; max-width: none; padding: 0; background: linear-gradient(120deg, #a87919, #f0cf72 55%, #b58220); color: #080808; }
.assessment-inner { width: min(var(--max), calc(100% - 48px)); margin: auto; padding: 82px 0; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.assessment .eyebrow { color: #3d2a00; }
.assessment p { max-width: 720px; font-size: 18px; }
.assessment-action { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.assessment-action span { font-size: 13px; max-width: 310px; }
.audiences { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.audience { border-top: 2px solid var(--gold); padding: 24px 4px; }
.audience p { color: var(--muted); }
.ecosystem { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; border-top: 1px solid var(--line); }
.ecosystem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.ecosystem-grid div { background: var(--black-2); padding: 26px; display: flex; flex-direction: column; gap: 6px; }
.ecosystem-grid strong { color: var(--gold-light); }
.ecosystem-grid span { color: var(--muted); font-size: 14px; }
.final-cta { padding-top: 30px; }
.final-cta-box { display: grid; grid-template-columns: 130px 1fr auto; gap: 36px; align-items: center; padding: 36px; border: 1px solid rgba(244,215,125,.28); border-radius: 28px; background: radial-gradient(circle at 20% 20%, rgba(216,170,61,.1), transparent 35%), #0b0b0b; }
.final-cta-box img { width: 130px; }
.final-cta-box p { color: var(--muted); margin-bottom: 0; }
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; border-top: 1px solid var(--line); }
.contact .section-heading p { color: var(--muted); font-size: 17px; }
.email-link { display: inline-block; margin-top: 22px; color: var(--gold-light); font-weight: 700; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: flex; flex-direction: column; gap: 8px; color: #d7d7d7; font-size: 13px; font-weight: 600; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.15); background: #0e0e0e; color: white; border-radius: 12px; padding: 14px 15px; font: inherit; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(216,170,61,.11); }
textarea { resize: vertical; }
.contact-form .btn { align-self: flex-start; }
.form-status { margin: 0; min-height: 24px; color: var(--gold-light); font-size: 14px; }
footer { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 54px 0 34px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; color: #8e8e8e; font-size: 13px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 54px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a:hover { color: var(--gold-light); }
.copyright { grid-column: 1 / -1; margin: 0; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; } .delay-2 { transition-delay: .16s; } .delay-3 { transition-delay: .24s; }
.legal { max-width: 860px; margin: 0 auto; padding: 80px 24px; }
.legal h1 { font-size: 46px; }
.legal h2 { margin-top: 34px; font-size: 24px; }
.legal p, .legal li { color: #c5c5c5; }
.back-link { color: var(--gold-light); font-weight: 700; }
@media (max-width: 960px) {
  .nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; }
  .hero-mark { order: -1; }
  .hero-mark img { width: 300px; margin: auto; }
  .split, .ecosystem, .contact, .assessment-inner { grid-template-columns: 1fr; gap: 40px; }
  .steps, .audiences { grid-template-columns: repeat(2,1fr); }
  .final-cta-box { grid-template-columns: 100px 1fr; }
  .final-cta-box .btn { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 620px) {
  .site-header { height: 74px; padding: 0 18px; }
  .brand img { width: 54px; height: 54px; }
  .btn-small { display: none; }
  .section-pad { width: min(100% - 32px, var(--max)); padding: 78px 0; }
  .hero { padding-top: 46px; }
  .hero-mark img { width: 245px; }
  h1 { font-size: 46px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .steps, .audiences, .ecosystem-grid, .form-row { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .step-number { margin-bottom: 36px; }
  .assessment-inner { width: calc(100% - 32px); padding: 64px 0; }
  .final-cta-box { grid-template-columns: 1fr; text-align: left; }
  .final-cta-box img { width: 105px; }
  footer { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }
