:root {
  --brand: #4f46e5;
  --brand-dark: #3730a3;
  --brand-ink: #282264;
  --brand-soft: #eef2ff;
  --ink: #172033;
  --muted: #667085;
  --line: #dce2ec;
  --surface: #ffffff;
  --surface-soft: #f5f7fb;
  --success: #047857;
  --danger: #dc2626;
  --shadow: 0 24px 70px rgba(23, 32, 51, .14);
  --shell: 1180px;
  color-scheme: light;
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('space-grotesk-regular.woff2') format('woff2'); 
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth;  
     
}
body { 
  font-family: 'Space Grotesk', sans-serif; 
  background: var(--surface); 
  color: var(--ink); 
  margin: 0; 
  min-width: 320px; 
}
body.nav-open { overflow: hidden; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
p { color: var(--muted); line-height: 1.7; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.08; }
.shell { margin-inline: auto; max-width: var(--shell); padding-inline: 24px; width: 100%; }
.section { padding-block: 112px; }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--ink); color: #fff; left: 16px; padding: 10px 14px; position: fixed; top: -60px; transition: top .15s ease; z-index: 100; }
.skip-link:focus { top: 12px; }

.site-header { background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(220,226,236,.8); position: sticky; top: 0; z-index: 40; }
.site-header.scrolled { box-shadow: 0 8px 24px rgba(23,32,51,.06); }
.nav-shell { align-items: center; display: flex; height: 76px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; gap: 11px; text-decoration: none; }
.brand img { border-radius: 12px; height: 42px; width: 42px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; line-height: 1.1; }
.brand small { color: var(--muted); font-size: 11px; margin-top: 3px; }
.site-nav { align-items: center; display: flex; gap: 28px; }
.site-nav a { color: #344054; font-size: 13px; font-weight: 680; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--brand); }
.site-nav .nav-cta { background: var(--ink); border-radius: 10px; color: #fff; padding: 11px 15px; }
.site-nav .nav-cta:hover { background: var(--brand); }
.nav-toggle { background: transparent; border: 0; display: none; height: 42px; padding: 9px; width: 42px; }
.nav-toggle > span:not(.sr-only) { background: var(--ink); display: block; height: 2px; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; width: 23px; }

.eyebrow { align-items: center; color: var(--brand); display: flex; font-size: 11px; font-weight: 850; gap: 9px; letter-spacing: .12em; margin: 0 0 16px; text-transform: uppercase; }
.eyebrow > span { background: var(--brand); border-radius: 999px; height: 7px; width: 7px; }
.eyebrow.light { color: #c7d2fe; }
.button { align-items: center; border: 1px solid transparent; border-radius: 11px; display: inline-flex; font-size: 13px; font-weight: 760; gap: 10px; justify-content: center; min-height: 46px; padding: 12px 17px; text-decoration: none; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--brand); color: #fff; }
.button.primary:hover { background: var(--brand-dark); }
.button.secondary { background: #fff; border-color: var(--line); color: var(--ink); }
.button.secondary:hover { border-color: #aeb8ca; }
.button.white { background: #fff; color: var(--brand-dark); }
.button.ghost-light { border-color: rgba(255,255,255,.35); color: #fff; }
.button.ghost-light:hover { background: rgba(255,255,255,.08); }

.hero { background: linear-gradient(180deg, #fbfcff 0%, #f5f7fb 100%); overflow: hidden; padding-block: 92px 78px; position: relative; }
.hero::before { background: var(--brand-soft); border-radius: 50%; content: ""; filter: blur(2px); height: 420px; left: -245px; position: absolute; top: -220px; width: 420px; }
.hero-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); }
.hero-copy { padding-bottom: 20px; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(50px, 5.1vw, 74px); margin: 0; max-width: 700px; }
.hero h1 em { color: var(--brand); font-style: normal; }
.hero-lead { font-size: 17px; margin: 26px 0 30px; max-width: 610px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; margin: 28px 0 0; padding: 0; }
.trust-list li { align-items: center; color: #475467; display: flex; font-size: 12px; font-weight: 700; gap: 6px; }
.trust-list span { align-items: center; background: #d1fae5; border-radius: 50%; color: var(--success); display: inline-flex; font-size: 9px; height: 18px; justify-content: center; width: 18px; }
.hero-visual { filter: drop-shadow(0 26px 46px rgba(23,32,51,.13)); position: relative; transform: perspective(1600px) rotateY(-2deg) rotateX(1deg); }
.hero-visual > img { border: 8px solid #fff; border-radius: 20px; box-shadow: var(--shadow); }
.capture-label { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 999px; display: flex; font-size: 10px; font-weight: 800; gap: 7px; left: 22px; padding: 8px 12px; position: absolute; top: -18px; z-index: 3; }
.status-dot { background: #10b981; border-radius: 50%; box-shadow: 0 0 0 4px #d1fae5; height: 7px; width: 7px; }
.floating-note { background: rgba(255,255,255,.96); border: 1px solid rgba(220,226,236,.9); border-radius: 12px; box-shadow: 0 14px 32px rgba(23,32,51,.13); padding: 12px 14px; position: absolute; z-index: 4; }
.floating-note strong, .floating-note span { display: block; }
.floating-note strong { font-size: 11px; }
.floating-note span { color: var(--muted); font-size: 9px; margin-top: 3px; }
.note-top { right: -23px; top: 72px; }
.note-bottom { bottom: 38px; left: -30px; }

.proof-strip { background: var(--ink); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 26px; }
.proof-grid > div { border-right: 1px solid rgba(255,255,255,.13); padding-inline: 34px; }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 21px; letter-spacing: -.03em; }
.proof-grid span { color: #98a2b3; font-size: 11px; margin-top: 3px; }

.section-heading { margin-bottom: 48px; }
.split-heading { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.1fr .9fr; }
.section-heading h2, .showcase-copy h2, .export-grid h2, .history-copy h2, .faq-heading h2, .privacy-grid h2, .closing-card h2 { font-size: clamp(36px, 4vw, 54px); margin: 0; }
.split-heading > p { font-size: 15px; margin: 0 0 4px; }
.feature-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.feature-card { border: 1px solid var(--line); border-radius: 16px; min-height: 280px; overflow: hidden; padding: 25px; position: relative; }
.feature-card.feature-primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.feature-number { color: #98a2b3; font-size: 10px; font-weight: 800; letter-spacing: .1em; position: absolute; right: 20px; top: 18px; }
.feature-primary .feature-number { color: #c7d2fe; }
.feature-icon { align-items: center; background: var(--brand-soft); border-radius: 12px; color: var(--brand); display: flex; font-size: 24px; height: 52px; justify-content: center; margin-bottom: 54px; width: 52px; }
.feature-primary .feature-icon { background: rgba(255,255,255,.14); color: #fff; }
.feature-card h3 { font-size: 19px; margin: 0 0 12px; }
.feature-card p { font-size: 13px; margin: 0; }
.feature-primary p { color: #e0e7ff; }

.editor-section { background: var(--surface-soft); }
.showcase-grid { align-items: center; display: grid; gap: 74px; grid-template-columns: 1.12fr .88fr; }
.showcase-media { position: relative; }
.showcase-media::before { background: var(--brand); border-radius: 22px; content: ""; inset: 28px -22px -22px 32px; opacity: .12; position: absolute; transform: rotate(2deg); }
.showcase-media img { border: 7px solid #fff; border-radius: 18px; box-shadow: var(--shadow); position: relative; }
.showcase-copy > p:not(.eyebrow) { font-size: 15px; margin: 22px 0 30px; }
.check-list { display: grid; gap: 18px; list-style: none; margin: 0; padding: 0; }
.check-list li { align-items: flex-start; display: flex; gap: 12px; }
.check-list li > span { align-items: center; background: #d1fae5; border-radius: 50%; color: var(--success); display: flex; flex: 0 0 auto; font-size: 10px; height: 22px; justify-content: center; margin-top: 1px; width: 22px; }
.check-list strong, .check-list small { display: block; }
.check-list strong { font-size: 13px; }
.check-list small { color: var(--muted); font-size: 12px; line-height: 1.55; margin-top: 4px; }

.export-section { background: var(--brand-ink); color: #fff; overflow: hidden; }
.export-grid { align-items: center; display: grid; gap: 100px; grid-template-columns: .9fr 1.1fr; min-height: 440px; }
.export-grid p:not(.eyebrow) { color: #c7d2fe; font-size: 15px; margin: 22px 0 28px; max-width: 560px; }
.format-row { display: flex; flex-wrap: wrap; gap: 8px; }
.format-row span { border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff; font-size: 10px; font-weight: 800; padding: 8px 11px; }
.export-visual { height: 330px; position: relative; }
.page-stack { background: #fff; border-radius: 12px; box-shadow: 0 24px 60px rgba(0,0,0,.25); height: 300px; left: 50%; position: absolute; top: 50%; width: 390px; }
.page-back { opacity: .3; transform: translate(-42%, -45%) rotate(8deg); }
.page-middle { opacity: .6; transform: translate(-48%, -49%) rotate(3deg); }
.page-front { overflow: hidden; transform: translate(-53%, -54%) rotate(-2deg); }
.fake-bar { align-items: center; background: #eef1f6; display: flex; gap: 5px; height: 38px; padding: 0 14px; }
.fake-bar i { background: #fb7185; border-radius: 50%; height: 7px; width: 7px; }
.fake-bar i:nth-child(2) { background: #fbbf24; }.fake-bar i:nth-child(3) { background: #34d399; }
.fake-content { color: var(--ink); padding: 30px; }
.fake-content strong, .fake-content span { display: block; }
.fake-content strong { font-size: 22px; margin-bottom: 26px; }
.fake-content span { background: #dce2ec; border-radius: 4px; height: 8px; margin: 9px 0; width: 88%; }
.fake-content span.short { width: 60%; }
.fake-content div { background: linear-gradient(135deg, #ede9fe, #dbeafe); border-radius: 8px; height: 100px; margin-top: 24px; }

.centered { margin-inline: auto; max-width: 700px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { margin-inline: auto; max-width: 560px; }
.workflow-list { counter-reset: steps; display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 58px 0 0; padding: 0; }
.workflow-list li { border-top: 2px solid var(--line); padding: 30px 36px 0 0; position: relative; }
.workflow-list li:not(:last-child) { margin-right: 22px; }
.workflow-list li > span { align-items: center; background: var(--brand); border: 6px solid #fff; border-radius: 50%; color: #fff; display: flex; font-size: 11px; font-weight: 850; height: 38px; justify-content: center; left: 0; position: absolute; top: -20px; width: 38px; }
.workflow-list h3 { font-size: 19px; margin: 0 0 9px; }
.workflow-list p { font-size: 13px; margin: 0; }

.history-section { background: #fbfcff; overflow: hidden; }
.history-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: .65fr 1.35fr; }
.history-copy p:not(.eyebrow) { font-size: 15px; margin: 22px 0; }
.text-link { color: var(--brand); font-size: 13px; font-weight: 780; text-decoration: none; }
.text-link:hover { color: var(--brand-dark); }
.history-grid > img { border: 7px solid #fff; border-radius: 18px; box-shadow: var(--shadow); transform: rotate(1deg); }

.privacy-band { background: var(--ink); color: #fff; padding-block: 62px; }
.privacy-grid { align-items: center; display: grid; gap: 28px; grid-template-columns: auto 1fr auto; }
.privacy-mark { align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: flex; height: 84px; justify-content: center; width: 84px; }
.privacy-mark span { align-items: center; background: #34d399; border-radius: 50%; display: flex; font-size: 20px; height: 42px; justify-content: center; width: 42px; }
.privacy-grid h2 { font-size: clamp(30px, 3.2vw, 44px); }
.privacy-grid p:not(.eyebrow) { color: #aeb8ca; margin: 14px 0 0; max-width: 690px; }

.faq-grid { align-items: start; display: grid; gap: 90px; grid-template-columns: .7fr 1.3fr; }
.faq-heading { position: sticky; top: 110px; }
.faq-heading > p:not(.eyebrow) { font-size: 14px; margin: 20px 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-list summary { cursor: pointer; font-size: 15px; font-weight: 760; list-style: none; padding-right: 38px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--brand); content: "+"; font-size: 23px; font-weight: 400; position: absolute; right: 4px; top: -5px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { font-size: 13px; margin: 14px 40px 0 0; }

.closing-section { padding: 0 0 92px; }
.closing-card { align-items: center; background: linear-gradient(135deg, var(--brand-dark), var(--brand)); border-radius: 24px; color: #fff; display: flex; justify-content: space-between; max-width: calc(var(--shell) - 48px); padding: 52px 58px; }
.closing-card h2 { font-size: clamp(32px, 3.5vw, 48px); }
.closing-card p:not(.eyebrow) { color: #dbeafe; margin-bottom: 0; max-width: 670px; }
.closing-actions { display: flex; flex: 0 0 auto; gap: 9px; margin-left: 30px; }

.site-footer { background: #0f172a; color: #fff; padding: 60px 0 24px; }
.footer-grid { display: grid; gap: 55px; grid-template-columns: 2fr 1fr 1fr 1.2fr; }
.footer-brand img { height: 38px; width: 38px; }
.footer-grid > div:first-child > p { color: #98a2b3; font-size: 12px; max-width: 280px; }
.footer-grid h2 { font-size: 11px; letter-spacing: .08em; margin: 0 0 18px; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid a, .footer-grid span { color: #98a2b3; font-size: 12px; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); color: #667085; display: flex; font-size: 10px; justify-content: space-between; margin-top: 48px; padding-top: 22px; }

/* Interior pages */
.page-hero { background: var(--surface-soft); border-bottom: 1px solid var(--line); padding: 76px 0 64px; }
.page-hero .shell { max-width: 900px; }
.page-hero h1 { font-size: clamp(42px, 6vw, 68px); margin: 0; }
.page-hero p:not(.eyebrow) { font-size: 16px; margin: 20px 0 0; max-width: 720px; }
.page-meta { color: var(--muted); display: flex; flex-wrap: wrap; font-size: 11px; gap: 16px; margin-top: 24px; }
.legal-layout { display: grid; gap: 70px; grid-template-columns: 220px minmax(0, 730px); justify-content: center; padding-block: 72px 110px; }
.legal-nav { align-self: start; border-left: 2px solid var(--line); display: grid; gap: 5px; padding-left: 16px; position: sticky; top: 110px; }
.legal-nav a { color: var(--muted); font-size: 12px; padding: 6px 0; text-decoration: none; }
.legal-nav a:hover { color: var(--brand); }
.legal-copy section { scroll-margin-top: 110px; }
.legal-copy section + section { border-top: 1px solid var(--line); margin-top: 38px; padding-top: 38px; }
.legal-copy h2 { font-size: 27px; margin: 0 0 15px; }
.legal-copy h3 { font-size: 17px; margin: 24px 0 9px; }
.legal-copy p, .legal-copy li { color: #475467; font-size: 14px; line-height: 1.75; }
.legal-copy ul { padding-left: 21px; }
.legal-note { background: var(--brand-soft); border-left: 3px solid var(--brand); border-radius: 0 10px 10px 0; color: var(--brand-ink); padding: 14px 16px; }
.permission-table { border: 1px solid var(--line); border-radius: 12px; margin-top: 22px; overflow: hidden; }
.permission-row { display: grid; gap: 16px; grid-template-columns: 150px 1fr; padding: 14px 16px; }
.permission-row + .permission-row { border-top: 1px solid var(--line); }
.permission-row strong { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.permission-row span { color: var(--muted); font-size: 12px; line-height: 1.55; }

.support-section { padding-block: 78px 110px; }
.support-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.support-card { border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
.support-card span { align-items: center; background: var(--brand-soft); border-radius: 10px; color: var(--brand); display: flex; font-size: 20px; height: 45px; justify-content: center; width: 45px; }
.support-card h2 { font-size: 18px; margin: 28px 0 10px; }
.support-card p { font-size: 12px; margin: 0; }
.troubleshooting { margin-top: 78px; }
.troubleshooting h2 { font-size: 36px; margin-bottom: 32px; }
.trouble-list { border-top: 1px solid var(--line); }
.trouble-item { display: grid; gap: 32px; grid-template-columns: 1fr 2fr; padding: 27px 0; border-bottom: 1px solid var(--line); }
.trouble-item h3 { font-size: 15px; margin: 0; }
.trouble-item p { font-size: 13px; margin: 0; }
.support-cta { align-items: center; background: var(--surface-soft); border-radius: 18px; display: flex; justify-content: space-between; margin-top: 70px; padding: 38px 42px; }
.support-cta h2 { font-size: 28px; margin: 0 0 10px; }
.support-cta p { font-size: 13px; margin: 0; }
.not-found { align-items: center; display: flex; min-height: calc(100vh - 76px); padding-block: 60px; text-align: center; }
.not-found .shell { max-width: 660px; }
.not-found strong { color: var(--brand); display: block; font-size: 90px; line-height: 1; }
.not-found h1 { font-size: 42px; margin: 18px 0 12px; }
.not-found p { margin-bottom: 26px; }

:focus-visible { outline: 3px solid rgba(79,70,229,.3); outline-offset: 3px; }

@media (max-width: 1040px) {
  .hero-grid { gap: 46px; grid-template-columns: .88fr 1.12fr; }
  .note-top { right: -8px; }
  .note-bottom { left: -12px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-grid, .history-grid { gap: 48px; }
  .privacy-grid { grid-template-columns: auto 1fr; }
  .privacy-grid .button { grid-column: 2; justify-self: start; }
  .closing-card { align-items: flex-start; flex-direction: column; }
  .closing-actions { margin: 28px 0 0; }
}

@media (max-width: 820px) {
  .section { padding-block: 82px; }
  .nav-toggle { display: block; }
  .site-nav { align-items: stretch; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 22px 38px rgba(23,32,51,.12); display: none; flex-direction: column; gap: 0; left: 0; padding: 14px 24px 22px; position: absolute; right: 0; top: 76px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 4px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { margin: 14px auto 0; max-width: 680px; transform: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { border-bottom: 1px solid rgba(255,255,255,.13); padding: 20px 18px; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(3), .proof-grid > div:nth-child(4) { border-bottom: 0; }
  .proof-grid > div:first-child { padding-left: 18px; }
  .split-heading, .showcase-grid, .export-grid, .history-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 20px; }
  .showcase-copy { max-width: 650px; }
  .export-grid { gap: 35px; }
  .export-visual { margin-inline: auto; max-width: 520px; width: 100%; }
  .history-copy { max-width: 650px; }
  .faq-grid { gap: 45px; }
  .faq-heading { position: static; }
  .workflow-list { gap: 35px; grid-template-columns: 1fr; }
  .workflow-list li { margin: 0 !important; padding-left: 62px; padding-top: 0; }
  .workflow-list li::before { background: var(--line); content: ""; height: calc(100% + 35px); left: 18px; position: absolute; top: 0; width: 2px; }
  .workflow-list li:last-child::before { display: none; }
  .workflow-list li > span { left: 0; top: -8px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { display: none; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .shell { padding-inline: 18px; }
  .section { padding-block: 68px; }
  .hero { padding-block: 58px 55px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-list { gap: 10px 14px; }
  .floating-note { display: none; }
  .capture-label { left: 10px; }
  .proof-grid strong { font-size: 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 235px; }
  .feature-icon { margin-bottom: 36px; }
  .showcase-grid { gap: 40px; }
  .showcase-media::before { inset: 15px -8px -10px 14px; }
  .page-stack { height: 258px; width: 320px; }
  .export-visual { height: 290px; }
  .fake-content { padding: 24px; }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-mark { height: 64px; width: 64px; }
  .privacy-grid .button { grid-column: 1; }
  .closing-section { padding-bottom: 58px; }
  .closing-card { border-radius: 0; margin-inline: 0; padding: 38px 24px; }
  .closing-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .page-hero { padding: 56px 0 48px; }
  .legal-layout { padding-block: 52px 78px; }
  .permission-row { grid-template-columns: 1fr; }
  .trouble-item { gap: 10px; grid-template-columns: 1fr; }
  .support-cta { align-items: flex-start; flex-direction: column; gap: 24px; padding: 28px; }
}

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