/* Shared visual tokens for the landing page and knowledge base. */
:root, html[data-theme="light"] {
  --bg: #fafbf8; --bg-deep: #f3f5ef; --panel: #fff; --panel-2: #f3f5ef; --panel-3: #e9eee2;
  --ink: #172119; --ink-muted: #586158; --ink-soft: #63705f;
  --v2-error: #b4233c; --v2-placeholder: #63705f;
  --lime: #47701a; --lime-strong: #3b6413; --mint: #237649;
  --line: #dce2d7; --line-accent: #b6c6a5; --button-start: #c3f466; --button-end: #c3f466;
  --control-active: #c3f466; --v2-accent: #c3f466; --v2-accent-ink: #18270b;
  --v2-wash: #f0f4e9; --surface-tint: #eef1e9;
  --v2-studio-light: #f4e7c7; --v2-studio-wash: #eaf0df; --v2-studio-shadow: #24351a2b;
  --v2-studio-glow: radial-gradient(ellipse 48% 48% at 50% 50%, var(--v2-studio-light) 0%, var(--v2-studio-wash) 34%, transparent 100%);
  --v2-studio-ground: radial-gradient(ellipse, var(--v2-studio-shadow), transparent 70%);
  --surface-sunken: #f1f4ed; --surface-sunken-soft: #f1f4ed;
  --font-display: "Hanken Grotesk", system-ui, sans-serif;
  --shadow: 0 16px 40px #1420190c; --radius-lg: 24px;
}
html[data-theme="dark"] {
  --bg: #111611; --bg-deep: #0d120e; --panel: #192019; --panel-2: #20291f; --panel-3: #293527;
  --ink: #f5f7ef; --ink-muted: #b8c2b2; --ink-soft: #a5b29c;
  --v2-error: #fda4af; --v2-placeholder: #a5b29c;
  --lime: #c3f466; --lime-strong: #d5fa93; --mint: #9bdfb3;
  --line: #344030; --line-accent: #607944; --v2-wash: #1a2418;
  --v2-studio-light: #394b29; --v2-studio-wash: #1e3021; --v2-studio-shadow: #0008;
  --surface-tint: #283324; --surface-sunken: #121a11; --surface-sunken-soft: #121a11;
  --shadow: 0 16px 40px #0002;
}

html { scroll-padding-top: 104px; }
body { background: var(--bg); }
.v2 { overflow: clip; }
.v2 p { line-height: 1.55; }
.v2 .button { border-radius: 12px; min-height: 48px; font-weight: 700; box-shadow: none; }
.v2 .button--primary { color: var(--v2-accent-ink); background: var(--v2-accent); border: 1px solid transparent; }
.v2 .button--primary:hover { background: #d2fa8f; transform: translateY(-2px); }
.v2 .button--large { min-height: 56px; padding: 15px 24px; font-size: 16px; }
.v2 :focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.v2-wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.v2-nav { position: sticky; top: 0; z-index: 90; background: var(--bg); border-bottom: 1px solid var(--line); }
.v2-nav-inner { height: 82px; display: flex; align-items: center; gap: 32px; }
.v2 .logo { font-size: 21px; flex: 0 0 auto; gap: 9px; }
.v2 .logo-mark { width: 32px; height: 32px; }
.v2-nav-links { display: flex; gap: 26px; margin-left: auto; }
.v2-nav-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 600; color: var(--ink-muted); }
.v2-nav-links a:hover { color: var(--ink); }
.v2-nav-actions { display: flex; align-items: center; gap: 18px; }
.v2-nav-cta { font-size: 14px; padding-inline: 17px; gap: 12px; }
.v2-menu-button { display: none; background: transparent; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; align-items: center; justify-content: center; }
.v2-mobile-menu { position: fixed; inset: 72px 0 0; padding: 20px 24px 32px; background: var(--bg); overflow-y: auto; }
.v2-mobile-menu > a { display: flex; justify-content: space-between; align-items: center; min-height: 56px; font-size: 20px; border-bottom: 1px solid var(--line); }
.v2-menu-theme { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.v2-mobile-menu > .button { width: 100%; }
.v2-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 0 36px; padding-top: 72px; }
.v2-hero > * { min-width: 0; }
.v2-hero-copy { align-self: center; padding: 8px 0 32px; }
.v2-kicker { display: flex; align-items: center; gap: 10px; color: var(--lime); font-size: 13px; font-weight: 700; letter-spacing: .025em; }
.v2-kicker i { flex: 0 0 7px; height: 7px; border-radius: 50%; background: currentColor; }
.v2-hero h1 { font-size: clamp(48px, 4.5vw, 64px); line-height: 1.03; letter-spacing: -.045em; margin: 23px 0 24px; font-weight: 750; text-wrap: balance; }
.v2-hero h1 > span { color: var(--lime); }
.v2-hero-copy > p { color: var(--ink-muted); font-size: 18px; max-width: 510px; margin: 0; }
.v2-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.v2-text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--ink); font-weight: 600; font-size: 15px; }
.v2-text-link:hover { color: var(--lime); }
.v2-hero-caption { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ink-muted); margin-top: 23px; }
.v2-caption-mark { display: inline-flex; color: var(--lime); }
.v2-hero-art { position: relative; display: grid; place-items: center; height: 520px; isolation: isolate; }
.v2-mascot { display: block; width: 100%; height: auto; object-fit: contain; }
.v2-hero-art > .v2-mascot { width: 510px; max-width: 108%; position: relative; z-index: 1; }
.v2-hero-orbit, .v2-support-disc, .v2-final-art::before { position: absolute; pointer-events: none; background: var(--v2-studio-glow); }
.v2-hero-orbit { inset: -40px -40px -12px; }
.v2-hero-orbit::after, .v2-support-disc::after, .v2-final-art::after { content: ''; position: absolute; pointer-events: none; width: 50%; height: 24px; left: 28%; bottom: 26px; background: var(--v2-studio-ground); }
.v2-art-label { position: absolute; right: 2px; top: 10px; color: var(--lime); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; font-weight: 650; transform: rotate(9deg); }
.v2-share-tag { position: absolute; z-index: 2; right: -6px; bottom: 22px; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 16px 20px; box-shadow: var(--shadow); transform: rotate(-5deg); }
.v2-share-tag > span { display: block; color: var(--ink-muted); font-size: 12px; }
.v2-share-tag strong { display: block; font-size: 40px; letter-spacing: -.05em; line-height: 1.2; color: var(--ink); }
.v2-share-tag strong small { font-size: .7em; }
.v2-proof-strip { grid-column: 1/-1; display: grid; grid-template-columns: .8fr 1fr 1.4fr 1.2fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 27px 0; margin-top: 42px; }
.v2-proof-strip > div { display: flex; min-width: 0; gap: 17px; align-items: center; padding: 0 25px; border-right: 1px solid var(--line); }
.v2-proof-strip > div:first-child { padding-left: 0; }
.v2-proof-strip > div:last-child { border: 0; padding-right: 0; }
.v2-proof-strip strong { font-size: 27px; white-space: nowrap; letter-spacing: -.04em; font-weight: 650; }
.v2-proof-strip span { min-width: 0; font-size: 13px; line-height: 1.4; color: var(--ink-muted); }
.v2-section { padding-block: 96px; }
.v2 h2 { font-family: var(--font-display); font-size: clamp(34px, 3.2vw, 44px); font-weight: 700; letter-spacing: -.035em; line-height: 1.1; text-wrap: balance; margin: 0; }
.v2 h3 { font-family: var(--font-display); font-size: 23px; font-weight: 650; letter-spacing: -.025em; line-height: 1.2; margin: 0; }
.v2-eyebrow, .v2 .eyebrow { color: var(--lime); font-size: 11px; letter-spacing: .11em; font-weight: 750; text-transform: uppercase; margin-bottom: 18px; }
.v2-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 64px; margin-bottom: 44px; }
.v2-section-head > p { flex: 0 1 335px; color: var(--ink-muted); font-size: 16px; margin: 0 0 2px; }
.v2 .reveal { filter: none; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; clip-path: none; }
.v2 .reveal.is-visible { transform: none; }
.v2-partner-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: stretch; }
.v2-partner-tabs { display: flex; flex-direction: column; justify-content: center; }
.v2-partner-tabs button { display: flex; align-items: center; gap: 20px; width: 100%; padding: 26px 24px; min-height: 80px; background: transparent; border: 0; color: var(--ink-muted); text-align: left; font-size: 19px; font-weight: 600; cursor: pointer; transition: color .2s, background .2s; }
.v2-partner-tabs button[aria-selected="true"] { color: var(--ink); background: var(--surface-tint); border-radius: 12px; border-color: transparent; }
.v2-partner-tabs button:hover { color: var(--lime); }
.v2-tab-index { font-size: 12px; font-weight: 500; color: var(--ink-soft); }
.v2-partner-tabs button > svg { margin-left: auto; flex: none; }
.v2-partner-panel { padding: 36px 40px; background: var(--v2-wash); border-radius: 24px; min-height: 370px; }
.v2-panel-top { display: flex; justify-content: space-between; align-items: center; color: var(--lime); margin-bottom: 25px; }
.v2-panel-top > span { font-size: 12px; font-weight: 650; }
.v2-partner-panel h3 { font-size: 29px; }
.v2-partner-panel p { color: var(--ink-muted); font-size: 16px; margin: 15px 0 22px; max-width: 560px; }
.v2-partner-panel ul, .v2-support-feature ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.v2-partner-panel li, .v2-support-feature li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; color: var(--ink-muted); }
.v2-partner-panel li svg, .v2-support-feature li svg { flex: none; color: var(--lime); margin-top: 2px; }
.v2-partner-panel > button { border: 0; background: transparent; padding: 0; margin-top: 18px; cursor: pointer; }
.v2-products-band { background: var(--panel-2); border-block: 1px solid var(--line); }
.v2-products { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }
.v2-products-intro { font-size: 16px; color: var(--ink-muted); max-width: 420px; margin: 23px 0; }
.v2-product-count { display: flex; gap: 24px; align-items: center; margin: 24px 0; }
.v2-product-count strong { font-size: 108px; font-weight: 650; letter-spacing: -.06em; line-height: 1; color: var(--lime); }
.v2-product-count > span { font-size: 18px; font-weight: 500; line-height: 1.4; }
.v2-product-principle { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-muted); font-size: 13px; line-height: 1.6; }
.v2-product-principle > svg { flex: none; color: var(--lime); margin-top: 3px; }
.v2-product-row { display: flex; gap: 24px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.v2-product-list > .reveal:first-child .v2-product-row { padding-top: 0; }
.v2-product-row > span { color: var(--lime); font-size: 12px; font-weight: 650; padding-top: 5px; }
.v2-product-row h3 { font-size: 21px; }
.v2-product-row p { color: var(--ink-muted); font-size: 14px; margin: 8px 0 0; }
.v2-product-note { color: var(--ink-soft); font-size: 12px; margin: 20px 0 0; }
.v2-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.v2-steps > li { padding: 25px 26px 0 0; position: relative; border-top: 1px solid var(--line-accent); }
.v2-steps > li::before { content: ''; width: 7px; height: 7px; position: absolute; top: -4px; left: 0; border-radius: 50%; background: var(--lime); }
.v2-step-number { display: block; font-size: 12px; color: var(--lime); margin-bottom: 28px; font-weight: 650; }
.v2-steps h3 { font-size: 22px; max-width: 250px; min-height: 54px; }
.v2-steps p { font-size: 14px; color: var(--ink-muted); margin: 12px 0 0; max-width: 245px; }
.v2 .calculator-section { width: 100%; padding: 80px max(48px, calc((100% - 1240px) / 2)); background: var(--v2-wash); }
.v2 .calculator-section .section-heading { text-align: left; max-width: 720px; margin: 0 0 36px; }
.v2 .calculator-section .eyebrow { margin-inline: 0; }
.v2 .calculator-section h2 { font-size: clamp(34px, 3.2vw, 44px); }
.v2 .calculator-section .section-heading p { font-size: 16px; margin-top: 18px; }
.v2 .calculator { border-color: var(--line); box-shadow: none; grid-template-columns: 1fr 1.15fr; }
.v2 .calculator-inputs { padding: 32px; gap: 24px; }
.v2 .calc-field > span, .v2 .calc-field > legend { font-size: 15px; font-weight: 650; line-height: 1.4; }
.v2 .calc-field > legend { padding: 0; margin-bottom: 10px; }
.v2 .number-input { min-height: 56px; border-radius: 10px; background: var(--panel); }
.v2 .number-input input { padding: 13px 15px; font-size: 24px; }
.v2 .number-input em { font-size: 12px; }
.v2 .calc-field small { font-size: 13px; line-height: 1.5; }
.v2 .calculator-result { min-width: 0; padding: 36px; background: var(--panel); container: calculator-results / inline-size; }
.v2 .calculator-result::before { display: none; }
.v2 .result-kicker { font-size: 12px; text-transform: none; letter-spacing: .02em; }
.v2 .result-value { color: var(--ink); font-size: clamp(33px, 3.6vw, 50px); line-height: 1.12; margin-block: 16px 22px; overflow-wrap: anywhere; }
.v2 .result-breakdown { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding-block: 20px; border-block: 1px solid var(--line); }
.v2 .result-breakdown span { min-width: 0; padding: 0 12px; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; font-size: 13px; line-height: 1.4; }
.v2 .result-breakdown span:first-child { padding-left: 0; }.v2 .result-breakdown span:last-child { border: 0; padding-right: 0; }
.v2 .result-breakdown b { min-width: 0; font-size: 22px; font-weight: 650; font-variant-numeric: tabular-nums; margin-bottom: 3px; }
.v2 .recurring-note { padding: 0; background: none; margin-block: 22px; }
.v2 .recurring-note > svg { flex: none; }.v2 .recurring-note b { font-size: 14px; }.v2 .recurring-note span { font-size: 13px; margin-top: 3px; }
.v2 .calculator-result .button { width: 100%; padding-inline: 18px; font-size: 14px; }
.v2 .calculator-disclaimer { font-size: 12px; line-height: 1.5; }
.v2-support { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }
.v2-support-heading > .reveal p { color: var(--ink-muted); font-size: 16px; max-width: 405px; margin: 20px 0 0; }
.v2-support-art { width: 265px; height: 255px; position: relative; margin: 25px 0 -16px; isolation: isolate; }
.v2-support-art .v2-mascot { width: 260px; position: relative; }
.v2-support-disc { inset: -16px -18px -10px; }
.v2-support-disc::after { left: 25%; height: 14px; bottom: 8px; }
.v2-support-art > span { position: absolute; right: -34px; top: 58px; border-radius: 8px; border: 1px solid var(--line); background: var(--panel); padding: 10px 14px; font-size: 12px; font-weight: 600; transform: rotate(5deg); }
.v2-support-content { padding-top: 28px; }
.v2-support-feature { padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.v2-support-feature h3 { font-size: 24px; margin-bottom: 20px; }
.v2-support-feature li { font-size: 15px; }
.v2-support-footer p { color: var(--ink-muted); font-size: 14px; margin: 0 0 7px; }.v2-support-footer strong { color: var(--ink); font-weight: 650; }
.v2-support-footer > button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.v2-terms-band { background: #1b281c; color: #f5f7ef; }
html[data-theme="dark"] .v2-terms-band { background: #0c130c; border-block: 1px solid var(--line); }
.v2-terms-band .v2-eyebrow { color: #c3f466; }.v2-terms-band .v2-section-head > p { color: #bbc8b5; }
.v2-terms-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 96px; }
.v2-main-term > span { display: block; font-size: 15px; color: #bbc8b5; }
.v2-main-term > strong { display: block; font-size: clamp(65px, 6.7vw, 92px); line-height: 1.1; letter-spacing: -.055em; color: #c3f466; font-weight: 650; margin: 10px 0 15px; }.v2-main-term small { font-size: .7em; }
.v2-main-term > p { max-width: 355px; margin: 0; font-size: 15px; color: #bbc8b5; }
.v2-terms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 32px; padding-top: 5px; }.v2-terms-grid strong { font-size: 21px; font-weight: 600; }.v2-terms-grid p { color: #bbc8b5; font-size: 14px; margin: 8px 0 0; }
.v2-payment-methods { display: flex; align-items: center; gap: 18px; margin-top: 40px; padding-top: 28px; border-top: 1px solid #4c5c44; }.v2-payment-methods > span { color: #bbc8b5; font-size: 13px; margin-right: auto; }.v2-payment-methods > b { font-size: 13px; font-weight: 550; border: 1px solid #4c5c44; padding: 9px 14px; border-radius: 8px; }
.v2-global { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; }
.v2-global h2 { font-size: 34px; }.v2-global p { color: var(--ink-muted); font-size: 15px; margin: 17px 0 0; }
.v2-legal { display: flex; gap: 18px; padding: 28px; background: var(--panel-2); border-radius: 18px; }
.v2-legal-mark { display: flex; align-items: center; justify-content: center; flex: 0 0 44px; height: 44px; color: var(--lime); border: 1px solid var(--line); border-radius: 11px; }.v2-legal h3 { font-size: 22px; }.v2-legal p { font-size: 14px; margin-top: 12px; }.v2-legal small { display: block; font-size: 12px; color: var(--ink-soft); margin-top: 15px; line-height: 1.5; }
.v2-final { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 32px; border-radius: 28px; background: var(--panel-2); padding: 54px 64px; align-items: center; }
.v2-final > * { min-width: 0; }
.v2-final h2 { font-size: clamp(36px, 3.6vw, 50px); }.v2-final h2 > span { color: var(--lime); }.v2-final-copy > p { color: var(--ink-muted); font-size: 16px; max-width: 385px; margin: 22px 0 25px; }
.v2-final-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px; }
.v2-response { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-muted); font-size: 13px; line-height: 1.4; }.v2-response svg { flex: none; }
.v2-final-art { position: relative; isolation: isolate; }.v2-final-art > .v2-mascot { max-width: 400px; margin-inline: auto; }.v2-final-art .v2-art-label { right: 0; top: 0; }
.v2-final-art::before { content: ''; inset: -8% -8% -4%; z-index: -1; }
.v2-final-art::after { left: 23%; width: 54%; height: 18px; bottom: 3%; z-index: -1; }
.v2 .faq-section { width: min(1240px, calc(100% - 96px)); padding: 96px 0; gap: 72px; grid-template-columns: .75fr 1.25fr; }.v2 .faq-section .section-heading { margin-bottom: 0; }.v2 .faq-question { font-size: 17px; padding-block: 21px; min-height: 64px; }.v2 .faq-answer { visibility: hidden; }.v2 .faq-answer p { font-size: 15px; line-height: 1.55; padding-right: 25px; }.v2 .faq-item.is-open .faq-answer { max-height: 360px; visibility: visible; }
.v2-footer { padding: 48px 0 0; border-top: 1px solid var(--line); }.v2-footer-top { display: grid; grid-template-columns: 1fr .8fr .8fr; gap: 55px; padding-bottom: 36px; }.v2-footer-top p { font-size: 13px; color: var(--ink-muted); margin: 18px 0 0; }.v2-footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }.v2-footer-top nav a { display: flex; align-items: center; min-height: 40px; font-size: 13px; color: var(--ink-muted); }.v2-footer a:hover { color: var(--lime); }.v2-footer-contact > span { display: block; color: var(--ink-soft); font-size: 11px; margin-bottom: 8px; }.v2-footer-contact > a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 16px; font-weight: 600; }.v2-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; }.v2-footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }
.v2-footer-top nav { align-content: start; }
.v2-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; min-width: 0; }
.v2-footer-contact > a { max-width: 100%; }
.v2-footer-contact > a > svg { flex: none; }
.v2-footer-contact > a > span { min-width: 0; overflow-wrap: anywhere; }
.v2-footer-bottom { padding-right: 300px; }

.v2-telegram-float { position: fixed; right: max(24px, env(safe-area-inset-right)); bottom: calc(24px + env(safe-area-inset-bottom)); z-index: 80; }
.v2-telegram-button { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid #ffffff38; border-radius: 50%; background: #229ed9; color: #fff; box-shadow: 0 6px 24px #10241b26; transition: transform .2s, background .2s, box-shadow .2s; }
/* Balance the asymmetric paper plane by its visual weight, not only its SVG box. */
.v2-telegram-button > svg { display: block; transform: translateX(-3px); }
.v2-telegram-button:hover { background: #168ac2; transform: translateY(-2px); box-shadow: 0 8px 28px #10241b38; }
.v2-telegram-button:active { transform: translateY(0); }
.v2-telegram-tooltip { position: absolute; right: calc(100% + 12px); bottom: 50%; width: max-content; max-width: calc(100vw - 40px); padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); color: var(--ink); box-shadow: var(--shadow); font-size: 14px; line-height: 1.4; opacity: 0; visibility: hidden; transform: translate(4px, 50%); transition: opacity .18s, transform .18s, visibility .18s; }
.v2-telegram-tooltip::after { content: ''; position: absolute; inset: 0 auto 0 100%; width: 14px; }
.v2-telegram-float.is-open .v2-telegram-tooltip { opacity: 1; visibility: visible; transform: translate(0, 50%); }
.v2-telegram-float[inert], .v2-content[inert] .v2-telegram-float { visibility: hidden; }
.v2-telegram-float[inert] .v2-telegram-tooltip, .v2-content[inert] .v2-telegram-tooltip { visibility: hidden; }

.v2-dialog-overlay { position: fixed; inset: 0; background: #060d0baa; backdrop-filter: blur(6px); z-index: 120; display: grid; place-items: center; padding: 24px; }
.v2-dialog-shell { display: flex; flex-direction: column; width: min(710px, 100%); max-height: calc(100dvh - 48px); overflow: hidden; border-radius: 24px; background: var(--panel); }
.v2-dialog-header { flex: none; display: grid; grid-template-columns: minmax(0, 1fr) 44px; align-items: center; gap: 16px; padding: 12px 20px; background: var(--surface-tint); border-bottom: 1px solid var(--line); }
.v2-dialog-body { min-height: 0; overflow-y: auto; overscroll-behavior: contain; scroll-padding-block: 24px; }
.v2-dialog-shell .application-modal { width: 100%; max-height: none; overflow: visible; box-shadow: none; border: 0; background: var(--panel); }
.v2-dialog-header .modal-close { position: static; width: 44px; height: 44px; }
.v2-dialog-shell .consent { min-height: 44px; align-items: center; }
.v2-dialog-shell .field label, .v2-dialog-shell .role-fieldset legend { font-size: 14px; }
.v2-dialog-shell .field small, .v2-dialog-shell .field-error { font-size: 13px; line-height: 1.5; }
.v2-dialog-shell .field-error { color: var(--v2-error) !important; }
.v2-dialog-shell .consent--error { color: var(--v2-error); }
.v2-dialog-shell .field--error input, .v2-dialog-shell .field--error select, .v2-dialog-shell .field--error textarea { border-color: var(--v2-error); }
.v2-dialog-shell .role-fieldset--error .role-selector { box-shadow: 0 0 0 1px var(--v2-error); }
.v2-dialog-shell .field input::placeholder, .v2-dialog-shell .field textarea::placeholder { color: var(--v2-placeholder); opacity: 1; }
.v2-dialog-shell .modal-response-time { font-size: 12px; }
.v2-dialog-shell h2 { overflow-wrap: anywhere; }
.v2-demo-note { color: var(--ink-muted); font-size: 12px; line-height: 1.5; }
.v2 .success-panel .success-icon { width: 170px; height: 170px; border: 0; background: url('../img/mascot/generated/05-success.webp') center/contain no-repeat, var(--v2-studio-glow); border-radius: 0; }
.v2 .success-panel .success-icon svg { display: none; }
.v2-skip { position: fixed; top: -80px; left: 20px; background: var(--panel); color: var(--ink); padding: 12px 20px; z-index: 150; }
.v2-skip:focus { top: 10px; }
@media (max-width: 1100px) {
  .v2-wrap { width: calc(100% - 64px); }
  .v2-nav-links { gap: 18px; }.v2-nav-inner { gap: 20px; }.v2-nav-cta { display: none; }
  .v2-nav-actions { margin-left: auto; }.v2-nav-links { margin-left: auto; }
  .v2-hero { gap: 0 16px; }.v2-hero-art { height: 460px; }
  .v2-proof-strip > div { flex-direction: column; gap: 5px; align-items: flex-start; }
  .v2-section { padding-block: 80px; }.v2-section-head { gap: 40px; }.v2-section-head > p { flex-basis: 290px; }
  .v2-products, .v2-support, .v2-terms-layout, .v2-global { gap: 48px; }
  .v2-partner-panel { padding: 32px; }.v2-partner-tabs button { padding: 24px 18px; font-size: 17px; gap: 14px; }.v2-partner-panel h3 { font-size: 26px; }
  .v2 .calculator-section { padding-inline: 32px; }.v2 .calculator-inputs, .v2 .calculator-result { padding: 28px; }
  .v2 .faq-section { width: calc(100% - 64px); gap: 48px; padding-block: 80px; }.v2-final { padding: 45px; }
  .v2-steps h3 { font-size: 20px; }.v2-steps > li { padding-right: 20px; }
  .v2-footer-top { gap: 30px; grid-template-columns: 1fr 1fr; }.v2-footer-contact { grid-column: 2; }.v2-footer-top > div:first-child { grid-row: 1/3; }
}
@media (max-width: 780px) {
  .v2-wrap { width: calc(100% - 40px); }.v2-nav-inner { height: 72px; }.v2 .logo { font-size: 20px; }
  .v2-nav-links, .v2-desktop-theme { display: none; }.v2-menu-button { display: flex; }
  .v2-hero { grid-template-columns: minmax(0, 1fr); padding-top: 42px; }.v2-hero-copy { padding-bottom: 0; }
  .v2-kicker { font-size: 12px; max-width: 330px; align-items: flex-start; }.v2-kicker i { margin-top: 5px; }
  .v2-hero h1 { font-size: clamp(37px, 8.5vw, 56px); max-width: 590px; margin-top: 20px; text-wrap: pretty; }
  .v2-hero-copy > p { font-size: 17px; max-width: 560px; }.v2-hero-actions { margin-top: 25px; gap: 12px; }
  .v2-hero-actions .button { width: 100%; }.v2-hero-actions .v2-text-link { margin-inline: auto; }
  .v2-hero-caption { justify-content: center; font-size: 11px; margin-top: 12px; }
  .v2-hero-art { height: 350px; width: min(410px, 100%); margin: 30px auto 0; }
  .v2-hero-art > .v2-mascot { width: 340px; max-width: 95%; }.v2-hero-orbit { inset: -15px -16px -5px; }.v2-hero-orbit::after { height: 18px; }
  .v2-art-label { top: 4px; right: 4px; font-size: 10px; }.v2-share-tag { right: 0; bottom: 7px; padding: 12px 16px; }.v2-share-tag strong { font-size: 30px; }.v2-share-tag > span { font-size: 10px; }
  .v2-proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; padding: 0; }
  .v2-proof-strip > div { padding: 20px 16px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 6px; }
  .v2-proof-strip > div:first-child { padding-left: 16px; }.v2-proof-strip > div:nth-child(2) { border-right: 0; }.v2-proof-strip > div:nth-child(n+3) { border-bottom: 0; flex-direction: column; align-items: flex-start; gap: 4px; }
  .v2-proof-strip strong { font-size: 23px; white-space: normal; line-height: 1.25; }.v2-proof-strip span { font-size: 12px; }
  .v2-dialog-overlay { padding: 0; }.v2-dialog-shell { width: 100%; height: 100dvh; max-height: 100dvh; border-radius: 0; }.v2-dialog-shell .application-modal { padding: 30px 22px; border-radius: 0; }
  .v2-dialog-header { padding: calc(12px + env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) 12px max(20px, env(safe-area-inset-left)); }
  .v2-dialog-body { padding-bottom: env(safe-area-inset-bottom); }
  .v2-dialog-shell .field input, .v2-dialog-shell .field select, .v2-dialog-shell .field textarea { font-size: 16px; }
  .v2-section { padding-block: 64px; }.v2 h2, .v2 .calculator-section h2 { font-size: 32px; line-height: 1.12; }.v2-eyebrow, .v2 .eyebrow { font-size: 10px; margin-bottom: 15px; }
  .v2-section-head { display: block; margin-bottom: 28px; }.v2-section-head > p { margin-top: 18px; font-size: 15px; max-width: 510px; }
  .v2-partner-layout { grid-template-columns: 1fr; gap: 16px; }.v2-partner-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.v2-partner-tabs button { min-height: 64px; height: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 10px; font-size: 14px; line-height: 1.3; gap: 8px; }.v2-partner-tabs button > svg, .v2-tab-index { display: none; }.v2-partner-tabs button[aria-selected="true"] { border-color: var(--lime); border-radius: 10px; }
  .v2-partner-panel { padding: 26px 22px; min-height: 400px; border-radius: 18px; }.v2-panel-top { margin-bottom: 20px; }.v2-panel-top > span { font-size: 11px; }.v2-partner-panel h3 { font-size: 25px; }.v2-partner-panel p { font-size: 15px; }.v2-partner-panel li { font-size: 13px; }.v2-partner-panel > button { font-size: 14px; }
  .v2-products, .v2-support, .v2-global { grid-template-columns: 1fr; gap: 36px; }.v2-products-intro { font-size: 15px; }.v2-product-count { margin: 22px 0; }.v2-product-count strong { font-size: 80px; }.v2-product-count > span { font-size: 17px; }.v2-product-principle { font-size: 12px; }
  .v2-product-row { gap: 17px; padding: 18px 0; }.v2-product-row h3 { font-size: 20px; }.v2-product-row p { font-size: 14px; }.v2-product-note { font-size: 12px; }
  .v2-steps { grid-template-columns: 1fr; }.v2-steps > li { border: 0; border-left: 1px solid var(--line-accent); padding: 0 0 26px 24px; margin-left: 3px; }.v2-steps > li:last-child { padding-bottom: 0; border-color: transparent; }.v2-steps > li::before { left: -4px; top: 5px; }.v2-step-number { font-size: 11px; margin-bottom: 8px; }.v2-steps h3 { font-size: 22px; min-height: 0; max-width: none; }.v2-steps p { max-width: 510px; font-size: 14px; margin-top: 8px; }
  .v2 .calculator-section { padding: 64px 20px; }.v2 .calculator { grid-template-columns: 1fr; border-radius: 20px; }.v2 .calculator-section .section-heading { margin-bottom: 28px; }.v2 .calculator-section .section-heading p { font-size: 15px; }
  .v2 .calculator-inputs { padding: 24px 20px; gap: 22px; border-right: 0; border-bottom: 1px solid var(--line); }.v2 .calculator-result { padding: 27px 20px; }.v2 .calc-field > span, .v2 .calc-field > legend { font-size: 14px; }.v2 .engagement-options button { font-size: 13px; }.v2 .number-input input { font-size: 22px; padding-left: 12px; }.v2 .number-input em { font-size: 11px; padding-right: 12px; }
  .v2 .result-value { font-size: clamp(30px, 8.2vw, 48px); }.v2 .result-breakdown span { padding-inline: 8px; }.v2 .result-breakdown b { font-size: 22px; }.v2 .calculator-result .button { font-size: 14px; min-height: 54px; text-align: left; }.v2 .calculator-result .button svg { flex: none; }
  .v2-support { gap: 25px; }.v2-support-heading { display: grid; grid-template-columns: 1fr 105px; gap: 0 8px; align-items: end; }.v2-support-heading > .reveal { grid-column: 1/-1; }.v2-support-heading > .reveal p { font-size: 15px; max-width: 510px; }.v2-support-art { grid-column: 2; width: 105px; height: 118px; margin: 14px 0 -15px; }.v2-support-art .v2-mascot { width: 110px; }.v2-support-disc { inset: -8px -8px 0; }.v2-support-disc::after { height: 10px; }.v2-support-art > span { right: 104px; white-space: nowrap; top: 50px; padding: 8px 12px; font-size: 11px; transform: rotate(-4deg); }
  .v2-support-content { padding: 0; }.v2-support-feature h3 { font-size: 23px; }.v2-support-feature li { font-size: 14px; }.v2-support-feature { padding-bottom: 24px; margin-bottom: 24px; }.v2-support-footer { padding-top: 0; }
  .v2-terms-layout { grid-template-columns: 1fr; gap: 32px; }.v2-main-term strong { font-size: 78px; }.v2-main-term p { font-size: 15px; max-width: 510px; }.v2-terms-grid { gap: 26px 20px; }.v2-terms-grid strong { font-size: 18px; }.v2-terms-grid p { font-size: 13px; }.v2-payment-methods { flex-wrap: wrap; gap: 8px; margin-top: 32px; padding-top: 22px; }.v2-payment-methods > span { flex: 0 0 100%; margin-bottom: 5px; }.v2-payment-methods > b { font-size: 12px; padding: 8px 12px; }
  .v2-global h2 { font-size: 31px; }.v2-global p { font-size: 15px; }.v2-legal { padding: 22px; gap: 14px; }.v2-legal-mark { flex-basis: 36px; height: 36px; }.v2-legal h3 { font-size: 22px; }.v2-legal p { font-size: 14px; }
  .v2-final { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 32px 24px 0; border-radius: 22px; }.v2-final h2 { font-size: clamp(26px, 8.2vw, 35px); }.v2-final-copy > p { font-size: 15px; margin-block: 20px 23px; }.v2-final .button { width: 100%; padding-inline: 16px; font-size: 15px; }.v2-final-art { width: min(240px, 100%); margin: 0 auto; }.v2-final-art .v2-art-label { top: 8px; right: 0; font-size: 9px; }
  .v2 .faq-section { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 28px; padding-block: 64px; }.v2 .faq-question { font-size: 16px; gap: 15px; padding-block: 20px; }.v2 .faq-answer p { padding-right: 0; font-size: 14px; }.v2 .faq-item.is-open .faq-answer { max-height: 420px; }
  .v2-footer { padding-top: 32px; }.v2-footer-top { grid-template-columns: 1fr; gap: 26px; padding-bottom: 28px; }.v2-footer-top > div:first-child { grid-row: auto; }.v2-footer-contact { grid-column: auto; }.v2-footer-top nav a { min-height: 44px; font-size: 14px; }.v2-footer-contact > a { font-size: 16px; }.v2-footer-bottom { flex-direction: column; gap: 8px; padding-block: 22px; }
  .v2-footer-bottom { padding-right: 72px; padding-bottom: calc(28px + env(safe-area-inset-bottom)); }
  .v2-telegram-float { right: max(16px, env(safe-area-inset-right)); bottom: calc(16px + env(safe-area-inset-bottom)); }
  .v2-telegram-button { width: 52px; height: 52px; }
  .v2-telegram-tooltip { right: 0; bottom: calc(100% + 12px); transform: translateY(4px); }
  .v2-telegram-tooltip::after { inset: 100% 0 auto; width: auto; height: 14px; }
  .v2-telegram-float.is-open .v2-telegram-tooltip { transform: translateY(0); }
}
@container calculator-results (max-width: 420px) {
  .v2 .result-breakdown { grid-template-columns: minmax(0, 1fr); padding-block: 0; }
  .v2 .result-breakdown span { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 12px; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .v2 .result-breakdown b { margin: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.v2 *, .v2 *::before, .v2 *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }.v2 .reveal { opacity: 1; transform: none; } }
