/*
 * Additions to the original getwealtho.com stylesheets (24 Sep 2026).
 * Only for blocks the old site did not have: the product strip, the footer
 * contact line, the company disclosure line, forms, and the new pages' small
 * extras. Everything reuses the old site's values: Satoshi, #00A2C8 aqua,
 * #102e3a ink, pill buttons, 24-40px rounded white cards.
 */

/* Hero "Get started" in place of the store badges */
.hero-actions { margin-top: 28px; }
.hero-actions .v-button { margin-top: 0; color: #102e3a; background: #fff; }

/* Home: Business / Tax / Infrastructure strip (v-business style) */
.v-products { padding-block: 110px; }
.v-products-head h2 { font-size: 56px; font-weight: 700; letter-spacing: -.05em; line-height: 1.1; margin-top: 24px; color: #102e3a; }
.v-products-head h2 em { font-style: normal; color: #00A2C8; }
.v-products-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 56px; }
.v-product {
  position: relative; display: flex; flex-direction: column; gap: 14px; min-height: 320px;
  padding: 34px 32px 30px; border-radius: 32px; background: #fff; color: #102e3a; text-decoration: none;
  box-shadow: 0 1px 0 #102e3a0d, 0 24px 60px -34px #102e3a40; overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.v-product::before { content: none; }
.v-product:hover { transform: translateY(-4px); box-shadow: 0 1px 0 #102e3a0d, 0 30px 70px -30px #102e3a55; }
.v-product .v-eyebrow { color: var(--block-text); }
.v-product strong { font-size: 30px; font-weight: 700; letter-spacing: -.04em; line-height: 1.12; }
.v-product p { font-size: 16px; line-height: 1.6; color: #34474f; }
.v-product-cta { margin-top: auto; font-weight: 700; font-size: 15px; color: #102e3a; }
.v-product-green { --block: #e5f2ed; --block-text: #00654f; }
.v-product-orange { --block: #fff0cf; --block-text: #795014; }
.v-product-coral { --block: #fbe8e0; --block-text: #993d2a; }
@media (max-width: 1000px) {
  .v-products { padding-block: 85px; }
  .v-products-head h2 { font-size: 46px; }
  .v-products-grid { grid-template-columns: 1fr; }
  .v-product { min-height: 0; }
}
@media (max-width: 560px) {
  .v-products-head h2 { font-size: 36px; }
  .v-product strong { font-size: 25px; }
}

/* Footer: contact line and company disclosure (only rendered when set) */
.site-footer .footer-contact { margin-top: 14px; }
.site-footer .footer-contact a { color: #00718c; font-weight: 700; text-decoration: none; }
.site-footer .footer-contact a:hover { text-decoration: underline; }
.footer-disclosure { max-width: 1200px; margin: 0 auto; padding: 18px 6vw 0; font-size: 12px; line-height: 1.6; color: #52666e; }

/* New pages built from the business-page sections */
.biz-hero-actions .button + .biz-hero-secondary { margin-left: 4px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag { display: inline-flex; align-items: center; padding: 6px 14px; border-radius: 99px; font-size: 12px; font-weight: 700; letter-spacing: .02em; background: #e3f5f9; color: #00718c; }
.tag-green { background: #e1f3ee; color: #00654f; }
.tag-coral { background: #fde7e2; color: #b8321c; }
.tag-orange { background: #fff1db; color: #8a5200; }
.capability-copy .text-link, .biz-records .text-link { display: inline-block; margin-top: 16px; font-weight: 700; color: #00718c; text-decoration: none; }
.capability-copy .text-link:hover { text-decoration: underline; }
.code-sample { margin: 0; border-radius: 24px; background: #0a2029; color: #cfeaf1; overflow: hidden; min-width: 0; align-self: stretch; }
.code-sample figcaption { padding: 12px 20px; font-size: 12px; font-weight: 700; letter-spacing: .06em; color: #ffffffb3; border-bottom: 1px solid #ffffff14; }
.code-sample pre { margin: 0; padding: 20px; overflow-x: auto; font: 500 13px/1.65 ui-monospace, "Cascadia Code", Consolas, monospace; }
.fine-print { font-size: 13px; line-height: 1.6; color: #52666e; max-width: 72ch; margin-top: 26px; }

/* Contact form, in the original input style */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6vw; align-items: start; }
.contact-routes { display: grid; gap: 10px; margin-top: 30px; list-style: none; padding: 0; }
.contact-routes a { display: block; padding: 18px 22px; border-radius: 22px; background: #fff; border: 1px solid #d6e2e6; text-decoration: none; color: #102e3a; }
.contact-routes a:hover { border-color: #00A2C8; }
.contact-routes strong { display: block; font-size: 17px; }
.contact-routes small { display: block; font-size: 14px; color: #52666e; line-height: 1.45; }
.contact-form { display: grid; gap: 20px; padding: 36px; border-radius: 32px; background: #fff; box-shadow: 0 1px 0 #102e3a0d, 0 24px 60px -34px #102e3a40; }
.contact-form h2 { color: #102e3a; font-size: 30px; font-weight: 700; letter-spacing: -.04em; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 14px; font-weight: 700; color: #102e3a; }
.field .optional { color: #52666e; font-weight: 500; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 13px 16px; border-radius: 16px; border: 1.5px solid #d6e2e6; background: #fbfdfd;
  font: inherit; font-size: 16px; color: #102e3a; transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 150px; resize: vertical; line-height: 1.5; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: #00A2C8; box-shadow: 0 0 0 4px #00a2c826; }
.field [aria-invalid="true"] { border-color: #b8321c; }
.field .hint { font-size: 13px; color: #52666e; }
.field-error { font-size: 14px; font-weight: 700; color: #b8321c; }
.field-error:empty { display: none; }
.form-note { padding: 14px 18px; border-radius: 16px; background: #e3f5f9; color: #102e3a; font-size: 14px; line-height: 1.55; }
.form-note.success { background: #e1f3ee; }
.contact-form .button { justify-self: start; border: 0; cursor: pointer; font: inherit; font-weight: 700; }
.contact-form .button[disabled] { opacity: .6; cursor: default; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .contact-row { grid-template-columns: 1fr; } .contact-form { padding: 24px; } }

/* Sign in chooser, in the original access layout */
.access-options { display: grid; gap: 10px; margin-top: 26px; list-style: none; padding: 0; }
.access-options a { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 18px 22px; border-radius: 20px; border: 1px solid #d6e2e6; background: #fff; text-decoration: none; color: #102e3a; }
.access-options a:hover { border-color: #00A2C8; }
.access-options strong { display: block; font-size: 17px; }
.access-options small { display: block; font-size: 14px; color: #52666e; }

:focus-visible { outline: 3px solid #0080a0; outline-offset: 3px; }

/* New-page finish. The original photo framing, Satoshi type and colour
   chapters remain the reference; these rules are scoped to the additions. */
:root {
  --site-ink: #102e3a;
  --site-muted: #49616a;
  --site-action: #00718c;
  --site-line: #d9e3e3;
  --site-paper: #fffdf8;
}
.visual-kicker { display: block; font-size: 12px; font-weight: 700; letter-spacing: .09em; line-height: 1.5; color: var(--site-muted); }
.product-icon-wrap { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 17px; background: var(--block, #e3f3f6); color: var(--block-text, var(--site-action)); flex: none; }
.product-icon { display: block; flex: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--site-action); font-size: 15px; line-height: 1.5; font-weight: 700; text-decoration: none; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.v-product { border: 1px solid var(--site-line); padding: 32px; box-shadow: none; gap: 18px; min-height: 380px; }
.v-product .product-icon-wrap { margin-bottom: 8px; }
.v-product .v-eyebrow { font-size: 12px; line-height: 1.5; letter-spacing: .09em; }
.v-product strong { max-width: 14ch; }
.v-product p { margin: 0 0 12px; }
.v-product-cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 22px; border-top: 1px solid var(--site-line); }
.v-product-cta > span { font-size: 23px; font-weight: 500; }
.v-product:hover { box-shadow: 0 18px 40px -24px #102e3a30; border-color: #a9c8cc; }

/* One measured rhythm, with readable lines instead of oversized empty gaps. */
:is(.tax-page, .security-page, .about-page) .feature-overview { padding-block: 88px; }
:is(.tax-page, .security-page, .about-page) .section-lead { align-items: end; margin-bottom: 38px; gap: 40px; }
:is(.tax-page, .security-page, .about-page) .section-lead h2 { font-size: clamp(36px, 4.1vw, 60px); line-height: 1.08; text-wrap: balance; }
:is(.tax-page, .security-page, .about-page) .section-lead > p { max-width: 36ch; font-size: 18px; line-height: 1.65; }
:is(.tax-page, .security-page) .capability { padding-block: 44px; gap: 64px; }
:is(.tax-page, .security-page) .capability-copy h3 { font-size: clamp(28px, 2.8vw, 38px); line-height: 1.14; max-width: 22ch; text-wrap: balance; }
:is(.tax-page, .security-page) .capability-copy > span { margin-bottom: 16px; }
:is(.tax-page, .security-page) .capability-copy p { font-size: 17px; line-height: 1.7; max-width: 45ch; }
:is(.tax-page, .security-page, .about-page) .biz-hero-grid { gap: 7vw; }
:is(.tax-page, .security-page, .about-page) .biz-hero-copy h1 { font-size: clamp(52px, 6vw, 96px); line-height: 1.01; }
:is(.tax-page, .security-page, .about-page) .biz-hero-copy > p { font-size: 19px; max-width: 39ch; }
:is(.tax-page, .security-page, .about-page) .biz-hero-visual > img { aspect-ratio: 6/5; }
.tax-page .biz-hero-visual > img { object-position: 44% center; }
.tax-page .biz-float-top { top: auto; bottom: 24px; left: -24px; }
.security-page .biz-hero-visual > img { object-position: center 32%; }
:is(.tax-page, .security-page, .about-page) .biz-closing { text-align: center; padding-block: 80px; }
:is(.tax-page, .security-page, .about-page) .biz-closing h2 { margin: 0 auto 30px; max-width: 19ch; }
:is(.tax-page, .security-page, .about-page) .biz-closing .biz-hero-actions { justify-content: center; }
.tax-page .biz-closing .fine-print { margin: 28px auto 0; max-width: 65ch; font-size: 14px; line-height: 1.7; }
.tax-page .record-list > div { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 28px; text-align: left; align-items: baseline; padding-block: 20px; }
.tax-page .record-list span { font-size: 15px; font-weight: 700; }
.tax-page .record-list b { font-size: 15px; line-height: 1.65; font-weight: 500; text-align: left; }
.tax-page .record-list a { display: block; text-decoration: none; }
.tax-page .record-list a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Purpose-built tax diagrams: neutral paper on the site's warm colour blocks. */
.tax-visual, .security-visual { min-height: 310px; padding: 32px; border-radius: 28px; display: grid; place-items: center; min-width: 0; overflow: hidden; background: #e6f3f4; }
.tax-visual-employers { background: #ffca61; }
.tax-visual-accountants { background: #f68a6c; }
.tax-visual-developers { background: #e2eeea; }
.tax-paper { width: 100%; max-width: 380px; padding: 28px; background: #fffdf8; border-radius: 18px; box-shadow: 0 14px 30px -22px #102e3a50; }
.tax-paper > strong { display: block; font-size: 24px; letter-spacing: -.03em; line-height: 1.2; color: var(--site-ink); margin: 12px 0 24px; }
.tax-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 12px; font-size: 14px; color: var(--site-muted); }
.tax-line i { display: block; height: 8px; background: #007d98; border-radius: 4px; width: 45%; }
.tax-line .line-short { width: 26%; background: #e4ad43; }
.tax-line-total { border-top: 1px solid var(--site-line); margin-top: 12px; padding-top: 18px; color: var(--site-ink); }
.tax-line-total b { font-size: 12px; color: var(--site-action); }
.payroll-line { display: flex; align-items: center; gap: 12px; padding-block: 12px; border-top: 1px solid var(--site-line); font-size: 14px; }
.initials { width: 36px; height: 36px; display: grid; place-items: center; flex: none; border-radius: 50%; background: #e4f2f4; color: #245764; font-size: 12px; font-weight: 700; }
.initials-warm { background: #fae9ca; color: #71501a; }
.payroll-line small { display: block; font-size: 12px; color: var(--site-muted); margin-top: 3px; }
.visual-check { color: #006b53; font-size: 18px; }
.payroll-line > .visual-check { margin-left: auto; }
.paper-foot { margin-top: 12px; padding-top: 16px; border-top: 1px solid var(--site-line); font-size: 13px; color: var(--site-muted); line-height: 1.5; }
.practice-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--site-line); padding-block: 14px; font-size: 14px; }
.practice-row > span:last-child { color: #99623a; font-size: 12px; }
.api-visual { width: 100%; max-width: 380px; background: #103b40; color: #fff; padding: 28px; border-radius: 18px; }
.api-visual-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.api-visual .visual-kicker { color: #b5dbd4; }
.api-dot { width: 8px; height: 8px; border-radius: 50%; background: #ffc75b; }
.api-visual > strong { display: block; margin-block: 28px; font-size: 28px; line-height: 1.15; letter-spacing: -.025em; }
.api-steps { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 20px; border-top: 1px solid #ffffff30; font-size: 13px; }
.api-steps b { color: #8dbdb5; font-weight: 400; }
.business-page .capability .api-visual > p { color: #c0ded8; font-size: 13px; margin: 20px 0 0; }

/* Security is explained through protection, limits and matching entries. */
.security-visual-pin { background: #e2eeea; }
.security-visual-limits { background: #ffe0a0; }
.security-visual-books { background: #e6f3f4; }
.security-card { background: var(--site-paper); width: 100%; max-width: 380px; padding: 28px; border-radius: 20px; text-align: center; box-shadow: 0 14px 30px -22px #102e3a30; }
.security-card > strong { display: block; font-size: 24px; line-height: 1.25; letter-spacing: -.025em; margin-top: 14px; }
.security-symbol { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 18px; border-radius: 50%; background: #e2eeea; color: #006b53; }
.pin-dots { display: flex; gap: 12px; justify-content: center; margin: 24px 0; }
.pin-dots i { width: 11px; height: 11px; border-radius: 50%; background: #006b53; }
.security-card .visual-kicker { font-size: 12px; letter-spacing: .06em; }
.security-visual-limits .security-card { text-align: left; }
.limit-track { height: 8px; border-radius: 8px; background: #e5e9e6; position: relative; margin-top: 32px; }
.limit-track i { display: block; height: 100%; width: 64%; border-radius: inherit; background: #00718c; }
.limit-track b { width: 19px; height: 19px; border-radius: 50%; background: #fff; border: 4px solid #00718c; position: absolute; top: 50%; left: 62%; transform: translateY(-50%); }
.limit-labels { display: flex; justify-content: space-between; margin-top: 16px; font-size: 13px; color: var(--site-muted); }
.security-card > p { font-size: 13px; color: var(--site-muted); margin: 22px 0 0; }
.ledger-pair { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 24px; }
.ledger-pair > div { flex: 1; background: #e7f2f3; border-radius: 12px; padding: 16px; }
.ledger-pair > div:last-child { background: #e6eee5; }
.ledger-pair small { display: block; font-size: 13px; color: var(--site-muted); }
.ledger-pair strong { display: block; font-size: 40px; line-height: 1.2; font-weight: 500; }
.ledger-pair > span { color: var(--site-muted); font-size: 24px; }
.ledger-card .paper-foot { display: flex; align-items: center; justify-content: center; gap: 10px; }

/* About: a compact purpose section and a properly framed photographic story. */
.purpose-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; border-top: 1px solid var(--site-line); padding-top: 40px; }
.purpose-card { min-width: 0; }
.purpose-card:nth-child(2) { --block: #e5f2ed; --block-text: #00654f; }
.purpose-card:nth-child(3) { --block: #fff0cf; --block-text: #795014; }
.purpose-card h3 { margin: 24px 0 16px; font-size: 30px; line-height: 1.15; }
.purpose-card p { color: var(--site-muted); font-size: 17px; line-height: 1.75; }
.purpose-card .text-link { margin-top: 24px; }
.about-page .about-story { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0; padding: 0; width: calc(100% - 12vw); max-width: 1320px; margin: 88px auto 0; border-radius: 32px; overflow: hidden; background: #e5f0eb; }
.about-story > img { display: block; width: 100%; height: 540px; object-fit: cover; object-position: center 8%; }
.about-story-copy { padding: clamp(32px, 4.5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.about-story-copy h2 { font-size: clamp(34px, 3.5vw, 50px); line-height: 1.1; margin: 20px 0 24px; }
.about-story-copy > p:last-child { font-size: 18px; line-height: 1.75; color: var(--site-muted); max-width: 38ch; }
.about-page .record-list > div { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 24px; text-align: left; }
.about-page .record-list span, .about-page .record-list b { font-size: 15px; line-height: 1.6; text-align: left; }

/* Get started is a chooser, with the same geometry as the homepage cards. */
.start-page .entry-hero, .not-found-page .entry-hero { max-width: 1320px; margin: auto; padding: 156px 56px 52px; }
.start-page .entry-hero h1, .not-found-page .entry-hero h1 { font-size: clamp(46px, 5.4vw, 78px); line-height: 1.06; letter-spacing: -.05em; margin-bottom: 24px; }
.start-page .entry-hero > p { max-width: 44ch; font-size: 18px; line-height: 1.65; }
.start-page .start-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; max-width: 1320px; margin: auto; padding: 0 56px; }
.start-card { border: 1px solid var(--site-line); border-radius: 28px; background: #fff; padding: 36px; display: flex; flex-direction: column; }
.start-card-top { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
.start-card-business { --block: #e5f2ed; --block-text: #00654f; }
.start-card-tax { --block: #fff0cf; --block-text: #795014; }
.start-card-infrastructure { --block: #fbe8e0; --block-text: #993d2a; }
.start-card h2 { font-size: 30px; line-height: 1.15; }
.start-card > p { font-size: 17px; line-height: 1.65; color: var(--site-muted); margin: 16px 0 28px; max-width: 38ch; }
.start-card-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--site-line); }
.start-card-actions .button { font-size: 14px; min-height: 48px; padding: 12px 20px; white-space: normal; }
.start-card-actions .text-link { font-size: 14px; }
.start-help { text-align: center; font-size: 16px; color: var(--site-muted); padding: 36px 24px 72px; }
.start-help a { color: var(--site-action); font-weight: 700; margin-left: 6px; }

/* Contact: one calm surface for the form, light dividers for the routes. */
.contact-page .biz-hero { padding-block: 156px 80px; }
.contact-page .biz-hero > .label { margin-bottom: 38px; }
.contact-grid { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 7vw; align-items: start; }
.contact-page .biz-hero-copy h1 { font-size: clamp(52px, 6vw, 90px); }
.contact-page .biz-hero-copy > p { font-size: 18px; line-height: 1.65; max-width: 36ch; }
.contact-routes { margin-top: 32px; gap: 0; }
.contact-routes a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; border: 0; border-top: 1px solid #ffffff50; border-radius: 0; background: none; color: #102e3a; transition: padding .2s; }
.contact-routes a:hover { padding-inline: 8px; border-color: #ffffff70; }
.contact-routes a > span:last-child { font-size: 24px; }
.contact-routes strong { font-size: 18px; font-weight: 700; line-height: 1.4; }
.contact-routes small { color: #102e3a; font-size: 15px; margin-top: 4px; max-width: 34ch; }
.contact-page .biz-hero-copy > .fine-print { margin-top: 24px; font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.contact-form { padding: 40px; gap: 22px; box-shadow: 0 18px 50px -28px #00303f45; }
.contact-form h2 { margin: 0 0 4px; font-size: 32px; line-height: 1.2; }
.contact-form > .hint, .contact-form .hint { font-size: 13px; line-height: 1.6; color: var(--site-muted); margin: 0; }
.contact-form p { margin: 0; }
.contact-form .button { min-height: 50px; }
.contact-form :is(.form-note,.field-error)[hidden] { display: none; }
.contact-page .biz-hero::before { opacity: .35; }

/* Sign in: aligned rows and a quieter, clearly separated Personal route. */
.login-page .access-form { max-width: 490px; }
.access-options { gap: 0; margin-top: 30px; border-top: 1px solid var(--site-line); }
.access-options a { padding: 23px 4px; border: 0; border-bottom: 1px solid var(--site-line); border-radius: 0; background: transparent; transition: padding .2s, background .2s; }
.access-options a:hover { padding-inline: 14px; background: #f4f8f7; border-color: var(--site-line); }
.access-options strong { font-size: 19px; }
.access-options small { margin-top: 6px; font-size: 15px; line-height: 1.6; max-width: 38ch; }
.access-options a > span:last-child { font-size: 24px; color: var(--site-action); }
.login-page .access-form > .get-app-note { border: 0; padding: 0; font-size: 14px; }
.not-found-page .entry-hero { min-height: 72svh; padding-bottom: 100px; }
.not-found-page .biz-hero-actions { margin-top: 30px; }

/* Infrastructure tables need room for actual labels, not two-letter codes. */
.infrastructure-page .biz-hero { padding-top: 152px; }
.infrastructure-page .record-list > div { grid-template-columns: minmax(110px, .7fr) minmax(0, 1.8fr); gap: 24px; }
.infrastructure-page .record-list span { font-size: 14px; font-weight: 700; line-height: 1.5; }
.infrastructure-page .code-sample pre { font-size: 13px; padding: 24px; }

@media (max-width: 1100px) {
  .v-products-grid { gap: 18px; }
  .v-product { padding: 28px; min-height: 0; }
  .purpose-grid { gap: 28px; }
  .contact-grid { gap: 36px; }
  .contact-form { padding: 28px; }
}
@media (max-width: 900px) {
  :is(.tax-page,.security-page,.about-page) .biz-hero-grid { gap: 42px; }
  :is(.tax-page,.security-page,.about-page) .biz-hero-copy > p { max-width: 48ch; }
  :is(.tax-page,.security-page,.about-page) .biz-hero-visual { max-width: 620px; width: 100%; margin-inline: auto; }
  :is(.tax-page,.security-page,.about-page) .biz-hero-visual > img { aspect-ratio: 3/2; }
  .tax-page .biz-float-top { left: 16px; bottom: 16px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-routes { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
  .contact-form { max-width: 720px; width: 100%; }
  .purpose-grid { grid-template-columns: 1fr; gap: 32px; }
  .purpose-card { display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 0 24px; }
  .purpose-card .product-icon-wrap { grid-row: 1/4; }
  .purpose-card h3 { margin-top: 0; }
  .purpose-card p { max-width: 55ch; }
  .purpose-card .text-link { margin-top: 16px; }
  .about-story > img { height: 100%; min-height: 430px; }
  .start-card { padding: 28px; }
  .start-card-top { align-items: flex-start; flex-direction: column; gap: 16px; }
}
@media (max-width: 700px) {
  :is(.tax-page,.security-page,.about-page) .feature-overview { padding-block: 56px; }
  :is(.tax-page,.security-page,.about-page) .section-lead { gap: 20px; margin-bottom: 28px; }
  :is(.tax-page,.security-page) .capability { padding-block: 32px; gap: 28px; }
  :is(.tax-page,.security-page,.about-page) .biz-closing { padding-block: 56px; }
  :is(.tax-page,.security-page,.about-page) .biz-closing h2 { font-size: 42px; }
  .tax-visual, .security-visual { min-height: 280px; padding: 24px; border-radius: 24px; }
  .tax-paper, .security-card, .api-visual { padding: 24px; }
  .tax-page .record-list > div { grid-template-columns: 1fr; gap: 8px; }
  .about-page .about-story { grid-template-columns: 1fr; width: calc(100% - 40px); margin-top: 56px; border-radius: 24px; }
  .about-story > img { height: 390px; min-height: 0; object-position: center 25%; }
  .about-story-copy { padding: 32px; }
  .about-story-copy > p:last-child { font-size: 17px; }
  .about-page .record-list > div { grid-template-columns: 1fr; gap: 8px; }
  .start-page .entry-hero, .not-found-page .entry-hero { padding: 124px 24px 36px; }
  .start-page .entry-hero h1, .not-found-page .entry-hero h1 { font-size: clamp(40px, 9vw, 56px); }
  .start-page .start-grid { padding-inline: 24px; grid-template-columns: 1fr; gap: 18px; }
  .start-card { padding: 28px; border-radius: 24px; }
  .start-card-top { flex-direction: row; align-items: center; margin-bottom: 24px; }
  .start-card h2 { font-size: 28px; }
  .start-help { padding-bottom: 56px; }
  .contact-page .biz-hero { padding-top: 124px; padding-bottom: 56px; }
  .contact-page .biz-hero > .label { margin-bottom: 28px; }
  .contact-page .biz-hero > .label > span:last-child { display: none; }
  .contact-routes { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 24px; border-radius: 24px; }
  .contact-form h2 { font-size: 28px; }
  .contact-row { grid-template-columns: 1fr; }
  .contact-form .button { width: 100%; justify-content: center; }
  .not-found-page .entry-hero { padding-bottom: 72px; }
  .infrastructure-page .biz-hero { padding-top: 124px; }
  .infrastructure-page .record-list > div { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 440px) {
  :is(.tax-page,.security-page,.about-page) .biz-hero-copy h1 { font-size: 48px; }
  :is(.tax-page,.security-page,.about-page) .biz-hero-copy > p { font-size: 17px; }
  .tax-visual, .security-visual { padding: 20px; }
  .tax-paper, .security-card, .api-visual { padding: 22px; }
  .tax-line-total { gap: 10px; }
  .tax-line-total b { font-size: 12px; }
  .purpose-card { grid-template-columns: 1fr; }
  .purpose-card .product-icon-wrap { grid-row: auto; margin-bottom: 20px; }
  .v-product { padding: 28px; }
  .v-products { padding-block: 64px; }
  .v-products-grid { margin-top: 32px; }
  .api-steps { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .v-product, .contact-routes a, .access-options a { transition: none; }
  .v-product:hover { transform: none; }
}

/* Support belongs to the product site, with direct routes and a quiet safety note. */
.support-page .support-hero { max-width: 1320px; margin: auto; padding: 156px 56px 60px; }
.support-hero h1 { font-size: clamp(46px, 5.4vw, 78px); line-height: 1.06; letter-spacing: -.05em; margin: 24px 0; }
.support-hero h1 em { font-style: normal; color: var(--site-action); }
.support-hero > p:not(.label) { max-width: 40ch; font-size: 18px; line-height: 1.65; color: var(--site-muted); margin-bottom: 28px; }
.support-email { display: inline-block; margin-left: 22px; font-size: 15px; color: var(--site-action); text-underline-offset: 4px; }
.support-page .support-body { max-width: 1320px; margin: auto; padding: 0 56px 80px; }
.support-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; padding-block: 36px 52px; border-top: 1px solid var(--site-line); }
.support-card { display: flex; flex-direction: column; align-items: flex-start; }
.support-card h2 { font-size: 26px; line-height: 1.15; margin: 24px 0 16px; }
.support-card p { font-size: 17px; line-height: 1.7; color: var(--site-muted); margin-bottom: 24px; }
.support-card .text-link { margin-top: auto; }
.support-card:nth-child(2) { --block: #e5f2ed; --block-text: #00654f; }
.support-card:nth-child(3) { --block: #fff0cf; --block-text: #795014; }
.support-safety { display: flex; align-items: flex-start; gap: 24px; padding: 32px; border-radius: 24px; background: #e8f1ed; }
.support-safety .product-icon-wrap { background: #fffdf8; color: #00654f; }
.support-safety h2 { font-size: 25px; line-height: 1.2; margin-bottom: 14px; }
.support-safety p { font-size: 16px; line-height: 1.7; color: var(--site-muted); max-width: 78ch; }
.support-safety p + p { margin-top: 12px; }
.support-more { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 32px; font-size: 14px; color: var(--site-action); }
@media (max-width:700px) {
 .support-page .support-hero { padding: 124px 24px 40px; }
 .support-hero h1 { font-size: clamp(40px,9vw,56px); }
 .support-email { display: block; margin: 20px 0 0; }
 .support-page .support-body { padding: 0 24px 56px; }
 .support-grid { grid-template-columns: 1fr; gap: 36px; }
 .support-safety { flex-direction: column; padding: 28px; }
}

/* Security gets an explanatory diagram instead of another lifestyle portrait. */
.security-hero-art { background: #fffdf8; border-radius: 32px; padding: 36px 40px; color: var(--site-ink); box-shadow: 0 24px 60px #00303f25; }
.security-hero-mark { display: grid; place-items: center; width: 124px; height: 124px; margin: 0 auto 24px; border-radius: 50%; background: #e6f2ed; color: #00705a; box-shadow: 0 0 0 14px #f2f6ed; }
.security-hero-mark .product-icon { width: 64px; height: 64px; stroke-width: 1.3; }
.security-hero-art figcaption { font-size: 30px; line-height: 1.15; letter-spacing: -.03em; font-weight: 700; text-align: center; margin-bottom: 28px; }
.security-hero-row { display: flex; gap: 18px; align-items: center; padding-block: 20px; border-top: 1px solid var(--site-line); }
.security-hero-row > span { font-size: 12px; color: #006b53; }
.security-hero-row > span:last-child { font-size: 20px; margin-left: auto; }
.security-hero-row strong { font-size: 18px; line-height: 1.4; }
.security-hero-row p { font-size: 14px; line-height: 1.5; color: var(--site-muted); margin-top: 4px; }

/* On phones the visitor reaches the form before the supplementary topics. */
.contact-grid { grid-template-areas: 'intro form' 'routes form'; grid-template-rows: auto 1fr; gap: 28px 7vw; }
.contact-grid > .biz-hero-copy { grid-area: intro; }
.contact-grid > .contact-form { grid-area: form; }
.contact-route-panel { grid-area: routes; }
.contact-route-panel h2 { font-size: 22px; line-height: 1.3; color: #091b22; margin: 0; }
.contact-route-panel .contact-routes { margin-top: 20px; }
@media (max-width:900px) {
 .contact-grid { grid-template-areas: 'intro' 'form' 'routes'; grid-template-rows: auto; gap: 36px; }
 .contact-route-panel { margin-top: 12px; }
}
@media (max-width:700px) {
 .security-hero-art { padding: 32px 24px 20px; border-radius: 24px; }
 .security-hero-mark { width: 94px; height: 94px; margin-bottom: 28px; }
 .security-hero-mark .product-icon { width: 50px; height: 50px; }
 .security-hero-art figcaption { font-size: 26px; margin-bottom: 22px; }
 .security-hero-row { gap: 12px; padding-block: 17px; }
 .security-hero-row strong { font-size: 17px; }
 .security-hero-row p { font-size: 13px; }
 .start-page .directory-label > span:last-child { display: none; }
}

/* Keep the Tax-user journey separate from Infrastructure developer access. */
.tax-developer-route { display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid var(--site-line); padding: 36px 0 0; margin-top: 12px; }
.tax-developer-route h3 { font-size: 28px; line-height: 1.2; margin: 14px 0; }
.tax-developer-route p:not(.label) { color: var(--site-muted); font-size: 17px; line-height: 1.65; }
.tax-developer-route > .text-link { flex: none; }
.login-page .access-form > .login-developer-link { margin: 24px 0 0; font-size: 14px; line-height: 1.7; }
.login-developer-link a { color: var(--site-action); font-weight: 700; text-underline-offset: 4px; }
.support-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; }
.support-card:nth-child(4) { --block: #fbe8e0; --block-text: #993d2a; }
@media(max-width:700px) {
 .tax-developer-route { align-items: flex-start; flex-direction: column; gap: 20px; }
 .support-grid { grid-template-columns: 1fr; }
}

/* Landing pages (src/components/LandingPage.astro): the Get started hero,
   start-card surfaces for the points, and one availability line whose
   wording comes from src/config/availability.ts. */
.landing-page .landing-crumbs { max-width: 1320px; margin: auto; padding: 132px 56px 0; display: flex; flex-wrap: wrap; gap: 10px; font-size: 14px; color: var(--site-muted); }
.landing-page .landing-crumbs a { color: var(--site-action); }
.landing-page .landing-crumbs > * + *::before { content: "/"; margin-right: 10px; color: var(--site-muted); }
.landing-page .entry-hero { max-width: 1320px; margin: auto; padding: 28px 56px 44px; }
.landing-page .entry-hero h1 { font-size: clamp(42px, 5vw, 72px); line-height: 1.06; letter-spacing: -.05em; margin: 20px 0 24px; }
.landing-page .entry-hero > p { max-width: 52ch; font-size: 18px; line-height: 1.65; }
.availability-note { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; max-width: 70ch; margin-top: 20px; font-size: 16px; line-height: 1.6; color: var(--site-ink); }
.availability-badge { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; }
.availability-badge.is-available { background: #e5f2ed; color: #00654f; }
.availability-badge.is-preview, .availability-badge.is-not-open { background: #fff0cf; color: #795014; }
.availability-badge.is-sandbox { background: #fbe8e0; color: #993d2a; }
.landing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 32px; }
.landing-actions .text-link { font-weight: 700; color: var(--site-action); }
.landing-points { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 1320px; margin: auto; padding: 0 56px 64px; }
.landing-point { border: 1px solid var(--site-line); border-radius: 28px; background: #fff; padding: 32px; }
.landing-point h2 { font-size: 24px; line-height: 1.2; margin-bottom: 12px; }
.landing-point p { font-size: 16px; line-height: 1.65; color: var(--site-muted); }
.landing-steps { max-width: 1320px; margin: auto; padding: 0 56px 72px; }
.landing-steps h2 { font-size: clamp(30px, 3vw, 42px); margin-bottom: 24px; }
.landing-steps ol { list-style: none; counter-reset: step; display: grid; gap: 16px; padding: 0; }
.landing-steps li { counter-increment: step; display: grid; grid-template-columns: 56px minmax(0, 1fr); column-gap: 16px; row-gap: 4px; padding: 20px 0; border-top: 1px solid var(--site-line); }
.landing-steps li::before { content: counter(step, decimal-leading-zero); grid-row: span 2; font-weight: 700; color: var(--site-action); }
.landing-steps li b { font-size: 18px; }
.landing-steps li span { font-size: 16px; line-height: 1.6; color: var(--site-muted); }
.landing-related { max-width: 1320px; margin: auto; padding: 16px 56px 56px; }
.landing-related ul { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 0; margin-top: 12px; }
.landing-related a { color: var(--site-action); font-weight: 700; }
.landing-table-wrap { max-width: 1320px; margin: auto; padding: 0 56px 64px; overflow-x: auto; }
.landing-table { width: 100%; border-collapse: collapse; font-size: 16px; }
.landing-table th, .landing-table td { text-align: left; padding: 16px 12px; border-bottom: 1px solid var(--site-line); vertical-align: top; line-height: 1.55; }
.landing-table th { font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--site-muted); }
.landing-table td a { color: var(--site-action); font-weight: 700; }
@media (max-width: 800px) {
  .landing-page .landing-crumbs { padding: 112px 20px 0; }
  .landing-page .entry-hero, .landing-points, .landing-steps, .landing-related, .landing-table-wrap { padding-left: 20px; padding-right: 20px; }
  .landing-point { padding: 24px; border-radius: 22px; }
}
.landing-table-wrap:focus-visible { outline: 3px solid var(--site-action); outline-offset: 4px; border-radius: 8px; }
