:root {
  --bg: #080b0d;
  --bg-soft: #0d1215;
  --panel: #11181b;
  --panel-2: #151e22;
  --line: #263337;
  --line-bright: #3d565b;
  --text: #f4f5f2;
  --muted: #a6b2b4;
  --subtle: #718084;
  --accent: #57c7bb;
  --accent-dark: #123d3a;
  --good: #82d09d;
  --warn: #e7bd69;
  --danger: #db817a;
  --max: 1180px;
  --radius: 18px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; background: radial-gradient(circle at 82% 4%, rgba(87,199,187,.08), transparent 27%), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: auto, 56px 56px, 56px 56px; mask-image: linear-gradient(to bottom, #000 0, transparent 72%); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #b9fff7; outline-offset: 4px; }
.wrap { width: min(calc(100% - 44px), var(--max)); margin-inline: auto; }
.section { padding-block: 108px; }
.centered { text-align: center; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-160%); border-radius: 8px; background: var(--text); color: var(--bg); }
.skip-link:focus { transform: none; }
.preview-bar { padding: 7px 20px; background: #31270f; color: #f9d885; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .12em; }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(8,11,13,.88); backdrop-filter: blur(16px); }
.nav-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { color: var(--text); font-size: 16px; font-weight: 900; letter-spacing: .08em; text-decoration: none; white-space: nowrap; }
.wordmark span { color: var(--accent); }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: var(--muted); font-size: 13px; text-decoration: none; }
nav a:hover { color: var(--text); }
.nav-cta { padding: 10px 15px; border: 1px solid var(--line-bright); border-radius: 8px; color: var(--text); font-size: 12px; font-weight: 800; text-decoration: none; }

.hero { min-height: 790px; padding-block: 98px 88px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); align-items: center; gap: 74px; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 740px; margin-bottom: 25px; font-size: clamp(48px, 6.7vw, 86px); }
h2 { margin-bottom: 20px; font-size: clamp(34px, 4.1vw, 58px); }
h3 { margin-bottom: 12px; font-size: 21px; }
.hero-lead { max-width: 690px; margin-bottom: 16px; color: #d1d9d9; font-size: 20px; }
.hero-pro { max-width: 660px; margin-bottom: 30px; color: var(--muted); }
.hero-pro strong { color: var(--text); }
.actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 13px 19px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 9px; font-size: 13px; font-weight: 900; text-align: center; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #06100f; }
.button-primary:hover { background: #73dbd0; }
.button-secondary { border-color: var(--line-bright); background: #101719; color: var(--text); }
.button[aria-disabled="true"] { cursor: not-allowed; opacity: .7; transform: none; }
.purchase-note { margin: 14px 0; color: var(--subtle); font-size: 12px; }
.hero-facts { margin: 38px 0 0; padding: 0; display: flex; gap: 36px; list-style: none; }
.hero-facts li { display: grid; }
.hero-facts strong { font-size: 26px; }
.hero-facts span { color: var(--subtle); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.product-composite { padding: 18px; border: 1px solid var(--line-bright); border-radius: 22px; background: rgba(15,21,24,.82); box-shadow: 0 28px 90px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.04); }
.capture { width: 100%; min-width: 0; min-height: 190px; padding: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border: 1px dashed #3b5b5e; border-radius: 13px; background: linear-gradient(145deg, #111a1d, #0a1012); color: var(--muted); text-align: center; }
.capture::before { content: ""; width: 34px; height: 3px; border-radius: 99px; background: var(--accent); opacity: .75; }
.capture span, .capture-label { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.capture strong, .capture b { color: #dce5e5; font-size: 16px; }
.capture small { color: var(--subtle); font-size: 10px; letter-spacing: .04em; }
.capture-main { min-height: 360px; }
.capture-strip { margin-top: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.capture-strip .capture { min-height: 110px; padding: 12px; }
.capture-strip .capture strong { font-size: 12px; }
.capture-disclosure { margin: 12px 2px 0; color: var(--subtle); font-size: 10px; text-align: center; }
.trust-strip { border-block: 1px solid var(--line); background: #0b1012; }
.trust-strip .wrap { min-height: 64px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-strip span { border-right: 1px solid var(--line); color: #bdc7c8; font-size: 11px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.trust-strip span:last-child { border-right: 0; }

.problem, .showcase, .strategies-section, .tracker-section, .pricing-section, .faq-section, .audience-section { border-block: 1px solid rgba(255,255,255,.055); background: var(--bg-soft); }
.split-intro, .two-column { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 74px; }
.split-intro > *, .two-column > * { min-width: 0; }
.large-copy { margin-top: 0; color: #d7dede; font-size: 21px; }
.pain-list, .check-list, .not-list, .price-list, .pillar-grid ul { margin: 24px 0 0; padding: 0; list-style: none; }
.pain-list li, .check-list li, .not-list li, .price-list li { position: relative; margin: 12px 0; padding-left: 24px; color: var(--muted); }
.pain-list li::before { content: "—"; position: absolute; left: 0; color: var(--warn); }
.check-list li::before, .price-list li::before { content: "✓"; position: absolute; left: 0; color: var(--good); font-weight: 900; }
.not-list li::before { content: "×"; position: absolute; left: 0; color: var(--danger); font-weight: 900; }
.section-heading { max-width: 790px; margin-bottom: 45px; }
.section-heading.centered { margin-inline: auto; }
.section-heading p:last-child { color: var(--muted); font-size: 18px; }

.workflow-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.workflow-row { padding: 25px; display: grid; grid-template-columns: 135px 1fr; align-items: stretch; gap: 20px; }
.workflow-row + .workflow-row { border-top: 1px solid var(--line); }
.pro-workflow { background: linear-gradient(90deg, rgba(87,199,187,.07), transparent 40%); }
.workflow-name { display: flex; flex-direction: column; justify-content: center; }
.workflow-name span { color: var(--accent); font-size: 15px; font-weight: 900; letter-spacing: .12em; }
.workflow-name small { color: var(--subtle); }
.workflow { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); list-style: none; }
.workflow li { position: relative; min-height: 112px; padding: 16px 13px; border-left: 1px solid var(--line); }
.workflow b { display: block; margin-bottom: 7px; font-size: 11px; letter-spacing: .1em; }
.workflow span { color: var(--muted); font-size: 11px; line-height: 1.45; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { padding: 13px 13px 19px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); }
.gallery-item .capture { min-height: 0; }
.capture[data-capture] { position: relative; overflow: hidden; isolation: isolate; }
.capture[data-capture] > img,
.capture[data-capture] > picture { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; background: #070b0d; opacity: 0; transition: opacity .2s ease; }
.capture[data-capture] > picture > img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.capture[data-capture].has-image > img,
.capture[data-capture].has-image > picture { opacity: 1; }
.capture[data-capture].has-image { border-style: solid; border-color: #304347; background: #070b0d; }
.capture-engine-home { min-height: 0; aspect-ratio: 2048 / 770; }
.capture-market-context { aspect-ratio: 1700 / 1300; }
.capture-vault { aspect-ratio: 1675 / 1040; }
.capture-fit-result { aspect-ratio: 1300 / 740; }
.capture-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 24px; text-align: center; background: radial-gradient(circle at 50% 20%, rgba(87,199,187,.12), transparent 48%), linear-gradient(145deg, #151b21, #0e1217); }
.capture[data-capture].has-image .capture-placeholder { opacity: 0; pointer-events: none; }
.capture-placeholder span { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.capture-placeholder b, .capture-placeholder strong { font-size: 16px; color: var(--text); }
.capture-placeholder small { color: var(--muted); }
.gallery-item h3 { margin: 18px 7px 6px; font-size: 17px; }
.gallery-item p { margin: 0 7px; color: var(--muted); font-size: 13px; }
.gallery-wide { grid-column: span 2; }

.pillar-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: stretch; }
.pillar-grid article { padding: 26px 20px; border: 1px solid var(--line); border-radius: 13px; background: var(--panel); }
.pillar-grid article > span { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.pillar-grid h3 { margin-top: 22px; font-size: 18px; }
.pillar-grid ul { margin-top: 15px; }
.pillar-grid li { margin: 7px 0; color: var(--muted); font-size: 12px; }
.pro-pillar { border-color: #3e736e !important; background: linear-gradient(160deg, #13211f, #101719) !important; }

.strategy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.strategy-grid article { min-height: 290px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.strategy-number { margin-bottom: 38px; color: var(--accent); font-size: 11px; font-weight: 900; }
.strategy-grid p { color: var(--muted); }
.strategy-grid dl { margin: 25px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 7px 13px; font-size: 11px; }
.strategy-grid dt { color: var(--subtle); text-transform: uppercase; }
.strategy-grid dd { margin: 0; color: #c9d2d3; text-align: right; }

.indicator-capture, .engine-capture, .vault-capture { min-height: 390px; }
.use-notice { margin-top: 45px; padding: 24px 26px; border: 1px solid #5f5539; border-radius: 12px; background: #18160f; }
.use-notice strong { color: var(--warn); }
.use-notice p { margin: 7px 0 0; color: #d7d0bd; font-size: 14px; }
.engine-section { background: linear-gradient(135deg, #0d1717, #090d0f 66%); }
.engine-layout { grid-template-columns: 1.08fr .92fr; }
.engine-features { margin-block: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.engine-features span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); color: #bec9ca; font-size: 11px; }
.boundary { margin-block: 25px; padding-left: 16px; border-left: 2px solid var(--accent); color: var(--muted); font-size: 13px; }
.boundary strong { color: var(--text); }
.feature-card { padding: 42px; border: 1px solid var(--line-bright); border-radius: var(--radius); background: var(--panel); }
.tracker-section .capture { min-height: 410px; }
.vault-layout { align-items: stretch; }
.audience-section article { align-self: start; }
.eyebrow.muted { color: var(--warn); }

.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.price-card { position: relative; padding: 38px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.pro-card { border-color: var(--accent); box-shadow: 0 0 0 1px rgba(87,199,187,.3), 0 30px 80px rgba(0,0,0,.28); }
.popular { position: absolute; top: -14px; right: 28px; padding: 7px 12px; border-radius: 99px; background: var(--accent); color: #06110f; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.tier-name { margin: 0; color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.price { margin: 25px 0 13px; display: flex; align-items: end; gap: 10px; }
.price strong { font-size: 65px; line-height: .9; }
.price span { color: var(--subtle); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.price-card h3 { min-height: 50px; color: #cdd5d6; font-size: 18px; font-weight: 600; }
.price-list { flex: 1; margin-block: 20px 30px; }
.plus-label { margin: 13px 0 0; color: var(--subtle); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.plus-label.accent { color: var(--accent); }
.checkout-state { min-height: 20px; margin: 8px 0 0; color: var(--warn); font-size: 11px; text-align: center; }
.comparison-wrap { margin-top: 54px; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.comparison { width: 100%; min-width: 690px; border-collapse: collapse; background: var(--panel); }
.comparison caption { padding: 17px; color: var(--subtle); font-size: 11px; text-align: left; text-transform: uppercase; letter-spacing: .11em; }
.comparison th, .comparison td { padding: 14px 18px; border-top: 1px solid var(--line); text-align: center; font-size: 13px; }
.comparison th:first-child { text-align: left; }
.comparison thead th { color: var(--text); }
.comparison tbody th { color: var(--muted); font-weight: 600; }
.yes { color: var(--good); font-weight: 800; }
.no { color: var(--subtle); }
.pending { color: var(--warn); font-size: 11px; }
.upgrade-card { margin-top: 25px; padding: 27px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; border: 1px solid var(--line); border-radius: 13px; background: #0d1416; }
.upgrade-card h3 { margin-bottom: 7px; }
.upgrade-card p { margin-bottom: 0; color: var(--muted); }

.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.platform-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 13px; background: var(--panel); }
.platform-grid article > span { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.platform-grid h3 { margin-top: 24px; font-size: 17px; }
.platform-grid p { color: var(--muted); font-size: 13px; }
.faq-wrap { max-width: 920px; }
.faq-list { border-bottom: 1px solid var(--line); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list summary { padding: 22px 42px 22px 0; cursor: pointer; color: var(--text); font-weight: 800; list-style-position: outside; }
.faq-list details p { margin: -7px 0 24px; color: var(--muted); }
.faq-list a { color: var(--accent); }
.closing-section { padding-block: 120px; background: radial-gradient(circle at center, rgba(87,199,187,.1), transparent 50%); }
.closing-section .wrap { max-width: 850px; }
.closing-section p:not(.eyebrow):not(.purchase-note) { color: var(--muted); font-size: 18px; }
.centered-actions { justify-content: center; margin-top: 30px; }

footer { padding-block: 55px 25px; border-top: 1px solid var(--line); background: #070a0b; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.footer-grid p { max-width: 480px; color: var(--subtle); font-size: 12px; }
.footer-grid h2 { margin-bottom: 13px; color: var(--subtle); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid div:not(:first-child) a { color: var(--muted); font-size: 12px; text-decoration: none; }
.legal-summary { margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; gap: 50px; border-top: 1px solid var(--line); color: #657276; font-size: 10px; }
.legal-summary p:first-child { max-width: 850px; }
.policy-page { max-width: 840px; }
.policy-page > a { color: var(--accent); text-decoration: none; }
.policy-page h1 { margin-top: 55px; font-size: clamp(40px, 6vw, 67px); }
.policy-page h2 { margin-top: 48px; font-size: 29px; }
.policy-page p, .policy-page li { color: var(--muted); }
.policy-page li { margin-block: 9px; }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 42px; }
  .pillar-grid { grid-template-columns: repeat(3, 1fr); }
  .workflow { grid-template-columns: repeat(3, 1fr); }
  .workflow li:nth-child(4) { border-top: 1px solid var(--line); }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-column: span 2; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .section { padding-block: 82px; }
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 75px; }
  .product-composite { max-width: 680px; padding: 14px; }
  .hero .capture-engine-home { aspect-ratio: 3 / 2; overflow: hidden; background: #0a0e14; }
  .trust-strip .wrap { grid-template-columns: 1fr 1fr; }
  .trust-strip span { padding: 12px; border-bottom: 1px solid var(--line); }
  .split-intro, .two-column, .engine-layout, .pricing-grid { grid-template-columns: 1fr; gap: 44px; }
  .strategy-grid { grid-template-columns: 1fr 1fr; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
  .workflow-row { grid-template-columns: 1fr; }
  .upgrade-card { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
}

@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .nav-inner { min-height: 64px; gap: 12px; }
  .nav-cta { padding: 8px 10px; font-size: 10px; }
  .wordmark { font-size: 13px; }
  .hero { padding-top: 58px; }
  .hero .product-composite { padding: 10px; }
  h1 { font-size: 46px; }
  h2 { font-size: 34px; }
  .hero-lead { font-size: 18px; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .hero-facts { gap: 22px; }
  .capture-main { min-height: 0; }
  .capture-strip { grid-template-columns: 1fr 1fr; }
  .gallery, .strategy-grid, .pillar-grid, .platform-grid { grid-template-columns: 1fr; }
  .gallery-wide { grid-column: auto; }
  .workflow { grid-template-columns: 1fr 1fr; }
  .workflow li:nth-child(3), .workflow li:nth-child(5) { border-top: 1px solid var(--line); }
  .feature-card, .price-card { padding: 27px 22px; }
  .indicator-capture, .engine-capture, .vault-capture, .tracker-section .capture { min-height: 280px; }
  .use-notice { padding: 20px; }
  .price strong { font-size: 54px; }
  .upgrade-card { padding: 21px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .legal-summary { display: block; }
}

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