:root {
    color-scheme: light;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --bg: #f8f9f6; --surface: #fff; --soft: #edf1eb; --text: #1c2924;
    --muted: #5d6b64; --subtle: #66736c; --border: #dde4dc;
    --primary: #285b45; --primary-hover: #194b35; --primary-ink: #fff;
    --accent: #c6e5a6; --error: #ff0000; --shadow: 0 16px 48px #243b2c0a;
}
html[data-theme="dark"] {
    color-scheme: dark; --bg: #121a16; --surface: #19241e; --soft: #233128;
    --text: #eef3ed; --muted: #b0beb4; --subtle: #a4b5a9; --border: #344339;
    --primary: #b3d99a; --primary-hover: #c8e8b4; --primary-ink: #152519;
    --accent: #b3d99a; --error: #ffb0ae; --shadow: 0 16px 48px #0002;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: var(--primary); text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
button, input, textarea, select { font: inherit; }
button, .button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
svg { display: block; width: 22px; height: 22px; flex: none; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 4px; }
p { color: var(--muted); line-height: 1.75; margin: 0 0 18px; }
h1, h2, h3 { margin: 0; font-weight: 600; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(38px, 5.4vw, 64px); line-height: 1.08; }
h2 { font-size: clamp(25px, 3.3vw, 36px); line-height: 1.2; }
h3 { font-size: 19px; line-height: 1.4; letter-spacing: -.025em; }
.container { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.site-shell { display: flex; flex-direction: column; min-height: 100vh; }
.site-main { flex: 1; padding-bottom: 88px; }
.site-header { border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; gap: 28px; min-height: 90px; }
.brand { display: inline-flex; align-items: center; color: var(--text); text-decoration: none; font-size: 25px; font-weight: 750; letter-spacing: -.065em; white-space: nowrap; }
.brand-domain { color: var(--muted); font-weight: 450; }
.brand-mark { margin-right: 10px; padding: 9px; border-radius: 10px; color: var(--primary-ink); background: var(--primary); }
.brand-mark svg { width: 22px; height: 22px; }
.nav-links { display: flex; gap: 30px; align-items: center; margin-left: auto; }
.nav-links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); font-size: 14px; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }
.nav-links a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--primary); text-underline-offset: 9px; }
.theme-toggle { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--border); border-radius: 50%; background: transparent; color: var(--muted); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-icon-sun, html[data-theme="dark"] .theme-icon-moon { display: none; }
html[data-theme="dark"] .theme-icon-sun { display: block; }
.skip-link { position: absolute; z-index: 100; top: -100px; left: 20px; padding: 12px 20px; background: var(--surface); border: 1px solid var(--border); }
.skip-link:focus { top: 10px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; color: var(--primary); font-size: 11px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.home-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; padding: 90px 0 80px; }
.hero-copy h1 { font-size: clamp(48px, 5.5vw, 72px); letter-spacing: -.065em; }
.hero-copy h1 span { color: var(--primary); }
.hero-copy .intro { max-width: 410px; margin: 25px 0; font-size: 17px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 23px; color: var(--muted); font-size: 12px; }
.hero-points span { display: inline-flex; align-items: center; gap: 6px; }
.hero-points svg { width: 15px; height: 15px; color: var(--primary); }
.tool-panel { min-width: 0; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); }
.tool-panel-heading { padding: 25px 28px 20px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid var(--border); }
.icon-tile { display: grid; place-items: center; width: 42px; height: 42px; background: var(--soft); color: var(--primary); border-radius: 11px; flex: none; }
.tool-panel-heading h2 { font-size: 19px; letter-spacing: -.025em; }
.tool-panel-heading p { margin: 3px 0 0; font-size: 12px; }
.tool-body { padding: 25px 28px 28px; }
.field-label, .contact-form label { display: block; margin: 0 0 9px; font-size: 13px; font-weight: 600; color: var(--text); }
.field-row { display: flex; gap: 12px; }
input, textarea, select { min-width: 0; width: 100%; border: 1px solid var(--border); border-radius: 8px; padding: 14px; background: var(--surface); color: var(--text); font-size: 16px; }
input::placeholder, textarea::placeholder { color: var(--subtle); opacity: 1; }
input:focus, textarea:focus, select:focus { border-color: var(--primary); }
.field-help, .form-note { color: var(--subtle); font-size: 12px; text-align: center; line-height: 1.6; margin: 10px 0 0; }
.button, button[type="submit"] { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 21px; border: 1px solid transparent; border-radius: 8px; background: var(--primary); color: var(--primary-ink); font-size: 14px; font-weight: 600; text-decoration: none; transition: background .15s ease; }
.button:hover, button[type="submit"]:hover { background: var(--primary-hover); text-decoration: none; }
.button svg { width: 18px; height: 18px; }
.button-secondary { color: var(--text); border-color: var(--border); background: var(--surface); }
.button-secondary:hover { background: var(--soft); }
.url-form button { width: 100%; margin-top: 18px; }
.button-label { display: inline-flex; justify-content: center; align-items: center; gap: 10px; }
.button-loading { display: none; }
.is-loading .button-loading { display: inline; }
.is-loading .button-label { display: none; }
.form-feedback { margin: 12px 0 0; font-size: 13px; text-align: center; line-height: 1.6; grid-column: 1 / -1; }
.is-error { color: var(--error); }
.is-success { color: var(--primary); }
.tool-caption { margin: 16px 0 0; color: var(--subtle); font-size: 11px; text-align: center; line-height: 1.7; }
.short-result { margin-top: 22px; border-top: 1px solid var(--border); padding-top: 21px; }
.result-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.result-heading strong { font-size: 13px; }
.status-pill { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; font-size: 10px; font-weight: 600; color: var(--primary); border-radius: 5px; background: var(--soft); }
.status-pill svg { width: 12px; height: 12px; }
.result-body { display: flex; align-items: center; text-align: center; gap: 10px; padding: 9px 10px 9px 14px; background: var(--soft); border-radius: 9px; }
.result-body a { flex: 1; min-width: 0; overflow-wrap: anywhere; font-weight: 700; font-size: 20px; }
.result-body .button { min-height: 40px; padding: 10px; }
.result-metrics { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 12px; font-size: 11px; color: var(--subtle); }
.result-metrics strong { color: var(--text); }
.section-rule { border-top: 1px solid var(--border); padding-top: 42px; margin-bottom: 54px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading p { margin: 0; max-width: 340px; font-size: 14px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; padding: 0; margin: 0; list-style: none; }
.step-number { display: block; color: var(--subtle); font-size: 12px; font-variant-numeric: tabular-nums; margin-bottom: 16px; }
.steps h3 { margin-bottom: 9px; }
.steps p { font-size: 14px; margin: 0; }
.share-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 38px; margin: 0 0 58px; background: var(--soft); border-radius: 14px; }
.share-strip p { margin: 12px 0 0; font-size: 14px; }
.share-tags { display: flex; flex-wrap: wrap; align-content: center; gap: 10px; }
.share-tags span { padding: 10px 16px; border: 1px solid var(--border); border-radius: 7px; background: var(--surface); color: var(--text); font-size: 13px; }
.home-help { display: grid; grid-template-columns: 1fr 1.25fr; gap: 72px; margin: 0 0 56px; }
.home-help p { margin-top: 16px; max-width: 310px; font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; text-decoration: none; }
.text-link svg { width: 16px; height: 16px; }
details { border-bottom: 1px solid var(--border); }
details:first-child { border-top: 1px solid var(--border); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; padding: 22px 0; font-size: 15px; font-weight: 550; line-height: 1.6; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 21px; color: var(--muted); font-weight: 400; flex: none; }
details[open] summary::after { content: "âˆ’"; }
details p { font-size: 14px; margin: 0; padding: 0 30px 23px 0; }
.newsletter { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 30px 0 0; border-top: 1px solid var(--border); }
.newsletter h2 { font-size: 20px; }
.newsletter p { font-size: 13px; margin: 6px 0 0; }
.newsletter-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; max-width: 430px; width: 100%; }
.newsletter-form input { font-size: 14px; }
.home-page-hero { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); align-items: center; gap: clamp(36px, 5vw, 68px); padding: clamp(52px, 6vw, 76px) 0 46px; }
.home-page-copy { position: relative; align-self: start; }
.home-page-copy h1 { max-width: 510px; font-size: clamp(47px, 5.3vw, 66px); line-height: 1.02; letter-spacing: -.072em; }
.home-page-copy h1 span { display: inline-block; color: var(--primary); }
.home-page-copy .intro { max-width: 420px; margin: 20px 0; font-size: 15px; line-height: 1.65; }
.hero-tool-wrap { position: relative; isolation: isolate; min-width: 0; }
.hero-tool-wrap::before { content: ""; position: absolute; z-index: -1; width: 74%; aspect-ratio: 1; right: -9%; top: -16%; border-radius: 50%; background: var(--accent); opacity: .34; filter: blur(1px); }
.hero-tool-kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 11px 15px; color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.hero-tool-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); }
.home-page-hero .tool-panel { border-radius: 18px; box-shadow: 0 18px 48px #243b2c14; }
.home-page-hero .tool-panel-heading { padding: 21px 24px 17px; }
.home-page-hero .tool-body { padding: 21px 24px 24px; }
.home-page-context { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 14px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.home-page-context p { max-width: 320px; margin: 0; font-size: 12px; line-height: 1.55; }
.home-page-context > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.home-page-context span { padding: 7px 11px; border: 1px solid var(--border); border-radius: 100px; color: var(--muted); font-size: 11px; }
.home-page-benefits { padding: 58px 0; }
.home-page-section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .65fr); align-items: end; gap: 40px; margin-bottom: 29px; }
.home-page-section-heading .eyebrow, .flow-heading .eyebrow, .faq-intro .eyebrow, .newsletter .eyebrow { margin-bottom: 15px; }
.home-page-section-heading h2 { max-width: 610px; }
.home-page-section-heading > p { margin: 0 0 3px; font-size: 14px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.benefit-card { min-height: 182px; padding: 22px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.benefit-card:nth-child(2) { background: var(--soft); }
.benefit-number { display: inline-grid; place-items: center; min-width: 48px; height: 34px; margin-bottom: 24px; padding: 0 10px; border-radius: 7px; background: var(--primary); box-shadow: 0 6px 14px color-mix(in srgb, var(--primary) 22%, transparent); color: var(--primary-ink); font-size: 13px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: .08em; line-height: 1; }
.benefit-card h3 { margin-bottom: 9px; }
.benefit-card p { margin: 0; font-size: 13px; line-height: 1.7; }
.home-page-guide { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .7fr); gap: clamp(36px, 7vw, 90px); padding: 6px 0 58px; }
.home-page-guide-copy h2 { max-width: 620px; }
.home-page-guide-copy > p { max-width: 650px; margin-top: 18px; font-size: 14px; }
.home-page-guide-points { display: grid; align-content: start; gap: 10px; padding-top: 2px; }
.home-page-guide-points article { padding: 18px 19px; border: 1px solid var(--border); border-radius: 13px; background: var(--surface); }
.home-page-guide-points article:nth-child(2) { background: var(--soft); }
.home-page-guide-points h3 { margin-bottom: 7px; font-size: 16px; }
.home-page-guide-points p { margin: 0; font-size: 12px; line-height: 1.7; }
.home-page-flow { padding: 38px 42px; border-radius: 18px; background: var(--primary); color: var(--primary-ink); }
.flow-heading .eyebrow { color: var(--accent); }
.flow-heading h2 { max-width: 420px; color: inherit; }
.flow-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 31px 0 0; padding: 0; list-style: none; }
.flow-steps li { display: grid; grid-template-columns: 37px 1fr; gap: 14px; align-items: start; }
.flow-step-number { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid color-mix(in srgb, var(--primary-ink) 45%, transparent); border-radius: 50%; font-size: 12px; font-weight: 650; }
.flow-steps h3 { margin: 4px 0 9px; color: inherit; font-size: 17px; }
.flow-steps p { margin: 0; color: color-mix(in srgb, var(--primary-ink) 75%, transparent); font-size: 13px; line-height: 1.7; }
.home-page-faq { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 7vw, 92px); padding: 62px 0 52px; }
.faq-intro p { max-width: 320px; margin: 16px 0 23px; font-size: 14px; }
.faq-list { min-width: 0; }
details[data-faq-item] { overflow: hidden; }
details[data-faq-item] summary { transition: color .2s ease; }
details[data-faq-item]:hover summary { color: var(--primary); }
details[data-faq-item] summary::after { transition: transform .25s ease; }
details[data-faq-item][open] summary::after { transform: rotate(180deg); }
.newsletter { padding-top: 35px; }
.newsletter .eyebrow { font-size: 10px; }
.inner-hero { position: relative; overflow: hidden; margin: 42px 0 52px; padding: clamp(40px, 6vw, 70px); border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.inner-hero::after { content: ""; position: absolute; width: 330px; height: 330px; right: -105px; top: -165px; border-radius: 50%; background: var(--accent); opacity: .34; }
.inner-hero > * { position: relative; z-index: 1; }
.inner-hero .eyebrow { margin-bottom: 18px; }
.inner-hero h1 { max-width: 660px; font-size: clamp(42px, 5.1vw, 64px); letter-spacing: -.065em; }
.inner-hero > p:not(.document-date) { max-width: 550px; margin: 20px 0 0; font-size: 16px; }
.inner-hero--faq { background: linear-gradient(125deg, var(--surface), var(--soft)); }
.inner-hero--contact { background: linear-gradient(125deg, var(--soft), var(--surface)); }
.inner-hero--legal h1 { font-size: clamp(40px, 4.8vw, 58px); }
.inner-hero .document-date { display: inline-flex; align-items: center; margin: 25px 0 0; padding: 7px 11px; border: 1px solid var(--border); border-radius: 100px; background: color-mix(in srgb, var(--surface) 75%, transparent); color: var(--subtle); font-size: 11px; }
.faq-page-layout { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: clamp(35px, 7vw, 90px); align-items: start; }
.faq-page-aside { position: sticky; top: 24px; padding: 28px; border: 1px solid var(--border); border-radius: 18px; background: var(--soft); }
.faq-page-aside .icon-tile { margin-bottom: 22px; background: var(--surface); }
.aside-label { margin: 0 0 8px; color: var(--primary); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.faq-page-aside h2, .contact-page-aside h2 { margin-bottom: 11px; font-size: 23px; }
.faq-page-aside > p:not(.aside-label) { font-size: 13px; line-height: 1.7; }
.faq-page-content { min-width: 0; }
.faq-page-content .faq-group { padding: 28px 31px 9px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.faq-page-content .faq-group + .faq-group { margin-top: 18px; }
.faq-page-content .faq-group h2 { margin: 0 0 10px; color: var(--primary); font-size: 13px; letter-spacing: .01em; }
.faq-page-content details:first-of-type { border-top: 1px solid var(--border); }
.contact-page-layout { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(42px, 8vw, 104px); align-items: start; }
.contact-page-aside { padding-top: 11px; }
.contact-page-aside > p:not(.aside-label) { max-width: 300px; font-size: 14px; }
.contact-page-aside .contact-cards { margin-top: 31px; border-bottom: 1px solid var(--border); }
.contact-page-aside .contact-card { position: relative; padding: 18px 30px 18px 0; transition: padding .2s ease, background .2s ease; }
.contact-page-aside .contact-card::after { content: "â†’"; position: absolute; right: 5px; top: 50%; color: var(--primary); transform: translateY(-50%); transition: transform .2s ease; }
.contact-page-aside .contact-card:hover { padding-left: 10px; }
.contact-page-aside .contact-card:hover::after { transform: translate(3px, -50%); }
.contact-form--elevated { padding: clamp(27px, 4vw, 42px); border-radius: 20px; box-shadow: 0 20px 55px #243b2c0d; }
.contact-form--elevated h2 { margin-bottom: 30px; font-size: 25px; }
.contact-form--elevated .field { margin-bottom: 24px; }
.contact-form--elevated button[type="submit"] { min-width: 172px; }
.legal-page-layout { display: grid; grid-template-columns: 255px minmax(0, 1fr); gap: clamp(38px, 7vw, 92px); align-items: start; }
.legal-nav--card { top: 24px; padding: 23px; border: 1px solid var(--border); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); }
.legal-nav--card h2 { color: var(--primary); }
.legal-nav--card a { padding: 8px 0; border-bottom: 1px solid transparent; }
.legal-nav--card a:hover { padding-left: 5px; border-color: var(--border); }
.legal-content { max-width: 760px; padding-bottom: 12px; }
.legal-content .notice { margin: 0 0 31px; padding: 23px 25px; border: 1px solid var(--border); border-radius: 14px; background: var(--soft); line-height: 1.7; }
.legal-content > p:not(.notice) { margin-bottom: 23px; }
.legal-content h2 { margin-top: 42px; padding-top: 24px; color: var(--text); font-size: 22px; }
.legal-content ul { margin: -3px 0 23px; padding: 22px 25px 22px 42px; border-radius: 12px; background: var(--soft); }
.legal-content li + li { margin-top: 9px; }
.breadcrumbs { margin: 30px 0 42px; }
.breadcrumbs ol { display: flex; gap: 12px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; color: var(--subtle); font-size: 12px; line-height: 1.6; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 12px; color: var(--subtle); }
.page-heading { margin-bottom: 46px; max-width: 720px; }
.page-heading .eyebrow { margin-bottom: 17px; }
.page-heading p { margin: 20px 0 0; max-width: 540px; font-size: 17px; }
.support-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 80px; }
.support-aside { align-self: start; }
.support-aside h2 { font-size: 20px; margin-bottom: 14px; }
.support-aside p { font-size: 14px; }
.support-note { padding: 24px; border-radius: 12px; border: 1px solid var(--border); background: var(--surface); }
.support-note .icon-tile { margin-bottom: 18px; }
.faq-group + .faq-group { margin-top: 40px; }
.faq-group h2 { font-size: 20px; margin-bottom: 17px; }
.contact-cards { display: grid; gap: 0; margin-top: 25px; }
.contact-card { display: block; padding: 22px 0; text-decoration: none; border-top: 1px solid var(--border); }
.contact-card strong { display: block; margin-bottom: 5px; font-weight: 600; font-size: 14px; color: var(--text); }
.contact-card span { font-size: 13px; color: var(--muted); overflow-wrap: anywhere; }
.contact-form { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 32px; }
.contact-form h2 { font-size: 23px; margin-bottom: 26px; }
.contact-form .field { margin-bottom: 22px; flex: 1; min-width: 0; }
.contact-form textarea { min-height: 155px; resize: vertical; }
.contact-form label span { font-weight: 400; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 80px; }
.legal-nav { position: sticky; top: 24px; align-self: start; }
.legal-nav h2 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; }
.legal-nav ol { list-style: none; margin: 0; padding: 0; }
.legal-nav a { display: block; padding: 9px 0; color: var(--muted); text-decoration: none; font-size: 12px; line-height: 1.5; }
.legal-nav a:hover { color: var(--primary); }
.content { min-width: 0; max-width: 740px; }
.content h2 { margin: 38px 0 14px; padding-top: 20px; border-top: 1px solid var(--border); font-size: 23px; }
.content p, .content li { font-size: 15px; line-height: 1.85; color: var(--muted); }
.content li + li { margin-top: 8px; }
.content ul { padding-left: 22px; }
.notice { padding: 20px 24px; border-radius: 10px; background: var(--soft); }
.content .notice { font-size: 13px; }
.document-date { font-size: 12px !important; color: var(--subtle); }
.preview-page { max-width: 850px; padding-top: 35px; }
.preview-content { padding: 80px 0; }
.preview-content p { max-width: 600px; margin: 25px 0; }
.error-page { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 64px; max-width: 900px; min-height: 500px; margin: 50px auto 0; }
.error-number { font-size: clamp(100px, 16vw, 200px); line-height: 1; font-weight: 650; letter-spacing: -.09em; color: var(--primary); opacity: .3; }
.error-copy h1 { font-size: clamp(34px, 4vw, 48px); }
.error-copy p { margin: 23px 0; font-size: 16px; }
.error-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.site-footer { border-top: 1px solid var(--border); background: var(--surface); }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 38px 0 30px; }
.footer-top .brand { font-size: 22px; }
.footer-top p { margin: 9px 0 0; font-size: 12px; }
.site-footer nav { display: flex; gap: 25px; flex-wrap: wrap; }
.site-footer nav a { color: var(--muted); text-decoration: none; font-size: 12px; padding-block: 8px; }
.site-footer nav a:hover { color: var(--text); text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0 25px; border-top: 1px solid var(--border); color: var(--subtle); font-size: 11px; }
@media (max-width: 950px) {
    .home-hero { gap: 35px; padding-block: 65px; }
    .hero-copy h1 { font-size: 53px; }
    .support-layout, .legal-layout { gap: 40px; grid-template-columns: 220px minmax(0, 1fr); }
    .home-help { gap: 40px; }
    .home-page-hero { grid-template-columns: 1fr 1fr; gap: 38px; }
    .home-page-copy h1 { font-size: clamp(47px, 6.5vw, 64px); }
    .home-page-flow { padding: 40px; }
    .home-page-faq { gap: 52px; }
    .faq-page-layout, .contact-page-layout, .legal-page-layout { gap: 38px; }
    .faq-page-layout { grid-template-columns: 235px minmax(0, 1fr); }
    .legal-page-layout { grid-template-columns: 210px minmax(0, 1fr); }
}
@media (max-width: 720px) {
    .container { width: calc(100% - 40px); }
    .header-inner { min-height: 78px; gap: 14px; }
    .brand { font-size: 22px; }
    .brand-mark { padding: 7px; margin-right: 7px; }
    .nav-links { gap: 17px; }
    .nav-links a { font-size: 12px; }
    .theme-toggle { width: 38px; height: 38px; flex: none; }
    .site-main { padding-bottom: 55px; }
    .home-hero { grid-template-columns: 1fr; gap: 35px; padding: 48px 0 48px; }
    .hero-copy h1 { font-size: clamp(45px, 8.5vw, 64px); }
    .hero-copy .intro { max-width: 470px; }
    .hero-copy .eyebrow { margin-bottom: 18px; }
    .steps { gap: 24px; }
    .section-heading { display: block; }
    .section-heading p { margin-top: 15px; max-width: 500px; }
    .share-strip { padding: 26px; grid-template-columns: 1fr; gap: 22px; }
    .home-help, .support-layout, .legal-layout { grid-template-columns: 1fr; gap: 30px; }
    .support-aside { order: 2; }
    .home-help p { max-width: 100%; }
    .home-page-hero { grid-template-columns: 1fr; gap: 30px; padding: 45px 0 38px; }
    .home-page-copy h1 { font-size: clamp(44px, 10.5vw, 60px); }
    .hero-tool-wrap::before { width: 60%; top: -8%; right: -8%; }
    .home-page-context, .home-page-section-heading, .home-page-guide { display: block; }
    .home-page-context > div { justify-content: flex-start; margin-top: 14px; }
    .home-page-benefits { padding: 48px 0; }
    .home-page-section-heading { margin-bottom: 28px; }
    .home-page-section-heading > p { margin-top: 16px; max-width: 500px; }
    .home-page-guide { padding: 4px 0 48px; }
    .home-page-guide-points { margin-top: 26px; }
    .benefit-grid { grid-template-columns: 1fr; gap: 10px; }
    .benefit-card { min-height: 0; padding: 23px; }
    .benefit-number { margin-bottom: 24px; }
    .home-page-flow { padding: 28px 25px; }
    .flow-steps { grid-template-columns: 1fr; gap: 20px; margin-top: 27px; }
    .home-page-faq { grid-template-columns: 1fr; gap: 22px; padding: 51px 0 43px; }
    .inner-hero { margin: 27px 0 36px; padding: 37px 28px; border-radius: 19px; }
    .inner-hero::after { width: 210px; height: 210px; right: -95px; top: -120px; }
    .faq-page-layout, .contact-page-layout, .legal-page-layout { grid-template-columns: 1fr; gap: 29px; }
    .faq-page-aside { position: static; padding: 24px; }
    .faq-page-content .faq-group { padding: 23px 24px 5px; }
    .contact-page-aside { padding: 0; }
    .contact-page-aside > p:not(.aside-label) { max-width: 500px; }
    .contact-page-aside .contact-cards { margin-top: 22px; }
    .legal-nav--card { position: static; padding: 20px 22px; }
    .legal-nav--card ol { columns: 1; }
    .legal-content h2 { margin-top: 34px; }
    .newsletter { align-items: stretch; flex-direction: column; gap: 20px; }
    .newsletter-form { max-width: none; }
    .breadcrumbs { margin-bottom: 30px; }
    .page-heading { margin-bottom: 35px; }
    .legal-nav { position: static; padding: 22px; background: var(--soft); border-radius: 10px; }
    .legal-nav ol { columns: 2; column-gap: 20px; }
    .legal-nav li { break-inside: avoid; }
    .legal-nav a { padding-block: 6px; }
    .error-page { grid-template-columns: 1fr; gap: 24px; min-height: auto; margin: 55px 0 10px; }
    .error-number { font-size: 100px; }
    .footer-top { align-items: flex-start; }
    .footer-top nav { flex-direction: column; gap: 4px; }
    .footer-note { width: 100%; }
}
@media (max-width: 420px) {
    .container { width: calc(100% - 32px); }
    .header-inner { gap: 10px; flex-wrap: wrap; padding-block: 17px; }
    .nav-links { gap: 14px; }
    .brand-mark { display: none; }
    .theme-toggle { width: 34px; height: 34px; }
    .steps { grid-template-columns: 1fr; gap: 26px; }
    .step-number { margin-bottom: 8px; }
    .tool-panel-heading { padding: 22px; }
    .tool-body, .contact-form { padding: 22px; }
    .field-row { flex-direction: column; gap: 0; }
    .footer-bottom { flex-wrap: wrap; gap: 10px; }
    .site-footer nav { gap: 15px; }
    .footer-top nav { gap: 4px; }
    .newsletter-form { grid-template-columns: 1fr; }
    .home-page-hero .tool-panel-heading, .home-page-hero .tool-body { padding: 22px; }
    .home-page-context { padding: 16px 0; }
    .home-page-copy h1 { font-size: 47px; }
    .inner-hero { padding: 31px 23px; }
    .inner-hero h1 { font-size: 40px; }
    .contact-form--elevated { padding: 24px 21px; }
    .legal-nav ol { columns: 1; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }
