:root {
  --paper: #f7f8fa;
  --paper-deep: #eef1f5;
  --white: #fff;
  --ink: #18212b;
  --muted: #62666e;
  --line: #dde2e8;
  --line-strong: #bfc1ba;
  --accent: #2448a6;
  --accent-soft: #e9edff;
  --positive: #176b47;
  --negative: #a83a2d;
  --radius: 12px;
  --shadow: 0 20px 50px rgba(23, 25, 29, .08);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.5; }
button, input, select { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid rgba(49, 87, 226, .35); outline-offset: 3px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { height: 76px; max-width: 1440px; margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; justify-self: start; }
.wordmark img { display: block; width: auto; height: 32px; }
.header-nav { display: flex; gap: 30px; font-size: 13px; color: #41444a; }
.header-nav a, .header-contact, .site-footer a { transition: color .16s ease; }
.header-nav a:hover, .header-contact:hover, .site-footer a:hover { color: var(--accent); }
.header-contact { justify-self: end; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }

.section-shell { max-width: 1344px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(380px, .7fr); gap: clamp(60px, 8vw, 124px); align-items: center; padding-top: 74px; padding-bottom: 82px; }
.eyebrow, .section-index { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 10px; border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(255,255,255,.45); }
.status-dot { width: 7px; height: 7px; background: #d5832c; border-radius: 50%; box-shadow: 0 0 0 3px rgba(213,131,44,.14); }
.hero h1 { max-width: 820px; margin: 27px 0 24px; font-size: clamp(52px, 6.3vw, 90px); line-height: .97; letter-spacing: -.062em; font-weight: 700; }
.hero h1 span { color: var(--accent); }
.hero-lead { max-width: 690px; margin: 0; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.5; color: #484b52; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 36px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 18px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 680; cursor: pointer; transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: #2548c7; }
.button-secondary { border-color: var(--line-strong); background: transparent; }
.button-secondary:hover { background: var(--white); }
.button-dark { width: 100%; background: var(--ink); color: #fff; justify-content: space-between; }
.button-dark:hover { background: #292c32; }
.microcopy { margin: 17px 0 0; max-width: 540px; font-size: 12px; color: var(--muted); }

.hero-quote { align-self: center; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-topline { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.quote-topline .mono { color: var(--ink); padding: 4px 7px; background: var(--paper-deep); border-radius: 4px; }
.quote-context { margin-top: 42px; font-size: 13px; color: var(--muted); }
.quote-total { margin-top: 10px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.quote-total span { font-size: 13px; }
.quote-total strong { font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.06em; }
.quote-rule { height: 3px; margin: 26px 0 21px; background: linear-gradient(90deg, var(--accent) var(--saving-percent, 5%), var(--paper-deep) var(--saving-percent, 5%)); }
.quote-breakdown { margin: 0; }
.quote-breakdown div { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #ecece7; font-size: 13px; }
.quote-breakdown dt, .quote-breakdown dd { margin: 0; }
.quote-breakdown dt { color: var(--muted); }
.accent { color: var(--accent) !important; }
.hero-quote > p { margin: 18px 0 0; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; color: #7b7e84; }

.trust-strip { max-width: 1440px; margin: 0 auto; min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); }
.trust-strip div { display: flex; align-items: center; gap: 15px; padding: 20px 28px; font-size: 12px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--accent); }

.calculator-section, .pricing-section, .workflow-section, .targets-section, .faq-section { padding-top: 112px; padding-bottom: 112px; }
.section-intro { display: grid; grid-template-columns: 220px minmax(0, 660px) minmax(220px, 1fr); column-gap: 36px; align-items: start; margin-bottom: 52px; }
.section-index { margin: 8px 0 0; color: var(--accent); }
.section-intro h2, .targets-copy h2 { margin: 0; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.section-intro > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 15px; }
.calculator-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; align-items: start; }
.calculator-card, .result-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.calculator-card { padding: 32px; }
.calculator-card fieldset { min-width: 0; margin: 0 0 29px; padding: 0; border: 0; }
.calculator-card legend, .field-label { display: block; margin: 0 0 10px; font-size: 13px; font-weight: 670; }
.field-label span, .dialog-shell label > span { color: var(--muted); font-size: 11px; font-weight: 450; }
.money-input-wrap { min-height: 68px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; border: 1px solid var(--line-strong); border-radius: 7px; background: #fbfcfd; padding: 0 18px; }
.money-input-wrap:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(49,87,226,.1); }
.money-input-wrap > span:first-child { color: var(--accent); font-size: 24px; font-weight: 700; }
.money-input-wrap > span:last-child { color: var(--muted); font-size: 12px; }
.money-input-wrap input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; padding: 0 10px; font-size: 29px; font-weight: 680; letter-spacing: -.025em; }
.money-input-wrap.compact { min-height: 56px; }
.money-input-wrap.compact input { font-size: 20px; }
.preset-row { display: flex; gap: 7px; margin: 10px 0 0; }
.preset-row button { min-height: 34px; padding: 0 12px; border: 1px solid var(--line); border-radius: 5px; background: transparent; font-size: 12px; cursor: pointer; }
.preset-row button:hover, .preset-row button.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.field-help { margin: 11px 0 0; max-width: 680px; font-size: 11px; line-height: 1.55; color: var(--muted); }
.field-error, .inline-error { color: var(--negative) !important; font-size: 11px !important; }
.field-error { margin: 7px 0 0; }
.segmented-control { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.segmented-control label { cursor: pointer; }
.segmented-control input { position: absolute; opacity: 0; pointer-events: none; }
.segmented-control span { min-height: 44px; display: flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; font-size: 12px; }
.segmented-control input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }
.segmented-control input:focus-visible + span { outline: 3px solid rgba(49,87,226,.35); outline-offset: 2px; }
select, .dialog-shell input[type="email"], .dialog-shell input[type="text"] { width: 100%; height: 48px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 6px; background: #fbfcfd; }
select:focus, .dialog-shell input:focus { border-color: var(--accent); outline: 0; box-shadow: 0 0 0 3px rgba(49,87,226,.1); }
#gateway-field { margin-top: 25px; padding-top: 26px; border-top: 1px solid var(--line); }
.result-card { position: sticky; top: 18px; overflow: hidden; }
.result-head, .result-price, .result-lines, .result-card > .tax-note, .result-card > .subscription-notice, .result-card > .comparison-notice { margin-left: 28px; margin-right: 28px; }
.result-head { display: flex; justify-content: space-between; align-items: start; padding-top: 28px; }
.label, .proposed-label { font-size: 10px; text-transform: uppercase; letter-spacing: .065em; color: var(--muted); }
.result-head h3 { margin: 5px 0 0; font-size: 20px; }
.proposed-label { padding: 5px 7px; border: 1px solid var(--line); border-radius: 4px; color: var(--accent); }
.result-price { padding: 35px 0 28px; }
.result-price strong { display: block; font-size: clamp(44px, 5vw, 66px); line-height: 1; letter-spacing: -.055em; }
.result-price span { display: block; margin-top: 8px; font-size: 12px; color: var(--muted); }
.result-lines { margin-top: 0; margin-bottom: 0; }
.result-lines div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 12px; }
.result-lines dt { color: var(--muted); }
.result-lines dd { margin: 0; font-weight: 650; }
.tax-note, .subscription-notice, .comparison-notice { padding: 14px; border-radius: 5px; font-size: 10px; line-height: 1.5; }
.tax-note { color: var(--muted); background: var(--paper); }
.subscription-notice { color: #7b561e; background: #fff6df; }
.comparison-notice.negative { color: var(--negative); background: #fff0ed; }
.comparison-notice.positive { color: var(--positive); background: #eaf7f0; }
.result-card .button { margin-top: 23px; border-radius: 0; min-height: 58px; }

.pricing-section { background: var(--white); max-width: 1440px; }
.compact-intro { grid-template-columns: 220px 1fr; }
.offer-card { border: 1px solid var(--ink); border-radius: var(--radius); overflow: hidden; }
.offer-summary { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 42px; background: var(--ink); color: #fff; }
.offer-label { margin: 0 0 16px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #b7bac2; }
.offer-rate { margin: 0; font-size: clamp(32px, 4vw, 54px); line-height: 1; letter-spacing: -.045em; }
.offer-rate strong { color: #8ea4ff; }
.offer-eligibility { margin: 10px 0 0; color: #aeb1b9; }
.offer-fee { min-width: 148px; padding-left: 28px; border-left: 1px solid #3b3e45; display: flex; flex-direction: column; justify-content: center; }
.offer-fee span { font-size: 11px; color: #aeb1b9; }
.offer-fee strong { margin-top: 5px; font-size: 42px; }
.offer-details { display: grid; grid-template-columns: repeat(3, 1fr); }
.detail { min-height: 142px; display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; border-right: 1px solid var(--line); }
.detail:last-child { border-right: 0; }
.detail span { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.detail strong { margin: 8px 0 2px; font-size: 21px; }
.detail small { color: var(--muted); }
.offer-action { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 24px 30px; border-top: 1px solid var(--line); background: var(--paper); }
.offer-action p { max-width: 670px; margin: 0; font-size: 11px; color: var(--muted); }
.offer-action .button { flex: 0 0 auto; }

.workflow-steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-steps li { min-height: 178px; display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 30px 28px; border-right: 1px solid var(--line); }
.workflow-steps li:last-child { border-right: 0; }
.workflow-steps li > span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; color: var(--accent); }
.workflow-steps strong { font-size: 20px; }
.workflow-steps p { margin: 10px 0 0; font-size: 13px; color: var(--muted); }
.route-diagram { margin-top: 54px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 22px; }
.route-diagram > div { min-height: 128px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.route-diagram > div.route-focus { border-color: var(--accent); background: var(--accent-soft); }
.route-diagram div span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .08em; color: var(--muted); }
.route-diagram div strong { margin-top: 12px; font-size: 18px; line-height: 1.3; }
.route-arrow { color: var(--accent); }

.targets-section { max-width: 1440px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; background: var(--accent); color: #fff; }
.targets-copy .section-index { color: #c8d2ff; }
.targets-copy > p:last-child { max-width: 570px; color: #d9dffd; }
.target-list { align-self: center; border-top: 1px solid rgba(255,255,255,.35); }
.target-list > div { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.target-name { font-size: 18px; font-weight: 650; }
.target-status { display: flex; align-items: center; gap: 9px; font-size: 11px; color: #d9dffd; }
.target-status i { width: 7px; height: 7px; border-radius: 50%; background: #fff; }

.faq-list { margin-left: 256px; border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line-strong); }
.faq-list summary { list-style: none; position: relative; padding: 23px 44px 23px 0; font-size: 17px; font-weight: 640; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; font-size: 23px; font-weight: 400; color: var(--accent); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 700px; margin: -4px 0 24px; color: var(--muted); }

.site-footer { max-width: 1440px; margin: 0 auto; padding: 58px 48px 30px; display: grid; grid-template-columns: 1fr auto auto; gap: 60px; color: #fff; background: var(--ink); }
.site-footer > div:first-child p { margin: 12px 0 0; font-size: 12px; color: #aeb1b9; }
.footer-status { display: flex; align-items: center; gap: 10px; font-size: 11px; color: #d7d9df; }
.site-footer nav { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }
.footer-fineprint { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid #34373d; font-size: 10px; color: #8f929a; }

.signup-dialog { width: min(820px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: var(--radius); background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.signup-dialog::backdrop { background: rgba(18,20,24,.64); backdrop-filter: blur(3px); }
.dialog-shell { padding: 30px; }
.dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.dialog-header .eyebrow { padding: 0; border: 0; background: none; color: var(--accent); }
.dialog-header h2 { margin: 6px 0 0; font-size: 34px; letter-spacing: -.04em; }
.icon-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 26px; line-height: 1; cursor: pointer; }
.dialog-offer { margin: 25px 0 28px; padding: 18px; display: flex; flex-direction: column; background: var(--ink); color: #fff; border-radius: 7px; }
.dialog-offer > span { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: #aeb1b9; }
.dialog-offer strong { margin: 5px 0 4px; font-size: 16px; }
.dialog-offer b { color: #8ea4ff; }
.dialog-offer small { color: #b7bac2; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; font-size: 12px; font-weight: 650; }
.form-grid .full { grid-column: 1 / -1; }
.inline-error:empty { display: none; }
.consent-row { margin: 23px 0; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; padding: 15px; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; }
.consent-row input { margin-top: 3px; }
.consent-row span { display: flex; flex-direction: column; }
.consent-row strong { font-size: 12px; color: var(--ink); }
.consent-row small { margin-top: 3px; color: var(--muted); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.dialog-actions { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.dialog-actions p { max-width: 370px; margin: 0; font-size: 10px; color: var(--muted); }
.form-message { margin: 15px 0; padding: 12px; border-radius: 5px; font-size: 12px; color: var(--negative); background: #fff0ed; }

.simple-page { min-height: 100vh; display: flex; flex-direction: column; }
.simple-main { width: min(840px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 120px; flex: 1; }
.simple-main h1 { margin: 22px 0; font-size: clamp(42px, 7vw, 70px); line-height: 1; letter-spacing: -.055em; }
.simple-main h2 { margin-top: 42px; font-size: 22px; }
.simple-main p, .simple-main li { color: var(--muted); }
.simple-main a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.simple-main .button { color: #fff; text-decoration: none; }
.summary-box { margin: 28px 0; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.summary-box dl { margin: 0; }
.summary-box div { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--line); }
.summary-box div:last-child { border: 0; }
.summary-box dd { margin: 0; font-weight: 650; }
.intent-options { display: grid; gap: 8px; margin: 20px 0; }
.intent-options label { display: grid; grid-template-columns: auto 1fr; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); cursor: pointer; }
.intent-form textarea { width: 100%; min-height: 100px; padding: 12px; resize: vertical; border: 1px solid var(--line-strong); border-radius: 6px; font: inherit; }

@media (max-width: 940px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 24px; }
  .header-nav { display: none; }
  .section-shell { padding-left: 24px; padding-right: 24px; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 48px; }
  .hero-quote { width: min(560px, 100%); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-intro { grid-template-columns: 160px 1fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .calculator-layout { grid-template-columns: 1fr; }
  .result-card { position: static; }
  .targets-section { grid-template-columns: 1fr; gap: 50px; }
  .faq-list { margin-left: 196px; }
}

@media (max-width: 680px) {
  .site-header { height: 64px; padding: 0 18px; }
  .header-contact { font-size: 10px; }
  .section-shell { padding-left: 18px; padding-right: 18px; }
  .hero { padding-top: 48px; padding-bottom: 52px; }
  .hero h1 { font-size: clamp(44px, 14vw, 62px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { justify-content: space-between; }
  .hero-quote { padding: 21px; order: 2; }
  .quote-total { align-items: start; flex-direction: column; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .calculator-section, .pricing-section, .workflow-section, .targets-section, .faq-section { padding-top: 78px; padding-bottom: 78px; }
  .section-intro, .compact-intro { grid-template-columns: 1fr; gap: 17px; }
  .section-intro > p:last-child { grid-column: 1; }
  .section-intro { margin-bottom: 35px; }
  .section-intro h2, .targets-copy h2 { font-size: 38px; }
  .calculator-card { padding: 20px; }
  .segmented-control { grid-template-columns: 1fr; }
  .preset-row { display: grid; grid-template-columns: repeat(4, 1fr); }
  .preset-row button { padding: 0 4px; }
  .offer-summary { grid-template-columns: 1fr; padding: 28px 22px; }
  .offer-fee { min-width: 0; padding: 20px 0 0; border-left: 0; border-top: 1px solid #3b3e45; }
  .offer-details { grid-template-columns: 1fr; }
  .detail { min-height: 112px; border-right: 0; border-bottom: 1px solid var(--line); }
  .detail:last-child { border-bottom: 0; }
  .offer-action { align-items: stretch; flex-direction: column; gap: 20px; }
  .workflow-steps { grid-template-columns: 1fr; }
  .workflow-steps li { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow-steps li:last-child { border-bottom: 0; }
  .route-diagram { grid-template-columns: 1fr; gap: 10px; }
  .route-arrow { transform: rotate(90deg); justify-self: center; }
  .target-list > div { align-items: start; flex-direction: column; }
  .faq-list { margin-left: 0; }
  .site-footer { padding: 45px 18px 25px; grid-template-columns: 1fr; gap: 30px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: 1; }
  .dialog-shell { padding: 21px; }
  .dialog-header h2 { font-size: 28px; }
  .dialog-actions { align-items: stretch; flex-direction: column; }
}

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

/* Restrained infrastructure identity */
.hero-copy, .hero-quote, .calculator-card, .result-card, .section-intro > *, .targets-copy, .target-list { min-width: 0; }
@media(max-width:680px) { .hero h1 { overflow-wrap: anywhere; } .offer-action .button { white-space: normal; } .result-price strong { font-size: 42px; } }
.provider-line { margin-top: 24px; font-size: 12px; color: var(--muted); }
.provider-line span { display: block; margin-top: 5px; color: var(--ink); font-size: 14px; }
:root { --radius: 6px; --shadow: none; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-variant-numeric: tabular-nums; }
.hero { min-height: 570px; padding-top: 64px; padding-bottom: 64px; gap: 64px; grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr); }
.hero h1 { font-size: clamp(42px,4.7vw,64px); line-height: 1.08; letter-spacing: -.035em; font-weight: 600; }
.hero h1 span { color: #657181; }
.hero-lead { font-size: 18px; line-height: 1.65; max-width: 570px; }
.hero-quote { box-shadow: none; }
.quote-context { margin-top: 28px; }
.quote-total { flex-direction: column; align-items: flex-start; gap: 14px; }
.quote-total strong { font-size: 56px; font-weight: 600; }
.quote-topline .mono { display: none; }
.section-intro { grid-template-columns: 160px minmax(0,1.3fr) minmax(220px,.7fr); gap: 28px; }
.compact-intro { grid-template-columns: 160px 1fr; }
.section-intro h2, .targets-copy h2 { font-size: clamp(30px,3vw,40px); font-weight: 600; letter-spacing: -.025em; line-height: 1.15; }
.calculator-section, .pricing-section, .workflow-section, .targets-section, .faq-section { padding-top: 68px; padding-bottom: 68px; }
.field-help, .tax-note, .subscription-notice, .comparison-notice, .microcopy, .offer-action p, .dialog-actions p { font-size: 13px; }
.label, .proposed-label, .hero-quote > p, .quote-topline { font-size: 11px; }
.trust-strip { display: none; }
.offer-summary { background: #eef2f7; color: var(--ink); padding: 28px 32px; }
.offer-label, .offer-eligibility, .offer-fee span { color: var(--muted); }
.offer-rate { font-size: 36px; }
.offer-rate strong { color: var(--accent); }
.offer-fee { border-color: var(--line); }
.detail { min-height: 112px; }
.targets-section { background: #eef2f7; color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.targets-copy .section-index { color: var(--accent); }
.targets-copy > p:last-child, .target-status, .compatibility-note { color: var(--muted); }
.target-list, .target-list > div { border-color: var(--line-strong); }
.target-name small { display: block; font-size: 13px; font-weight: 400; color: var(--muted); margin-top: 4px; }
.target-status { border: 1px solid var(--line-strong); padding: 3px 8px; border-radius: 4px; }
.compatibility-note { font-size: 13px; line-height: 1.6; }
.faq-list { margin-left: 188px; }
.button:hover { transform: none; }
.privacy-settings { appearance: none; border: 0; padding: 0; background: none; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.privacy-panel { position: fixed; z-index: 100; bottom: 20px; left: 20px; width: min(520px, calc(100vw - 40px)); max-height: calc(100dvh - 40px); overflow: auto; padding: 24px; background: #fff; color: #202b33; border: 1px solid #b8c1c7; border-radius: 4px; box-shadow: 0 8px 32px #15232e18; }
.privacy-panel[hidden] { display: none; }
.privacy-panel h2 { margin: 0 0 10px; font-size: 18px; line-height: 1.3; letter-spacing: -.02em; }
.privacy-panel p { margin: 0 0 18px; font-size: 14px; line-height: 1.6; }
.privacy-panel a { text-decoration: underline; }
.privacy-actions { display: flex; gap: 10px; }
.privacy-actions button { flex: 1; min-height: 44px; padding: 10px 12px; border: 1px solid #64727d; border-radius: 3px; background: #fff; color: #202b33; font: inherit; font-size: 14px; cursor: pointer; }
.privacy-actions button:hover { background: #edf1f3; }
.privacy-actions button:focus-visible, .privacy-settings:focus-visible { outline: 2px solid #275d85; outline-offset: 3px; }
.legal-copy h2 { margin-top: 36px; }
.legal-copy p { line-height: 1.75; }
.simple-page .site-header { width: 100%; grid-template-columns: 1fr auto; gap: 20px; }
.legal-copy h1 { font-size: clamp(32px, 5vw, 56px); line-height: 1.1; overflow-wrap: anywhere; hyphens: auto; }
@media(max-width:940px) { .hero { grid-template-columns: 1fr; gap: 32px; } .section-intro { grid-template-columns: 140px 1fr; } }
@media(max-width:680px) { .hero { padding-top: 36px; padding-bottom: 40px; } .hero h1 { font-size: 42px; } .section-intro { grid-template-columns: 1fr; } .faq-list { margin-left: 0; } .offer-rate { font-size: 30px; } .calculator-section, .pricing-section, .workflow-section, .targets-section, .faq-section { padding-top: 46px; padding-bottom: 46px; } }
