:root {
  --paper: #f6f8fc;
  --white: #ffffff;
  --ink: #111827;
  --ink-2: #394359;
  --muted: #687389;
  --line: #dce2ed;
  --line-soft: #edf0f5;
  --orange: #e9632f;
  --orange-dark: #bf4318;
  --orange-soft: #fff0e8;
  --blue: #3157d5;
  --blue-dark: #213c9c;
  --blue-soft: #e9eeff;
  --navy: #101827;
  --navy-2: #182338;
  --green: #16805f;
  --shadow: 0 26px 72px rgba(22, 31, 50, .16);
  --shell: min(1200px, calc(100vw - 48px));
  --display: "Segoe UI Variable Display", "Aptos Display", "Segoe UI", sans-serif;
  --body: "Segoe UI Variable Text", "Aptos", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; border-radius: 8px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--orange) 76%, white); outline-offset: 3px; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 226, 237, .86); background: rgba(246, 248, 252, .9); backdrop-filter: blur(18px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 160px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a { color: var(--ink-2); font-size: 14px; font-weight: 680; transition: color .18s ease; }
.site-nav > a:hover { color: var(--ink); }
.site-nav .header-cta { display: inline-flex; min-height: 42px; align-items: center; gap: 10px; padding: 0 17px; border-radius: 10px; background: var(--ink); color: white; }
.site-nav .header-cta:hover { background: var(--orange-dark); color: white; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px; background: var(--ink); }

.hero { position: relative; padding: 86px 0 88px; overflow: hidden; background: radial-gradient(circle at 88% 10%, rgba(49, 87, 213, .13), transparent 31%), linear-gradient(180deg, #fafbfe 0%, #f2f5fb 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .24; background-image: linear-gradient(rgba(17, 24, 39, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 24, 39, .07) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(370px, .82fr) minmax(650px, 1.38fr); align-items: center; gap: 64px; }
.product-name { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; margin: 0 0 23px; font-size: 13px; letter-spacing: .025em; }
.product-name strong { padding: 6px 10px; border-radius: 7px; background: var(--blue); color: white; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.product-name span { color: var(--blue-dark); font-weight: 760; }
.hero h1, .section-intro h2, .sidebar-copy h2, .customize-copy h2, .agency-band h2, .pricing-copy h2, .privacy-heading h2, .section-heading h2, .closing-inner h2, .legal-hero h1 { font-family: var(--display); letter-spacing: -.052em; line-height: .98; }
.hero h1 { max-width: 620px; margin: 0; font-size: clamp(53px, 5.2vw, 76px); font-weight: 735; }
.hero-statement { margin: 18px 0 0; color: var(--orange-dark); font-family: var(--display); font-size: clamp(29px, 3vw, 41px); font-weight: 720; letter-spacing: -.035em; line-height: 1.05; }
.hero-lede { max-width: 590px; margin: 25px 0 0; color: var(--ink-2); font-size: 19px; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 13px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-size: 15px; font-weight: 750; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 12px 30px rgba(233, 99, 47, .24); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.68); color: var(--ink); }
.button-secondary:hover { border-color: #c2cad8; background: white; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--orange-soft); }
.button-block { width: 100%; }
.price-note { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 20px; color: var(--muted); font-size: 13px; }
.price-note strong { color: var(--ink); }
.price-note i { width: 4px; height: 4px; margin: 0 3px; border-radius: 50%; background: var(--orange); }

.hero-media { min-width: 0; margin: 0; }
.screen-frame { overflow: hidden; width: 100%; border: 1px solid rgba(17, 24, 39, .13); border-radius: 15px; background: white; box-shadow: var(--shadow); }
.screen-frame img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: contain; background: white; }
.frame-bar { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 15px; border-bottom: 1px solid var(--line-soft); background: #fbfcfe; color: var(--muted); font-size: 11px; font-weight: 690; }
.frame-bar span { display: inline-flex; align-items: center; gap: 8px; }
.frame-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(22,128,95,.12); }
.frame-bar strong { color: var(--ink-2); font-size: 11px; }
.hero-media figcaption { display: grid; gap: 3px; margin: 15px 18px 0; color: var(--muted); font-size: 13px; }
.hero-media figcaption b { color: var(--ink); }

.choice-strip { border-block: 1px solid var(--line); background: white; }
.choice-grid { min-height: 104px; display: grid; grid-template-columns: auto 1fr 48px auto 1fr; align-items: center; gap: 20px; }
.choice-label { display: grid; gap: 3px; }
.choice-label span { color: var(--muted); font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.choice-label strong { color: var(--ink-2); font-size: 14px; }
.active-choice span { color: var(--blue); }
.mail-stream { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.mail-stream i { width: 25px; height: 18px; border: 1px solid #cbd2df; border-radius: 4px; background: #f5f7fa; }
.mail-stream b { margin-left: 5px; color: #a2aabb; font-size: 20px; }
.selected-stream i { opacity: .28; }
.selected-stream i.selected { opacity: 1; border-color: var(--orange); background: var(--orange-soft); box-shadow: inset 0 -3px 0 var(--orange); }
.selected-stream b { color: var(--orange); }
.choice-divider { display: grid; place-items: center; }
.choice-divider span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 11px; font-weight: 740; }

.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 780; letter-spacing: .115em; line-height: 1.3; text-transform: uppercase; }
.kicker > span { width: 26px; height: 2px; background: var(--orange); }
.kicker.light { color: #bdc9f4; }
.section-intro { display: grid; grid-template-columns: 1.1fr .72fr; gap: 46px 90px; align-items: end; }
.section-intro .kicker { grid-column: 1 / -1; margin-bottom: -18px; }
.section-intro h2 { margin: 0; font-size: clamp(46px, 5.2vw, 68px); }
.section-intro > p:last-child { margin: 0; color: var(--ink-2); font-size: 18px; line-height: 1.7; }

.sync-section { background: white; }
.sync-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border: 1px solid var(--line); }
.sync-steps article { min-height: 250px; padding: 28px; background: white; }
.sync-steps article + article { border-left: 1px solid var(--line); }
.sync-steps .featured-step { position: relative; background: var(--blue); color: white; }
.sync-steps .featured-step::before { content: ""; position: absolute; top: -1px; left: 28px; right: 28px; height: 4px; background: var(--orange); }
.step-number { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--blue); font-size: 12px; font-weight: 800; }
.featured-step .step-number { border-color: rgba(255,255,255,.3); color: white; }
.sync-steps h3 { margin: 54px 0 0; font-size: 21px; }
.sync-steps p { margin: 11px 0 0; color: var(--muted); line-height: 1.65; }
.featured-step p { color: #dce4ff; }
.boundary-note { display: flex; align-items: center; gap: 18px; margin-top: 22px; padding: 18px 22px; border-left: 3px solid var(--orange); background: var(--orange-soft); }
.boundary-note strong { flex: 0 0 auto; }
.boundary-note span { color: var(--ink-2); }

.sidebar-section { overflow: hidden; background: var(--navy); color: white; }
.sidebar-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 72px; }
.sidebar-copy h2 { margin: 0; font-size: clamp(48px, 5vw, 68px); }
.sidebar-copy > p:not(.kicker) { margin: 26px 0 0; color: #b8c1d1; font-size: 18px; }
.feature-list { display: grid; gap: 0; margin: 34px 0 0; padding: 0; border-top: 1px solid #2d3850; list-style: none; }
.feature-list li { display: grid; gap: 4px; padding: 17px 0; border-bottom: 1px solid #2d3850; }
.feature-list strong { font-size: 15px; }
.feature-list span { color: #9da8bb; font-size: 14px; }
.sidebar-media { min-width: 0; margin: 0; }
.dark-screen { border-color: #33405a; box-shadow: 0 32px 90px rgba(0,0,0,.4); }
.dark-screen .frame-bar { border-color: #28344a; background: #1a253a; color: #9da8bb; }
.dark-screen .frame-bar strong { color: #d5dbea; }

.customize-section { background: #eef2f8; }
.customize-grid { display: grid; grid-template-columns: 400px 1fr; align-items: center; gap: 110px; }
.portrait-column { display: grid; justify-items: center; }
.portrait-frame { overflow: hidden; width: min(100%, 330px); margin: 0; border: 8px solid #202b40; border-radius: 27px; background: #fffaf5; box-shadow: 0 30px 74px rgba(22,31,50,.24); }
.portrait-frame img { width: 100%; height: auto; aspect-ratio: 390 / 844; object-fit: contain; }
.portrait-column > p { margin: 17px 0 0; color: var(--muted); font-size: 12px; }
.customize-copy h2 { max-width: 700px; margin: 0; font-size: clamp(47px, 5vw, 67px); }
.customize-copy > p:not(.kicker) { max-width: 730px; margin: 25px 0 0; color: var(--ink-2); font-size: 18px; }
.config-list { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 38px; border: 1px solid var(--line); background: white; }
.config-list article { min-height: 160px; padding: 22px; }
.config-list article:nth-child(even) { border-left: 1px solid var(--line); }
.config-list article:nth-child(n+3) { border-top: 1px solid var(--line); }
.config-list span { display: block; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.config-list p { margin: 18px 0 0; color: var(--ink-2); font-size: 14px; line-height: 1.65; }

.agency-band { padding: 78px 0; background: var(--blue); color: white; }
.agency-band-inner { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 100px; }
.agency-band h2 { max-width: 760px; margin: 0; font-size: clamp(43px, 4.7vw, 64px); }
.agency-band-inner > p { margin: 0; color: #dbe3ff; font-size: 18px; line-height: 1.7; }

.pricing-section { background: white; }
.pricing-grid { display: grid; grid-template-columns: 1fr 460px; align-items: center; gap: 120px; }
.pricing-copy h2 { max-width: 720px; margin: 0; font-size: clamp(49px, 5.8vw, 72px); }
.pricing-copy > p:not(.kicker) { margin: 26px 0 0; color: var(--ink-2); font-size: 18px; }
.pricing-card { padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 28px 70px rgba(22,31,50,.12); }
.plan-label { margin: 0; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.price { display: flex; align-items: end; gap: 14px; margin: 16px 0 28px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.price strong { font-family: var(--display); font-size: 74px; line-height: .9; letter-spacing: -.06em; }
.price span { color: var(--muted); font-size: 13px; line-height: 1.4; }
.check-list { display: grid; gap: 12px; margin: 0 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: var(--ink-2); }
.check-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--green); font-weight: 850; }
.membership-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.privacy-section { background: var(--orange-soft); }
.privacy-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.privacy-heading h2 { margin: 0; font-size: clamp(48px, 5vw, 67px); }
.privacy-points { display: grid; }
.privacy-points article { display: grid; grid-template-columns: 76px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid #edcdbd; }
.privacy-points article:first-child { padding-top: 0; }
.privacy-points article > span { color: var(--orange-dark); font-size: 11px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.privacy-points h3 { margin: 0; font-size: 18px; }
.privacy-points p { margin: 7px 0 0; color: var(--ink-2); }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; color: var(--orange-dark); font-weight: 760; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.section-heading h2 { margin: 0; font-size: clamp(45px, 4.8vw, 65px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 48px 23px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 710; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 34px; right: 7px; width: 14px; height: 2px; background: var(--ink); transition: transform .18s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 720px; margin: -5px 0 24px; color: var(--muted); }

.closing-cta { padding: 102px 0; background: var(--navy); color: white; text-align: center; }
.closing-inner { display: grid; justify-items: center; }
.closing-inner > img { width: 72px; margin-bottom: 24px; }
.closing-inner h2 { max-width: 850px; margin: 0; font-size: clamp(50px, 6vw, 78px); }
.closing-inner .button { margin-top: 34px; }

.site-footer { padding: 68px 0 30px; background: #0a101d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.7fr; gap: 90px; }
.footer-brand img { filter: brightness(0) invert(1); }
.footer-brand p { max-width: 350px; margin: 18px 0 0; color: #8f9aaf; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.footer-links > div { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 8px; color: #7e8aa1; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: #d3d8e3; font-size: 14px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 24px; border-top: 1px solid #222c3e; color: #7e8aa1; font-size: 12px; }

/* Legal pages */
.legal-page { background: white; }
.legal-page .site-header { background: rgba(255,255,255,.92); }
.legal-hero { padding: 88px 0 70px; border-bottom: 1px solid var(--line); background: var(--paper); }
.legal-hero h1 { margin: 0; font-size: clamp(52px, 7vw, 82px); }
.legal-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 23px; color: var(--muted); font-size: 14px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 90px; padding: 76px 0 110px; }
.legal-toc { position: sticky; top: 104px; align-self: start; display: grid; gap: 10px; }
.legal-toc strong { margin-bottom: 7px; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.legal-toc a { color: var(--muted); font-size: 13px; }
.legal-toc a:hover { color: var(--orange-dark); }
.legal-content { color: var(--ink-2); }
.legal-content .legal-intro { margin: 0 0 46px; color: var(--ink); font-size: 20px; line-height: 1.65; }
.legal-content section { scroll-margin-top: 104px; padding: 0 0 38px; }
.legal-content h2 { margin: 0 0 15px; color: var(--ink); font-family: var(--display); font-size: 30px; letter-spacing: -.03em; }
.legal-content h3 { margin: 24px 0 8px; color: var(--ink); font-size: 17px; }
.legal-content p { margin: 0 0 14px; }
.legal-content ul { display: grid; gap: 8px; margin: 12px 0 18px; padding-left: 22px; }
.legal-content li { padding-left: 4px; }
.legal-content a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-callout { margin: 8px 0 24px; padding: 18px 20px; border-left: 3px solid var(--orange); background: var(--orange-soft); }
.legal-uppercase { font-size: 14px; font-weight: 700; }
.legal-contact { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }

.has-reveal .reveal { opacity: 0; transform: translateY(22px); transition: opacity .68s ease, transform .68s cubic-bezier(.2,.65,.25,1); }
.has-reveal .reveal[data-delay="1"] { transition-delay: .1s; }
.has-reveal .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 920px); }
  .hero { padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 780px; }
  .choice-grid { grid-template-columns: auto 1fr; padding: 22px 0; }
  .choice-divider { display: none; }
  .section-intro { grid-template-columns: 1fr; gap: 26px; }
  .section-intro .kicker { grid-column: auto; margin-bottom: -4px; }
  .sidebar-grid { grid-template-columns: 1fr; gap: 50px; }
  .sidebar-copy { max-width: 760px; }
  .customize-grid { grid-template-columns: 320px 1fr; gap: 70px; }
  .agency-band-inner { grid-template-columns: 1fr; gap: 28px; }
  .pricing-grid { grid-template-columns: 1fr 420px; gap: 68px; }
  .privacy-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 800px) {
  .section { padding: 82px 0; }
  .header-inner { min-height: 66px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; align-items: stretch; padding: 18px 20px 22px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 20px 40px rgba(24,31,49,.12); }
  .site-nav[data-open] { display: grid; gap: 3px; }
  .site-nav > a { padding: 10px 4px; }
  .site-nav .header-cta { justify-content: center; margin-top: 8px; padding: 0 16px; }
  .hero { padding: 58px 0 62px; }
  .hero h1 { font-size: clamp(47px, 12vw, 68px); }
  .hero-lede { font-size: 17px; }
  .choice-grid { grid-template-columns: 1fr; gap: 12px; }
  .mail-stream { justify-content: flex-start; margin-bottom: 8px; }
  .sync-steps { grid-template-columns: 1fr; }
  .sync-steps article { min-height: 0; }
  .sync-steps article + article { border-left: 0; border-top: 1px solid var(--line); }
  .sync-steps h3 { margin-top: 30px; }
  .boundary-note { align-items: flex-start; flex-direction: column; gap: 3px; }
  .customize-grid { grid-template-columns: 1fr; gap: 54px; }
  .portrait-column { order: 2; }
  .customize-copy { order: 1; }
  .pricing-grid { grid-template-columns: 1fr; gap: 46px; }
  .pricing-card { max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr; gap: 44px; }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; padding-top: 52px; }
  .legal-toc { position: static; grid-template-columns: repeat(2, 1fr); padding: 20px; border: 1px solid var(--line); border-radius: 12px; }
  .legal-toc strong { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .hero { padding-top: 46px; }
  .product-name { align-items: flex-start; flex-direction: column; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .price-note { align-items: flex-start; }
  .price-note i { margin-top: 8px; }
  .screen-frame { border-radius: 10px; }
  .screen-frame img { height: auto; object-fit: contain; }
  .frame-bar { min-height: 38px; padding: 0 10px; }
  .frame-bar > span { display: none; }
  .frame-bar strong { margin-left: auto; }
  .hero-media figcaption { margin-inline: 4px; }
  .mail-stream i { width: 22px; height: 16px; }
  .section-intro h2, .sidebar-copy h2, .customize-copy h2, .privacy-heading h2, .section-heading h2 { font-size: clamp(40px, 11vw, 55px); }
  .section-intro > p:last-child, .sidebar-copy > p:not(.kicker), .customize-copy > p:not(.kicker) { font-size: 16px; }
  .config-list { grid-template-columns: 1fr; }
  .config-list article:nth-child(even) { border-left: 0; }
  .config-list article + article { border-top: 1px solid var(--line); }
  .agency-band { padding: 64px 0; }
  .pricing-card { padding: 27px 22px; }
  .price strong { font-size: 64px; }
  .privacy-points article { grid-template-columns: 62px 1fr; gap: 12px; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 35px; }
  .footer-bottom { display: grid; }
  .legal-hero { padding: 58px 0 50px; }
  .legal-hero h1 { font-size: 50px; }
  .legal-toc { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 14px; }
  .legal-toc a { font-size: 12px; }
}

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