:root {
  --navy: #102a58;
  --ink: #19345e;
  --muted: #667c99;
  --blue: #148fcf;
  --blue-deep: #0c5ba7;
  --blue-pale: #e7f4fb;
  --blue-wash: #f5fbfe;
  --line: #d8e7f0;
  --purple: #6154d8;
  --purple-pale: #f0edff;
  --green: #719b36;
  --green-pale: #f0f6e8;
  --coral: #ef6371;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 18px 44px rgba(16, 62, 109, .10);
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.section-pad { padding: 112px 0; }
.announcement { min-height: 36px; padding: 8px 24px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #2d5579; background: #eef8fb; border-bottom: 1px solid #dbeef4; font-size: 12px; letter-spacing: .01em; }
.announcement a { display: inline-flex; align-items: center; gap: 4px; color: var(--blue-deep); font-weight: 700; }
.announcement svg { width: 13px; height: 13px; }
.announcement-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(216,231,240,.8); backdrop-filter: blur(16px); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-size: 21px; font-weight: 750; letter-spacing: -.04em; }
.brand img { width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 6px 18px rgba(21,96,176,.15); }
.main-nav { display: flex; align-items: center; gap: 29px; color: #59708d; font-size: 14px; font-weight: 600; }
.main-nav a:not(.nav-cta):hover, .text-link:hover, .use-case a:hover, .guide-link:hover { color: var(--blue-deep); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; color: var(--white); background: var(--navy); border-radius: 10px; box-shadow: 0 8px 18px rgba(16,42,88,.18); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-1px); background: var(--blue-deep); }
.nav-cta svg { width: 15px; height: 15px; }
.nav-toggle { display: none; color: var(--navy); border: 0; background: transparent; padding: 8px; cursor: pointer; }
.hero { padding-top: 90px; padding-bottom: 70px; overflow: hidden; background: var(--blue-wash); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); gap: 45px; align-items: center; }
.eyebrow { margin: 0 0 17px; color: var(--blue-deep); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-mark { display: inline-block; width: 19px; height: 2px; margin: 0 8px 3px 0; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 23px; color: var(--navy); font-size: clamp(47px, 5.5vw, 78px); line-height: .99; letter-spacing: -.07em; font-weight: 760; }
h1 em { color: var(--blue-deep); font-style: normal; }
.hero-lede { max-width: 530px; margin-bottom: 31px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 720; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg { width: 17px; height: 17px; }
.button-primary { color: var(--white); background: var(--blue-deep); box-shadow: 0 12px 24px rgba(12,91,167,.2); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 28px rgba(12,91,167,.27); }
.button-secondary { color: var(--navy); background: var(--white); border-color: var(--line); }
.button-secondary:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,20,70,.22); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: 14px; font-weight: 700; transition: color .2s ease; }
.text-link svg, .use-case a svg, .guide-link svg { width: 15px; height: 15px; }
.hero-proof { display: flex; align-items: center; gap: 10px; margin-top: 34px; color: #71849c; font-size: 12px; }
.hero-proof strong { color: var(--navy); }
.proof-icon { width: 27px; height: 27px; display: grid; place-items: center; color: var(--green); background: var(--green-pale); border-radius: 8px; }
.proof-icon svg { width: 16px; height: 16px; }
.hero-art { position: relative; min-width: 0; }
.art-frame { position: relative; padding: 18px 16px 3px; background: var(--white); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.art-frame img { display: block; width: 100%; height: auto; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 9px; padding: 10px 13px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 13px 30px rgba(22,65,110,.13); font-size: 12px; font-weight: 650; }
.floating-note svg { width: 15px; height: 15px; color: var(--green); }
.note-one { top: 18%; right: -14px; }
.note-two { bottom: 11%; left: -22px; }
.file-dot { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; font-size: 9px; font-weight: 800; }
.file-dot.pdf, .format-icon.pdf { color: var(--coral); background: #fff0f1; }
.file-dot.csv, .format-icon.csv { color: var(--green); background: var(--green-pale); }
.signal-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 87px; padding-top: 21px; border-top: 1px solid var(--line); }
.signal-row > div { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: 12px; line-height: 1.35; }
.signal-number { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.intro-band { padding: 82px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 29% 1fr; gap: 9%; align-items: start; }
.section-kicker { margin: 3px 0 0; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.intro-grid h2 { max-width: 730px; margin-bottom: 16px; color: var(--navy); font-size: clamp(32px, 4vw, 49px); line-height: 1.04; letter-spacing: -.055em; }
.intro-grid p:not(.section-kicker) { max-width: 670px; margin-bottom: 0; color: var(--muted); font-size: 17px; }
.section-heading { margin-bottom: 48px; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.split-heading > p { max-width: 275px; margin: 0 0 4px; color: var(--muted); font-size: 15px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 4vw, 54px); line-height: 1; letter-spacing: -.06em; }
.workflow-section { background: var(--white); }
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.flow-card { position: relative; min-height: 480px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.flow-card-blue { background: var(--blue-pale); }
.flow-card-lilac { background: var(--purple-pale); }
.flow-card-green { background: var(--green-pale); }
.step-number { position: absolute; top: 22px; left: 24px; color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.flow-card-copy { position: relative; z-index: 1; padding: 66px 25px 0; }
.flow-card h3 { margin-bottom: 9px; color: var(--navy); font-size: 24px; letter-spacing: -.04em; }
.flow-card p { max-width: 275px; margin: 0; color: #5e7591; font-size: 14px; line-height: 1.5; }
.flow-card img { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 245px; object-fit: cover; object-position: 50% 53%; mix-blend-mode: multiply; }
.output-section { background: var(--blue-wash); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.output-grid { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.05fr); gap: 105px; align-items: center; }
.output-art { position: relative; max-width: 360px; margin: 0 auto; }
.output-art img { display: block; width: 100%; height: auto; border-radius: 23px; box-shadow: var(--shadow); }
.art-caption { position: absolute; right: -42px; bottom: 37px; display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 25px rgba(16,62,109,.12); font-size: 12px; font-weight: 700; }
.art-caption svg { width: 15px; height: 15px; color: var(--green); }
.output-copy h2 { margin: 0 0 19px; color: var(--navy); font-size: clamp(38px, 4.4vw, 60px); line-height: .98; letter-spacing: -.065em; }
.output-copy h2 span { color: var(--blue-deep); }
.output-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 29px; color: var(--muted); font-size: 16px; }
.format-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.format-tab { display: flex; align-items: center; gap: 9px; min-width: 0; padding: 11px; text-align: left; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; transition: border-color .2s, background .2s; }
.format-tab.is-active { color: var(--navy); background: var(--white); border-color: #9fcee4; box-shadow: 0 8px 18px rgba(26,96,150,.08); }
.format-tab strong, .format-tab small { display: block; white-space: nowrap; }
.format-tab strong { font-size: 12px; }
.format-tab small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.format-icon { flex: 0 0 31px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; }
.format-icon svg { width: 15px; height: 15px; }
.format-icon.text { color: var(--purple); background: var(--purple-pale); }
.format-detail { margin-top: 16px; padding: 17px 18px; background: var(--white); border-left: 3px solid var(--blue); border-radius: 0 10px 10px 0; }
.detail-label { color: var(--navy); font-size: 12px; font-weight: 800; }
.format-detail p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.use-cases { background: var(--white); }
.use-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.use-case { padding: 30px 28px 28px; border-right: 1px solid var(--line); }
.use-case:last-child { border-right: 0; }
.use-icon { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 11px; }
.use-icon svg { width: 19px; height: 19px; }
.use-icon.blue { color: var(--blue-deep); background: var(--blue-pale); }
.use-icon.green { color: var(--green); background: var(--green-pale); }
.use-icon.purple { color: var(--purple); background: var(--purple-pale); }
.use-label, .guide-type { margin-bottom: 8px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.use-case h3 { margin-bottom: 8px; color: var(--navy); font-size: 23px; letter-spacing: -.04em; }
.use-case > p:not(.use-label) { min-height: 72px; margin-bottom: 20px; color: var(--muted); font-size: 14px; }
.use-case a, .guide-link { display: inline-flex; align-items: center; gap: 6px; color: var(--navy); font-size: 13px; font-weight: 750; }
.guide-section { background: var(--blue-wash); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guide-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 14px; }
.guide-card { min-height: 280px; display: flex; flex-direction: column; align-items: flex-start; padding: 27px 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s, box-shadow .2s; }
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.guide-card.guide-featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.guide-card.guide-featured .guide-type, .guide-card.guide-featured .guide-link { color: #9fdcf0; }
.guide-card h3 { max-width: 355px; margin: 40px 0 10px; color: var(--navy); font-size: 25px; line-height: 1.1; letter-spacing: -.045em; }
.guide-card.guide-featured h3 { color: var(--white); }
.guide-card p { margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.guide-card.guide-featured p { color: #b8cae0; }
.guide-link { margin-top: auto; }
.guide-more { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 22px; margin-top: 20px; color: var(--muted); font-size: 12px; }
.guide-more > span { color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-more a { display: inline-flex; align-items: center; gap: 4px; color: var(--blue-deep); font-weight: 700; }
.guide-more svg { width: 13px; height: 13px; }
.privacy-section { background: var(--white); }
.privacy-grid { display: grid; grid-template-columns: 84px 1fr 285px; gap: 32px; align-items: start; padding: 48px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.privacy-badge { width: 70px; height: 70px; display: grid; place-items: center; color: var(--green); background: var(--green-pale); border-radius: 20px; }
.privacy-badge svg { width: 29px; height: 29px; }
.privacy-grid h2 { margin-bottom: 10px; color: var(--navy); font-size: 40px; line-height: 1; letter-spacing: -.05em; }
.privacy-grid > div:nth-child(2) > p:not(.eyebrow) { max-width: 565px; margin-bottom: 18px; color: var(--muted); font-size: 15px; }
.privacy-facts { display: grid; grid-template-columns: 1fr; gap: 14px; padding-left: 29px; border-left: 1px solid var(--line); }
.privacy-facts strong, .privacy-facts span { display: block; }
.privacy-facts strong { color: var(--navy); font-size: 15px; }
.privacy-facts span { color: var(--muted); font-size: 12px; }
.faq-section { background: var(--blue-wash); border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; align-items: start; }
.faq-grid h2 { margin-bottom: 14px; color: var(--navy); font-size: 48px; line-height: .98; letter-spacing: -.06em; }
.faq-intro { max-width: 240px; margin-bottom: 28px; color: var(--muted); font-size: 15px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--navy); font-size: 16px; font-weight: 700; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary span { width: 26px; height: 26px; display: grid; place-items: center; color: var(--blue); background: var(--white); border: 1px solid var(--line); border-radius: 50%; }
summary svg { width: 14px; height: 14px; transition: transform .2s; }
details[open] summary svg { transform: rotate(45deg); }
details p { max-width: 640px; margin: -5px 45px 22px 0; color: var(--muted); font-size: 14px; }
.final-cta { padding: 88px 0; color: var(--white); background: var(--blue-deep); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta .eyebrow { color: #a7e5eb; }
.final-cta h2 { margin: 0; font-size: clamp(39px, 4.5vw, 62px); line-height: .98; letter-spacing: -.065em; }
.download-options { display: flex; align-items: center; gap: 20px; }
.download-qr { width: 112px; display: grid; place-items: center; padding: 8px; color: var(--white); background: var(--white); border-radius: 8px; }
.download-qr img { display: block; width: 96px; height: 96px; }
.download-qr span { padding: 4px 0 1px; color: var(--navy); font-size: 10px; font-weight: 750; }
.site-footer { padding: 58px 0 23px; color: #7690ad; background: #f6fbfd; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .55fr .55fr; gap: 50px; padding-bottom: 50px; }
.footer-brand { margin-bottom: 15px; }
.footer-brand img { width: 36px; height: 36px; border-radius: 10px; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a:not(.brand) { width: fit-content; color: #59708d; font-size: 13px; }
.footer-grid a:not(.brand):hover { color: var(--blue-deep); }
.footer-label { margin-bottom: 7px; color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: #8aa0b6; font-size: 11px; }

/* SEO guide pages */
.article-hero { padding: 92px 0 75px; background: var(--blue-wash); border-bottom: 1px solid var(--line); }
.article-hero .wrap { max-width: 840px; }
.article-hero h1 { max-width: 790px; margin-bottom: 20px; font-size: clamp(42px, 6vw, 70px); }
.article-dek { max-width: 630px; margin-bottom: 23px; color: var(--muted); font-size: 18px; }
.article-meta { color: var(--blue-deep); font-size: 12px; font-weight: 700; }
.article-layout { display: grid; grid-template-columns: minmax(0, 740px) 260px; gap: 80px; align-items: start; padding: 82px 0 110px; }
.article-body { color: #526b88; font-size: 17px; line-height: 1.72; }
.article-body h2 { margin: 43px 0 13px; color: var(--navy); font-size: 32px; line-height: 1.1; letter-spacing: -.045em; }
.article-body h3 { margin: 30px 0 7px; color: var(--navy); font-size: 22px; letter-spacing: -.03em; }
.article-body p { margin-bottom: 19px; }
.article-body ul, .article-body ol { margin: 0 0 23px; padding-left: 22px; }
.article-body li { padding-left: 7px; margin-bottom: 8px; }
.article-body figure { margin: 34px 0; }
.article-body figure img { width: 100%; border: 1px solid var(--line); border-radius: 15px; }
.article-body figcaption { margin-top: 9px; color: #8aa0b6; font-size: 12px; }
.article-callout { margin: 31px 0; padding: 21px 23px; color: var(--navy); background: var(--blue-pale); border-left: 3px solid var(--blue); border-radius: 0 12px 12px 0; font-size: 15px; }
.article-aside { position: sticky; top: 104px; padding: 22px; background: var(--blue-wash); border: 1px solid var(--line); border-radius: 14px; }
.article-aside strong { display: block; margin-bottom: 13px; color: var(--navy); font-size: 13px; }
.article-aside a { display: block; padding: 8px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 12px; }
.article-aside a:last-child { border-bottom: 0; }
.article-aside a:hover { color: var(--blue-deep); }
.legal-page { padding: 85px 0 120px; }
.legal-page .wrap { max-width: 820px; }
.legal-page h1 { margin-bottom: 20px; font-size: clamp(43px, 6vw, 68px); }
.legal-page .updated { margin-bottom: 44px; color: var(--muted); font-size: 13px; }
.legal-page h2 { margin: 38px 0 12px; color: var(--navy); font-size: 26px; }
.legal-page p, .legal-page li { color: var(--muted); font-size: 15px; line-height: 1.7; }

@media (max-width: 920px) {
  .hero-grid, .output-grid { gap: 45px; }
  .output-grid { grid-template-columns: .8fr 1fr; }
  .faq-grid { gap: 50px; }
  .article-layout { gap: 42px; grid-template-columns: minmax(0, 1fr) 220px; }
}
@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 34px), var(--max)); }
  .section-pad { padding: 77px 0; }
  .announcement { justify-content: flex-start; overflow: hidden; white-space: nowrap; font-size: 11px; }
  .announcement a { margin-left: auto; }
  .site-header { position: relative; }
  .nav-wrap { height: 66px; }
  .brand { font-size: 19px; }
  .brand img { width: 39px; height: 39px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 66px; right: 17px; left: 17px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px; }
  .nav-cta { justify-content: center; margin-top: 4px; }
  .hero { padding-top: 68px; padding-bottom: 43px; }
  .hero-grid { display: flex; flex-direction: column; gap: 53px; align-items: stretch; }
  h1 { font-size: clamp(46px, 13vw, 67px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { gap: 16px; }
  .button-primary { width: 100%; }
  .hero-art { width: calc(100% - 6px); margin: 0 auto; }
  .note-one { right: -8px; }
  .note-two { left: -10px; }
  .floating-note { font-size: 10px; }
  .signal-row { grid-template-columns: 1fr; gap: 17px; margin-top: 57px; }
  .intro-band { padding: 61px 0; }
  .intro-grid, .output-grid, .faq-grid, .privacy-grid { grid-template-columns: 1fr; gap: 26px; }
  .intro-grid h2 { font-size: 39px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 16px; }
  .section-heading { margin-bottom: 31px; }
  .section-heading h2 { font-size: 42px; }
  .flow-grid { display: flex; flex-direction: column; }
  .flow-card { min-height: 440px; }
  .flow-card img { height: 230px; }
  .output-art { max-width: 290px; margin-bottom: 16px; }
  .art-caption { right: -12px; bottom: 21px; }
  .output-copy h2 { font-size: 47px; }
  .format-tabs { grid-template-columns: 1fr; }
  .format-tab { padding: 12px; }
  .format-tab strong, .format-tab small { white-space: normal; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case { border-right: 0; border-bottom: 1px solid var(--line); }
  .use-case:last-child { border-bottom: 0; }
  .use-case > p:not(.use-label) { min-height: 0; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-more { align-items: flex-start; flex-direction: column; gap: 10px; }
  .guide-card { min-height: 245px; }
  .privacy-grid { padding: 35px 0; }
  .privacy-facts { grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 23px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .privacy-facts strong { font-size: 13px; }
  .privacy-facts span { font-size: 10px; }
  .faq-grid h2 { font-size: 45px; }
  .final-cta-inner { display: block; }
  .final-cta .button { width: 100%; margin-top: 29px; }
  .download-options { display: block; }
  .download-qr { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 7px; }
  .article-hero { padding: 66px 0 56px; }
  .article-hero h1 { font-size: 48px; }
  .article-layout { display: block; padding: 58px 0 80px; }
  .article-aside { position: static; margin-top: 43px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
