:root {
  --blue: #1739d4;
  --blue-dark: #10288f;
  --red: #b52820;
  --ink: #171b21;
  --muted: #606976;
  --paper: #f4f0e7;
  --paper-white: #fffdf7;
  --line: #b9b9b2;
  --green: #006b4f;
  --shell: min(1220px, calc(100vw - 48px));
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Trebuchet MS', 'Gill Sans', sans-serif;
  --mono: 'DejaVu Sans Mono', 'Courier New', monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: -80px; left: 18px; z-index: 100; padding: 12px 16px; background: white; }
.skip-link:focus { top: 18px; }
.grid-paper { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035; background-image: linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg, var(--ink) 1px, transparent 1px); background-size: 24px 24px; }

.topbar, .builder-header { position: relative; z-index: 30; width: var(--shell); min-height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); }
.wordmark { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.wordmark > span:last-child { display: grid; line-height: 1; gap: 5px; }
.wordmark strong { font: 800 15px var(--sans); letter-spacing: .24em; }
.wordmark small { color: var(--muted); font: 700 8px var(--mono); letter-spacing: .13em; }
.mark { width: 46px; height: 46px; display: grid; place-items: center; color: white; background: var(--blue); box-shadow: 5px 5px 0 var(--red); font: 800 14px var(--mono); }
.topbar nav { display: flex; align-items: center; gap: 30px; }
.topbar nav a { text-decoration: none; font-size: 13px; font-weight: 700; }
.nav-button { padding: 11px 16px; color: white; background: var(--ink); }
.menu-button { display: none; padding: 9px 13px; border: 1px solid var(--ink); background: transparent; }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 7vw; align-items: center; padding-block: 70px 85px; }
.kicker { color: var(--red); font: 800 10px var(--mono); letter-spacing: .15em; }
.hero h1 { margin: 20px 0 30px; font: 400 clamp(55px, 7vw, 101px)/.9 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: var(--blue); font-weight: 400; }
.lead { max-width: 680px; color: #333943; font: 400 clamp(18px, 1.8vw, 24px)/1.5 var(--serif); }
.hero-search { max-width: 690px; margin-top: 38px; }
.hero-search > label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 800; }
.hero-search > div { display: flex; border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--blue); }
.hero-search input { flex: 1; min-width: 0; padding: 16px 18px; border: 0; color: var(--ink); background: var(--paper-white); }
.hero-search button { padding: 14px 18px; border: 0; color: white; background: var(--ink); font-weight: 800; cursor: pointer; }
.hero-search button span { margin-left: 20px; color: #88a0ff; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 35px; color: var(--muted); font-size: 11px; }
.trust-strip span { padding-right: 20px; border-right: 1px solid var(--line); }
.trust-strip b { color: var(--blue); }

.hero-stack { position: relative; height: 540px; perspective: 1200px; }
.paper-card { position: absolute; display: block; width: 390px; padding: 28px; border: 1px solid var(--ink); background: var(--paper-white); box-shadow: 14px 16px 0 rgba(23,57,212,.16); }
.paper-card > span { color: var(--blue); font: 800 9px var(--mono); letter-spacing: .13em; }
.paper-card > b { display: block; margin-top: 28px; font: 400 24px var(--serif); }
.card-back { right: 0; top: 15px; height: 160px; transform: rotate(5deg); }
.card-mid { right: 35px; top: 105px; height: 170px; transform: rotate(-3deg); }
.card-front { right: 4%; top: 125px; min-height: 400px; color: white; background: var(--blue); transform: rotate(1deg); box-shadow: 18px 20px 0 var(--red); overflow: hidden; }
.card-front::after { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.35); pointer-events: none; }
.document-code { font: 700 9px var(--mono); letter-spacing: .12em; }
.seal { float: right; width: 66px; height: 66px; display: grid; place-items: center; border: 2px solid var(--paper-white); border-radius: 50%; transform: rotate(12deg); font: 700 16px var(--mono); }
.card-front h2 { clear: both; margin: 85px 0 5px; font: 400 45px/.92 var(--serif); }
.card-front p { margin: 0; color: #dce3ff; }
.signature-lines { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 80px; }
.signature-lines i { height: 1px; background: rgba(255,255,255,.5); }
.card-front small { position: absolute; left: 28px; bottom: 26px; font: 700 8px var(--mono); letter-spacing: .12em; }

.ticker { overflow: hidden; color: white; background: var(--blue); border-block: 1px solid var(--ink); }
.ticker > div { width: max-content; display: flex; align-items: center; gap: 32px; padding-block: 15px; animation: ticker 24s linear infinite; font: 800 10px var(--mono); letter-spacing: .13em; }
.ticker i { color: white; }
@keyframes ticker { to { transform: translateX(-38%); } }

.catalog, .pricing { padding-block: 110px; }
.section-head { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.section-head h2, .price-copy h2 { max-width: 760px; margin: 12px 0 0; font: 400 clamp(39px, 5vw, 67px)/1 var(--serif); letter-spacing: -.04em; }
.section-head > p { max-width: 420px; color: var(--muted); }
.country-switch { display: flex; border: 1px solid var(--ink); }
.country-switch button { width: 56px; height: 48px; border: 0; border-right: 1px solid var(--ink); background: transparent; cursor: pointer; font: 800 12px var(--mono); }
.country-switch button:last-child { border-right: 0; }
.country-switch button.active { color: white; background: var(--ink); }
.filter-row { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin: 55px 0 22px; }
.filter-row label { flex: 1; max-width: 620px; }
.filter-row input { width: 100%; padding: 14px 16px; border: 1px solid var(--ink); background: var(--paper-white); }
.filter-row p { margin: 0; color: var(--muted); font-size: 12px; }
.contract-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.contract-card { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: rgba(255,253,247,.48); transition: transform .18s ease, box-shadow .18s ease; }
.contract-card:hover { z-index: 2; transform: translate(-5px,-5px); background: var(--paper-white); box-shadow: 10px 10px 0 var(--blue); }
.contract-card.unavailable { background: rgba(255,253,247,.28); }
.contract-card.unavailable:hover { transform: none; box-shadow: none; }
.contract-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--blue); font: 800 9px var(--mono); letter-spacing: .1em; }
.contract-card h3 { margin: 52px 0 15px; font: 500 28px/1.05 var(--serif); }
.contract-card p { color: var(--muted); font-size: 14px; }
.contract-card footer { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-top: auto; }
.contract-card footer span { color: var(--muted); font: 700 9px var(--mono); }
.contract-card a { width: 44px; height: 44px; display: grid; place-items: center; color: white; background: var(--ink); text-decoration: none; font-size: 20px; }
.contract-unavailable { max-width: 150px; padding: 8px 0; color: var(--muted); text-align: right; font: 800 8px/1.35 var(--mono) !important; letter-spacing: .08em; }
.legal-state { position: absolute; top: 59px; right: 25px; padding: 4px 7px; border: 1px solid var(--line); color: var(--muted); font: 700 8px var(--mono); }
.legal-state.lawyer { color: var(--red); border-color: var(--red); }

.how-band { padding-block: 105px; color: white; background: var(--ink); }
.section-head.light .kicker { color: #8397ff; }
.section-head.light > p { color: #aeb4bd; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 70px 0 0; padding: 0; list-style: none; background: #49505a; }
.steps li { min-height: 290px; padding: 28px; background: var(--ink); }
.steps b { color: #8397ff; font: 800 11px var(--mono); }
.steps h3 { margin: 80px 0 15px; font: 400 25px var(--serif); }
.steps p { color: #aeb4bd; font-size: 14px; }

.pricing { display: grid; grid-template-columns: 1fr 1.25fr; gap: 9vw; align-items: center; }
.price-copy > p:last-child { max-width: 600px; color: var(--muted); }
.price-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.price-cards article { min-height: 360px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--ink); background: var(--paper-white); box-shadow: 8px 8px 0 #cac7bf; }
.price-cards article.featured { color: white; background: var(--blue); box-shadow: 8px 8px 0 var(--red); }
.price-cards article > span { font: 800 9px var(--mono); letter-spacing: .12em; }
.price-cards strong { display: block; margin: 45px 0 20px; font: 400 52px var(--serif); }
.price-cards strong small { font-size: 14px; }
.price-cards p { color: var(--muted); font-size: 14px; }
.price-cards .featured p { color: #dbe2ff; }
.price-cards a { margin-top: auto; padding-top: 18px; border-top: 1px solid currentColor; font-weight: 800; text-underline-offset: 5px; }
.footer { display: grid; grid-template-columns: 1fr 1.3fr .7fr; gap: 35px; padding-block: 50px 30px; border-top: 1px solid var(--ink); }
.footer p { color: var(--muted); font-size: 12px; }
.footer nav { display: grid; gap: 7px; font-size: 12px; }
.footer > small { grid-column: 1/-1; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font: 700 9px var(--mono); letter-spacing: .12em; }

/* Slovak operator and preview notice: editorial layout, no script or tracking. */
.legal-layout { padding-block: clamp(55px, 7vw, 110px) 110px; }
.legal-intro { max-width: 880px; }
.legal-intro h1 { margin: 18px 0 28px; font: 400 clamp(52px, 7vw, 94px)/.96 var(--serif); letter-spacing: -.05em; }
.legal-intro h1 em { color: var(--blue); font-weight: 400; }
.legal-intro > p:last-child { max-width: 760px; color: #333943; font: 20px/1.55 var(--serif); }
.legal-toc { display: flex; flex-wrap: wrap; gap: 8px; margin: 60px 0; padding-block: 16px; border-block: 1px solid var(--ink); }
.legal-toc a { padding: 9px 12px; border: 1px solid var(--line); text-decoration: none; font: 800 10px var(--mono); }
.legal-toc a:hover { color: white; background: var(--ink); }
.legal-content { max-width: 880px; }
.legal-content section { padding: 35px 0 55px; border-bottom: 1px solid var(--line); scroll-margin-top: 28px; }
.legal-content h2 { margin: 14px 0 24px; font: 400 clamp(36px, 5vw, 58px)/1.05 var(--serif); letter-spacing: -.035em; }
.legal-content p { max-width: 790px; color: #343b46; font-size: 16px; line-height: 1.75; }
.legal-content p + p { margin-top: 20px; }
.legal-content a { color: var(--blue-dark); text-underline-offset: 3px; }
.legal-facts { margin: 0 0 30px; border-top: 1px solid var(--ink); }
.legal-facts > div { display: grid; grid-template-columns: minmax(160px, .35fr) 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.legal-facts dt { color: var(--muted); font: 800 10px var(--mono); text-transform: uppercase; }
.legal-facts dd { margin: 0; }
.legal-launch { padding: 35px 28px 55px !important; border: 1px solid var(--red) !important; box-shadow: 8px 8px 0 rgba(181,40,32,.16); }
@media (max-width: 680px) {
  .legal-toc { margin: 40px 0; }
  .legal-facts > div { grid-template-columns: 1fr; gap: 4px; }
  .legal-content p { font-size: 15px; }
}

/* Public pre-launch surface: intentionally no forms, scripts or data collection. */
.public-hold { min-height: 100vh; background: var(--ink); }
.public-hold::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .065; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px); background-size: 32px 32px; }
.public-hold-shell { position: relative; width: min(1180px, calc(100% - 48px)); min-height: 100vh; display: grid; grid-template-columns: 1.22fr .78fr; grid-template-rows: auto 1fr auto; column-gap: clamp(50px, 8vw, 130px); margin: auto; color: white; }
.public-hold-brand { grid-column: 1/-1; min-height: 105px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid #59616b; }
.public-hold-brand > span:last-child { display: grid; gap: 5px; line-height: 1; }
.public-hold-brand strong { font-size: 15px; letter-spacing: .24em; }
.public-hold-brand small { color: #9ba4af; font: 700 8px var(--mono); letter-spacing: .12em; }
.public-hold-copy { align-self: center; padding: 80px 0; }
.public-hold-copy .kicker { color: #92a5ff; }
.public-hold-copy h1 { max-width: 760px; margin: 20px 0 35px; font: 400 clamp(58px, 7.7vw, 112px)/.88 var(--serif); letter-spacing: -.055em; }
.public-hold-copy h1 em { color: #92a5ff; font-weight: 400; }
.public-hold-copy > p { max-width: 690px; color: #c2c8d0; font: 19px/1.6 var(--serif); }
.public-hold-copy aside { max-width: 690px; display: grid; gap: 7px; margin-top: 38px; padding: 20px 22px; border: 1px solid #e6665f; box-shadow: 7px 7px 0 var(--red); }
.public-hold-copy aside b { color: #ff8983; font: 800 9px var(--mono); letter-spacing: .13em; }
.public-hold-copy aside span { color: #e1e4e8; font-size: 12px; }
.public-hold-ledger { align-self: center; border-top: 1px solid #59616b; }
.public-hold-ledger > div { display: grid; grid-template-columns: 35px 1fr; gap: 5px 15px; padding: 25px 0; border-bottom: 1px solid #59616b; }
.public-hold-ledger span { grid-row: 1/3; color: #92a5ff; font: 800 10px var(--mono); }
.public-hold-ledger b { font: 800 10px var(--mono); letter-spacing: .12em; }
.public-hold-ledger p { margin: 0; color: #9ba4af; font-size: 12px; }
.public-hold-footer { grid-column: 1/-1; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid #59616b; color: #9ba4af; font: 700 8px var(--mono); letter-spacing: .13em; }

/* Builder */
.builder-main { min-height: calc(100vh - 86px); }
.builder-gate, .builder-unavailable { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: clamp(80px, 13vh, 150px) 0; }
.builder-gate h1, .builder-unavailable h1 { margin: 16px 0 28px; font: 400 clamp(48px, 7vw, 88px)/.92 var(--serif); letter-spacing: -.05em; }
.builder-gate h1 em, .builder-unavailable h1 em { color: var(--blue); font-weight: 400; }
.builder-gate > p:last-child, .builder-unavailable > p { max-width: 630px; color: var(--muted); font: 19px/1.6 var(--serif); }
.inline-action { min-height: 48px; display: inline-flex; align-items: center; gap: 28px; margin-top: 22px; padding: 12px 18px; color: white; background: var(--ink); font-weight: 800; text-decoration: none; }
.builder-header { width: calc(100vw - 56px); }
.builder-header > div { display: flex; gap: 25px; align-items: center; font-size: 12px; }
.builder-header a { font-weight: 800; text-underline-offset: 5px; }
.local-badge { color: var(--green); font: 800 9px var(--mono); letter-spacing: .1em; }
.builder-layout { display: grid; grid-template-columns: minmax(480px, .8fr) minmax(600px, 1.2fr); min-height: calc(100vh - 86px); }
.form-pane { padding: 55px clamp(35px, 5vw, 80px) 90px; background: var(--paper); }
.builder-progress { width: 100%; height: 4px; display: block; margin-bottom: 45px; border: 0; border-radius: 0; appearance: none; background: #d2d0ca; color: var(--blue); }
.builder-progress::-webkit-progress-bar { background: #d2d0ca; }
.builder-progress::-webkit-progress-value { background: var(--blue); transition: width .25s ease; }
.builder-progress::-moz-progress-bar { background: var(--blue); transition: width .25s ease; }
.step-indicator { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: -22px 0 38px; padding: 0; list-style: none; }
.step-indicator li { display: grid; gap: 2px; color: var(--muted); font: 700 9px var(--mono); letter-spacing: .08em; }
.step-indicator li b { color: inherit; }
.step-indicator li[aria-current="step"] { color: var(--blue); }
.step-indicator li.complete { color: var(--green); }
.form-pane h1 { margin: 15px 0 28px; font: 400 clamp(43px, 5vw, 70px)/.95 var(--serif); letter-spacing: -.04em; }
.form-pane h1 em { color: var(--blue); font-weight: 400; }
.preview-warning { margin: 30px 0 45px; padding: 16px 18px; border: 1px solid var(--red); background: #fff3ef; }
.preview-warning b { color: var(--red); font: 800 9px var(--mono); letter-spacing: .12em; }
.preview-warning p { margin: 5px 0 0; font-size: 12px; }
.draft-panel, .resume-panel { margin: -25px 0 40px; padding: 18px; border: 1px solid var(--ink); background: rgba(255,253,247,.62); }
.draft-panel b, .resume-panel b { font: 800 9px var(--mono); letter-spacing: .1em; }
.draft-panel p, .resume-panel p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.draft-actions, .resume-panel > div:last-child { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.draft-actions button, .resume-panel button { min-height: 44px; padding: 9px 12px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.draft-actions button:first-child, .resume-panel button:first-child { color: white; background: var(--ink); }
.draft-actions button:disabled { cursor: not-allowed; opacity: .55; }
.draft-status:empty { display: none; }
.resume-panel { border-color: var(--blue); box-shadow: 5px 5px 0 rgba(23,57,212,.18); }
.form-error-summary { margin: 0 0 28px; padding: 14px 16px; border: 2px solid var(--red); color: var(--red); background: #fff3ef; font-size: 13px; font-weight: 800; }
.step-title { margin: 0 0 8px; font: 400 29px/1.2 var(--serif); }
.step-title:focus { outline: none; }
.step-intro { margin: 0 0 34px; color: var(--muted); font-size: 13px; }
.eligibility-scope { margin: -10px 0 34px; padding: 17px 19px; color: white; background: var(--ink); box-shadow: 6px 6px 0 var(--blue); }
.eligibility-scope b, .eligibility-result b { font: 800 9px var(--mono); letter-spacing: .12em; }
.eligibility-scope p, .eligibility-result p { margin: 5px 0 0; font-size: 12px; }
.eligibility-question { margin-bottom: 0; padding: 20px 0; border-top: 1px solid var(--line); }
.eligibility-question legend { margin: 0 0 15px; padding: 0; border: 0; font: 700 14px/1.55 var(--sans); }
.binary-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.binary-choice label { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid var(--line); background: var(--paper-white); cursor: pointer; font-size: 13px; font-weight: 800; }
.binary-choice label:has(input:checked) { border-color: var(--blue); color: var(--blue); box-shadow: inset 4px 0 0 var(--blue); }
.binary-choice input { width: 20px; height: 20px; margin: 0; accent-color: var(--blue); }
.eligibility-result { margin-top: 22px; padding: 17px 19px; border-left: 5px solid var(--blue); background: #edf1ff; }
.eligibility-result.ready { border-color: var(--green); background: #edf8f3; }
.eligibility-result.blocked { border-color: var(--red); background: #fff3ef; }
.eligibility-result.blocked b { color: var(--red); }
.eligibility-result ul { margin: 13px 0 0; padding-left: 20px; color: #4b3330; font-size: 12px; }
.eligibility-result li + li { margin-top: 8px; }
fieldset { margin: 0 0 38px; padding: 0; border: 0; }
legend { width: 100%; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); font: 500 24px var(--serif); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid label { display: grid; gap: 7px; font-size: 11px; font-weight: 800; }
.field-grid .full { grid-column: 1/-1; }
.field-grid input { width: 100%; min-width: 0; min-height: 48px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; background: var(--paper-white); font-size: 16px; }
.field-grid input:focus { border-color: var(--blue); }
.was-validated input:invalid { border: 2px solid var(--red); background: #fff8f5; }
.privacy-note { display: grid; gap: 3px; padding: 18px; color: white; background: var(--green); }
.privacy-note b { font-size: 12px; }.privacy-note span { font-size: 11px; }
.step-navigation { display: flex; justify-content: space-between; gap: 12px; margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line); }
.step-navigation button { min-height: 48px; padding: 12px 18px; border: 1px solid var(--ink); cursor: pointer; font-weight: 800; }
.primary-action { margin-left: auto; color: white; background: var(--ink); }
.secondary-action { background: transparent; }
.review-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 28px 0; background: var(--line); border: 1px solid var(--line); }
.review-list > div { min-width: 0; padding: 12px; background: var(--paper-white); }
.review-list dt { color: var(--muted); font: 800 8px var(--mono); letter-spacing: .08em; }
.review-list dd { margin: 5px 0 0; overflow-wrap: anywhere; font: 15px/1.4 var(--serif); }
.review-confirmations { display: grid; gap: 12px; }
.review-confirmations label { min-height: 44px; display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; padding: 12px; border: 1px solid var(--line); background: var(--paper-white); font-size: 12px; font-weight: 700; }
.review-confirmations input { width: 20px; height: 20px; margin: 0; accent-color: var(--blue); }
.review-gate-status { padding: 12px 14px; border-left: 4px solid var(--red); background: #fff3ef; font-size: 12px; }
.review-gate-status.ready { border-color: var(--green); background: #edf8f3; }
.document-pane { min-width: 0; padding: 28px clamp(25px, 4vw, 70px) 80px; background: #222831; }
.document-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; color: white; }
.document-toolbar > div { display: flex; gap: 10px; }
.document-toolbar button { padding: 10px 13px; border: 1px solid #6e7680; color: white; background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.document-toolbar button:hover { border-color: #fff; }
.document-toolbar button:disabled { color: #b8bec6; border-color: #59616b; cursor: not-allowed; opacity: .7; }
.document-toolbar > span { color: #aeb4bd; font: 700 9px var(--mono); }
.print-block-message, .preview-lock-message { width: min(100%, 760px); margin: 0 auto; padding: 36px; color: var(--ink); background: white; }
.print-block-message { border: 3px solid var(--red); }
.print-block-message h2, .preview-lock-message h2 { margin: 0 0 12px; font: 400 34px/1.1 var(--serif); }
.print-block-message p, .preview-lock-message > p:last-child { margin: 0; font-size: 14px; }
.preview-lock-message { position: relative; min-height: 420px; display: grid; align-content: center; border: 1px solid #6e7680; box-shadow: 12px 14px 0 rgba(0,0,0,.24); }
.preview-lock-message::after { content: ''; position: absolute; inset: 15px; border: 1px solid var(--line); pointer-events: none; }
.preview-lock-message .kicker { margin: 0 0 18px; }
.preview-lock-message h2 { max-width: 520px; font-size: clamp(36px, 5vw, 58px); letter-spacing: -.035em; }
.preview-lock-message > p:last-child { max-width: 520px; color: var(--muted); }
.contract-sheet { width: min(100%, 760px); min-height: 1020px; margin: 0 auto; padding: 70px 72px; color: #181818; background: #fff; box-shadow: 0 18px 70px rgba(0,0,0,.38); font: 15px/1.65 var(--serif); }
.contract-sheet header { text-align: center; border-bottom: 2px solid #111; }
.contract-sheet header small { font: 700 8px var(--mono); letter-spacing: .1em; }
.contract-sheet header h2 { margin: 30px 0 4px; font-size: 31px; letter-spacing: .06em; }
.contract-sheet header p { margin-bottom: 30px; }
.contract-sheet section { margin-top: 35px; }
.contract-sheet h3 { margin: 0 0 12px; text-align: center; font-size: 17px; }
.contract-sheet [data-value] { background: #fff2a8; overflow-wrap: anywhere; word-break: break-word; }
.contract-sheet .concept-clause { padding: 16px; border: 2px solid var(--red); }
.contract-sheet .concept-clause h3 { color: var(--red); }
.contract-sheet footer { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 90px; text-align: center; }
.contract-sheet footer i { display: block; height: 1px; margin-bottom: 8px; background: #111; }
.contract-sheet footer span { font-size: 12px; }

.intro-in { animation: intro .65s cubic-bezier(.2,.7,.2,1) both; }
.delay-1 { animation-delay: .1s; }
@keyframes intro { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 32px, 790px); }
  .topbar nav { display: none; position: absolute; top: 74px; right: 0; width: min(310px, calc(100vw - 32px)); padding: 25px; background: var(--paper-white); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--blue); }
  .topbar nav.open { display: grid; }
  .topbar nav a { min-height: 44px; display: flex; align-items: center; }
  .menu-button { min-width: 68px; min-height: 44px; display: block; }
  .hero, .pricing { grid-template-columns: 1fr; }
  .hero { gap: 10px; }.hero-stack { margin-inline: auto; width: min(100%, 520px); }
  .contract-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .builder-layout { grid-template-columns: 1fr; }
  .document-pane { min-height: 1100px; }
  .public-hold-shell { grid-template-columns: 1fr; }
  .public-hold-copy { padding-bottom: 45px; }
  .public-hold-ledger { margin-bottom: 70px; }
}

@media (max-width: 600px) {
  .topbar, .builder-header { min-height: 74px; }
  .topbar .wordmark, .builder-header .wordmark { min-height: 44px; }
  .wordmark small { display: none; }.mark { width: 38px; height: 38px; box-shadow: 4px 4px 0 var(--red); }
  .hero { min-height: 0; padding-block: 55px 65px; }.hero h1 { font-size: clamp(48px, 14vw, 67px); }
  .hero-search > div { display: grid; }.hero-search button { min-height: 50px; }
  .hero-stack { height: 460px; }.paper-card { width: calc(100% - 25px); }.card-front { right: 0; }.card-back { right: 0; }.card-mid { right: 10px; }
  .catalog, .pricing { padding-block: 75px; }.section-head { align-items: stretch; flex-direction: column; gap: 28px; }.country-switch { align-self: start; }
  .filter-row { align-items: stretch; flex-direction: column; }.contract-grid, .steps, .price-cards, .footer { grid-template-columns: 1fr; }
  .steps li { min-height: 220px; }.steps h3 { margin-top: 45px; }
  .builder-header { width: calc(100% - 28px); }.builder-header .local-badge { display: none; }.builder-header-actions a { min-height: 44px; display: flex; align-items: center; }
  .form-pane { padding: 42px 18px 70px; }.field-grid { grid-template-columns: 1fr; }.field-grid .full { grid-column: auto; }
  .step-indicator li span { font-size: 8px; }
  .review-list { grid-template-columns: 1fr; }
  .document-pane { padding: 22px 10px 50px; overflow: hidden; }.document-toolbar { align-items: stretch; flex-direction: column; }.document-toolbar > div { display: grid; grid-template-columns: 1fr; }
  .document-toolbar button { min-height: 44px; font-size: 12px; }
  .contract-sheet { min-height: 850px; padding: 42px 35px; font-size: 13px; }.contract-sheet footer { gap: 25px; }
  .footer nav a { min-height: 44px; display: flex; align-items: center; }
  .public-hold-shell { width: calc(100% - 30px); }
  .public-hold-brand { min-height: 80px; }
  .public-hold-copy { padding: 60px 0 42px; }
  .public-hold-copy h1 { font-size: clamp(49px, 15vw, 70px); }
  .public-hold-copy > p { font-size: 17px; }
  .public-hold-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
}

@media print {
  @page { size: A4 portrait; margin: 0; }
  html, body { width: 210mm; min-width: 0; margin: 0; padding: 0; background: white; }
  .skip-link, .builder-header, .builder-gate, .builder-unavailable, .form-pane, .document-toolbar, .preview-lock-message { display: none !important; }
  .builder-main, .builder-layout { min-height: 0; display: block; }
  .document-pane { width: 210mm; min-height: 0; margin: 0; padding: 0; overflow: visible; background: white; }
  .contract-sheet { width: 210mm; min-height: 0; margin: 0; padding: 14mm 16mm; box-shadow: none; font-size: 10.5pt; print-color-adjust: exact; }
  .contract-sheet [data-value] { background: transparent; }
  .contract-sheet .concept-clause { break-inside: avoid; }
  .contract-sheet footer { margin-top: 18mm; }
  .contract-sheet.print-suppressed { display: none !important; }
  .print-block-message { width: 180mm; margin: 30mm auto 0; padding: 14mm; box-shadow: none; }
}
