:root {
  color-scheme: dark;
  --bg: #030504;
  --bg-2: #070a08;
  --surface: #0b0f0c;
  --surface-2: #111612;
  --line: rgba(228, 238, 230, 0.11);
  --line-strong: rgba(228, 238, 230, 0.22);
  --text: #f5f8f5;
  --muted: #9da79f;
  --muted-2: #6f7971;
  --lime: #43ff35;
  --lime-soft: #baffb4;
  --mint: #20e65d;
  --blue: #98aaa0;
  --paper: #e9e7df;
  --paper-ink: #151916;
  --paper-muted: #6a6c66;
  --container: 1320px;
  --radius-xl: 30px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; }
.icon { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; }
.shell { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 132px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 10px; background: var(--lime); color: #061006; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(3, 5, 4, .86); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: 230px 1fr auto auto; align-items: center; gap: 12px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand img { width: 205px; height: auto; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 30px; }
.main-nav a { color: var(--muted); font-size: .84rem; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover { color: var(--text); }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 780;
  letter-spacing: -.01em;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #061006; background: var(--lime); box-shadow: 0 13px 34px rgba(67, 255, 53, .14); }
.button-primary:hover { background: #68ff5d; box-shadow: 0 16px 42px rgba(67, 255, 53, .2); }
.button-outline { border-color: var(--line-strong); background: rgba(255, 255, 255, .035); color: var(--text); }
.button-outline:hover { border-color: rgba(255, 255, 255, .34); background: rgba(255, 255, 255, .07); }
.button-compact { min-height: 42px; padding-inline: 16px; font-size: .8rem; }
.button-large { min-height: 58px; padding-inline: 25px; border-radius: 14px; }

.hero {
  position: relative;
  min-height: 900px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 128px 0 68px;
  background: #020403;
}
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 190px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.hero-main-bg { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 61% center; filter: saturate(.95) contrast(1.04); transition: opacity .5s ease; }
.hero-main-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(2,4,3,.98) 0%, rgba(2,4,3,.92) 34%, rgba(2,4,3,.38) 59%, rgba(2,4,3,.1) 100%), linear-gradient(180deg, rgba(0,0,0,.18), transparent 48%, rgba(0,0,0,.38)); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(440px,.9fr) minmax(500px,1.1fr); gap: 28px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 8px; }
.hero-main-stage { position: relative; z-index: 1; min-width: 0; height: 650px; isolation: isolate; }
.hero-main-stage::before, .hero-main-stage::after { content: ""; position: absolute; width: min(53vw,700px); aspect-ratio: 1; left: 51%; top: 50%; transform: translate(-49%,-48%) rotate(2.5deg); pointer-events: none; transition: opacity .45s ease; }
.hero-main-stage::before { z-index: 0; clip-path: polygon(16% 5%,94% 50%,16% 95%); background: radial-gradient(ellipse at 46% 50%, rgba(45,255,91,.36), rgba(28,213,67,.12) 38%, transparent 69%); filter: blur(34px); opacity: .68; }
.hero-main-stage::after { z-index: 2; clip-path: polygon(27% 22%,76% 50%,27% 78%); background: radial-gradient(ellipse at 43% 50%, rgba(173,255,180,.48) 0%, rgba(45,255,91,.3) 28%, rgba(14,164,48,.13) 51%, transparent 72%); filter: blur(16px); mix-blend-mode: screen; opacity: .78; }
.hero-main-object { position: absolute; z-index: 1; width: min(53vw,700px); height: auto; left: 51%; top: 50%; transform: translate(-49%,-48%) rotate(2.5deg); filter: drop-shadow(0 48px 70px rgba(0,0,0,.78)) drop-shadow(0 0 48px rgba(36,255,91,.25)); opacity: 1; transition: opacity .45s ease; }
.hero-edge-seal {
  position: absolute;
  z-index: 3;
  width: min(53vw,700px);
  aspect-ratio: 1;
  left: 51%;
  top: 50%;
  transform: translate(-49%,-48%) rotate(2.5deg);
  pointer-events: none;
  background: linear-gradient(135deg,
    rgba(43,51,47,.96) 0%,
    rgba(91,102,97,.96) 15%,
    rgba(23,29,26,.97) 32%,
    rgba(134,145,140,.98) 47%,
    rgba(39,47,43,.97) 65%,
    rgba(82,93,88,.97) 83%,
    rgba(29,36,33,.98) 100%);
  -webkit-mask-image: url("./assets/hero-lab/hero-topography-play-cut.png"), url("./assets/hero-lab/hero-topography-play-cut.png");
  mask-image: url("./assets/hero-lab/hero-topography-play-cut.png"), url("./assets/hero-lab/hero-topography-play-cut.png");
  -webkit-mask-position: center, center;
  mask-position: center, center;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-size: calc(100% - 4px) calc(100% - 4px), calc(100% - 10px) calc(100% - 10px);
  mask-size: calc(100% - 4px) calc(100% - 4px), calc(100% - 10px) calc(100% - 10px);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  mix-blend-mode: screen;
  opacity: .82;
  filter: blur(.3px) drop-shadow(0 0 1.5px rgba(102,114,108,.34));
  transition: opacity .45s ease;
}
.status-line { display: inline-flex; align-items: center; gap: 10px; color: #b4beb6; font-size: .74rem; font-weight: 720; letter-spacing: .055em; text-transform: uppercase; }
.status-line > span, .status-line > i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(67,255,53,.09), 0 0 22px rgba(67,255,53,.55); }
.hero h1 { max-width: 730px; margin: 23px 0 0; font-size: clamp(4.15rem, 6.2vw, 7.1rem); line-height: .88; letter-spacing: -.06em; font-weight: 770; text-wrap: balance; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #b6c0b8; font-size: clamp(1.08rem, 1.4vw, 1.28rem); line-height: 1.56; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hero-price-link { min-height: 52px; display: inline-flex; align-items: center; gap: 9px; color: #d2dbd4; border-bottom: 1px solid var(--line-strong); font-size: .88rem; font-weight: 720; }
.hero-price-link .icon { color: var(--lime); }
.trust-line { margin-top: 48px; padding-top: 23px; border-top: 1px solid var(--line); display: flex; gap: 29px; flex-wrap: wrap; }
.trust-line span { color: var(--muted); font-size: .72rem; }
.trust-line strong { display: block; margin-bottom: 5px; color: var(--text); font-size: .94rem; }

.eyebrow { margin: 0 0 15px; color: var(--lime); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow.dark { color: #48633e; }
.section-heading h2, .documents h2, .faq h2, .final-cta h2 { margin: 0; font-size: clamp(2.7rem, 4.4vw, 5.25rem); line-height: .95; letter-spacing: -.055em; text-wrap: balance; }
.section-heading > p, .section-heading > div > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.editorial-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.58fr); gap: 80px; align-items: end; margin-bottom: 60px; }
.editorial-heading > p { margin: 0 0 4px; max-width: 460px; }

.use-cases { background: var(--bg); }
.use-case-list { border-top: 1px solid var(--line-strong); }
.use-case-list article { min-height: 135px; display: grid; grid-template-columns: 48px 58px minmax(0,1fr) auto; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.use-case-list article:hover { padding-inline: 15px; background: linear-gradient(90deg, rgba(67,255,53,.04), transparent 70%); }
.case-number { color: #515c53; font-family: ui-monospace, monospace; font-size: .68rem; }
.case-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #d7ded8; background: linear-gradient(145deg, #171c18, #090c0a); }
.case-icon .icon { width: 22px; height: 22px; }
.use-case-list h3 { margin: 0; font-size: 1.25rem; letter-spacing: -.025em; }
.use-case-list p { margin: 8px 0 0; color: var(--muted); }
.case-result { color: #89938b; font-size: .72rem; }

.plans { background: #060906; border-block: 1px solid rgba(255,255,255,.05); }
.plans-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 40px; align-items: end; margin-bottom: 68px; }
.plans-heading > div:first-child { max-width: 870px; }
.plans-heading h2 { max-width: 830px; }
.plans-heading p:not(.eyebrow) { max-width: 650px; margin: 22px 0 0; }
.api-state { min-height: 38px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: #8f9991; background: rgba(255,255,255,.025); font-size: .68rem; }
.api-state.ready { color: var(--lime-soft); border-color: rgba(67,255,53,.18); background: rgba(67,255,53,.055); }
.api-state.error { color: #ffb4b4; border-color: rgba(255,112,112,.22); background: rgba(255,112,112,.06); }
.choice-step + .choice-step { margin-top: 80px; }
.choice-step-label { margin-bottom: 25px; display: flex; align-items: flex-start; gap: 16px; }
.choice-step-label > span { width: 37px; height: 37px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #071007; background: var(--lime); font-family: ui-monospace, monospace; font-size: .68rem; font-weight: 850; }
.choice-step-label strong { display: block; font-size: 1.1rem; }
.choice-step-label small { display: block; margin-top: 7px; color: var(--muted); }
.choice-step-label-row { align-items: center; }
.period-toggle { margin-left: auto; display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: 11px; background: #0c100d; }
.period-toggle button { min-height: 39px; padding: 0 14px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; cursor: pointer; font-size: .68rem; font-weight: 730; }
.period-toggle button.active { color: var(--text); background: rgba(67,255,53,.1); box-shadow: inset 0 0 0 1px rgba(67,255,53,.13); }
.period-toggle button:disabled { cursor: progress; }

.license-common-note { width: max-content; max-width: calc(100% - 53px); min-height: 32px; margin: -7px 0 19px 53px; display: inline-flex; align-items: center; gap: 10px; color: #c9d3cb; }
.license-common-note .icon { width: 17px; height: 17px; flex: 0 0 auto; color: var(--mint); }
.license-common-note > span { display: flex; align-items: baseline; gap: 11px; }
.license-common-note strong { font-size: .65rem; }
.license-common-note small { color: #7f8a82; font-size: .61rem; }
.license-scenarios { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.license-scenario { position: relative; min-height: 430px; padding: 28px; display: flex; flex-direction: column; text-align: left; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; color: var(--text); background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); cursor: pointer; isolation: isolate; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.license-scenario:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.2); }
.license-scenario.active { border-color: rgba(67,255,53,.38); background: linear-gradient(155deg, rgba(67,255,53,.09), rgba(255,255,255,.014) 65%); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 20px 60px rgba(0,0,0,.2); }
.license-scenario-control { position: absolute; z-index: 3; inset: 0; width: 100%; border: 0; border-radius: inherit; background: transparent; cursor: pointer; }
.license-scenario-control:focus-visible { outline: 3px solid rgba(67,255,53,.58); outline-offset: -4px; }
.license-scenario > :not(.license-scenario-control) { z-index: 1; pointer-events: none; }
.scenario-visual { min-height: 104px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.scenario-check { position: relative; width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: transparent; background: rgba(0,0,0,.18); }
.scenario-check .icon { width: 17px; height: 17px; }
.license-scenario.active .scenario-check { color: #061006; border-color: var(--lime); background: var(--lime); }
.license-medallion { position: relative; width: 104px; height: 104px; flex: 0 0 auto; display: grid; place-items: center; isolation: isolate; }
.license-medallion::before { content: ""; position: absolute; z-index: -1; inset: 16%; border-radius: 50%; background: radial-gradient(circle, rgba(64,255,98,.24), rgba(23,170,61,.08) 48%, transparent 72%); filter: blur(22px); opacity: .58; transition: opacity .3s ease, transform .3s ease; }
.license-medallion img { position: absolute; left: 50%; top: 50%; width: 143%; height: auto; max-width: none; object-fit: contain; object-position: center; transform: translate(-50%,-50%); filter: drop-shadow(0 20px 22px rgba(0,0,0,.48)) drop-shadow(0 0 12px rgba(46,255,88,.07)); transition: transform .35s ease, filter .35s ease; }
.license-scenario:hover .license-medallion img { transform: translate(-50%,calc(-50% - 4px)) scale(1.025); filter: brightness(1.06) drop-shadow(0 24px 28px rgba(0,0,0,.58)) drop-shadow(0 0 15px rgba(46,255,88,.12)); }
.license-scenario.active .license-medallion::before { opacity: .9; transform: scale(1.18); }
.scenario-copy { min-width: 0; margin-top: 25px; display: flex; flex: 1; flex-direction: column; }
.scenario-price { color: var(--lime); font-family: ui-monospace, monospace; font-size: .64rem; font-weight: 820; letter-spacing: .095em; line-height: 1.35; text-transform: uppercase; }
.scenario-name { min-width: 0; margin: 8px 0 0; color: var(--text); font-size: 2rem; font-weight: 760; letter-spacing: -.05em; line-height: 1.05; overflow-wrap: anywhere; }
.scenario-description { min-height: 51px; margin: 13px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.52; }
.scenario-rights { min-height: 88px; margin-top: 23px; padding-top: 17px; display: flex; flex-direction: column; border-top: 1px solid rgba(228,238,230,.11); }
.scenario-right-row { min-height: 35px; padding: 6px 0; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: baseline; gap: 14px; }
.scenario-right-row > span { min-width: 0; color: #9da79f; font-size: .73rem; font-weight: 650; line-height: 1.3; overflow-wrap: anywhere; }
.scenario-right-row strong { max-width: 165px; color: var(--text); font-size: .79rem; font-weight: 790; line-height: 1.3; text-align: right; overflow-wrap: anywhere; }
.scenario-skeleton, .tariff-skeleton { min-height: 220px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(100deg, #0d120e 20%, #182019 40%, #0d120e 60%); background-size: 220% 100%; animation: skeleton 1.6s linear infinite; }

.tariff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: stretch; }
.tariff-card { min-height: 480px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.tariff-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.18); background: linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); }
.tariff-card-top { min-height: 30px; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.tariff-badge { display: inline-flex; border-radius: 999px; font-weight: 750; line-height: 1.2; }
.tariff-badge { padding: 6px 10px; background: rgba(98,167,255,.1); color: var(--blue); font-size: .68rem; }
.tariff-limit { display: flex; flex-direction: column; gap: 3px; margin-top: 16px; }
.tariff-limit h3 { margin: 0; font-size: 1.78rem; line-height: 1.08; letter-spacing: -.05em; }
.tariff-limit span { color: var(--muted-2); font-size: .75rem; }
.tariff-price { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 3px; }
.tariff-price strong { color: var(--lime); font-size: 1.52rem; letter-spacing: -.04em; }
.tariff-price span { color: var(--muted-2); font-size: .72rem; }
.tariff-card ul { list-style: none; margin: 23px 0 24px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.tariff-card li { display: flex; gap: 9px; color: var(--muted); font-size: .79rem; }
.tariff-card li .icon { width: 15px; height: 15px; margin-top: .15em; color: var(--mint); }
.tariff-card li.sfx { color: #d8e8ca; }
.tariff-card li.sfx .icon { color: var(--lime); }
.tariff-card .button { width: 100%; margin-top: auto; min-height: 48px; font-size: .84rem; }
.tariff-card .button-secondary { color: var(--text); border-color: var(--line-strong); background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.tariff-card .button-secondary:hover { border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.09); }
.tariff-skeleton { min-height: 480px; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(100deg, #11151a 20%, #171c22 40%, #11151a 60%); background-size: 220% 100%; animation: skeleton 1.5s infinite linear; }
.tariff-footnote { margin-top: 24px; padding: 21px 22px; border: 1px solid var(--line); border-radius: 17px; display: flex; justify-content: space-between; align-items: center; gap: 30px; background: rgba(255,255,255,.02); }
.tariff-footnote p { margin: 0; max-width: 780px; color: var(--muted); font-size: .88rem; }
.tariff-footnote p strong { color: var(--text); }
.tariff-footnote a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; color: var(--mint); font-size: .86rem; font-weight: 750; }
.tariff-footnote a .icon { width: 17px; height: 17px; }
.catalog-error { grid-column: 1 / -1; min-height: 150px; padding: 25px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; border: 1px solid rgba(255,112,112,.22); border-radius: 18px; color: #ffc5c5; background: rgba(255,112,112,.055); }
.catalog-error p { color: #ba9999; }
.catalog-error button { border: 1px solid rgba(255,255,255,.18); border-radius: 9px; padding: 10px 14px; background: rgba(255,255,255,.05); cursor: pointer; }

.documents { overflow: hidden; color: var(--paper-ink); background: var(--paper); }
.documents-layout { display: grid; grid-template-columns: minmax(0,.92fr) minmax(480px,1.08fr); gap: 100px; align-items: center; }
.documents h2 { max-width: 780px; }
.documents-copy > p:not(.eyebrow) { max-width: 650px; margin: 25px 0 0; color: var(--paper-muted); font-size: 1rem; line-height: 1.7; }
.compact-steps { list-style: none; margin: 38px 0 0; padding: 0; border-top: 1px solid rgba(21,25,22,.15); }
.compact-steps li { min-height: 78px; display: flex; align-items: center; gap: 17px; border-bottom: 1px solid rgba(21,25,22,.12); }
.compact-steps li > span { color: #53734a; font-family: ui-monospace, monospace; font-size: .64rem; }
.compact-steps strong { display: block; }
.compact-steps small { display: block; margin-top: 4px; color: #777b74; }
.text-action { margin-top: 29px; display: inline-flex; align-items: center; gap: 9px; font-weight: 800; border-bottom: 1px solid rgba(21,25,22,.28); }
.text-action .icon { color: #4b713f; }
.document-stage { position: relative; min-height: 630px; }
.document-stage::before { content: ""; position: absolute; width: 470px; height: 470px; left: 50%; top: 48%; border-radius: 50%; background: radial-gradient(circle, rgba(51,79,44,.15), transparent 67%); transform: translate(-50%,-50%); }
.document-sheet { position: absolute; left: 50%; top: 50%; width: min(430px,82%); min-height: 540px; border: 1px solid rgba(24,28,25,.12); border-radius: 9px; background: #f7f5ee; box-shadow: 0 30px 80px rgba(31,37,32,.18); transform-origin: center; }
.sheet-back { transform: translate(-50%,-50%) rotate(-10deg); background: #d8d5cc; }
.sheet-middle { transform: translate(-50%,-50%) rotate(7deg); background: #e4e1d8; }
.sheet-front { padding: 39px; transform: translate(-50%,-50%) rotate(-1.2deg); }
.document-brand { display: flex; align-items: center; gap: 9px; font-size: .73rem; font-weight: 850; letter-spacing: .08em; }
.document-brand > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: #131714; }
.sheet-front > small { display: block; margin-top: 64px; color: #777b74; font-size: .61rem; letter-spacing: .1em; }
.sheet-front h3 { margin: 11px 0 31px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; letter-spacing: -.03em; }
.document-row { min-height: 52px; display: flex; justify-content: space-between; align-items: center; gap: 18px; border-bottom: 1px solid rgba(21,25,22,.1); color: #5d625c; font-size: .73rem; }
.document-row strong { color: #446b39; font-size: .65rem; }
.document-sign { margin-top: 38px; display: flex; justify-content: space-between; align-items: end; color: #70756e; font-size: .66rem; }
.document-sign i { color: #355d2e; font-family: Georgia, serif; font-size: 1rem; }

.faq { background: #050805; }
.faq-layout { display: grid; grid-template-columns: minmax(300px,.62fr) minmax(0,1.38fr); gap: 95px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 110px; }
.faq-layout > div:first-child > p:not(.eyebrow) { max-width: 430px; color: var(--muted); line-height: 1.65; }
.faq-layout .button { margin-top: 24px; }
.accordion { border-top: 1px solid var(--line-strong); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-size: 1rem; font-weight: 720; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--lime); transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 740px; margin: -3px 0 27px; color: var(--muted); line-height: 1.65; }

.final-cta { padding: 0 0 88px; background: #050805; }
.final-cta-inner { position: relative; min-height: 330px; padding: 54px; display: flex; align-items: end; justify-content: space-between; gap: 60px; overflow: hidden; border: 1px solid rgba(67,255,53,.22); border-radius: 28px; background: radial-gradient(circle at 90% 5%, rgba(67,255,53,.16), transparent 31%), linear-gradient(145deg, rgba(67,255,53,.07), rgba(255,255,255,.02)); }
.final-cta-inner::after { content: ""; position: absolute; width: 410px; height: 410px; right: -100px; top: -240px; border: 1px solid rgba(67,255,53,.16); border-radius: 50%; box-shadow: 0 0 0 46px rgba(67,255,53,.018), 0 0 0 92px rgba(67,255,53,.013); }
.final-cta h2 { position: relative; z-index: 1; max-width: 780px; margin-top: 17px; }
.final-cta p { position: relative; z-index: 1; max-width: 600px; color: var(--muted); }
.final-cta .button { position: relative; z-index: 2; flex: 0 0 auto; }

.site-footer { border-top: 1px solid var(--line); background: #000; }
.footer-main { min-height: 150px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 40px; }
.footer-main p { max-width: 550px; color: #7d877f; font-size: .75rem; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; font-size: .75rem; }
.footer-bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.07); color: #606a62; font-size: .64rem; }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a:hover, .footer-main a:hover { color: var(--text); }

@keyframes coreFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1.2deg); } }
@keyframes skeleton { to { background-position: -220% 0; } }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 215px 1fr auto; }
  .main-nav { gap: 21px; }
  .header-inner > .button-outline { display: none; }
  .hero { min-height: 850px; padding-top: 132px; }
  .hero-layout { grid-template-columns: minmax(390px,.95fr) minmax(390px,1.05fr); gap: 14px; }
  .hero-copy { max-width: 660px; }
  .hero h1 { max-width: 690px; font-size: clamp(4rem, 7.25vw, 6.25rem); }
  .hero-main-stage { height: 590px; }
  .hero-main-object, .hero-edge-seal, .hero-main-stage::before, .hero-main-stage::after { width: min(56vw,625px); left: 52%; }
  .license-scenario { min-height: 310px; }
  .documents-layout { gap: 45px; }
}

@media (max-width: 1120px) {
  .tariff-grid { grid-template-columns: repeat(2, 1fr); }
  .tariff-card { min-height: 460px; }
}

@media (max-width: 880px) {
  .shell { width: min(100% - 34px, 720px); }
  .section { padding: 96px 0; }
  .header-inner { min-height: 68px; grid-template-columns: 1fr auto; }
  .brand img { width: 190px; }
  .main-nav { display: none; }
  .header-cta { min-height: 40px; padding-inline: 13px; font-size: .72rem; }
  .hero { min-height: 1050px; padding: 116px 0 30px; align-items: start; }
  .hero-main-bg { object-position: 70% center; }


  .hero-main-shade { background: linear-gradient(180deg, rgba(2,4,3,.98) 0%, rgba(2,4,3,.91) 47%, rgba(2,4,3,.28) 70%, rgba(2,4,3,.38) 100%); }
  .hero-layout { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: clamp(3.5rem, 12vw, 5.7rem); }
  .hero-main-stage { height: 430px; margin-top: -8px; }
  .hero-main-object, .hero-edge-seal, .hero-main-stage::before, .hero-main-stage::after { width: min(75vw,520px); left: 50%; top: 49%; transform: translate(-50%,-50%) rotate(2.5deg); }
  .editorial-heading, .plans-heading, .documents-layout, .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .editorial-heading { margin-bottom: 44px; }
  .use-case-list article { grid-template-columns: 38px 52px minmax(0,1fr); }
  .case-result { display: none; }
  .plans-heading { margin-bottom: 52px; }
  .api-state { justify-self: start; }
  .license-scenarios { grid-template-columns: 1fr; }
  .license-scenario, .license-scenario:last-child { min-height: 0; grid-column: auto; }
  .scenario-description { min-height: 0; max-width: 580px; }
  .scenario-rights { max-width: 580px; }
  .faq-layout > div:first-child { position: static; }
  .documents-copy { max-width: 680px; }
  .document-stage { min-height: 590px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; justify-content: flex-end; }
  .footer-main { grid-template-columns: 1fr auto; padding: 34px 0; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 680px) {
  .tariff-grid { grid-template-columns: 1fr; }
  .tariff-card, .tariff-skeleton { min-height: 0; }
  .tariff-footnote { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 520px); }
  .section { padding: 78px 0; }
  .brand img { width: 165px; }
  .header-cta { min-width: 0; padding: 0 11px; }
  .hero { min-height: auto; padding: 106px 0 20px; }
  .hero-main-bg { object-position: 73% center; }
  .status-line { font-size: .61rem; }
  .hero h1 { margin-top: 19px; font-size: clamp(3.1rem, 15vw, 4.6rem); line-height: .89; }
  .hero-lead { margin-top: 23px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .button, .hero-price-link { width: 100%; }
  .hero-price-link { justify-content: center; border: 1px solid var(--line); border-radius: 12px; }
  .trust-line { margin-top: 27px; padding-top: 18px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
  .trust-line span { font-size: .59rem; }
  .trust-line strong { font-size: .82rem; }
  .trust-line span:last-child { grid-column: auto; }
  .hero-layout { gap: 0; }
  .hero-main-stage { height: 340px; margin-top: -34px; }
  .hero-main-object, .hero-edge-seal, .hero-main-stage::before, .hero-main-stage::after { width: min(98vw,410px); top: 50%; }
  .section-heading h2, .documents h2, .faq h2, .final-cta h2 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .use-case-list article { min-height: 145px; grid-template-columns: 31px 45px minmax(0,1fr); gap: 13px; }
  .case-icon { width: 44px; height: 44px; }
  .use-case-list h3 { font-size: 1.08rem; }
  .use-case-list p { font-size: .82rem; line-height: 1.5; }
  .choice-step + .choice-step { margin-top: 61px; }
  .choice-step-label-row { align-items: flex-start; flex-wrap: wrap; }
  .period-toggle { width: 100%; margin-left: 53px; }
  .period-toggle button { flex: 1; }
  .license-common-note { width: 100%; max-width: none; margin: -5px 0 17px; }
  .license-common-note > span { align-items: flex-start; flex-direction: column; gap: 2px; }
  .license-scenarios { grid-template-columns: 1fr; }
  .license-scenario, .license-scenario:last-child { min-height: 0; padding: 20px; grid-column: auto; }
  .scenario-visual { min-height: 80px; gap: 14px; }
  .license-medallion { width: 80px; height: 80px; }
  .scenario-check { width: 28px; height: 28px; }
  .scenario-copy { margin-top: 22px; }
  .scenario-name { font-size: 1.75rem; }
  .scenario-description { min-height: 0; }
  .scenario-rights { min-height: 0; margin-top: 20px; }
  .scenario-right-row { grid-template-columns: minmax(0,1fr) auto; gap: 10px; padding: 8px 0; }
  .scenario-right-row strong { max-width: 135px; text-align: right; }
  .document-stage { min-height: 510px; }
  .document-sheet { width: 88%; min-height: 455px; }
  .sheet-front { padding: 27px; }
  .sheet-front > small { margin-top: 40px; }
  .sheet-front h3 { font-size: 1.65rem; }
  .document-row { font-size: .66rem; }
  .faq-layout { gap: 48px; }
  .final-cta { padding-bottom: 52px; }
  .final-cta-inner { min-height: 430px; padding: 30px 23px; border-radius: 22px; }
  .final-cta .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; }
  .footer-main > p { grid-column: auto; grid-row: auto; }
  .footer-main > div { align-items: flex-start; }
  .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { flex-direction: column; gap: 10px; }
}

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