@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Oswald:wght@500;600;700&display=swap");

:root {
  --charcoal: #17191b;
  --charcoal-2: #202326;
  --gold: #c99a2e;
  --gold-bright: #e0ad34;
  --cream: #f7f4ec;
  --ink: #1b1d1f;
  --line: rgba(247, 244, 236, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 110px; }

.nav {
  height: 82px; display: flex; align-items: center; justify-content: space-between;
  position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 10;
  color: var(--cream); border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--cream); }
.brand-shield { width: 30px; height: 34px; object-fit: contain; }
.brand-wordmark { display: inline-flex; align-items: baseline; color: var(--cream); font-family: "Oswald", sans-serif; font-weight: 700; letter-spacing: .015em; }
.brand-wordmark b { font-size: 25px; line-height: 1; }
.brand-wordmark small { font-size: 16px; line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { opacity: .75; transition: opacity .2s; }
.nav-links > a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(201,154,46,.65); padding: 11px 18px; background: rgba(201,154,46,.08); }

.hero {
  min-height: 820px; padding: 155px 0 95px; display: flex; align-items: center; overflow: hidden;
  color: var(--cream); background: radial-gradient(circle at 75% 48%, rgba(201,154,46,.12), transparent 31%), linear-gradient(135deg, #151719, #202326 65%, #17191b);
  position: relative;
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent, #000 60%);
}
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--gold-bright); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 35px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #8b6718; }
h1, h2, h3 { font-family: "Oswald", sans-serif; text-transform: uppercase; margin: 0; line-height: .98; }
h1 { font-size: clamp(64px, 7vw, 106px); letter-spacing: -.035em; max-width: 680px; }
h1 em { display: block; color: var(--gold-bright); font-style: normal; }
h2 { font-size: clamp(45px, 5vw, 72px); letter-spacing: -.025em; }
.hero-lead { max-width: 590px; margin: 30px 0 0; color: rgba(247,244,236,.73); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #17191b; background: var(--gold-bright); border: 1px solid var(--gold-bright); box-shadow: 0 12px 35px rgba(201,154,46,.18); }
.button-primary:hover { background: #edbb42; }
.button-secondary { color: var(--cream); border: 1px solid rgba(247,244,236,.22); }
.button-secondary:hover { border-color: rgba(247,244,236,.55); }
.microcopy { margin-top: 16px; color: rgba(247,244,236,.45); font-size: 12px; }

.product-stage { height: 540px; position: relative; perspective: 1200px; }
.stage-grid {
  position: absolute; width: 480px; height: 430px; right: -30px; top: 50px;
  border: 1px solid rgba(201,154,46,.25);
  background: linear-gradient(rgba(201,154,46,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(201,154,46,.08) 1px, transparent 1px);
  background-size: 22px 22px; transform: rotate(4deg);
}
.screen { position: absolute; overflow: hidden; background: #111; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 35px 80px rgba(0,0,0,.55); }
.screen img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.screen-back { width: 490px; height: 280px; right: 0; top: 42px; transform: rotateY(-8deg) rotateZ(2deg); opacity: .75; }
.screen-front { width: 560px; height: 330px; left: -10px; bottom: 30px; transform: rotateY(-5deg) rotateZ(-1deg); }
.screen-bar { height: 29px; display: flex; align-items: center; gap: 6px; padding: 0 10px; color: rgba(247,244,236,.55); background: #25292d; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.screen-bar i { width: 7px; height: 7px; border-radius: 50%; background: #676d73; }
.screen-bar span { margin-left: 6px; }
.gate-card {
  width: 132px; height: 140px; position: absolute; right: -12px; bottom: 4px; z-index: 4;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--cream); background: #202326; border: 1px solid rgba(201,154,46,.7); box-shadow: 0 18px 45px rgba(0,0,0,.45);
}
.gate-card span { color: var(--gold-bright); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.gate-card strong { margin: 5px 0; color: #7bc595; font-family: "Oswald"; font-size: 38px; }
.gate-card small { color: rgba(247,244,236,.5); font-size: 9px; text-transform: uppercase; }

.proof-strip { color: var(--cream); background: #292c2f; border-top: 1px solid rgba(201,154,46,.35); }
.proof-grid { min-height: 116px; display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { display: flex; align-items: center; gap: 18px; padding: 25px 42px; border-right: 1px solid var(--line); }
.proof-item:first-child { border-left: 1px solid var(--line); }
.proof-item strong { color: var(--gold-bright); font-family: "Oswald"; font-size: 32px; text-transform: uppercase; white-space: nowrap; }
.proof-item span { color: rgba(247,244,236,.56); font-size: 13px; line-height: 1.45; }

.problem { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; }
.problem-copy { padding-top: 36px; color: #575c61; font-size: 17px; line-height: 1.75; }
.callout { margin-top: 30px; padding: 20px 22px; color: var(--ink); background: #e7e0ce; border-left: 4px solid var(--gold); }

.workflow { color: var(--cream); background: var(--charcoal-2); }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; }
.section-heading > p, .dark-heading > p { margin: 0; color: rgba(247,244,236,.55); font-size: 16px; line-height: 1.65; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-card { min-height: 320px; padding: 32px 26px; border-right: 1px solid var(--line); }
.workflow-card:first-child { border-left: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 50px; color: var(--gold-bright); font-family: "Oswald"; font-size: 14px; }
.workflow-card h3 { min-height: 72px; font-size: 28px; line-height: 1.05; }
.workflow-card p { color: rgba(247,244,236,.5); font-size: 13px; line-height: 1.7; }

.inside { display: flex; flex-direction: column; gap: 28px; }
.dark-heading { margin-bottom: 40px; color: var(--ink); }
.dark-heading > p { color: #63686d; }
.feature { overflow: hidden; }
.feature-wide { min-height: 505px; display: grid; grid-template-columns: .75fr 1.25fr; color: var(--cream); background: var(--charcoal-2); }
.feature-wide.reverse { grid-template-columns: .8fr 1.2fr; direction: rtl; }
.feature-wide.reverse > * { direction: ltr; }
.feature-copy { padding: 58px; align-self: center; }
.feature-tag { display: inline-block; margin-bottom: 18px; color: var(--gold-bright); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.feature-copy h3 { font-size: clamp(34px, 4vw, 50px); line-height: 1.02; }
.feature-copy p { color: rgba(247,244,236,.58); font-size: 15px; line-height: 1.7; }
.feature-copy ul { margin: 24px 0 0; padding: 0; list-style: none; color: rgba(247,244,236,.72); font-size: 13px; }
.feature-copy li { position: relative; padding: 9px 0 9px 21px; border-top: 1px solid var(--line); }
.feature-copy li::before { content: ""; width: 7px; height: 7px; position: absolute; left: 0; top: 14px; background: var(--gold); }
.feature-image { min-height: 340px; padding: 60px 0 60px 28px; display: flex; align-items: center; overflow: hidden; }
.feature-image img { width: 108%; max-width: none; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 28px 60px rgba(0,0,0,.38); }
.feature-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.small-feature { min-height: 625px; display: flex; flex-direction: column; }
.small-feature .feature-copy { min-height: 285px; padding: 46px; }
.small-feature .feature-image { padding: 20px 0 0 44px; align-items: flex-start; }
.small-feature .feature-image img { width: 115%; }
.dark-feature { color: var(--cream); background: #282c30; }
.gold-feature { color: var(--cream); background: #7e5d19; }
.gold-feature .feature-tag { color: #fff0bc; }
.gold-feature .feature-copy p { color: rgba(255,255,255,.68); }
.stacked-screens { min-height: 520px; position: relative; background: #e4dfd3; overflow: hidden; }
.stacked-screens img { position: absolute; width: 72%; border: 1px solid #9e9b93; box-shadow: 0 22px 40px rgba(32,35,38,.2); }
.stacked-screens img:nth-child(1) { left: 9%; top: 9%; transform: rotate(-2deg); }
.stacked-screens img:nth-child(2) { right: 3%; top: 37%; transform: rotate(2deg); }
.stacked-screens img:nth-child(3) { left: 12%; bottom: 4%; transform: rotate(-1deg); }

.margin-section { color: var(--cream); background: #16181a; }
.margin-grid { display: grid; grid-template-columns: 1.2fr .55fr .55fr; gap: 22px; align-items: stretch; }
.margin-grid > div:first-child { padding-right: 50px; }
.margin-grid p { max-width: 600px; color: rgba(247,244,236,.58); line-height: 1.7; }
.math-card { min-height: 260px; padding: 35px 28px; display: flex; flex-direction: column; justify-content: flex-end; }
.math-card span { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.math-card strong { margin: 10px 0 0; font-family: "Oswald"; font-size: 48px; }
.math-card small { font-size: 11px; text-transform: uppercase; opacity: .55; }
.muted-card { color: rgba(247,244,236,.7); background: #292c2f; border: 1px solid var(--line); }
.gold-card { color: #1b1d1f; background: var(--gold-bright); }

.buy-card { padding: 80px; display: grid; grid-template-columns: 1.1fr .65fr; gap: 90px; color: var(--cream); background: var(--charcoal-2); position: relative; overflow: hidden; }
.buy-card::after { content: ""; width: 420px; height: 420px; position: absolute; right: -170px; top: -190px; border: 1px solid rgba(201,154,46,.25); transform: rotate(45deg); }
.included-list { margin: 34px 0 0; padding: 0; list-style: none; color: rgba(247,244,236,.68); }
.included-list li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.included-list strong { color: var(--cream); }
.price-box { z-index: 1; padding: 42px; color: var(--ink); background: var(--cream); text-align: center; }
.price-box > span { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.price-box > strong { display: block; margin-top: 8px; font-family: "Oswald"; font-size: 88px; line-height: 1; }
.price-box sup { color: var(--gold); font-size: 35px; vertical-align: top; }
.price-box p { margin: 6px 0 28px; color: #6b7074; font-size: 13px; }
.button.full { width: 100%; }
.price-box small { display: block; margin-top: 16px; color: #868b8f; font-size: 10px; }

.faq-layout { display: grid; grid-template-columns: .55fr 1.2fr; gap: 100px; }
.faq-list { border-top: 1px solid #c9c5bb; }
details { border-bottom: 1px solid #c9c5bb; }
summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--gold); font-size: 22px; }
details p { margin: -6px 0 25px; max-width: 700px; color: #666b70; line-height: 1.7; }

footer { padding: 54px 0; color: var(--cream); background: #111315; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.4fr .5fr; gap: 60px; align-items: end; }
.footer-grid p, .footer-note { color: rgba(247,244,236,.42); font-size: 11px; line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; font-size: 12px; }
.footer-links a { color: var(--gold-bright); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-bottom: 35px; }
  .hero-copy { max-width: 700px; }
  .product-stage { max-width: 690px; width: 100%; margin: 0 auto; }
  .proof-item { padding-inline: 20px; }
  .problem, .section-heading, .feature-wide, .feature-wide.reverse, .margin-grid, .buy-card, .faq-layout { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-card:nth-child(3) { border-left: 1px solid var(--line); }
  .feature-wide.reverse { direction: ltr; }
  .margin-grid > div:first-child { padding-right: 0; margin-bottom: 25px; }
  .math-card { min-height: 190px; }
  .buy-card { gap: 45px; }
  .price-box { max-width: 440px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding-block: 76px; }
  .nav { height: 70px; }
  .nav-links > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 12px; font-size: 12px; }
  .hero { min-height: auto; padding: 122px 0 35px; }
  h1 { font-size: 57px; }
  h2 { font-size: 44px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .product-stage { height: 365px; margin-top: 10px; }
  .stage-grid { width: 83%; height: 280px; right: 0; top: 30px; }
  .screen-back { width: 84%; height: 180px; right: 0; }
  .screen-front { width: 92%; height: 220px; left: 0; bottom: 20px; }
  .gate-card { width: 90px; height: 100px; right: -2px; }
  .gate-card strong { font-size: 28px; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 12px; }
  .proof-item, .proof-item:first-child { min-height: 80px; border: 0; border-bottom: 1px solid var(--line); padding: 15px 4px; }
  .proof-item:last-child { border-bottom: 0; }
  .problem { gap: 25px; }
  .problem-copy { padding-top: 0; }
  .section-heading { gap: 25px; }
  .workflow-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .workflow-card, .workflow-card:first-child, .workflow-card:nth-child(3) { min-height: auto; padding: 28px 0; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-number { margin-bottom: 25px; }
  .workflow-card h3 { min-height: auto; }
  .feature-pair { grid-template-columns: 1fr; }
  .feature-copy, .small-feature .feature-copy { min-height: auto; padding: 38px 28px; }
  .feature-image { min-height: 270px; padding: 25px 0 25px 24px; }
  .small-feature { min-height: 510px; }
  .stacked-screens { min-height: 390px; }
  .margin-grid { gap: 14px; }
  .buy-card { padding: 45px 24px; }
  .price-box { padding: 35px 22px; }
  .faq-layout { gap: 35px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-links { align-items: flex-start; }
}
