:root {
  --navy: #071c3c;
  --blue: #087cf0;
  --blue-dark: #0565cc;
  --sky: #e8f6ff;
  --sky-strong: #c9eaff;
  --paper: #f8fbff;
  --white: #fff;
  --muted: #5b6c82;
  --line: rgba(45, 103, 165, 0.16);
  --soft-shadow: 0 24px 70px rgba(15, 83, 153, 0.15);
  --phone-shadow: 0 32px 80px rgba(7, 49, 100, 0.26);
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--navy); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.content { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 10px 0; transition: background 180ms ease, box-shadow 180ms ease; }
.site-header.is-scrolled { background: rgba(248, 251, 255, 0.86); box-shadow: 0 8px 34px rgba(14, 75, 140, 0.09); backdrop-filter: blur(22px); }
.nav-shell { position: relative; width: min(1200px, calc(100% - 36px)); min-height: 58px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 11px; flex: 1 1 auto; color: var(--navy); text-decoration: none; }
.brand > img { flex: 0 0 auto; }
.brand-copy { min-width: 0; display: grid; gap: 3px; line-height: 1; }
.brand-title { min-width: 0; display: flex; align-items: baseline; flex-wrap: wrap; column-gap: .24em; font-size: 16px; font-weight: 790; letter-spacing: -.035em; line-height: 1.08; }
.brand-title strong { font: inherit; white-space: nowrap; }
.brand-descriptor { min-width: 0; color: var(--blue); overflow-wrap: anywhere; }
.brand-subtitle { color: #687b92; font-size: 9px; font-weight: 650; letter-spacing: .012em; line-height: 1.12; overflow-wrap: anywhere; }
.brand img, .footer-brand img { border-radius: 11px; box-shadow: 0 9px 24px rgba(8, 124, 240, .2); }
.desktop-nav { display: flex; align-items: center; gap: clamp(17px, 2.2vw, 30px); margin-left: auto; }
.desktop-nav a, .mobile-menu a { color: #53657b; font-size: 13px; font-weight: 680; text-decoration: none; transition: color 160ms ease; }
.desktop-nav a:hover, .mobile-menu a:hover { color: var(--blue); }
.nav-download { padding: 10px 16px; border-radius: 12px; color: var(--white) !important; background: var(--blue); box-shadow: 0 9px 22px rgba(8, 124, 240, .22); }
.nav-tools { display: flex; align-items: center; gap: 10px; }
.language-menu { position: relative; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .68); }
.language-menu summary { min-width: 48px; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 0 10px; border-radius: 11px; color: var(--white); background: var(--blue); font-size: 11px; font-weight: 800; cursor: pointer; list-style: none; box-shadow: 0 5px 13px rgba(8, 124, 240, .23); }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary::after { content: "⌄"; font-size: 9px; }
.language-menu[open] summary::after { transform: rotate(180deg); }
.language-options { width: 174px; display: grid; gap: 3px; position: absolute; z-index: 40; top: calc(100% + 8px); right: 0; padding: 7px; border: 1px solid var(--line); border-radius: 14px; background: rgba(250, 253, 255, .98); box-shadow: var(--soft-shadow); backdrop-filter: blur(22px); }
.language-options a { min-height: 35px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border-radius: 9px; color: #53657b; font-size: 12px; font-weight: 680; text-decoration: none; }
.language-options a:hover, .language-options a[aria-current="page"] { color: var(--blue); background: #eaf6ff; }
.language-options a[aria-current="page"]::after { content: "✓"; font-weight: 900; }
.menu-button { display: none; width: 42px; height: 42px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .72); }
.menu-button span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--navy); transition: transform 180ms ease, opacity 180ms ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: absolute; inset: 64px 0 auto; display: grid; gap: 2px; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .97); box-shadow: var(--soft-shadow); backdrop-filter: blur(22px); }
.mobile-menu a { padding: 13px 14px; border-radius: 11px; }
.mobile-menu .nav-download { margin-top: 4px; text-align: center; }

.hero { position: relative; min-height: 880px; overflow: hidden; isolation: isolate; background: linear-gradient(158deg, #fbfdff 3%, #e3f5ff 63%, #c6eaff 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); z-index: -2; }
.hero-glow-one { width: 680px; height: 680px; left: -280px; top: -320px; background: rgba(137, 225, 255, .52); }
.hero-glow-two { width: 720px; height: 720px; right: -240px; top: 80px; background: rgba(51, 167, 255, .24); }
.hero-clouds { position: absolute; inset: auto 0 -110px; height: 270px; opacity: .7; background: radial-gradient(ellipse at 8% 86%, white 0 25%, transparent 26%), radial-gradient(ellipse at 34% 96%, rgba(255,255,255,.9) 0 30%, transparent 31%), radial-gradient(ellipse at 70% 93%, rgba(255,255,255,.84) 0 31%, transparent 32%), radial-gradient(ellipse at 98% 88%, white 0 30%, transparent 31%); filter: blur(16px); z-index: -1; }
.hero-layout { min-height: 880px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); align-items: center; gap: 34px; padding-top: 92px; }
.hero-copy { position: relative; z-index: 8; padding-bottom: 38px; }
.kicker, .eyebrow { margin: 0 0 17px; color: var(--blue); font-size: 12px; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.kicker::before { content: ""; display: inline-block; width: 25px; height: 2px; margin: 0 8px 3px 0; border-radius: 2px; background: currentColor; }
.hero h1 { margin: 0; font-size: clamp(56px, 6vw, 88px); font-weight: 810; letter-spacing: -.07em; line-height: .98; }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 570px; margin: 27px 0 0; color: #53677e; font-size: 20px; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 19px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 760; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 14px 28px rgba(8, 124, 240, .25); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 16px 32px rgba(8, 124, 240, .32); }
.button-secondary { color: var(--navy); border-color: rgba(40, 99, 163, .2); background: rgba(255, 255, 255, .66); }
.app-store-button { min-width: 166px; padding-block: 9px; }
.app-store-button span:last-child { display: grid; text-align: left; line-height: 1.05; }
.app-store-button small { margin-bottom: 3px; font-size: 9px; font-weight: 570; letter-spacing: .01em; }
.apple-mark { color: white; font-size: 25px; line-height: 1; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 24px 0 0; padding: 0; color: #607188; font-size: 11px; font-weight: 690; list-style: none; }
.hero-notes li::before { content: "✓"; margin-right: 7px; color: var(--blue); font-weight: 900; }
.hero-visual { position: relative; min-height: 690px; }
.phone { position: absolute; overflow: hidden; border: 7px solid #091421; border-radius: 50px; background: #091421; box-shadow: var(--phone-shadow); }
.phone::before { content: ""; position: absolute; top: 9px; left: 50%; z-index: 3; width: 30%; height: 22px; border-radius: 20px; background: #050b12; transform: translateX(-50%); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-back { width: 302px; height: 656px; top: 27px; right: 238px; transform: rotate(-7deg); opacity: .92; }
.phone-front { width: 326px; height: 708px; top: -6px; right: 18px; transform: rotate(5.5deg); }
.hero-app-icon { position: absolute; right: 0; bottom: 50px; z-index: 4; border-radius: 25px; box-shadow: 0 25px 50px rgba(8, 87, 171, .29); transform: rotate(4deg); }
.route-line { position: absolute; right: 70px; top: 60px; width: 520px; height: 230px; border-top: 3px dotted rgba(8, 124, 240, .25); border-radius: 50%; transform: rotate(-13deg); }
.route-plane { position: absolute; right: 78px; top: 33px; color: rgba(8, 124, 240, .45); font-size: 30px; transform: rotate(19deg); }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: #061b39; color: white; }
.trust-strip div { min-height: 138px; padding: 29px clamp(24px, 4vw, 58px); border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { margin-bottom: 7px; color: #7fcaff; font-size: 19px; }
.trust-strip span { color: rgba(255,255,255,.67); font-size: 13px; }

.section { padding: 110px 0; }
.section-heading { max-width: 680px; }
.centered-heading { margin-inline: auto; text-align: center; }
.centered-heading .kicker::before { display: none; }
.section h2 { margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.07; letter-spacing: -.055em; }
.section-heading > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.features { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.feature-grid article { min-height: 248px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 14px 42px rgba(15, 74, 135, .07); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 15px; color: var(--blue); background: #e5f4ff; font-size: 24px; font-weight: 800; }
.feature-grid h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.feature-grid p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }

.showcase { overflow: hidden; background: linear-gradient(180deg, #e9f6ff, #d8efff); }
.showcase-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 36px; }
.showcase-heading > p:last-child { margin: 0 0 8px; }
.screenshot-rail { display: grid; grid-auto-columns: minmax(220px, 290px); grid-auto-flow: column; gap: 22px; margin-top: 50px; padding: 0 1px 28px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: rgba(8,124,240,.35) transparent; }
.screenshot-rail figure { margin: 0; scroll-snap-align: start; }
.screenshot-rail img { width: 100%; border-radius: 28px; box-shadow: var(--soft-shadow); }
.screenshot-rail figcaption { margin-top: 13px; color: #385675; font-size: 12px; font-weight: 770; text-align: center; }

.premium { background: #061b39; }
.premium-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; padding: 66px; border: 1px solid rgba(255,255,255,.12); border-radius: 34px; color: white; background: radial-gradient(circle at 90% 10%, rgba(25, 148, 255, .32), transparent 38%), linear-gradient(135deg, #0a2c57, #071a35); box-shadow: 0 28px 80px rgba(0, 25, 56, .35); }
.premium .kicker { color: #7fcaff; }
.premium h2 { font-size: clamp(40px, 4vw, 59px); }
.premium-copy > p:not(.kicker) { margin: 22px 0 29px; color: rgba(255,255,255,.69); font-size: 17px; }
.premium-points { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.premium-points div { padding: 21px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.055); }
.premium-points strong, .premium-points span { display: block; }
.premium-points strong { margin-bottom: 7px; font-size: 15px; }
.premium-points span { color: rgba(255,255,255,.63); font-size: 13px; }

.faq { background: white; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-layout .section-heading p { font-size: 16px; }
.text-link { display: inline-block; margin-top: 18px; color: var(--blue); font-size: 14px; font-weight: 760; text-decoration: none; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 44px 25px 0; cursor: pointer; font-size: 18px; font-weight: 720; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: var(--blue); font-size: 25px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -7px 45px 24px 0; color: var(--muted); font-size: 15px; }

.final-cta { background: var(--paper); }
.final-cta-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; padding: 52px 58px; border-radius: 32px; color: white; background: linear-gradient(118deg, #087cf0, #075fc2); box-shadow: 0 26px 70px rgba(8, 101, 203, .23); }
.final-cta-card img { border-radius: 22px; box-shadow: 0 18px 42px rgba(0, 48, 109, .29); }
.final-cta-card .kicker { margin-bottom: 10px; color: rgba(255,255,255,.7); }
.final-cta-card h2 { font-size: clamp(34px, 3.7vw, 53px); }
.button-light { color: var(--blue-dark); background: white; box-shadow: 0 14px 27px rgba(0, 50, 113, .18); }

.site-footer { padding: 53px 0 31px; color: rgba(255,255,255,.69); background: #04142b; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: start; gap: 35px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; font-size: 17px; }
.footer-brand span { font-size: 12px; }
.site-footer nav, .footer-meta { display: grid; gap: 9px; }
.site-footer a { font-size: 13px; text-decoration: none; }
.site-footer a:hover { color: white; }
.footer-meta { text-align: right; }
.footer-meta span { font-size: 12px; }
.legal-note { margin-top: 35px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.locale-gateway, .document-body { min-height: 100vh; background: linear-gradient(155deg, #f9fcff, #dcefff); }
.document-body { display: flex; flex-direction: column; }
.locale-gateway { display: grid; place-items: center; padding: 24px; }
.gateway-card { width: min(520px, 100%); padding: 54px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.82); box-shadow: var(--soft-shadow); text-align: center; }
.gateway-card img { margin: 0 auto 25px; border-radius: 22px; }
.gateway-card .eyebrow { margin-bottom: 8px; }
.gateway-card h1 { margin: 0; font-size: 38px; }
.gateway-card p:not(.eyebrow) { color: var(--muted); }
.gateway-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 25px; }

.document-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(248,251,255,.9); backdrop-filter: blur(20px); }
.document-nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.document-nav-links { flex: 0 0 auto; display: flex; align-items: center; gap: 20px; }
.document-nav-links > a { color: var(--muted); font-size: 13px; font-weight: 680; text-decoration: none; }
.document-main { width: min(900px, calc(100% - 40px)); flex: 1 0 auto; margin: 0 auto; padding: 72px 0 100px; }
.document-main h1 { overflow-wrap: anywhere; hyphens: auto; }
.document-hero { margin-bottom: 45px; }
.document-hero h1 { margin: 0; font-size: clamp(44px, 6vw, 70px); line-height: 1.04; letter-spacing: -.055em; }
.document-lead { max-width: 750px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.document-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 21px; color: #6a7b90; font-size: 12px; }
.document-notice { margin-bottom: 18px; padding: 22px 24px; border: 1px solid rgba(8,124,240,.18); border-radius: 18px; color: #254c77; background: rgba(255,255,255,.7); }
.document-section { margin-top: 16px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 12px 34px rgba(15,74,135,.05); }
.document-section h2 { margin: 0 0 13px; font-size: 23px; line-height: 1.2; }
.document-section h3 { margin: 22px 0 6px; font-size: 17px; }
.document-section p, .document-section li, .document-notice p { color: var(--muted); font-size: 14px; }
.document-section p { margin: 10px 0 0; }
.document-section ul { margin: 12px 0 0; padding-left: 20px; }
.document-section a, .document-notice a { color: var(--blue-dark); }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.support-grid .document-section { margin: 0; }

.legacy-document .document-main > article > .eyebrow { margin-bottom: 13px; }
.legacy-document .document-main > article > h1 { margin: 0; font-size: clamp(44px, 6vw, 70px); line-height: 1.04; letter-spacing: -.055em; }
.legacy-document .lead { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.legacy-document .meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 21px; color: #6a7b90; font-size: 12px; }
.legacy-document .meta a, .legacy-document section a { color: var(--blue-dark); }
.legacy-document .notice { margin: 42px 0 18px; padding: 22px 24px; border: 1px solid rgba(8,124,240,.18); border-radius: 18px; color: #254c77; background: rgba(255,255,255,.7); }
.legacy-document .document-main article > section:not(.notice) { margin-top: 16px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 12px 34px rgba(15,74,135,.05); }
.legacy-document .document-main section h2 { margin: 0 0 13px; font-size: 23px; line-height: 1.2; }
.legacy-document .document-main section h3 { margin: 18px 0 6px; font-size: 17px; }
.legacy-document .document-main section p, .legacy-document .document-main section li { color: var(--muted); font-size: 14px; }
.legacy-document .document-main section p { margin: 10px 0 0; }
.legacy-document .document-main section ul { margin: 12px 0 0; padding-left: 20px; }
.legacy-document .section-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.legacy-document .section-grid .card { padding: 18px; border-radius: 14px; background: #f3f9ff; }
.legacy-document .section-grid .card h3 { margin-top: 0; }

.document-footer { flex: 0 0 auto; border-top: 1px solid var(--line); color: #74839a; background: rgba(248, 251, 255, .72); }
.document-footer-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.document-footer-meta { max-width: 620px; display: grid; gap: 5px; font-size: 10px; }
.document-footer-meta small { color: #8794a7; font-size: 8px; line-height: 1.45; }
.document-footer-links { display: flex; flex-wrap: wrap; gap: 17px; }
.document-footer-links a { font-size: 10px; text-decoration: none; }
.document-footer-links a:hover { color: var(--blue); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; padding: 145px 0 88px; }
  .hero-copy { max-width: 700px; padding: 0; }
  .hero-visual { width: min(650px, 100%); min-height: 640px; margin: 10px auto 0; }
  .phone-back { left: 6%; right: auto; }
  .phone-front { right: 6%; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .premium-card { grid-template-columns: 1fr; gap: 42px; }
  .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .final-cta-card { grid-template-columns: auto 1fr; }
  .final-cta-card .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 720px) {
  .content { width: min(100% - 30px, 1160px); }
  .nav-shell { width: calc(100% - 22px); }
  .hero-layout { padding-top: 122px; }
  .hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-lead { font-size: 17px; }
  .hero-visual { min-height: 500px; }
  .phone { border-width: 5px; border-radius: 37px; }
  .phone::before { top: 7px; height: 16px; }
  .phone-back { width: 218px; height: 473px; }
  .phone-front { width: 235px; height: 510px; }
  .hero-app-icon { width: 80px; height: 80px; right: 0; bottom: 8px; border-radius: 19px; }
  .route-line { right: 15px; width: 390px; }
  .route-plane { right: 25px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 82px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .showcase-heading { grid-template-columns: 1fr; gap: 6px; }
  .showcase-heading > p:last-child { margin-top: 12px; }
  .premium-card { padding: 32px 23px; border-radius: 26px; }
  .premium-points { grid-template-columns: 1fr; }
  .final-cta-card { grid-template-columns: 1fr; padding: 36px 27px; text-align: center; }
  .final-cta-card img { margin: auto; }
  .final-cta-card .button { grid-column: auto; justify-self: stretch; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
  .gateway-card { padding: 38px 22px; }
  .document-nav { gap: 10px; }
  .brand { gap: 8px; }
  .brand > img { width: 38px; height: 38px; border-radius: 9px; }
  .brand-title { font-size: 15px; }
  .brand-subtitle { font-size: 8px; }
  .document-nav-links > a { display: none; }
  .document-main { width: min(100% - 28px, 900px); padding-top: 52px; }
  .document-section { padding: 22px 19px; }
  .support-grid { grid-template-columns: 1fr; }
  .legacy-document .section-grid { grid-template-columns: 1fr; }
  .legacy-document .document-main article > section:not(.notice) { padding: 22px 19px; }
  .document-footer-inner { flex-direction: column; align-items: flex-start; padding: 23px 0; }
}

@media (max-width: 480px) {
  .brand-title { display: grid; gap: 2px; }
  .brand-descriptor { font-size: 10px; font-weight: 690; letter-spacing: 0; }
  .hero-actions, .gateway-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-notes { display: grid; }
  .hero-visual { min-height: 410px; }
  .phone-back { width: 176px; height: 382px; left: 1%; }
  .phone-front { width: 190px; height: 412px; right: 1%; }
  .screenshot-rail { grid-auto-columns: 78%; }
}

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

@media print {
  .document-header { position: static; }
  .document-body { background: white; }
  .document-main { width: 100%; padding: 20px; }
  .document-section { box-shadow: none; break-inside: avoid; }
}
