@font-face { font-family: PPNeue; src: url("fonts/PPNeueMontreal-Variable.woff2") format("woff2"); font-display: swap; font-weight: 100 900; }
@font-face { font-family: Simplon; src: url("fonts/SimplonMono-400.woff2") format("woff2"); font-display: swap; }

:root {
  --ink: #160d20;
  --ink-soft: #685f70;
  --royal: #32105f;
  --violet: #6d36b5;
  --lavender: #eee8fb;
  --paper: #f8f5ef;
  --white: #fff;
  --line: rgba(50, 16, 95, 0.13);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 24px 70px rgba(50, 16, 95, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; color: var(--ink); background: radial-gradient(circle at 12% 10%, rgba(204, 187, 235, .35), transparent 32rem), var(--paper); font-family: PPNeue, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .14; 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='.95' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.09'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, select { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, video, iframe { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.page-nav { position: fixed; z-index: 82; top: 24px; left: 26px; width: calc(100% - 52px); display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; pointer-events: none; }
.page-nav > * { pointer-events: auto; }
.page-brand { justify-self: start; min-height: 58px; display: flex; align-items: center; gap: 10px; padding: 7px 18px 7px 7px; border: 1px solid var(--line); border-radius: 31px 31px 31px 0; background: rgba(248, 245, 239, .78); backdrop-filter: blur(18px); font-weight: 700; letter-spacing: -.045em; }
.page-brand img { width: 44px; height: 44px; }
.page-nav-links { display: flex; padding: 5px; border: 1px solid rgba(255,255,255,.2); border-radius: 40px; background: rgba(54, 47, 61, .78); color: #fff; backdrop-filter: blur(20px); box-shadow: 0 12px 30px rgba(20,12,28,.16); }
.page-nav-links button { min-width: 112px; padding: 12px 18px; border-radius: 30px; }
.page-action { justify-self: end; min-height: 54px; display: grid; place-items: center; padding: 0 26px; border: 1px solid var(--line); border-radius: 30px; background: rgba(248,245,239,.82); backdrop-filter: blur(18px); box-shadow: 0 12px 26px rgba(31,18,42,.1); transition: transform .25s var(--ease), background .25s; }
.page-action:hover, .page-action:focus-visible { transform: translateY(-3px); background: #fff; }
.page-menu-toggle { display: none; width: 48px; height: 48px; place-items: center; gap: 5px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: rgba(248,245,239,.82); box-shadow: 0 12px 26px rgba(31,18,42,.1); }
.page-menu-toggle span { width: 18px; height: 1px; display: block; background: currentColor; transition: transform .25s var(--ease); }
.page-menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.page-menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }

.page-main { overflow: clip; }
.page-hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); gap: clamp(36px, 6vw, 96px); align-items: center; padding: 150px clamp(24px, 6vw, 96px) 72px; }
.hero-copy { max-width: 760px; }
.kicker { margin-bottom: 24px; color: var(--violet); font: 400 12px/1.2 Simplon, monospace; letter-spacing: .08em; text-transform: uppercase; }
.page-hero h1 { max-width: 12ch; font-size: clamp(58px, 7.7vw, 126px); font-weight: 300; line-height: .88; letter-spacing: -.07em; text-wrap: balance; }
.page-hero h1 em { color: var(--violet); font-style: normal; }
.hero-copy > p:not(.kicker) { max-width: 560px; margin-top: 32px; color: var(--ink-soft); font-size: clamp(18px, 1.45vw, 23px); line-height: 1.38; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.primary-cta, .secondary-cta { min-height: 54px; display: inline-grid; place-items: center; padding: 0 26px; border: 1px solid var(--line); border-radius: 30px; transition: transform .25s var(--ease), box-shadow .25s, background .25s; }
.primary-cta { color: #fff; background: var(--royal); box-shadow: 0 12px 26px rgba(50,16,95,.2); }
.secondary-cta { background: rgba(255,255,255,.65); }
.primary-cta:hover, .primary-cta:focus-visible, .secondary-cta:hover, .secondary-cta:focus-visible { transform: translateY(-3px); box-shadow: 0 18px 30px rgba(50,16,95,.18); }
.hero-art { position: relative; width: min(100%, 600px); aspect-ratio: 4 / 5; justify-self: end; overflow: hidden; border: 1px solid rgba(255,255,255,.4); border-radius: 46% 46% 44px 44px; background: var(--lavender); box-shadow: var(--shadow); }
.hero-art img, .hero-art video { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease), filter .5s; }
.hero-art--contained img { object-fit: contain; padding: clamp(38px, 7vw, 96px); background: radial-gradient(circle, #d9c8f3, #6d36b5); }
.hero-art:hover img, .hero-art:hover video { transform: scale(1.035); filter: saturate(1.04); }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(25,9,39,.35)); pointer-events: none; }
.hero-art figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; display: flex; justify-content: space-between; color: #fff; font-size: 14px; }

.trust-strip { width: min(1180px, calc(100% - 48px)); margin: 0 auto 110px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.56); box-shadow: 0 16px 45px rgba(50,16,95,.07); }
.trust-strip > div { padding: 28px 30px; }
.trust-strip > div + div { border-left: 1px solid var(--line); }
.trust-strip strong { display: block; margin-bottom: 5px; font-size: 19px; font-weight: 500; }
.trust-strip span { color: var(--ink-soft); font-size: 14px; }

.section { padding: 110px clamp(24px, 6vw, 96px); }
.section.alt { background: var(--lavender); }
.section.dark { color: #fff; background: var(--royal); }
.section-head { max-width: 960px; margin-bottom: 52px; }
.section-head h2 { max-width: 14ch; font-size: clamp(44px, 5vw, 78px); font-weight: 300; line-height: .96; letter-spacing: -.055em; text-wrap: balance; }
.section-head p { max-width: 670px; margin-top: 20px; color: var(--ink-soft); font-size: 19px; line-height: 1.5; }
.dark .section-head p { color: rgba(255,255,255,.68); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-reference-grid { grid-template-columns: repeat(4, 1fr); }
.feature-card { min-height: 380px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 36px; background: rgba(255,255,255,.72); box-shadow: 0 16px 46px rgba(50,16,95,.07); transition: transform .35s var(--ease), box-shadow .35s; }
.feature-card:hover, .feature-card:focus-within { transform: translateY(-7px); box-shadow: 0 26px 58px rgba(50,16,95,.13); }
.feature-card img { width: 100%; height: 210px; object-fit: cover; border-radius: 24px; }
.feature-card small, .catalog-card small { color: var(--violet); font: 400 11px/1.2 Simplon, monospace; letter-spacing: .06em; text-transform: uppercase; }
.feature-card h3 { margin-top: 16px; font-size: 31px; font-weight: 350; line-height: 1; letter-spacing: -.045em; }
.feature-card p { margin-top: 12px; color: var(--ink-soft); line-height: 1.45; }

.learn-page { background: linear-gradient(115deg, #d7c9a4 0%, #f5ede3 69%); }
.learn-main { min-height: 100svh; padding-top: 161px; }
.learn-library { padding: 0 16px 110px; }
.media-tabs { width: min(822.5px, 47.46vw); margin: auto; padding: 24px; border-radius: 40px; background: rgba(255,255,255,.55); box-shadow: 0 12px 38px rgba(30,20,36,.06); }
.tab-list { position: sticky; z-index: 5; top: 121px; width: 271px; height: 57px; margin: 0 auto 24px; display: flex; padding: 5px; border: 1px solid var(--line); border-radius: 32px; background: rgba(232,227,218,.84); backdrop-filter: blur(18px); }
.tab-list button { width: 50%; min-height: 45px; border: 0; border-radius: 28px; background: transparent; cursor: pointer; }
.tab-list button[aria-selected="true"] { background: rgba(89,82,91,.2); box-shadow: 0 8px 18px rgba(30,20,36,.08); }
.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.media-card { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 32px; background: #21182a; color: #fff; }
.media-card img, .media-card video { width: 100%; height: 100%; object-fit: cover; }
.media-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(16,8,23,.82)); }
.media-card__copy { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; }
.media-card__copy small { display: block; margin-bottom: 5px; color: rgba(255,255,255,.68); font: 400 10px/1.2 Simplon, monospace; letter-spacing: .05em; text-transform: uppercase; }
.media-card__copy h3 { max-width: 24ch; font-size: 15.065px; font-weight: 300; line-height: 1.25; letter-spacing: -.02em; }
.media-card img, .media-card video { transition: transform .35s var(--ease); }
.media-card:hover img, .media-card:focus-visible img, .media-card:hover video, .media-card:focus-visible video { transform: scale(1.025); }

.catalog-tools { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.catalog-tools button { min-height: 44px; padding: 0 18px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.72); cursor: pointer; }
.catalog-tools button[aria-pressed="true"] { color: #fff; background: var(--royal); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.catalog-card { min-height: 310px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: 0 14px 38px rgba(50,16,95,.07); }
.catalog-card h3 { margin-top: 28px; font-size: 29px; font-weight: 350; line-height: 1; letter-spacing: -.04em; }
.catalog-card p { margin: 14px 0 28px; color: var(--ink-soft); line-height: 1.42; }
.catalog-card a, .catalog-card button { min-height: 46px; margin-top: auto; display: grid; place-items: center; padding: 0 18px; border: 1px solid var(--line); border-radius: 24px; background: var(--lavender); cursor: pointer; }
.catalog-card [disabled] { cursor: not-allowed; opacity: .64; }
.status-note { margin-bottom: 24px; padding: 16px 20px; border: 1px solid var(--line); border-radius: 18px; color: var(--ink-soft); background: rgba(255,255,255,.7); }

.report-preview { display: grid; grid-template-columns: minmax(260px,.8fr) 1.2fr; gap: 20px; align-items: stretch; }
.report-cover { min-height: 620px; overflow: hidden; border-radius: 36px; background: #cfc0e8; }
.report-cover img { width: 100%; height: 100%; object-fit: cover; }
.report-sandbox { min-height: 620px; overflow: hidden; border: 1px solid var(--line); border-radius: 36px; background: #fff; box-shadow: var(--shadow); }
.report-sandbox iframe { width: 100%; height: 100%; border: 0; background: #fff; }
.sample-document { padding: 46px; }
.sample-document header { padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.sample-document h3 { margin-top: 12px; font-size: 38px; font-weight: 350; letter-spacing: -.04em; }
.sample-chart { aspect-ratio: 1; margin: 32px auto; display: grid; place-items: center; max-width: 320px; border: 1px solid var(--line); transform: rotate(45deg); }
.sample-chart::before, .sample-chart::after { content: ""; width: 70%; height: 70%; border: 1px solid rgba(109,54,181,.4); }
.sample-chart::after { position: absolute; transform: rotate(45deg); }
.sample-document p { color: var(--ink-soft); line-height: 1.6; }
.sample-document .sample-label { color: var(--violet); font: 400 11px/1.2 Simplon, monospace; text-transform: uppercase; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { counter-increment: step; min-height: 260px; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 32px; background: rgba(255,255,255,.07); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 70px; color: #c4b5fd; font: 400 12px Simplon, monospace; }
.step h3 { font-size: 29px; font-weight: 350; letter-spacing: -.04em; }
.step p { margin-top: 12px; color: rgba(255,255,255,.65); line-height: 1.45; }

.faq-list { max-width: 900px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item button span:first-child { font-size: 21px; }
.faq-plus { font-size: 28px; transition: transform .3s var(--ease); }
.faq-item.is-open .faq-plus { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 690px; padding: 0 0 24px; color: var(--ink-soft); line-height: 1.55; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }

.final-cta { min-height: 70vh; display: grid; place-items: center; padding: 90px 24px; color: #fff; background: radial-gradient(circle at 50% 10%, #7040a8, transparent 45%), var(--royal); text-align: center; }
.final-cta h2 { max-width: 12ch; font-size: clamp(52px, 7vw, 104px); font-weight: 300; line-height: .9; letter-spacing: -.065em; }
.final-cta p { max-width: 580px; margin: 24px auto 32px; color: rgba(255,255,255,.7); font-size: 18px; }
.final-cta .primary-cta { color: var(--royal); background: #fff; }

.page-footer { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 24px; padding: 72px clamp(24px, 6vw, 96px) 36px; color: #fff; background: #170925; }
.page-footer img { width: 54px; margin-bottom: 16px; }
.page-footer h3 { margin-bottom: 14px; color: #bca8df; font: 400 11px Simplon, monospace; text-transform: uppercase; }
.page-footer a { display: block; width: fit-content; margin: 9px 0; color: rgba(255,255,255,.72); }
.page-footer a:hover, .page-footer a:focus-visible { color: #fff; }
.footer-note { grid-column: 1 / -1; margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid #8b5cf6; outline-offset: 4px; }

@media (max-width: 1120px) {
  .page-nav { grid-template-columns: minmax(0, 1fr) auto; }
  .page-nav-links { display: none; }
  .page-menu-toggle { display: grid; }
  .page-action { display: none; }
  .page-hero { grid-template-columns: 1fr 42%; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .price-reference-grid { grid-template-columns: repeat(2, 1fr); }
  .media-tabs { width: min(822.5px, calc(100vw - 32px)); }
}

@media (max-width: 760px) {
  .page-nav { top: 14px; left: 14px; width: calc(100% - 28px); }
  .page-brand { min-height: 50px; padding: 5px 13px 5px 5px; }
  .page-brand img { width: 38px; height: 38px; }
  .page-hero { min-height: auto; grid-template-columns: 1fr; padding: 112px 18px 78px; }
  .page-hero h1 { font-size: clamp(54px, 18vw, 76px); }
  .hero-art { width: 100%; max-height: 620px; justify-self: stretch; border-radius: 42% 42% 32px 32px; }
  .trust-strip { width: calc(100% - 36px); grid-template-columns: 1fr; margin-bottom: 70px; }
  .trust-strip > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 76px 18px; }
  .feature-grid, .media-grid, .catalog-grid, .steps, .report-preview { grid-template-columns: 1fr; }
  .feature-card { min-height: 330px; }
  .media-tabs { border-radius: 40px; }
  .learn-main { padding-top: 80px; }
  .learn-library { padding-inline: 16px; }
  .media-tabs { width: 100%; padding: 17px 17px 90px; }
  .tab-list { position: fixed; z-index: 90; top: auto; bottom: max(16px, env(safe-area-inset-bottom)); left: 50%; margin: 0; transform: translateX(-50%) translateY(16px); opacity: 0; pointer-events: none; transition: opacity .2s linear, transform .25s var(--ease); }
  body.learn-filter-active .tab-list { opacity: 1; transform: translateX(-50%); pointer-events: auto; }
  .media-grid { grid-template-columns: 1fr; gap: 16px; }
  .media-card { min-height: 0; aspect-ratio: 1; }
  .media-card__copy h3 { font-size: 16.128px; line-height: 1.25; }
  .report-cover { min-height: 470px; }
  .report-sandbox { min-height: 680px; }
  .sample-document { padding: 28px; }
  .page-footer { grid-template-columns: 1fr 1fr; padding-bottom: 110px; }
  .page-footer > div:first-child { grid-column: 1 / -1; }
}

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