:root {
  --bg: #070707;
  --surface: #0d0d0d;
  --line: rgba(255,255,255,.11);
  --muted: #969696;
  --gold: #f4b52f;
  --grn: #00FF00;
  --gold-2: #ffd974;
  --white: #f5f5f2;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--white); font-family: Inter, "Arial Narrow", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.header { height: 88px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand__mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--gold); color: #0a0a0a; clip-path: polygon(22% 0,100% 0,100% 78%,78% 100%,0 100%,0 22%); font-weight: 950; font-style: italic; }
.brand__mark span { transform: skew(-8deg); font-size: 22px; }
.brand__text { font-size: 18px; font-weight: 900; letter-spacing: -.6px; }
.brand__text span { color: var(--gold); }
.header__status { display: flex; align-items: center; gap: 10px; color: #bbb; font-size: 12px; text-transform: uppercase; letter-spacing: 1.6px; }
.header__status i, .hero__note i { width: 7px; height: 7px; border-radius: 50%; background: var(--grn); box-shadow: 0 0 16px var(--grn); }

.hero { min-height: 720px; height: calc(100svh - 88px); max-height: 880px; position: relative; display: flex; align-items: center; border-inline: 1px solid rgba(255,255,255,.045); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #070707 0%, rgba(7,7,7,.96) 28%, rgba(7,7,7,.35) 64%, rgba(7,7,7,.07) 100%); z-index: 1; }
.hero__art { position: absolute; inset: 0; background-image: url("assets/hero-operator.jpg"); background-size: cover; background-position: center; filter: contrast(1.06) saturate(.92); opacity: .9; }
.hero__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--bg), transparent 22%), linear-gradient(90deg, transparent 72%, rgba(0,0,0,.4)); }
.hero__glow { position: absolute; width: 36vw; height: 36vw; border-radius: 50%; background: rgba(244,181,47,.12); filter: blur(110px); right: 4%; top: 22%; }
.hero__content { position: relative; z-index: 2; width: min(680px, 58%); padding-left: clamp(30px, 5vw, 72px); }
.eyebrow { color: #bcbcbc; font-size: 11px; letter-spacing: 3px; font-weight: 700; margin-bottom: 23px; }
.eyebrow span { color: var(--gold); margin-right: 9px; }
h1 { margin: 0; text-transform: uppercase; line-height: .84; letter-spacing: -4px; }
h1 > span { display: block; font-size: clamp(64px, 8vw, 118px); font-weight: 950; }
h1 em { color: var(--gold); font-style: normal; }
h1 strong { display: block; font-size: clamp(68px, 8.6vw, 126px); font-weight: 950; color: transparent; -webkit-text-stroke: 1.3px rgba(255,255,255,.9); }
h1 small { display: block; font-size: clamp(17px, 2vw, 28px); letter-spacing: 5px; line-height: 1.2; margin-top: 23px; }
.hero__lead { max-width: 570px; margin: 28px 0 30px; color: #a6a6a6; font-size: 16px; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 24px; }
.cta { min-height: 62px; padding: 0 24px 0 27px; display: inline-flex; align-items: center; gap: 28px; background: var(--gold); color: #0b0b0b; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: 1.1px; clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px)); transition: transform .25s, background .25s, box-shadow .25s; }
.cta:hover { transform: translateY(-3px); background: var(--gold-2); box-shadow: 0 14px 45px rgba(244,181,47,.2); }
.cta svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hero__note { display: flex; align-items: flex-start; gap: 10px; color: #777; font-size: 10px; line-height: 1.55; text-transform: uppercase; letter-spacing: .7px; }
.hero__note i { flex: none; width: 5px; height: 5px; margin-top: 4px; }
.hero__counter { position: absolute; right: 38px; bottom: 34px; z-index: 2; display: flex; align-items: baseline; gap: 6px; color: rgba(255,255,255,.78); }
.hero__counter span { font-size: 9px; letter-spacing: 1px; transform: translateY(-14px); }
.hero__counter strong { font-size: 35px; letter-spacing: -2px; }
.hero__counter small { color: var(--gold); font-weight: 900; font-size: 15px; }
.scroll-hint { position: absolute; z-index: 2; left: -15px; bottom: 62px; display: flex; align-items: center; gap: 12px; transform: rotate(-90deg); color: #555; font-size: 9px; letter-spacing: 3px; }
.scroll-hint i { width: 40px; height: 1px; background: #555; }
.reveal { opacity: 0; transform: translateY(20px); animation: rise .75s .1s forwards cubic-bezier(.2,.75,.2,1); }
.reveal--2 { animation-delay: .2s; }.reveal--3 { animation-delay: .34s; }.reveal--4 { animation-delay: .46s; }
@keyframes rise { to { opacity: 1; transform: none; } }

.steps { padding-block: 130px 120px; }
.section-label { display: flex; align-items: center; gap: 16px; font-size: 10px; letter-spacing: 2.5px; color: #777; }
.section-label span { color: var(--gold); }.section-label i { width: 36px; height: 1px; background: #333; }.section-label p { margin: 0; }
.steps__head { display: flex; align-items: flex-end; justify-content: space-between; margin: 28px 0 58px; gap: 50px; }
.steps__head h2, .final-cta h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: .94; letter-spacing: -3px; text-transform: uppercase; }
.steps__head h2 span, .final-cta h2 span { color: transparent; -webkit-text-stroke: 1px #6d6d6d; }
.steps__head > p { max-width: 390px; color: #777; font-size: 14px; line-height: 1.7; margin: 0; }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.step-card { min-height: 340px; position: relative; padding: 46px 40px; border-right: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.025), transparent); transition: background .3s, transform .3s; }
.step-card:last-child { border-right: 0; }
.step-card:hover { background: rgba(255,255,255,.04); transform: translateY(-4px); }
.step-card--accent { background: linear-gradient(145deg, rgba(244,181,47,.08), transparent 70%); }
.step-card__num { position: absolute; right: 22px; top: 18px; font-size: 58px; line-height: 1; font-weight: 900; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.1); }
.step-card__icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #4a3d1c; color: var(--gold); margin-bottom: 72px; transform: rotate(45deg); }
.step-card__icon svg { width: 34px; transform: rotate(-45deg); fill: none; stroke: currentColor; stroke-width: 1.3; }
.step-card h3 { text-transform: uppercase; margin: 0 0 12px; font-size: 18px; letter-spacing: .2px; }
.step-card p { color: #747474; font-size: 13px; line-height: 1.6; max-width: 250px; margin: 0; }

.final-cta { min-height: 330px; position: relative; overflow: hidden; padding: 70px 75px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--gold); color: #090909; margin-bottom: 90px; clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta p { font-size: 10px; letter-spacing: 2.5px; font-weight: 800; margin: 0 0 14px; }
.final-cta h2 span { -webkit-text-stroke-color: rgba(9,9,9,.55); }
.cta--dark { background: #0a0a0a; color: #fff; white-space: nowrap; }.cta--dark:hover { background: #202020; }
.final-cta__orb { position: absolute; z-index: 0; width: 300px; height: 300px; right: 30%; top: -60px; border: 1px solid rgba(0,0,0,.12); border-radius: 50%; display: grid; place-items: center; }
.final-cta__orb::before, .final-cta__orb::after { content: ""; position: absolute; border: 1px solid rgba(0,0,0,.1); border-radius: 50%; inset: 30px; }.final-cta__orb::after { inset: 68px; }
.final-cta__orb span { font-size: 70px; font-weight: 950; opacity: .13; }
.footer { min-height: 130px; border-top: 1px solid var(--line); display: grid; align-items: center; grid-template-columns: auto 1fr auto; gap: 70px; color: #505050; font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .6px; }
.footer p { max-width: 670px; }.brand--small { opacity: .55; }.brand--small .brand__mark { width: 30px; height: 30px; }.brand--small .brand__mark span { font-size: 16px; }.brand--small .brand__text { font-size: 14px; }
.mobile-bar { display: none; }

@media (max-width: 900px) {
  .hero { height: auto; min-height: 760px; align-items: flex-end; padding-bottom: 70px; }
  .hero::before { background: linear-gradient(0deg, #070707 4%, rgba(7,7,7,.82) 45%, rgba(7,7,7,.14) 100%); }
  .hero__art { background-position: 64% center; opacity: .72; }
  .hero__content { width: 100%; padding: 0 26px; }
  .steps__head { align-items: flex-start; flex-direction: column; }
  .steps__grid { grid-template-columns: 1fr; }
  .step-card { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-card:last-child { border-bottom: 0; }
  .step-card__icon { margin-bottom: 52px; }
  .final-cta { flex-direction: column; align-items: flex-start; padding: 60px 45px; }
  .footer { grid-template-columns: 1fr; gap: 10px; padding-block: 40px 110px; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .header { height: 72px; }.header__status span { display: none; }
  .hero { min-height: 720px; max-height: none; width: 100%; }
  .hero__art { background-position: 64% top; background-size: auto 62%; background-repeat: no-repeat; }
  .hero::before { background: linear-gradient(0deg, #070707 15%, rgba(7,7,7,.78) 53%, rgba(7,7,7,.08) 100%); }
  .hero__content { padding: 0 22px 26px; }
  .eyebrow { font-size: 9px; letter-spacing: 2px; }
  h1 { letter-spacing: -2px; } h1 > span { font-size: 58px; } h1 strong { font-size: 62px; } h1 small { font-size: 13px; letter-spacing: 2.5px; margin-top: 15px; }
  .hero__lead { font-size: 14px; margin: 22px 0; }
  .hero__actions { display: block; }.hero__actions .cta { width: 100%; justify-content: space-between; }.hero__note { margin: 15px 4px 0; }
  .hero__counter, .scroll-hint { display: none; }
  .steps { padding-block: 85px; }.steps__head { margin-bottom: 38px; }.steps__head h2, .final-cta h2 { font-size: 39px; letter-spacing: -2px; }
  .step-card { padding: 38px 28px; }
  .final-cta { width: 100%; margin-bottom: 50px; padding: 55px 26px; }.final-cta .cta { width: 100%; justify-content: space-between; }
  .mobile-bar { position: fixed; display: block; z-index: 15; left: 0; right: 0; bottom: 0; padding: 9px 12px max(9px, env(safe-area-inset-bottom)); background: rgba(5,5,5,.9); backdrop-filter: blur(12px); border-top: 1px solid var(--line); transform: translateY(120%); transition: transform .3s; }
  .mobile-bar.is-visible { transform: none; }.mobile-bar a { display: flex; justify-content: space-between; text-decoration: none; background: var(--gold); color: #080808; padding: 16px 18px; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: 1px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
