* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--jds-milk); }
body { margin: 0; color: var(--jds-blueberry); font-family: var(--font-body); line-height: 1.65; }
a { color: var(--jds-blue-800); text-underline-offset: .2em; }
a:hover { color: var(--jds-blue-700); }
a:focus-visible { outline: 3px solid var(--jds-blue-600); outline-offset: 5px; }
p { margin: 0 0 1em; }
h1, h2 { font-family: var(--font-display); letter-spacing: -.025em; line-height: 1.08; text-transform: none; }
h1 { font-size: clamp(2.7rem, 5vw, 4.5rem); max-width: 12ch; margin: .25em 0 .45em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); margin: .25em 0 .5em; }
.nav, main, .footer { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.nav { padding-block: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav a, .footer a { display: inline-flex; align-items: center; min-height: 44px; }
.mark { font-family: var(--font-display); font-size: 1.7rem; font-weight: 900; text-decoration: none; }
.mark span { color: var(--jds-blue-600); }
.skip { position: fixed; top: 8px; left: 8px; z-index: 10; padding: 12px; background: var(--jds-white); transform: translateY(-160%); }
.skip:focus { transform: none; }
.hero { display: grid; grid-template-columns: 1fr 1.05fr; gap: 44px; align-items: center; padding: 38px 0 64px; }
.eyebrow, .number { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; color: var(--jds-blue-800); }
.lede { font-size: clamp(1.12rem, 1.8vw, 1.35rem); line-height: 1.5; }
figure { margin: 0; }
figure img { display: block; width: 100%; height: auto; border-radius: 12px; }
figcaption, .small { font-size: .8rem; color: var(--jds-neutral-700); }
figcaption { margin-top: 10px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-block: 22px 14px; }
.actions a { display: inline-flex; align-items: center; min-height: 44px; }
.button { display: inline-flex; min-height: 50px; align-items: center; padding: 12px 22px; border: 1px solid var(--jds-blueberry); border-radius: 6px; background: var(--jds-blueberry); color: var(--jds-white); text-decoration: none; font-weight: 700; }
.button:hover { background: var(--jds-navy-600); color: var(--jds-white); }
.button.secondary { background: transparent; color: var(--jds-blueberry); }
.button.secondary:hover { background: var(--jds-blue-50); }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; border-block: 1px solid var(--jds-neutral-200); padding: 32px 0; }
.features h2 { font-size: 1.5rem; }
.features p { margin-bottom: 0; }
.number { display: block; margin-bottom: 12px; }
.section { padding-block: 68px; }
.example { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.report { padding: 26px; border: 1px solid var(--jds-neutral-200); border-radius: 12px; background: var(--jds-white); box-shadow: 0 10px 32px color-mix(in srgb, var(--jds-blueberry) 6%, transparent); }
.totals { display: flex; gap: 25px; align-items: center; font-family: var(--font-display); font-size: 2.8rem; font-weight: 800; }
.totals small { display: block; font-family: var(--font-body); font-size: .75rem; color: var(--jds-neutral-700); font-weight: 500; }
.table-wrap { max-width: 100%; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .85rem; margin-top: 18px; }
caption { text-align: left; font-weight: 700; padding-bottom: 8px; }
th, td { text-align: left; padding: 9px 8px; border-top: 1px solid var(--jds-neutral-200); }
th:first-child, td:first-child { padding-left: 0; }
th:last-child, td:last-child { text-align: right; padding-right: 0; }
.changes { font-size: .85rem; margin: 18px 0 0; }
.setup { border-block: 1px solid var(--jds-neutral-200); display: grid; grid-template-columns: 1fr 1fr; gap: 20px 70px; }
.setup ol { margin: 0; padding-left: 22px; }
.setup li { padding-left: 6px; margin-bottom: 16px; }
.setup .button { justify-self: start; }
.make-yours { max-width: 760px; }
.footer { border-top: 1px solid var(--jds-neutral-200); padding-block: 24px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px 36px; justify-content: space-between; font-size: .85rem; }
@media (max-width: 850px) { .hero, .example, .setup { grid-template-columns: 1fr; gap: 28px; } h1 { max-width: 18ch; } .hero figure { max-width: 640px; } .features { gap: 20px; } }
@media (max-width: 580px) { .nav, main, .footer { width: calc(100% - 32px); } .hero { padding-block: 24px 38px; } .features { grid-template-columns: 1fr; } .section { padding-block: 42px; } .report { padding: 18px; } .actions { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.hero { grid-template-columns: 1fr; gap: 28px; }
.hero > div { max-width: 780px; }
.hero h1 { max-width: 18ch; }
.hero figure { max-width: none; }
.example figure { max-width: 330px; justify-self: center; border: 1px solid var(--jds-neutral-200); border-radius: 12px; overflow: hidden; background: var(--jds-white); }
.example figcaption { padding: 14px; margin: 0; }
.caution { padding: 18px 22px; border-left: 3px solid var(--jds-blue-600); background: var(--jds-blue-50); }
