@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  color-scheme: light;
  --ink: #1e1820;
  --muted: #655e65;
  --paper: #fffaf6;
  --white: #ffffff;
  --coral: #ff5f57;
  --coral-dark: #dd3f39;
  --lilac: #eee6ff;
  --purple: #7555d9;
  --blue: #dfeeff;
  --peach: #ffe9dc;
  --border: rgba(30, 24, 32, .12);
  --display: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); overflow-x: hidden; }
a { color: inherit; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }

.skip-link { position: fixed; left: 18px; top: -60px; z-index: 100; padding: 12px 18px; border-radius: 999px; background: var(--ink); color: white; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 18px; }

.site-header { width: min(1440px, calc(100% - 64px)); height: 92px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; border-bottom: 1px solid var(--border); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-family: var(--display); font-size: 1.55rem; font-weight: 400; text-decoration: none; letter-spacing: -.025em; }
.brand-mark { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; gap: 2px; border-radius: 10px; background: var(--coral); transform: rotate(-5deg); box-shadow: 0 5px 12px rgba(221,63,57,.2); }
.brand-mark i { display: block; width: 3px; border-radius: 6px; background: white; }
.brand-mark i:nth-child(1), .brand-mark i:nth-child(4) { height: 8px; }
.brand-mark i:nth-child(2) { height: 17px; }
.brand-mark i:nth-child(3) { height: 13px; }
.primary-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); }
.primary-nav a { color: #4e474f; font-size: .83rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--coral-dark); }
.header-cta { justify-self: end; }

.button { min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; font-size: .86rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 21px; font-size: .8rem; }
.button-dark { background: var(--ink); color: white; box-shadow: 0 9px 24px rgba(30,24,32,.15); }
.button-dark:hover { background: var(--coral-dark); }
.button-light { background: white; color: var(--coral-dark); }

.section-shell { width: min(1440px, calc(100% - 64px)); margin-inline: auto; }
.hero { min-height: 760px; padding: 70px 0 88px; display: grid; grid-template-columns: minmax(0, .91fr) minmax(500px, 1.09fr); align-items: center; gap: clamp(32px, 6vw, 90px); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; color: var(--coral-dark); font-size: .73rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
.hero h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(4.3rem, 7.2vw, 7.6rem); line-height: .82; }
.hero h1 em { color: var(--coral); font-weight: 400; }
.hero-description { max-width: 650px; margin: 35px 0 0; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.19rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 32px; }
.store-button { min-width: 182px; min-height: 62px; padding: 9px 18px; display: flex; align-items: center; gap: 12px; border-radius: 12px; background: var(--ink); color: white; text-decoration: none; box-shadow: 0 10px 26px rgba(30,24,32,.18); transition: transform .2s, background .2s; }
.store-button:hover { transform: translateY(-2px); background: #332934; }
.store-button svg { width: 25px; }
.store-button span { font-size: 1.05rem; font-weight: 600; line-height: 1.05; }
.store-button small { display: block; margin-bottom: 3px; font-size: .65rem; font-weight: 500; }
.text-link { font-size: .9rem; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 5px; color: var(--coral); }
.hero-points { margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; color: #4d464e; font-size: .75rem; font-weight: 600; }
.hero-points span { color: var(--coral); margin-right: 5px; }

.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 9% 5% 4%; z-index: -3; border-radius: 52% 48% 46% 54% / 53% 39% 61% 47%; background: linear-gradient(145deg, #ffd6bf, #ff806d 52%, #ff504e); transform: rotate(-8deg); box-shadow: 0 35px 80px rgba(226,65,55,.24); }
.hero-visual::after { content: ""; position: absolute; width: 63%; aspect-ratio: 1; z-index: -2; border-radius: 50%; background: rgba(255,255,255,.23); filter: blur(1px); }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; transform: rotate(-28deg); }
.orbit-one { width: 73%; height: 41%; }
.orbit-two { width: 88%; height: 53%; }
.phone { position: relative; width: min(330px, 62vw); margin: 0; padding: 9px; border: 4px solid #171218; border-radius: 45px; background: #171218; box-shadow: 0 36px 55px rgba(46,24,29,.32); transform: rotate(4deg); }
.phone::before { content: ""; position: absolute; z-index: 3; top: 16px; left: 50%; width: 86px; height: 23px; border-radius: 20px; background: #161216; transform: translateX(-50%); }
.phone-screen { min-height: 590px; overflow: hidden; padding: 13px 17px 0; border-radius: 33px; background: #fbf9f8; }
.phone-status { height: 27px; padding: 0 6px; display: flex; justify-content: space-between; align-items: flex-start; font-size: .63rem; font-weight: 700; }
.app-topbar { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; }
.app-topbar > div { display: grid; gap: 2px; }
.app-topbar .app-greeting { color: #8d858e; font-size: .68rem; }
.app-topbar strong { font-size: 1.05rem; letter-spacing: -.03em; }
.avatar { width: 36px; height: 36px; display: inline-grid; flex: 0 0 auto; place-items: center; border-radius: 12px; background: var(--coral); color: white; font-size: .64rem; font-weight: 700; }
.search-pill { height: 36px; margin-top: 17px; padding: 0 12px; display: flex; align-items: center; gap: 8px; border: 1px solid #ece7e4; border-radius: 11px; background: white; color: #9b9299; font-size: .69rem; }
.search-pill span { color: #544a53; font-size: 1.1rem; }
.now-card { margin-top: 13px; padding: 16px; border-radius: 19px; background: var(--ink); color: white; box-shadow: 0 11px 24px rgba(30,24,32,.17); }
.now-card-top, .now-card-bottom { display: flex; align-items: center; justify-content: space-between; color: #d4ced4; font-size: .63rem; }
.live-pill { display: flex; align-items: center; gap: 5px; color: #ff968f; font-weight: 700; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,95,87,.15); }
.now-card > strong { display: block; margin-top: 11px; font-size: 1rem; }
.waveform { height: 44px; display: flex; align-items: center; gap: 3px; }
.waveform i { display: block; width: 3px; border-radius: 3px; background: currentColor; }
.waveform i:nth-child(5n+1) { height: 11px; }
.waveform i:nth-child(5n+2) { height: 23px; }
.waveform i:nth-child(5n+3) { height: 34px; }
.waveform i:nth-child(5n+4) { height: 18px; }
.waveform i:nth-child(5n) { height: 29px; }
.waveform-light { color: #ff8c84; }
.now-card-bottom button { width: 27px; height: 27px; border: 0; border-radius: 50%; background: var(--coral); color: white; font-size: .55rem; }
.list-heading { margin: 18px 2px 7px; display: flex; justify-content: space-between; align-items: center; }
.list-heading strong { font-size: .78rem; }
.list-heading span { color: var(--coral-dark); font-size: .61rem; font-weight: 700; }
.recording-row { min-height: 55px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid #eee9e6; }
.recording-row .avatar { width: 32px; height: 32px; border-radius: 10px; }
.avatar-peach { background: #f49a74; }
.avatar-blue { background: #6998c6; }
.avatar-yellow { background: #dcae44; }
.avatar-coral { background: var(--coral); }
.avatar-pink { background: #e76492; }
.recording-copy { min-width: 0; display: grid; gap: 3px; flex: 1; }
.recording-copy strong { overflow: hidden; font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }
.recording-copy small { color: #988f96; font-size: .55rem; }
.mini-play { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: #f3eeee; color: var(--coral-dark); font-size: .46rem; }
.duration { width: 29px; color: #8d858d; font-size: .53rem; text-align: right; }
.app-tabs { height: 56px; margin: 5px -17px 0; padding: 6px 24px 0; display: flex; justify-content: space-between; border-top: 1px solid #eee8e5; background: white; color: #9c949a; }
.app-tabs span { min-width: 42px; display: grid; place-items: center; gap: 1px; font-size: .78rem; }
.app-tabs small { font-size: .48rem; }
.app-tabs .active { color: var(--coral-dark); }
.floating-note { position: absolute; z-index: 4; min-width: 166px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.75); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 17px 35px rgba(69,32,37,.15); backdrop-filter: blur(9px); }
.floating-note > span:last-child { display: grid; gap: 2px; }
.floating-note strong { font-size: .7rem; }
.floating-note small { color: #8c8389; font-size: .57rem; }
.note-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #daf5dc; color: #277946; font-weight: 800; }
.note-top { top: 15%; right: 1%; transform: rotate(5deg); }
.note-bottom { bottom: 10%; left: 0; transform: rotate(-5deg); }
.spark { position: absolute; z-index: 5; display: grid; place-items: center; border-radius: 50%; color: white; box-shadow: 0 9px 22px rgba(78,43,49,.18); }
.spark-one { width: 44px; height: 44px; top: 14%; left: 13%; background: var(--purple); }
.spark-two { width: 54px; height: 54px; right: 6%; bottom: 19%; background: var(--ink); font-size: 1.25rem; }

.use-strip { padding: 27px max(32px, calc((100vw - 1440px) / 2)); display: flex; align-items: center; gap: 55px; border-block: 1px solid var(--border); background: white; }
.use-strip p { flex: 0 0 auto; margin: 0; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.use-strip div { display: flex; flex: 1; justify-content: space-between; gap: 19px; color: #4a434b; font-family: var(--display); font-size: clamp(1rem, 1.35vw, 1.25rem); }
.use-strip i { color: #c7bec4; font-style: normal; }

.features { padding-block: 115px 130px; }
.section-heading { max-width: 850px; }
.section-heading h2, .steps h2, .moments h2, .final-cta h2 { margin: 0; font-size: clamp(3.1rem, 5.3vw, 5.6rem); line-height: .96; }
.section-heading > p:last-child { max-width: 590px; margin: 26px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.feature-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { min-height: 460px; padding: clamp(27px, 3vw, 43px); display: flex; flex-direction: column; border-radius: 28px; overflow: hidden; }
.feature-lilac { background: var(--lilac); }
.feature-peach { background: var(--peach); }
.feature-blue { background: var(--blue); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: white; color: var(--coral-dark); font-size: 1.35rem; box-shadow: 0 6px 15px rgba(30,24,32,.06); }
.card-kicker { margin: 45px 0 12px; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.feature-card h3 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 2.7vw, 2.7rem); font-weight: 400; letter-spacing: -.035em; line-height: .96; }
.feature-card > p:not(.card-kicker) { color: #675e66; font-size: .89rem; line-height: 1.65; }
.search-demo, .player-demo, .privacy-demo { min-height: 72px; margin-top: auto; padding: 15px; border-radius: 15px; background: rgba(255,255,255,.86); box-shadow: 0 9px 25px rgba(56,41,55,.07); }
.search-demo { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; }
.search-demo > span { font-size: 1.2rem; }
.search-demo strong { font-size: .76rem; }
.search-demo small { color: var(--purple); font-size: .6rem; font-weight: 700; }
.player-demo { display: flex; align-items: center; gap: 11px; }
.player-demo button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--coral); color: white; font-size: .58rem; }
.player-demo div { display: grid; gap: 7px; flex: 1; }
.player-demo div span { height: 4px; border-radius: 4px; background: linear-gradient(to right, var(--coral) 43%, #e9ddd8 43%); }
.player-demo small { color: #8d8186; font-size: .56rem; }
.player-demo b { font-size: .65rem; }
.privacy-demo { display: flex; align-items: center; justify-content: space-between; }
.privacy-demo span { display: flex; align-items: center; gap: 10px; }
.privacy-demo span i { width: 10px; height: 10px; border-radius: 50%; background: #40b86a; box-shadow: 0 0 0 5px #dff5e7; }
.privacy-demo strong { font-size: .73rem; }
.privacy-demo b { padding: 6px 10px; border-radius: 999px; background: #dbf4e4; color: #208445; font-size: .61rem; }

.steps { background: var(--ink); color: white; }
.steps-inner { min-height: 610px; padding-block: 112px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 10%; align-items: center; }
.eyebrow-light { color: #ff8c84; }
.steps-copy > p:last-child { max-width: 470px; margin-top: 27px; color: #b9b0b9; font-size: .95rem; line-height: 1.7; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { min-height: 126px; padding: 27px 0; display: grid; grid-template-columns: 70px 1fr; gap: 18px; border-top: 1px solid rgba(255,255,255,.13); }
.steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.steps-list > li > span { color: #ff8179; font-family: var(--display); font-size: 1.18rem; font-style: italic; }
.steps-list h3 { margin: 0; font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
.steps-list p { margin: 7px 0 0; color: #aca4ac; font-size: .83rem; line-height: 1.6; }

.moments { padding-block: 115px 130px; }
.moments-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 12%; align-items: end; }
.moments-heading > p { margin: 0 0 7px; color: var(--muted); line-height: 1.7; }
.moment-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.moment-card { min-height: 420px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 24px; overflow: hidden; box-shadow: 0 18px 35px rgba(48,36,45,.08); }
.moment-dark { background: #282027; color: white; transform: rotate(-1.5deg); }
.moment-coral { background: #ff7167; color: #281d20; transform: translateY(18px) rotate(1deg); }
.moment-cream { background: #ffe8c6; transform: rotate(-.8deg); }
.moment-lilac { background: #d9c7ff; transform: translateY(11px) rotate(1.3deg); }
.moment-top, .moment-card > p { display: flex; align-items: center; justify-content: space-between; }
.moment-top > span:last-child { font-size: .67rem; font-weight: 700; }
.moment-symbol { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 12px; }
.moment-card small { font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.moment-card h3 { min-height: 95px; margin: 13px 0 20px; font-family: var(--display); font-size: 2.12rem; font-weight: 400; line-height: .98; }
.moment-card blockquote { margin: 0; padding: 14px; border-radius: 13px; background: rgba(255,255,255,.35); font-size: .82rem; font-weight: 600; line-height: 1.45; }
.moment-card .waveform { height: 55px; gap: 7px; }
.waveform-coral { color: #ff8179; }
.waveform-ink { color: #56406b; }
.number-note { padding: 14px; display: grid; gap: 4px; border-radius: 13px; background: rgba(255,255,255,.45); }
.number-note strong { font-family: var(--display); font-size: 1.9rem; font-weight: 400; }
.number-note span { font-size: .68rem; }
.moment-card > p { margin: 18px 0 0; font-size: .68rem; font-weight: 700; }

.final-cta { min-height: 345px; padding: 68px 74px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 12%; border-radius: 36px 36px 0 0; background: var(--coral); color: white; }
.final-cta > div:last-child { display: grid; justify-items: start; gap: 20px; }
.final-cta > div:last-child p { margin: 0; font-weight: 600; }
.final-cta .eyebrow-light { color: #ffe0dc; }

.site-footer { width: 100%; min-height: 360px; padding: 67px max(32px, calc((100vw - 1312px) / 2)) 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 54px; background: #151116; color: white; }
.brand-light { color: white; }
.footer-brand p { color: #8f868f; font-size: .78rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.footer-links div { display: grid; align-content: start; justify-items: start; gap: 12px; }
.footer-links h2 { margin: 0 0 8px; color: #817981; font-family: var(--sans); font-size: .63rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { color: #c0b8c0; font-size: .77rem; text-decoration: none; }
.footer-links a:hover { color: white; }
.copyright { grid-column: 1 / -1; align-self: end; margin: 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); color: #6f676f; font-size: .65rem; }

/* Legal pages */
.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { width: min(1050px, calc(100% - 48px)); grid-template-columns: 1fr auto; }
.legal-main { width: min(860px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 130px; }
.legal-main h1 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 7vw, 6.5rem); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.legal-main .legal-lead { margin: 30px 0 0; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.legal-note { margin-top: 48px; padding: 28px; border: 1px solid var(--border); border-radius: 20px; background: white; }
.legal-note h2 { margin: 0 0 12px; font-family: var(--sans); font-size: 1rem; font-weight: 700; letter-spacing: 0; }
.legal-note p { margin: 0; color: var(--muted); line-height: 1.7; }
.back-link { display: inline-flex; margin-top: 35px; color: var(--coral-dark); font-weight: 700; text-decoration: none; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: .9fr 1.1fr; gap: 20px; }
  .hero h1 { font-size: clamp(4rem, 7.7vw, 5.8rem); }
  .hero-visual { min-height: 560px; }
  .phone { width: 290px; }
  .phone-screen { min-height: 545px; }
  .recording-row:nth-of-type(7) { display: none; }
  .feature-card { min-height: 440px; }
  .moment-grid { grid-template-columns: repeat(2, 1fr); }
  .moment-card { min-height: 380px; }
}

@media (max-width: 820px) {
  .site-header { width: min(100% - 40px, 720px); height: 78px; grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .section-shell { width: min(100% - 40px, 720px); }
  .hero { padding: 65px 0 80px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero h1 { font-size: clamp(4rem, 14vw, 6.5rem); }
  .hero-description { max-width: 590px; }
  .hero-visual { width: min(100%, 650px); margin: 20px auto 0; }
  .use-strip { overflow: hidden; display: grid; gap: 15px; }
  .use-strip div { width: max-content; justify-content: flex-start; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 430px; }
  .steps-inner { padding-block: 90px; grid-template-columns: 1fr; gap: 55px; }
  .moments-heading { grid-template-columns: 1fr; gap: 25px; }
  .final-cta { width: 100%; grid-template-columns: 1fr; gap: 45px; border-radius: 0; }
}

@media (max-width: 560px) {
  .site-header { width: calc(100% - 30px); }
  .brand { font-size: 1.3rem; }
  .brand-mark { width: 27px; height: 27px; }
  .header-cta { min-height: 39px; padding-inline: 15px; font-size: .72rem; }
  .section-shell { width: calc(100% - 32px); }
  .hero { padding-top: 52px; }
  .eyebrow { margin-bottom: 18px; font-size: .61rem; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); line-height: .84; }
  .hero-description { margin-top: 27px; font-size: .98rem; }
  .hero-actions { justify-content: center; gap: 22px; }
  .hero-points { display: grid; justify-items: start; }
  .hero-visual { min-height: 535px; }
  .phone { width: 270px; transform: rotate(2deg); }
  .phone-screen { min-height: 510px; }
  .now-card { padding: 14px; }
  .recording-row { min-height: 49px; }
  .app-tabs { height: 49px; }
  .floating-note { min-width: 145px; padding: 9px 10px; }
  .note-top { top: 12%; right: -3%; }
  .note-bottom { bottom: 8%; left: -2%; }
  .spark-one { left: 2%; }
  .spark-two { right: -1%; }
  .use-strip { padding-inline: 16px; }
  .features, .moments { padding-block: 84px 95px; }
  .section-heading h2, .steps h2, .moments h2, .final-cta h2 { font-size: clamp(2.8rem, 13vw, 4.1rem); }
  .feature-grid { margin-top: 42px; }
  .feature-card { min-height: 420px; padding: 28px; }
  .feature-card h3 { font-size: 2.2rem; }
  .steps-inner { padding-block: 80px; }
  .steps-list li { grid-template-columns: 47px 1fr; }
  .steps-list h3 { font-size: 1.55rem; }
  .moment-grid { grid-template-columns: 1fr; }
  .moment-card, .moment-coral, .moment-lilac { min-height: 350px; transform: none; }
  .final-cta { padding: 65px 24px; }
  .site-footer { grid-template-columns: 1fr; padding-top: 58px; }
  .footer-links { gap: 18px; }
  .copyright { grid-column: 1; }
  .legal-main { padding-top: 65px; }
}

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