:root {
  --navy: #11233e;
  --navy-2: #183451;
  --teal: #00aaa7;
  --blue: #2768d8;
  --ink: #142642;
  --muted: #62728b;
  --paper: #f7fafc;
  --line: #dce5ec;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 100; }
.skip-link:focus { left: 16px; background: white; padding: 10px 14px; border: 2px solid var(--teal); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(220,229,236,.9);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark { width: 38px; height: 34px; object-fit: contain; }
.brand-lockup { width: 248px; height: 52px; object-fit: contain; }
nav { display: flex; gap: 28px; margin-left: auto; }
nav a { color: #506178; font-size: .9rem; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--ink); }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  color: white;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 5px;
  font-size: .92rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(39,104,216,.18);
  transition: transform .2s ease, background .2s ease;
}
.button:hover { background: #1755bd; transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 0 16px; font-size: .82rem; }
.button small { margin-left: 9px; padding-left: 9px; border-left: 1px solid rgba(255,255,255,.3); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.button-disabled { color: #9aa9ba; background: rgba(255,255,255,.06); border-color: #51647a; box-shadow: none; cursor: not-allowed; }
.button-disabled:hover { color: #9aa9ba; background: rgba(255,255,255,.06); transform: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 112px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(0,170,167,.19), transparent 32%),
    linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.035) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(255,255,255,.025) 50%, transparent 50.2%),
    linear-gradient(135deg, #0b1a2f 0%, #112946 58%, #0a1d34 100%);
  background-size: auto, 64px 64px, 64px 64px, auto;
}
.hero::before { content: ""; position: absolute; width: 7px; inset: 0 auto 0 0; background: linear-gradient(var(--teal), #40d5d2); }
.hero::after { content: ""; position: absolute; width: 480px; height: 480px; right: -250px; bottom: -300px; border: 1px solid rgba(68,216,212,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(68,216,212,.035), 0 0 0 140px rgba(68,216,212,.025); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: #008b8a; font-size: .72rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(3rem, 5.3vw, 5.2rem); line-height: .98; letter-spacing: -.058em; }
h2 { margin-bottom: 0; font-size: clamp(2.1rem, 3.3vw, 3.35rem); line-height: 1.04; letter-spacing: -.045em; }
h3 { font-size: 1.08rem; letter-spacing: -.02em; }
.hero .eyebrow { color: #4de0dc; }
.hero-lede { max-width: 620px; color: #bdc9d7; font-size: 1.17rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 34px 0 32px; }
.release-note { max-width: 570px; margin: -12px 0 26px; color: #8fa1b4; font-size: .78rem; line-height: 1.55; }
.text-link { color: inherit; font-size: .92rem; font-weight: 750; text-decoration: none; border-bottom: 1px solid #8295a9; padding-bottom: 4px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0; padding: 0; list-style: none; color: #aebdcd; font-size: .8rem; font-weight: 650; }
.trust-list li::before { content: "✓"; color: var(--teal); margin-right: 7px; font-weight: 900; }
.hero-visual {
  position: relative;
  padding: 46px 24px 24px;
  background: white;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 18px;
  color: var(--ink);
  box-shadow: 0 36px 80px rgba(0,0,0,.32);
  transform: rotate(.5deg);
}
.hero-visual::after { content: ""; position: absolute; inset: 11px -11px -11px 11px; z-index: -1; border: 1px solid rgba(77,224,220,.48); border-radius: 18px; }
.hero-visual img { width: 100%; }
.visual-label { position: absolute; top: 15px; left: 24px; font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.visual-label span { color: var(--teal); margin-right: 8px; }
.visual-note { display: flex; align-items: center; gap: 8px; margin-top: 15px; color: #6d7c8f; font-size: .72rem; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(0,170,167,.12); }

.section { padding: 108px 0; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; }
.problem-copy { color: var(--muted); font-size: 1.03rem; line-height: 1.7; }
.problem { position: relative; }
.quote-card { margin-top: 30px; padding: 24px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--teal); font-weight: 700; }
.quote-card span { display: block; margin-bottom: 8px; color: #008b8a; font-size: .65rem; letter-spacing: .14em; }

.friction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.friction-grid > div {
  min-height: 142px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #30445e;
  font-size: .88rem;
  font-weight: 680;
  line-height: 1.5;
}
.friction-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--teal);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .14em;
}

.origin { color: white; background: #0b1a2f; }
.origin-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.origin h2 { max-width: 540px; }
.origin blockquote {
  margin: 54px 0 0;
  padding: 24px 0 0 26px;
  border-top: 1px solid #30445e;
  border-left: 3px solid var(--teal);
  color: #89e2df;
  font-size: 1.08rem;
  font-weight: 720;
  line-height: 1.55;
}
.origin-story > p { max-width: 690px; margin-bottom: 18px; color: #b5c2d0; font-size: 1.04rem; line-height: 1.75; }
.origin-story > p:last-of-type { margin-bottom: 42px; }
.origin-points { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #30445e; border-left: 1px solid #30445e; }
.origin-points > div { min-height: 180px; padding: 25px; border-right: 1px solid #30445e; border-bottom: 1px solid #30445e; }
.origin-points span { display: block; margin-bottom: 28px; color: #43d7d3; font-size: .65rem; font-weight: 850; letter-spacing: .14em; }
.origin-points strong { display: block; margin-bottom: 9px; color: white; font-size: .94rem; }
.origin-points p { margin: 0; color: #9dabbc; font-size: .8rem; line-height: 1.55; }

.workflow { background: var(--navy); color: white; }
.workflow .eyebrow, .cta .eyebrow { color: #35d2cf; }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading > p, .section-heading > div + p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.workflow .section-heading p { color: #adbbcb; }
.workflow-track { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #3b4e67; }
.workflow-track li { position: relative; padding: 30px 24px 0 0; }
.workflow-track li::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.workflow-track span { display: block; margin-bottom: 42px; color: #4fd7d4; font-size: .7rem; font-weight: 850; letter-spacing: .16em; }
.workflow-track strong { display: block; margin-bottom: 10px; font-size: 1.04rem; }
.workflow-track p { color: #aebccd; font-size: .82rem; line-height: 1.55; }

.capture { background: var(--paper); }
.capture-intro { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: start; }
.capture-intro > div:last-child { color: var(--muted); font-size: 1.03rem; line-height: 1.72; }
.capture-emphasis { margin: 24px 0 0; padding: 20px 22px; color: var(--ink); background: white; border-left: 4px solid var(--teal); font-weight: 720; }
.capture-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid #cad8e3; border-left: 1px solid #cad8e3; }
.capture-steps > div { min-height: 156px; padding: 28px; background: white; border-right: 1px solid #cad8e3; border-bottom: 1px solid #cad8e3; }
.capture-steps span { display: block; margin-bottom: 24px; color: var(--teal); font-size: .65rem; font-weight: 850; letter-spacing: .15em; }
.capture-steps strong { display: block; margin-bottom: 8px; }
.capture-steps p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.product-showcase { margin-top: 42px; }
.product-showcase figure, .screenshot-grid figure { margin: 0; background: white; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(17,35,62,.1); }
.screen-crop { overflow: hidden; background: #edf2f8; border-bottom: 1px solid var(--line); }
.screen-crop img { width: 100%; transform: translateY(-12%); margin-bottom: -12%; }
.screen-crop-hero { border: 1px solid #dfe8ee; }
.screen-crop-hero img { transform: translateY(-12%); margin-bottom: -12%; }
.product-showcase figcaption, .screenshot-grid figcaption { display: flex; gap: 18px; align-items: baseline; padding: 20px 22px; }
.product-showcase figcaption strong, .screenshot-grid figcaption strong { white-space: nowrap; }
.product-showcase figcaption span, .screenshot-grid figcaption span { color: var(--muted); font-size: .82rem; line-height: 1.5; }

.features { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.feature-grid article:hover { background: var(--paper); }
.feature-no { display: block; margin-bottom: 38px; color: var(--teal); font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.screenshot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 42px; }

.calculator { padding-top: 0; background: white; }
.calculator-card { display: grid; grid-template-columns: 92px 1fr auto; gap: 34px; align-items: center; padding: 48px; color: white; background: linear-gradient(120deg, #152b49, #1b4562); }
.calculator-mark { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid #4d6b82; color: #45d9d5; font-size: 2.2rem; font-weight: 800; }
.calculator-card h2 { font-size: clamp(2rem, 3vw, 3rem); }
.calculator-card p:not(.eyebrow) { max-width: 720px; margin: 15px 0 0; color: #b6c5d2; line-height: 1.65; }
.coming-pill { padding: 10px 14px; border: 1px solid #55738b; border-radius: 999px; color: #6be2df; font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }

.status-section { background: var(--paper); }
.status-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.status-lede { margin: 24px 0 0; color: var(--muted); line-height: 1.7; }
.status-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfdbe4; }
.status-list li { display: grid; grid-template-columns: 50px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid #cfdbe4; font-size: .92rem; font-weight: 720; }
.status-list span { color: var(--teal); font-size: .65rem; font-weight: 850; letter-spacing: .13em; }

.pricing { color: white; background: linear-gradient(135deg, #102640 0%, #173958 100%); }
.pricing-grid { display: grid; grid-template-columns: 1fr 440px; gap: 100px; align-items: center; }
.pricing h2 { max-width: 650px; }
.pricing-copy { max-width: 580px; margin: 24px 0 0; color: #adbdcc; font-size: 1.02rem; line-height: 1.7; }
.price-card { padding: 42px; color: var(--ink); background: white; border-top: 5px solid var(--teal); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.price-label { margin-bottom: 20px; color: #52657c; font-size: .75rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.price { display: flex; align-items: flex-start; margin-bottom: 28px; color: var(--navy); font-size: 4.4rem; font-weight: 840; letter-spacing: -.06em; line-height: 1; }
.price > span { margin: 8px 4px 0 0; font-size: 1.3rem; letter-spacing: 0; }
.price small { align-self: flex-end; margin: 0 0 9px 10px; color: #6c7b8e; font-size: .78rem; font-weight: 700; letter-spacing: 0; }
.price-card ul { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.price-card li { padding: 13px 0; border-bottom: 1px solid var(--line); color: #4d6077; font-size: .86rem; }
.price-card li::before { content: "✓"; margin-right: 10px; color: var(--teal); font-weight: 900; }
.price-card .button { width: 100%; }
.price-note { margin: 16px 0 0; color: #8491a0; font-size: .7rem; line-height: 1.5; text-align: center; }

.privacy { padding-top: 20px; background: linear-gradient(180deg,#fff 0 50%,var(--paper) 50%); }
.privacy-card { display: grid; grid-template-columns: 90px 1fr 290px; gap: 40px; align-items: center; padding: 58px; color: white; background: var(--navy-2); box-shadow: 0 24px 54px rgba(17,35,62,.16); }
.privacy-card h2 { max-width: 700px; }
.privacy-card p:not(.eyebrow) { max-width: 710px; margin: 18px 0 0; color: #b7c4d3; line-height: 1.65; }
.privacy-badge { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid #476079; border-radius: 50%; }
.privacy-badge svg { width: 40px; fill: none; stroke: #3ad4d1; stroke-width: 2; }
.privacy-rule { padding-left: 28px; border-left: 1px solid #476079; }
.privacy-rule span { display: block; margin-bottom: 10px; color: #3ad4d1; font-size: .65rem; font-weight: 850; letter-spacing: .15em; }
.privacy-rule strong { font-size: .92rem; line-height: 1.45; }

.cta { color: white; background: var(--navy); }
.cta-inner { display: grid; grid-template-columns: 1.15fr .55fr; gap: 90px; align-items: end; }
.cta-inner p:not(.eyebrow) { color: #afbdcd; line-height: 1.65; }
.button-light { margin-top: 16px; color: var(--navy); background: white; border-color: white; box-shadow: none; }
.button-light:hover { color: white; background: var(--teal); border-color: var(--teal); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.cta-actions .button { margin-top: 0; }
.button-disabled-dark { color: #7f91a4; background: transparent; border-color: #42566d; }
.button-disabled-dark:hover { color: #7f91a4; background: transparent; }
.signup-form { margin-top: 24px; }
.signup-fields { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12px; }
.signup-fields label { display: grid; gap: 8px; color: #c5d0dc; font-size: .8rem; font-weight: 700; }
.signup-fields input { width: 100%; min-height: 48px; padding: 0 14px; color: var(--ink); background: white; border: 1px solid #708299; border-radius: 5px; font: inherit; }
.signup-fields input:focus { outline: 3px solid rgba(77,224,220,.28); border-color: #4de0dc; }
.signup-form button { cursor: pointer; font: inherit; }
.signup-form button:disabled { opacity: .65; cursor: wait; }
.signup-note { margin: 13px 0 0 !important; color: #8fa1b4 !important; font-size: .72rem; line-height: 1.5 !important; }
.signup-note a { color: #c9d7e4; }
.form-status { min-height: 1.5em; margin: 10px 0 0 !important; color: #65e3df !important; font-size: .82rem; font-weight: 700; }
.form-status.is-error { color: #ffb6b6 !important; }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

footer { padding: 42px 0; background: white; color: #66758a; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px; align-items: center; font-size: .76rem; }
.footer-brand .brand-lockup { width: 220px; height: 48px; }
.footer-inner p { margin: 0; }
.footer-inner > a:not(.brand) { color: #344a65; text-decoration: none; }
.footer-links { grid-column: 1 / -1; margin: 0; gap: 24px; }
.footer-links a { color: #344a65; font-size: .76rem; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); }

/* Policy and support pages */
.legal-page { padding: 92px 0 110px; background: var(--paper); }
.legal-layout { display: grid; grid-template-columns: 300px minmax(0, 760px); gap: 100px; align-items: start; }
.legal-layout aside { position: sticky; top: 118px; }
.legal-layout aside h1, .support-hero h1 { margin-bottom: 18px; font-size: clamp(2.8rem, 5vw, 4.5rem); }
.legal-layout aside > p:last-child { color: var(--muted); font-size: .8rem; }
.legal-layout article { padding: 46px 52px; background: white; border-top: 4px solid var(--teal); box-shadow: 0 18px 50px rgba(17,35,62,.08); }
.legal-layout article > p:first-child { color: #415570; font-size: 1.06rem; line-height: 1.75; }
.legal-layout article h2 { margin: 36px 0 10px; font-size: 1.25rem; letter-spacing: -.02em; }
.legal-layout article p { margin-bottom: 0; color: var(--muted); line-height: 1.75; }
.legal-layout article a, .support-contact a { color: #145bc1; font-weight: 700; }
.legal-footer { padding: 30px 0; }
.legal-footer .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.legal-footer a { color: #344a65; font-size: .8rem; font-weight: 700; text-decoration: none; }
.legal-footer span { margin-left: auto; font-size: .76rem; }

.support-page { background: var(--paper); }
.support-hero { padding: 94px 0; color: white; background: linear-gradient(135deg, #0b1a2f, #173b5b); }
.support-hero .eyebrow { color: #4de0dc; }
.support-grid { display: grid; grid-template-columns: 1fr 440px; gap: 100px; align-items: center; }
.support-grid > div:first-child > p:last-child { max-width: 650px; color: #b8c6d4; font-size: 1.08rem; line-height: 1.7; }
.support-contact { padding: 34px; color: var(--ink); background: white; border-top: 4px solid var(--teal); }
.support-contact span { display: block; margin-bottom: 12px; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.support-contact a { display: inline-block; margin-bottom: 18px; }
.support-contact p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.support-topics { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.support-topics article { min-height: 240px; padding: 34px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-topics article > span { display: block; margin-bottom: 38px; color: var(--teal); font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.support-topics h2 { margin-bottom: 14px; font-size: 1.35rem; }
.support-topics p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }

@media (max-width: 900px) {
  nav { display: none; }
  .header-inner .button { margin-left: auto; }
  .hero-grid, .split, .section-heading, .origin-grid, .capture-intro, .status-grid, .pricing-grid, .cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .price-card { max-width: 520px; }
  .hero { padding: 68px 0 80px; }
  .workflow-track { grid-template-columns: repeat(2, 1fr); gap: 35px 20px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .friction-grid { grid-template-columns: repeat(2, 1fr); }
  .calculator-card { grid-template-columns: 76px 1fr; }
  .coming-pill { grid-column: 2; justify-self: start; }
  .privacy-card { grid-template-columns: 72px 1fr; }
  .privacy-rule { grid-column: 2; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-links { display: flex; }
  .legal-layout, .support-grid { grid-template-columns: 1fr; gap: 42px; }
  .legal-layout aside { position: static; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 30px, 1180px); }
  .site-header { position: static; }
  .header-inner { min-height: 68px; }
  .brand-lockup { width: 205px; height: 46px; }
  .header-inner .button { display: none; }
  h1 { font-size: 3.25rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { padding: 42px 14px 18px; }
  .section { padding: 78px 0; }
  .workflow-track, .feature-grid, .friction-grid, .origin-points, .capture-steps, .screenshot-grid { grid-template-columns: 1fr; }
  .workflow-track { border-top: 0; }
  .workflow-track li { padding-top: 22px; border-top: 1px solid #3b4e67; }
  .workflow-track span { margin-bottom: 20px; }
  .privacy { padding-top: 0; }
  .privacy-card { width: 100%; grid-template-columns: 1fr; padding: 40px 25px; }
  .privacy-rule { grid-column: 1; padding: 24px 0 0; border-left: 0; border-top: 1px solid #476079; }
  .product-showcase figcaption, .screenshot-grid figcaption { align-items: flex-start; flex-direction: column; gap: 7px; }
  .calculator-card { grid-template-columns: 1fr; padding: 34px 26px; }
  .coming-pill { grid-column: 1; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { display: flex; }
  .copyright { grid-column: 1; }
  .legal-page { padding: 62px 0 80px; }
  .legal-layout article { padding: 32px 24px; }
  .legal-footer .wrap { align-items: flex-start; flex-direction: column; }
  .legal-footer span { margin-left: 0; }
  .support-hero { padding: 64px 0; }
  .support-contact { padding: 28px 22px; }
  .support-contact a { overflow-wrap: anywhere; }
  .support-topics { grid-template-columns: 1fr; }
  .signup-fields { grid-template-columns: 1fr; }
}

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