@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500;600;700&family=Montserrat:wght@300&family=Playfair+Display:wght@500&display=swap');

:root {
  --navy: #173b63;
  --blue: #2e668f;
  --blue-deep: #102f51;
  --powder: #e5f0f8;
  --mist: #f7fbfe;
  --white: #ffffff;
  --ink: #102538;
  --muted: #4f6476;
  --rule: #b8cada;
  --pulse: #b0003a;
  --pulse-soft: var(--powder);
  --font: "Inter", system-ui, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --wrap: 1236px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--mist); }
body { margin: 0; background: var(--mist); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--powder); color: var(--navy); }
.wrap { width: min(100% - 48px, var(--wrap)); margin-inline: auto; }
.measure { max-width: 68ch; }
.muted { color: var(--muted); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; border-radius: 8px; background: var(--navy); color: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 30; padding-top: env(safe-area-inset-top); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--rule); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 1.08rem; font-weight: 700; letter-spacing: .075em; white-space: nowrap; }
.brand__mark { width: 32px; height: 32px; display: grid; place-items: center; background: currentColor; -webkit-mask: url('/assets/brand/logo-2026-08-21/botdoctor-bag-mark.svg') center / contain no-repeat; mask: url('/assets/brand/logo-2026-08-21/botdoctor-bag-mark.svg') center / contain no-repeat; }
.brand__mark svg { display: none; }
.nav__right, .nav__links { display: flex; align-items: center; }
.nav__right { gap: 26px; }
.nav__links { gap: 26px; color: var(--navy); font-size: .9rem; font-weight: 600; }
.nav__links a { min-height: 44px; display: flex; align-items: center; }
.nav__links a:hover, .text-link:hover { color: var(--blue); }
.nav__toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.nav__toggle span, .nav__toggle::before, .nav__toggle::after { content: ""; width: 22px; height: 2px; display: block; margin: 5px auto; background: var(--navy); transition: transform .2s var(--ease), opacity .2s var(--ease); }
.nav__toggle[aria-expanded="true"] span { opacity: 0; }
.nav__toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid var(--navy); border-radius: 8px; background: var(--navy); color: var(--white); font-weight: 700; font-size: .9rem; line-height: 1.15; cursor: pointer; transition: background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.button:hover { background: var(--blue-deep); border-color: var(--blue-deep); transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button--light { background: var(--white); border-color: var(--white); color: var(--navy); }
.button--light:hover { background: var(--powder); border-color: var(--powder); }
.button--outline { background: transparent; color: var(--navy); }
.button--outline:hover { background: var(--powder); }
.button__short { display: none; }

main { overflow: clip; }
section[id] { scroll-margin-top: 84px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); text-wrap: balance; }
h1 { margin-bottom: 26px; font-size: clamp(3.5rem, 6vw, 5.5rem); font-weight: 700; letter-spacing: -.035em; line-height: .94; }
h2 { margin-bottom: 0; font-size: clamp(2.55rem, 5vw, 4.4rem); font-weight: 700; letter-spacing: -.035em; line-height: 1; }
h3 { font-size: 1.35rem; line-height: 1.15; }
.eyebrow { margin: 0 0 18px; color: var(--pulse); font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.lede { max-width: 610px; margin-bottom: 14px; color: var(--ink); font-size: 1.3rem; line-height: 1.5; text-wrap: pretty; }
.reassurance { max-width: 610px; margin-bottom: 28px; color: var(--muted); font-size: 1.06rem; line-height: 1.58; text-wrap: pretty; }
.principle { margin: 18px 0 0; color: var(--blue); font-size: .96rem; font-style: italic; }
.section { padding-block: clamp(76px, 9vw, 124px); }
.section--white { background: var(--white); }
.section--blue { background: var(--powder); border-block: 1px solid var(--rule); }
.section--compact { padding-block: clamp(58px, 7vw, 92px); }
.section__grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(440px,1.08fr); gap: clamp(48px,8vw,108px); align-items: center; }
.section__copy { max-width: 620px; }
.section__copy p { max-width: 56ch; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.68; text-wrap: pretty; }
.section__copy p + p { margin-top: 12px; }
.section__copy .emphasis { color: var(--navy); font-size: 1.2rem; font-weight: 700; }

.hero { position: relative; background: var(--mist); }
.hero::after { content: ""; position: absolute; inset: 0 0 0 52%; z-index: 0; background: var(--powder); }
.hero__grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: minmax(0,1.02fr) minmax(420px,.98fr); gap: clamp(54px,7vw,92px); align-items: center; padding-block: clamp(68px,8vw,112px); }
.hero__copy { max-width: 650px; }
.availability { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: var(--pulse); font-size: .88rem; font-weight: 700; }
.availability::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: block;
  border: 1px solid currentColor;
  border-radius: 7px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M5 0v10M0 5h10' fill='none' stroke='%23b0003a' stroke-width='1.5'/%3E%3C/svg%3E") center / 10px 10px no-repeat;
}
.checkup { width: 100%; padding: 30px 32px; border-radius: 12px; background: var(--white); color: var(--navy); }
.checkup__head, .checkup__status { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.checkup__head { padding-bottom: 17px; border-bottom: 1px solid var(--powder); }
.checkup__title { font-size: 1.05rem; font-weight: 700; }
.checkup__number { color: var(--muted); font-size: .78rem; font-weight: 600; }
.checkup__field { padding: 19px 0 17px; border-bottom: 1px solid var(--powder); }
.checkup__label { display: block; margin-bottom: 6px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.checkup__value { display: block; color: var(--ink); font-size: 1rem; line-height: 1.45; }
.checkup__status { padding-top: 18px; }
.checkup__status b { color: var(--muted); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.status { padding: 7px 12px; border-radius: 999px; background: var(--powder); color: var(--navy); font-size: .76rem; font-weight: 700; }

.trust { background: var(--white); border-block: 1px solid var(--rule); }
.trust__inner { min-height: 148px; display: grid; gap: 14px; padding-block: 27px 31px; }
.trust__label { margin: 0; color: var(--blue); font-size: .84rem; font-weight: 600; line-height: 1.4; text-align: center; }
.trust__logos { min-width: 0; display: grid; grid-template-columns: repeat(10,minmax(0,1fr)); align-items: center; gap: 18px clamp(12px,1.6vw,22px); }
.trust__logo { min-width: 0; height: 82px; margin: 0; display: flex; grid-column: span 2; align-items: center; justify-content: center; color: var(--navy); }
.trust__logo:nth-last-child(4) { grid-column: 2 / span 2; }
.trust__logo img { width: auto; max-width: 100%; height: auto; max-height: 64px; object-fit: contain; }
.trust__wordmark { display: block; color: var(--navy); text-align: center; }
.trust__wordmark--provision { max-width: 150px; font-family: "Playfair Display", Georgia, serif; font-size: 1.05rem; font-weight: 500; letter-spacing: .02em; line-height: 1.05; }
.trust__logo--stellar img { max-height: 68px; }
.trust__logo--neihi img { max-height: 58px; }
.trust__logo--mobile-dental img { max-height: 54px; }
.trust__logo--manorly img { max-height: 44px; }
.trust__logo--2s img { max-height: 68px; }
.trust__logo--geniusden img { max-height: 38px; }
.trust__logo--onward img { max-height: 76px; }
.trust__veteran-lockup { position: relative; width: min(100%,222px); aspect-ratio: 915 / 321; }
.trust__logo--veteran .trust__veteran-base,
.trust__logo--veteran .trust__veteran-color { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; object-fit: contain; }
.trust__logo--veteran .trust__veteran-color { clip-path: inset(0 65% 0 0); }
.time-list, .plain-list { margin: 0; padding: 8px 28px; background: var(--white); border: 1px solid var(--rule); border-radius: 12px; list-style: none; }
.time-list li, .plain-list li { display: flex; align-items: flex-start; gap: 15px; padding: 16px 0; border-top: 1px solid var(--powder); color: var(--ink); line-height: 1.45; }
.time-list li:first-child, .plain-list li:first-child { border-top: 0; }
.time-list li::before, .plain-list li::before { content: "+"; width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 8px; background: var(--pulse-soft); color: var(--pulse); font-weight: 700; }
.familiar { margin: 0; padding: 15px 0 8px; color: var(--muted); font-size: .9rem; font-style: italic; }
.how__right { max-width: 610px; }
.how__right .how__lead { margin: 0; color: var(--navy); font-size: 1.55rem; font-weight: 700; line-height: 1.35; }
.how__right p { margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.68; text-wrap: pretty; }
.how__right .how__bridge { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--rule); color: var(--navy); font-weight: 700; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.step { min-height: 240px; padding: 28px; background: var(--white); border: 1px solid var(--rule); border-radius: 12px; }
.step__number { display: block; margin-bottom: 22px; color: var(--pulse); font-size: .78rem; font-weight: 700; }
.step h3 { margin-bottom: 12px; }
.step p { margin: 0; color: var(--muted); line-height: 1.6; }
.step p + p { margin-top: 10px; }
.step__aside { font-size: .86rem; font-style: italic; }

.proof { padding-block: clamp(76px,9vw,124px); background: var(--mist); }
.proof__grid { display: grid; grid-template-columns: minmax(0,.78fr) minmax(480px,1.22fr); gap: clamp(48px,8vw,108px); align-items: start; }
.proof__copy { padding-top: 12px; }
.proof__quote { margin: 42px 0 0; padding-top: 26px; border-top: 1px solid var(--navy); color: var(--navy); font-size: 1.35rem; line-height: 1.38; }
.proof__quote cite { display: block; margin-top: 12px; color: var(--muted); font-size: .8rem; font-style: normal; }
.report { background: var(--white); border: 1px solid var(--navy); border-radius: 12px; overflow: hidden; }
.report__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 22px; padding: 22px 24px 20px; border-bottom: 1px solid var(--rule); }
.report__identity { display: flex; align-items: center; gap: 12px; }
.report__icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: var(--navy); color: var(--white); }
.report__icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.report__name { color: var(--navy); font-size: 1.05rem; font-weight: 700; }
.report__company { margin-top: 2px; color: var(--muted); font-size: .8rem; }
.report__badge { padding: 6px 9px; border-radius: 999px; background: var(--powder); color: var(--navy); font-size: .7rem; font-weight: 700; white-space: nowrap; }
.report__intro { padding: 23px 24px 22px; background: #f9fcfe; }
.report__period { margin: 0 0 8px; color: var(--muted); font-size: .8rem; }
.report__metric { margin: 0; color: var(--navy); font-size: clamp(1.9rem,3vw,2.45rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.08; }
.report__basis { margin: 8px 0 0; color: var(--muted); font-size: .82rem; }
.work { padding: 0 24px; border-top: 1px solid var(--navy); }
.work__heading { margin: 17px 0 8px; color: var(--blue); font-size: .8rem; font-weight: 700; }
.work__row { display: grid; grid-template-columns: 58px 1fr; gap: 15px; align-items: baseline; padding: 12px 0; border-top: 1px solid var(--rule); }
.work__row:first-of-type { border-top: 0; }
.work__count { color: var(--navy); font-size: 1.3rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.work__label { color: var(--ink); font-size: .94rem; line-height: 1.35; }
.report__note { margin: 4px 24px 0; padding: 14px 0 16px; border-top: 1px solid var(--navy); color: var(--muted); font-size: .75rem; line-height: 1.5; }
.report__note b { color: var(--navy); }
.outcome { padding: 8px 28px; background: var(--white); border: 1px solid var(--rule); border-radius: 12px; }
.outcome__row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid var(--powder); }
.outcome__row:first-child { border-top: 0; }
.outcome__label { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.outcome__value { color: var(--navy); font-weight: 700; text-align: right; }
.outcome__gain { align-items: flex-end; padding-block: 22px; }
.outcome__number { display: block; color: var(--navy); font-size: 3.1rem; font-weight: 700; letter-spacing: -.04em; line-height: .9; }
.outcome__caption, .outcome__year { display: block; margin-top: 7px; color: var(--muted); font-size: .92rem; font-weight: 600; }
.outcome__year { margin-top: 5px; font-size: .8rem; font-style: italic; font-weight: 400; }
.restraint { text-align: center; }
.restraint h2 { max-width: 820px; margin-inline: auto; }
.restraint p { max-width: 600px; margin: 20px auto 0; color: var(--muted); font-size: 1.08rem; line-height: 1.68; }
.restraint p + p { margin-top: 8px; }
.restraint .restraint__close { max-width: 500px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--rule); color: var(--navy); font-weight: 700; }

.page-hero { padding-block: clamp(72px,10vw,132px); background: var(--mist); border-bottom: 1px solid var(--rule); }
.page-hero__inner { max-width: 940px; }
.page-hero h1 { max-width: 900px; }
.page-hero .lede { max-width: 700px; }
.page-hero .button { margin-top: 10px; }
.page-hero__note { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: .9rem; }
.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.page-actions .button { margin-top: 0; }
.split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); gap: clamp(48px,8vw,108px); align-items: start; }
.body-copy p { margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.72; }
.body-copy p + p { margin-top: 16px; }
.body-copy strong { color: var(--navy); }
.card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 42px; }
.info-card { padding: 28px; background: var(--white); border: 1px solid var(--rule); border-radius: 12px; }
.info-card small { display: block; margin-bottom: 16px; color: var(--pulse); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.info-card h3 { margin-bottom: 12px; }
.info-card p { margin: 0; color: var(--muted); line-height: 1.62; }
.number-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 42px; }
.number-card { padding: 24px; border-top: 1px solid var(--navy); }
.number-card__number { display: block; margin-bottom: 28px; color: var(--pulse); font-size: .78rem; font-weight: 700; }
.number-card h3 { margin-bottom: 10px; }
.number-card p { margin: 0; color: var(--muted); line-height: 1.58; }
.callout { padding: 28px; border-radius: 12px; background: var(--powder); border: 1px solid var(--rule); }
.callout h3 { margin-bottom: 10px; }
.callout p { margin: 0; color: var(--muted); }

.close { padding-block: clamp(72px,9vw,120px); background: var(--powder); }
.close__panel { position: relative; overflow: hidden; max-width: 1080px; padding: clamp(54px,7vw,92px) clamp(24px,6vw,80px); background: var(--navy); border-radius: 18px; color: var(--white); text-align: center; }
.close__panel::after { content: "+"; position: absolute; right: -30px; bottom: -128px; color: rgba(255,255,255,.06); font-size: 24rem; font-weight: 700; line-height: 1; }
.close__inner { position: relative; z-index: 1; max-width: 780px; margin-inline: auto; }
.close .eyebrow { color: var(--white); }
.close h2 { margin-bottom: 24px; color: var(--white); font-size: clamp(2.8rem,5.6vw,4.8rem); }
.close p { max-width: 590px; margin: 10px auto 0; color: #dce8f1; font-size: 1.08rem; line-height: 1.65; }
.close .button { margin-top: 30px; }
.close__note { font-size: .9rem !important; font-style: italic; }

.document { padding-block: clamp(64px,8vw,110px); background: var(--white); }
.document__inner { max-width: 780px; }
.document h1 { font-size: clamp(3rem,6vw,4.8rem); }
.document .updated { margin-bottom: 48px; color: var(--muted); }
.document h2 { margin: 46px 0 14px; font-size: clamp(1.75rem,3vw,2.35rem); }
.document h3 { margin-top: 30px; }
.document p, .document li { color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.document a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

.onboard-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: clamp(44px,8vw,96px); align-items: start; }
.onboard-card { padding: 32px; border: 1px solid var(--rule); border-radius: 12px; background: var(--white); }
.onboard-card h2 { font-size: 2rem; }
.onboard-card li { margin-top: 12px; color: var(--muted); }
.onboard-card .small { font-size: .82rem; }

.footer { background: var(--blue-deep); color: var(--white); }
.footer__inner { min-height: 166px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer .brand { color: var(--white); }
.footer__meta { margin: 0; color: #c9dce9; font-size: .85rem; text-align: right; }
.footer__links { display: flex; justify-content: flex-end; gap: 18px; margin-top: 7px; }
.footer__links a:hover { color: var(--white); }

@media (max-width: 1040px) {
  .hero::after { inset: 52% 0 0 0; }
  .hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 54px; padding-top: 66px; }
  .hero__copy, .checkup { max-width: 760px; }
  .trust__inner { align-items: start; gap: 18px; padding-block: 28px; }
  .trust__logos { width: 100%; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px 32px; }
  .trust__logo, .trust__logo:nth-last-child(4) { grid-column: auto; }
  .section__grid, .proof__grid, .split, .onboard-grid { grid-template-columns: 1fr; }
  .section__copy, .how__right, .proof__copy, .report { max-width: 760px; }
  .number-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .wrap { width: min(100% - 36px, var(--wrap)); }
  .nav__toggle { display: block; }
  .nav__right { gap: 10px; }
  .nav__links { position: fixed; inset: calc(65px + env(safe-area-inset-top)) 0 auto 0; display: none; padding: 18px; background: var(--white); border-bottom: 1px solid var(--rule); }
  .nav__links[data-open="true"] { display: grid; }
  .nav__links a { padding-inline: 8px; }
  .card-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 32px, var(--wrap)); }
  .nav { min-height: 64px; gap: 8px; }
  .brand { gap: 7px; font-size: .91rem; letter-spacing: .05em; }
  .brand__mark { width: 29px; height: 29px; }
  .brand__mark svg { width: 27px; height: 27px; }
  .button--nav { min-height: 44px; padding-inline: 13px; font-size: .78rem; }
  .button__long { display: none; }
  .button__short { display: inline; }
  .hero::after { inset: 54% 0 0 0; }
  .hero__grid { gap: 44px; padding-block: 46px 58px; }
  .availability { margin-bottom: 21px; font-size: .78rem; }
  h1 { font-size: clamp(3rem,15vw,4.15rem); }
  h2 { font-size: clamp(2.35rem,11vw,3.25rem); }
  .lede { font-size: 1.1rem; }
  .reassurance { font-size: .96rem; }
  .hero .button, .close .button { width: 100%; }
  .checkup { padding: 22px 20px; }
  .checkup__head { align-items: flex-start; }
  .trust__inner { padding-block: 28px 34px; }
  .trust__logos { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 22px; }
  .trust__logo { height: 82px; }
  .trust__logo img { max-height: 54px; }
  .trust__logo--stellar img { max-height: 62px; }
  .trust__logo--neihi img { max-height: 54px; }
  .trust__logo--mobile-dental img { max-height: 48px; }
  .trust__logo--manorly img { max-height: 38px; }
  .trust__logo--provision img { max-height: 46px; }
  .trust__logo--2s img { max-height: 62px; }
  .trust__logo--geniusden img { max-height: 36px; }
  .trust__logo--onward img { max-height: 76px; }
  .trust__logo--veteran img { max-height: 78px; }
  .trust__logo:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .section, .proof { padding-block: 68px; }
  .section__grid { gap: 40px; }
  .section__copy p, .how__right p, .restraint p, .body-copy p { font-size: 1rem; }
  .time-list, .plain-list, .outcome { padding-inline: 20px; }
  .steps { grid-template-columns: 1fr; margin-top: 36px; }
  .step { min-height: 0; padding: 24px; }
  .outcome__row { align-items: flex-start; flex-direction: column; gap: 7px; }
  .outcome__value { text-align: left; }
  .report__head, .report__intro { padding-inline: 18px; }
  .report__head { gap: 12px; }
  .report__name { font-size: .93rem; }
  .report__company { font-size: .72rem; }
  .work { padding-inline: 18px; }
  .report__note { margin-inline: 18px; }
  .number-grid { grid-template-columns: 1fr; }
  .number-card { padding-inline: 0; }
  .page-hero { padding-block: 58px 70px; }
  .page-actions { align-items: stretch; flex-direction: column; }
  .page-actions .button { width: 100%; }
  .footer__inner { min-height: 210px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 18px; }
  .footer__meta { text-align: left; }
  .footer__links { justify-content: flex-start; }
  .close__panel { border-radius: 12px; }
}

@media (max-width: 380px) {
  .brand__word { display: none; }
  .report__badge { display: none; }
}

@media (pointer: coarse) { .nav__links a, .button { min-height: 48px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Homepage: approved editorial-blue direction, 2026-08-23. */
.home-editorial {
  --home-serif: "Instrument Serif", Georgia, serif;
  --home-sans: "Inter", system-ui, sans-serif;
  --home-radius-small: 8px;
  --home-radius-control: 10px;
  --home-radius-card: 16px;
  --home-radius-pill: 999px;
  background: var(--white);
  color: var(--ink);
  font-family: var(--home-sans);
  line-height: 1.65;
}
.home-editorial .wrap { width: min(calc(100% - 64px), 1180px); }
.home-editorial .skip-link { border-radius: var(--home-radius-small); }
.home-editorial .site-header { background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.home-editorial .nav { min-height: 76px; }
.home-editorial .brand { gap: 11px; color: var(--navy); font-family: var(--home-sans); font-size: 1rem; font-weight: 600; letter-spacing: .06em; }
.home-editorial .brand__mark { width: 31px; height: 31px; }
.home-editorial .brand__mark svg { width: 31px; height: 31px; stroke-width: 1.6; }
.home-editorial .nav__right { gap: 12px; }
.home-editorial .nav__links { gap: 26px; margin-right: 6px; color: var(--muted); font-size: .82rem; font-weight: 500; }
.home-editorial .button { min-height: 48px; padding: 0 23px; border-radius: var(--home-radius-control); box-shadow: 0 2px 0 rgba(16,47,81,.18); font-family: var(--home-sans); font-size: .92rem; font-weight: 600; letter-spacing: -.01em; transition: transform .2s var(--ease), background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.home-editorial .button:hover { box-shadow: 0 4px 0 rgba(16,47,81,.2); transform: translateY(-2px); }
.home-editorial .button:active { box-shadow: 0 1px 0 rgba(16,47,81,.18); transform: translateY(0); }
.home-editorial .button > span[aria-hidden="true"] { transition: transform .2s var(--ease); }
.home-editorial .button:hover > span[aria-hidden="true"] { transform: translateX(3px); }
.home-editorial .button--nav { min-height: 44px; padding-inline: 18px; font-size: .82rem; }
.home-editorial .button--inverse { border-color: var(--white); background: var(--white); color: var(--navy); box-shadow: 0 2px 0 rgba(184,202,218,.8); }
.home-editorial .button--inverse:hover { border-color: var(--powder); background: var(--powder); color: var(--blue-deep); box-shadow: 0 4px 0 rgba(184,202,218,.65); }
.home-editorial h1,
.home-editorial h2,
.home-editorial h3 { color: var(--navy); font-family: var(--home-serif); font-weight: 400; text-wrap: balance; }
.home-editorial h1 { max-width: 730px; margin-bottom: 28px; font-size: clamp(4.25rem,7vw,6rem); letter-spacing: -.035em; line-height: .91; }
.home-editorial h2 { margin-bottom: 28px; font-size: clamp(3.15rem,5.8vw,5.4rem); letter-spacing: -.035em; line-height: .94; }
.home-editorial h3 { margin-bottom: 13px; font-size: 2rem; letter-spacing: -.025em; line-height: 1; }
.home-editorial .eyebrow { margin-bottom: 22px; color: var(--blue); font-size: .72rem; font-weight: 600; letter-spacing: .12em; }
.home-editorial .hero { border-bottom: 1px solid var(--rule); background: var(--mist); }
.home-editorial .hero::after { inset: 0 0 0 52%; }
.home-editorial .hero__grid { min-height: calc(100svh - 77px); grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); gap: clamp(52px,7vw,96px); padding-block: clamp(72px,9vw,116px); }
.home-editorial .availability { gap: 11px; margin-bottom: 28px; color: var(--pulse); font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.home-editorial .availability::before { border-radius: var(--home-radius-small); }
.home-editorial .lede { max-width: 600px; margin-bottom: 13px; color: var(--ink); font-size: 1.18rem; line-height: 1.58; }
.home-editorial .reassurance { max-width: 590px; margin-bottom: 28px; font-size: .99rem; line-height: 1.68; }
.home-editorial .principle { margin-top: 18px; font-size: .98rem; }
.home-editorial .checkup { width: 100%; padding: 0; border: 1px solid var(--navy); border-radius: var(--home-radius-card); background: var(--white); overflow: hidden; }
.home-editorial .checkup__head { padding: 22px 24px; border-bottom: 1px solid var(--navy); background: var(--mist); }
.home-editorial .checkup__title { color: var(--navy); font-size: 1.15rem; font-weight: 600; }
.home-editorial .checkup__number { font-size: .78rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.home-editorial .checkup__field { padding: 21px 24px 20px; border-bottom: 1px solid var(--rule); }
.home-editorial .checkup__label { margin-bottom: 8px; color: var(--blue); font-size: .75rem; font-weight: 600; letter-spacing: .1em; }
.home-editorial .checkup__value { font-size: 1.02rem; line-height: 1.55; }
.home-editorial .checkup__status { padding: 20px 24px; background: var(--powder); }
.home-editorial .checkup__status b { color: var(--navy); font-size: .82rem; font-weight: 600; letter-spacing: .08em; }
.home-editorial .status { padding: 8px 14px; border-radius: var(--home-radius-pill); background: var(--navy); color: var(--white); font-size: .82rem; font-weight: 600; }
.home-editorial .trust { border-top: 0; background: var(--mist); }
.home-editorial .trust__inner { display: block; min-height: 0; padding-block: 40px 48px; }
.home-editorial .trust__label { margin: 0 0 28px; color: var(--navy); font-size: 1rem; font-weight: 600; text-align: left; }
.home-editorial .trust__logos { display: grid; grid-template-columns: repeat(10,minmax(0,1fr)); align-items: stretch; gap: 12px; border: 0; border-radius: 0; overflow: visible; }
.home-editorial .trust__logo,
.home-editorial .trust__logo:nth-last-child(4) { min-height: 124px; height: auto; display: flex; grid-column: span 2; align-items: center; justify-content: center; padding: 20px 18px; border: 1px solid var(--rule); border-radius: var(--home-radius-card); background: var(--white); }
.home-editorial .trust__logo:nth-child(6) { grid-column: span 2; }
.home-editorial .trust__logo img { width: auto; max-width: 100%; height: auto; max-height: 68px; object-fit: contain; }
.home-editorial .trust__logo--stellar img { max-height: 78px; }
.home-editorial .trust__logo--neihi img { max-height: 64px; }
.home-editorial .trust__logo--mobile-dental img { max-height: 58px; }
.home-editorial .trust__logo--manorly img { max-height: 48px; }
.home-editorial .trust__wordmark--provision { max-width: 160px; font-size: 1.08rem; line-height: 1.08; }
.home-editorial .trust__logo--2s img { max-height: 76px; }
.home-editorial .trust__logo--geniusden img { max-height: 46px; }
.home-editorial .trust__logo--onward img { max-height: 82px; }
.home-editorial .trust__hoj-lockup { width: min(100%,188px); display: flex; align-items: center; justify-content: center; gap: 14px; }
.home-editorial .trust__hoj-mark { width: 56px; height: 56px; flex: 0 0 56px; max-height: none; }
.home-editorial .trust__hoj-type { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.home-editorial .trust__hoj-name { color: #1b2a4a; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.18rem; font-weight: 600; letter-spacing: .28em; line-height: 1; }
.home-editorial .trust__hoj-rule { width: 100%; height: 1px; margin-block: 6px; background: #c9a84c; }
.home-editorial .trust__hoj-subtitle { color: #59616d; font-family: Montserrat, Arial, sans-serif; font-size: .42rem; font-weight: 300; letter-spacing: .21em; line-height: 1; white-space: nowrap; }
.home-editorial .trust__veteran-lockup { width: min(100%,210px); }
.home-editorial .section { padding-block: clamp(86px,10vw,138px); border-bottom: 1px solid var(--rule); }
.home-editorial .section--white { background: var(--white); }
.home-editorial .section--blue { background: var(--powder); border-top: 0; }
.home-editorial .section--mist { background: var(--mist); }
.home-editorial .section__grid { grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); gap: clamp(56px,8vw,110px); align-items: start; }
.home-editorial .section__copy { max-width: 650px; }
.home-editorial .section__copy p,
.home-editorial .how__right p,
.home-editorial .restraint p { max-width: 62ch; margin: 0; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.home-editorial .section__copy p + p,
.home-editorial .how__right p + p,
.home-editorial .restraint p + p { margin-top: 10px; }
.home-editorial .section__copy .emphasis { margin-top: 22px; color: var(--navy); font-size: 1.08rem; font-weight: 600; }
.home-editorial .time-list { margin: 4px 0 0; padding: 0; border: 0; border-top: 1px solid var(--navy); border-radius: 0; background: transparent; list-style: none; }
.home-editorial .time-list > li { display: block; padding: 0; border: 0; border-bottom: 1px solid var(--rule); }
.home-editorial .time-list li::before { content: none; }
.home-editorial .time-list details { color: var(--ink); }
.home-editorial .time-list summary { min-height: 76px; display: grid; grid-template-columns: minmax(0,1fr) 48px; gap: 18px; align-items: center; padding: 14px 0; color: var(--navy); font-size: clamp(1.08rem,1.55vw,1.3rem); font-weight: 600; line-height: 1.35; list-style: none; cursor: pointer; }
.home-editorial .time-list summary::-webkit-details-marker { display: none; }
.home-editorial .time-list summary:hover { color: var(--blue); }
.home-editorial .time-list__plus { position: relative; width: 44px; height: 44px; display: grid; place-items: center; justify-self: end; border-radius: 50%; background: var(--powder); color: var(--navy); }
.home-editorial .time-list__plus::before,
.home-editorial .time-list__plus::after { content: ""; position: absolute; width: 14px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s var(--ease), opacity .2s ease; }
.home-editorial .time-list__plus::after { transform: rotate(90deg); }
.home-editorial .time-list details[open] .time-list__plus::after { transform: rotate(0); opacity: 0; }
.home-editorial .time-list summary:hover .time-list__plus,
.home-editorial .time-list details[open] .time-list__plus { background: var(--navy); color: var(--white); }
.home-editorial .time-list__answer { max-width: 58ch; padding: 0 64px 24px 0; color: var(--muted); font-size: .98rem; line-height: 1.65; }
.home-editorial .time-list__answer p { margin: 0 0 12px; color: var(--ink); font-weight: 500; }
.home-editorial .time-list__answer ul { margin: 0; padding-left: 1.15rem; }
.home-editorial .time-list__answer li { display: list-item; margin: 7px 0; padding: 0 0 0 4px; border: 0; color: var(--muted); }
.home-editorial .familiar { margin: 24px 0 0; padding: 0; color: var(--blue); font-size: 1rem; }
.home-editorial .how__lead { color: var(--navy); font-family: var(--home-serif); font-size: clamp(2rem,3vw,2.8rem); font-weight: 400; line-height: 1.1; }
.home-editorial .how__bridge { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--rule); color: var(--navy); font-size: 1.05rem; font-weight: 600; }
.home-editorial .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 56px; border-top: 1px solid var(--navy); border-left: 1px solid var(--navy); border-radius: var(--home-radius-card); overflow: hidden; }
.home-editorial .step { min-height: 260px; padding: 25px 26px 28px; border: 0; border-right: 1px solid var(--navy); border-bottom: 1px solid var(--navy); border-radius: 0; }
.home-editorial .step__number { margin-bottom: 46px; color: var(--blue); font-size: .7rem; font-weight: 600; }
.home-editorial .step p { color: var(--muted); font-size: .93rem; line-height: 1.65; }
.home-editorial .step__aside { color: var(--blue); font-size: .9rem; }
.home-editorial .outcome { padding: 0; border: 1px solid var(--navy); border-radius: var(--home-radius-card); overflow: hidden; }
.home-editorial .outcome__row { gap: 30px; padding: 21px 23px; border-top: 1px solid var(--rule); }
.home-editorial .outcome__label { color: var(--blue); font-size: .68rem; font-weight: 600; letter-spacing: .12em; }
.home-editorial .outcome__value { color: var(--navy); font-size: 1.15rem; font-weight: 600; }
.home-editorial .outcome__gain { background: var(--powder); }
.home-editorial .outcome__number { font-family: var(--home-serif); font-size: 4.3rem; font-weight: 400; line-height: .82; }
.home-editorial .outcome__caption,
.home-editorial .outcome__year { margin-top: 9px; font-size: .85rem; font-weight: 400; line-height: 1.35; }
.home-editorial .outcome__year { margin-top: 4px; font-size: .9rem; }
.home-editorial .restraint__close { max-width: 540px; margin-top: 28px; padding-top: 24px; color: var(--navy); font-size: 1.05rem; font-weight: 600; }
.home-editorial .close { padding-block: clamp(92px,11vw,150px); background: var(--navy); color: var(--white); text-align: center; }
.home-editorial .close__inner { max-width: 790px; margin-inline: auto; }
.home-editorial .close .eyebrow,
.home-editorial .close h2 { color: var(--white); }
.home-editorial .close h2 { margin-bottom: 28px; font-size: clamp(3.15rem,5.8vw,5.4rem); }
.home-editorial .close p { max-width: 620px; margin: 9px auto 0; color: #dce8f1; font-size: 1.05rem; }
.home-editorial .close .button { margin-top: 30px; }
.home-editorial .close__note { color: #dce8f1; font-size: .94rem; }
.home-editorial .footer { border-top: 1px solid #315577; }
.home-editorial .footer .brand { color: var(--white); }
.home-editorial .footer__inner { min-height: 150px; }
.home-editorial .footer__meta { color: #c9dce9; font-size: .82rem; }
.home-editorial .page-hero { padding-block: clamp(82px,10vw,138px); background: var(--mist); border-bottom: 1px solid var(--rule); }
.home-editorial .page-hero__inner { max-width: 940px; }
.home-editorial .page-hero h1 { max-width: 880px; }
.home-editorial .page-hero .lede { max-width: 720px; }
.home-editorial .proof__quote { font-family: var(--home-serif); font-weight: 400; }
.home-editorial .document h1 { max-width: 760px; font-size: clamp(3.5rem,6vw,5.2rem); }
.home-editorial .document h2 { font-size: clamp(2rem,3vw,2.7rem); letter-spacing: -.025em; line-height: 1.08; }
.home-editorial .document h3 { font-family: var(--home-sans); font-size: 1.35rem; font-weight: 600; line-height: 1.2; }
.home-editorial .close__panel { max-width: none; padding: 0; border-radius: 0; background: transparent; }
.home-editorial .close__panel::after { content: none; }

@media (max-width: 1040px) {
  .home-editorial .hero::after { inset: 52% 0 0 0; }
  .home-editorial .hero__grid,
  .home-editorial .section__grid { grid-template-columns: 1fr; }
  .home-editorial .hero__grid { min-height: auto; }
  .home-editorial .hero__copy,
  .home-editorial .checkup,
  .home-editorial .section__copy,
  .home-editorial .how__right,
  .home-editorial .outcome { max-width: 760px; }
  .home-editorial .trust__logos { grid-template-columns: repeat(6,1fr); }
  .home-editorial .trust__logo:nth-child(6) { grid-column: span 2; }
  .home-editorial .trust__logo--veteran:last-child { grid-column: 3 / span 2; }
}

@media (max-width: 820px) {
  .home-editorial .nav__right { gap: 10px; }
}

@media (max-width: 620px) {
  .home-editorial .wrap { width: min(calc(100% - 32px),1180px); }
  .home-editorial .nav { min-height: 64px; }
  .home-editorial .brand { gap: 7px; font-size: .91rem; }
  .home-editorial .brand__mark,
  .home-editorial .brand__mark svg { width: 27px; height: 27px; }
  .home-editorial .button--nav { min-height: 44px; padding-inline: 13px; font-size: .78rem; }
  .home-editorial .hero::after { inset: 54% 0 0 0; }
  .home-editorial .hero__grid { gap: 44px; padding-block: 46px 58px; }
  .home-editorial .availability { margin-bottom: 21px; font-size: .78rem; }
  .home-editorial h1 { font-size: clamp(3.65rem,18vw,5rem); }
  .home-editorial h2 { font-size: clamp(3rem,14vw,4.2rem); }
  .home-editorial .lede { font-size: 1.05rem; }
  .home-editorial .hero .button,
  .home-editorial .close .button { width: 100%; }
  .home-editorial .checkup { padding: 0; }
  .home-editorial .checkup__head,
  .home-editorial .checkup__field,
  .home-editorial .checkup__status { padding-inline: 18px; }
  .home-editorial .trust__inner { padding-block: 28px 34px; }
  .home-editorial .trust__logos { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .home-editorial .trust__logo,
  .home-editorial .trust__logo:nth-last-child(4) { min-height: 112px; height: auto; grid-column: span 1; padding: 16px 12px; }
  .home-editorial .trust__logo:nth-child(6) { grid-column: span 1; }
  .home-editorial .trust__logo--veteran:last-child { grid-column: span 1; }
  .home-editorial .trust__hoj-lockup { width: min(100%,148px); gap: 8px; }
  .home-editorial .trust__hoj-mark { width: 44px; height: 44px; flex-basis: 44px; }
  .home-editorial .trust__hoj-name { font-size: .95rem; letter-spacing: .24em; }
  .home-editorial .trust__hoj-rule { margin-block: 5px; }
  .home-editorial .trust__hoj-subtitle { font-size: .34rem; letter-spacing: .16em; }
  .home-editorial .trust__logo:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .home-editorial .section { padding-block: 72px; }
  .home-editorial .section__grid { gap: 42px; }
  .home-editorial .section__copy p,
  .home-editorial .how__right p,
  .home-editorial .restraint p { font-size: 1rem; }
  .home-editorial .time-list { padding: 0; }
  .home-editorial .time-list summary { min-height: 72px; gap: 12px; }
  .home-editorial .time-list__answer { padding-right: 0; }
  .home-editorial .steps { grid-template-columns: 1fr; margin-top: 36px; }
  .home-editorial .step { min-height: 0; padding: 24px; }
  .home-editorial .step__number { margin-bottom: 22px; }
  .home-editorial .outcome { padding: 0; }
  .home-editorial .outcome__row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .home-editorial .outcome__value { text-align: left; }
  .home-editorial .close h2 { font-size: clamp(3rem,14vw,4.2rem); }
  .home-editorial .footer__inner { min-height: 220px; }
  .home-editorial .page-hero { padding-block: 64px 76px; }
  .home-editorial .document h1 { font-size: clamp(3rem,14vw,4.2rem); }
}

@media (max-width: 380px) {
  .home-editorial .brand__word { display: none; }
}
