@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/fonts/montserrat-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/fonts/montserrat-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    --ink: #050505;
    --muted: #6e6e73;
    --hairline: rgba(60, 60, 67, 0.18);
    --surface: #f5f5f7;
    --surface-strong: #ececf1;
    --blue: #007aff;
    --red: #ff3b30;
    --white: #fff;
    --radius: 28px;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.11);
    --shell: min(1120px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.website-page {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

body.website-page[dir='rtl'] { letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 16px; top: -80px; z-index: 1000; background: #000; color: #fff; padding: 12px 18px; border-radius: 12px; }
.skip-link:focus { top: 12px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 0.5px solid var(--hairline);
    backdrop-filter: saturate(180%) blur(22px);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; letter-spacing: -0.02em; }
.brand img, .footer-brand img, .trust-card img { border-radius: 22%; box-shadow: 0 7px 18px rgba(0, 0, 0, 0.12); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 34px); margin-inline: auto; }
.desktop-nav a, .footer-links a { text-decoration: none; color: #2c2c2e; font-size: 14px; }
.desktop-nav a:hover, .footer-links a:hover, .text-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-menu { position: relative; }
.language-menu summary { list-style: none; cursor: pointer; color: var(--muted); font-size: 13px; padding: 10px 8px; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary::after { content: '⌄'; margin-inline-start: 6px; color: #8e8e93; }
.language-popover { position: absolute; top: calc(100% + 10px); inset-inline-end: 0; width: 180px; padding: 8px; border: 0.5px solid var(--hairline); border-radius: 18px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 18px 45px rgba(0,0,0,.14); backdrop-filter: blur(20px); }
.language-popover a { display: block; padding: 10px 12px; border-radius: 11px; text-decoration: none; font-size: 14px; }
.language-popover a:hover, .language-popover a[aria-current='page'] { background: var(--surface); color: var(--blue); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 0; border-radius: 999px; color: #fff; background: var(--blue); text-decoration: none; font-weight: 600; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0, 122, 255, 0.24); background: #0875df; }
.button-small { min-height: 40px; padding: 9px 17px; font-size: 13px; }
.app-store-badge { display: inline-block; width: 180px; max-width: 100%; line-height: 0; transition: transform .2s ease, filter .2s ease; }
.app-store-badge:hover { transform: translateY(-2px); filter: drop-shadow(0 10px 14px rgba(0,0,0,.18)); }
.app-store-badge img { width: 100%; height: auto; }

.hero-section { position: relative; overflow: hidden; min-height: 780px; background: linear-gradient(180deg, #fff 0%, #f7f9ff 52%, #fff 100%); }
.hero-grid { min-height: 760px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, .8fr); align-items: center; gap: clamp(48px, 8vw, 120px); padding-block: 72px 88px; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow { margin: 0 0 13px; color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-copy h1, .difference-copy h2, .pricing-grid h2, .trust-card h2, .final-card h2 { margin: 0; font-size: clamp(43px, 5.7vw, 76px); line-height: 1.03; letter-spacing: -0.055em; }
.hero-lead, .section-lead { margin: 27px 0 0; color: #3a3a3c; font-size: clamp(18px, 2vw, 22px); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { color: var(--blue); font-weight: 600; text-decoration: none; }
.proof-list { display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; padding: 0; margin: 32px 0 0; color: var(--muted); font-size: 12px; }
.proof-list li { display: inline-flex; align-items: center; gap: 7px; }
.proof-list span { color: var(--blue); font-weight: 700; }

.hero-visual { position: relative; display: flex; justify-content: center; min-height: 650px; z-index: 2; }
.phone { position: relative; overflow: hidden; border: 10px solid #111; border-radius: 56px; background: #fff; box-shadow: var(--shadow); }
.phone::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); pointer-events: none; }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-speaker { position: absolute; z-index: 4; top: 12px; left: 50%; transform: translateX(-50%); width: 31%; height: 28px; border-radius: 20px; background: #000; }
.phone-hero { width: 315px; height: 684px; transform: rotate(2deg); }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; inset-inline-start: -34px; bottom: 86px; min-width: 238px; padding: 15px 18px; border: .5px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 16px 42px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 13px; }
.floating-card small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.mini-bolt { width: 34px; height: 34px; flex: 0 0 34px; object-fit: contain; }
.hero-orbit { position: absolute; width: 820px; height: 320px; right: -240px; top: 250px; border: 2px solid rgba(0,122,255,.13); border-radius: 50%; transform: rotate(-12deg); }
[dir='rtl'] .hero-orbit { right: auto; left: -240px; }
.hero-orbit span { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #111; }
.hero-orbit span:nth-child(1) { left: 5%; top: 33%; background: var(--red); }
.hero-orbit span:nth-child(2) { left: 24%; top: 6%; }
.hero-orbit span:nth-child(3) { left: 46%; top: -2%; }
.hero-orbit span:nth-child(4) { right: 27%; top: 10%; background: var(--red); }
.hero-orbit span:nth-child(5) { right: 7%; top: 38%; }
.hero-orbit span:nth-child(6) { right: 32%; bottom: 9%; }

.proof-strip { padding-block: 8px 46px; }
.pearl-strip { position: relative; display: flex; justify-content: space-between; align-items: center; max-width: 720px; height: 24px; }
.pearl-strip::before { content: ''; position: absolute; inset-inline: 0; top: 50%; height: 2px; background: #c7c7cc; }
.pearl { position: relative; width: 13px; height: 13px; border: 3px solid #fff; border-radius: 50%; background: #111; box-shadow: 0 0 0 1px #111; }
.pearl.red { background: var(--red); box-shadow: 0 0 0 1px var(--red); }

.section { padding-block: clamp(80px, 10vw, 140px); }
.section-title { margin: 0 0 42px; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -0.045em; }
.section-title.centered { text-align: center; margin-bottom: 80px; }
.questions-section { padding-top: 70px; }
.question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.app-card, .muted-card { border-radius: var(--radius); background: var(--surface); }
.question-card { min-height: 260px; padding: 30px; }
.question-card h3 { margin: 28px 0 9px; font-size: 21px; letter-spacing: -0.025em; }
.question-card p { margin: 0; color: var(--muted); font-size: 15px; }
.symbol { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: #fff; background: #111; font-size: 25px; font-weight: 700; }
.symbol-battery { background: var(--blue); }
.battery-glyph { position: relative; width: 27px; height: 15px; border: 3px solid #fff; border-radius: 4px; }
.battery-glyph::after { content: ''; position: absolute; width: 3px; height: 7px; top: 1px; right: -7px; border-radius: 0 2px 2px 0; background: #fff; }
.symbol-bolt { background: transparent; }
.symbol-bolt img { width: 52px; height: 52px; object-fit: contain; }
.symbol-coffee { background: #a77a5b; }

.difference-section { background: var(--surface); }
.difference-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(520px, 1fr); align-items: center; gap: clamp(50px, 7vw, 100px); }
.difference-copy h2, .pricing-grid h2, .trust-card h2 { font-size: clamp(38px, 4.8vw, 60px); }
.compare-grid { display: grid; grid-template-columns: 1fr 1.06fr; gap: 16px; align-items: stretch; }
.compare-card { position: relative; min-height: 420px; padding: 28px; border-radius: 27px; }
.compare-card h3 { margin: 0; font-size: 20px; }
.compare-card ul { list-style: none; margin: 26px 0 0; padding: 0; }
.compare-card li { display: flex; gap: 9px; margin-top: 13px; color: #3a3a3c; font-size: 13px; }
.compare-card li span { color: var(--muted); font-weight: 700; }
.recommended-card { background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.08); }
.recommended-card li span { color: var(--blue); }
.recommended-label { display: inline-block; margin: -8px 0 18px; padding: 6px 10px; border-radius: 999px; color: var(--blue); background: rgba(0,122,255,.1); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.pin-cloud { position: relative; height: 110px; margin-top: 30px; border-radius: 18px; background: #e3e3e8; overflow: hidden; }
.pin-cloud i { position: absolute; width: 11px; height: 11px; border-radius: 50% 50% 50% 0; background: #8e8e93; transform: rotate(-45deg); }
.pin-cloud i:nth-child(1) { left: 12%; top: 23%; }.pin-cloud i:nth-child(2) { left: 25%; top: 54%; }.pin-cloud i:nth-child(3) { left: 39%; top: 31%; }.pin-cloud i:nth-child(4) { left: 53%; top: 67%; }.pin-cloud i:nth-child(5) { left: 68%; top: 21%; }.pin-cloud i:nth-child(6) { left: 84%; top: 45%; }.pin-cloud i:nth-child(7) { left: 16%; top: 76%; }.pin-cloud i:nth-child(8) { left: 34%; top: 75%; }.pin-cloud i:nth-child(9) { left: 48%; top: 14%; }.pin-cloud i:nth-child(10) { left: 62%; top: 43%; }.pin-cloud i:nth-child(11) { left: 76%; top: 76%; }.pin-cloud i:nth-child(12) { left: 90%; top: 17%; }
.mini-pearl-line { position: relative; display: flex; justify-content: space-between; align-items: center; height: 70px; margin-top: 26px; }
.mini-pearl-line::before { content: ''; position: absolute; inset-inline: 0; top: 50%; height: 2px; background: #c7c7cc; }
.mini-pearl-line i { position: relative; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: #111; box-shadow: 0 0 0 1px #111; }
.mini-pearl-line i.red { background: var(--red); box-shadow: 0 0 0 1px var(--red); }

.carplay-section { background: #111; color: #fff; overflow: hidden; }
.carplay-grid { display: grid; grid-template-columns: minmax(300px, .62fr) minmax(520px, 1fr); align-items: center; gap: clamp(48px, 7vw, 100px); }
.carplay-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1.04; letter-spacing: -0.05em; }
.carplay-copy .section-lead { color: #d1d1d6; }
.carplay-visual { overflow: hidden; margin: 0; border: .5px solid rgba(255,255,255,.18); border-radius: 30px; background: #1c1c1e; box-shadow: 0 30px 80px rgba(0,0,0,.42); }
.carplay-visual > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.carplay-visual figcaption { display: flex; align-items: center; gap: 9px; padding: 14px 18px 16px; color: #d1d1d6; font-size: 12px; }
.carplay-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 3px rgba(255,59,48,.18); }

.stories-section { overflow: hidden; }
.story-list { display: flex; flex-direction: column; gap: clamp(110px, 16vw, 190px); }
.story-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.story-row.story-reverse .story-media { order: 2; }
.story-row.story-reverse .story-copy { order: 1; }
.story-media { display: flex; justify-content: center; position: relative; }
.story-media::before { content: ''; position: absolute; width: 470px; height: 470px; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: var(--surface); }
.phone-story { width: 272px; height: 590px; border-width: 8px; border-radius: 48px; }
.phone-story .phone-speaker { top: 10px; height: 23px; }
.story-copy h3 { margin: 0; font-size: clamp(36px, 4.5vw, 57px); line-height: 1.06; letter-spacing: -0.045em; }
.story-copy p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }

.spontaneous-section { padding-top: 20px; }
.spontaneous-card { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 70px; padding: clamp(38px, 6vw, 72px); border-radius: 36px; background: #111; color: #fff; }
.spontaneous-card h2 { margin: 0; font-size: clamp(38px, 5vw, 60px); letter-spacing: -0.045em; }
.spontaneous-card p:last-child { color: #d1d1d6; font-size: 18px; }
.decision-stack { display: flex; flex-direction: column; gap: 10px; }
.decision-stack div { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 18px 20px; border: .5px solid rgba(255,255,255,.22); border-radius: 17px; background: rgba(255,255,255,.1); }
.decision-stack div:nth-child(2) { border-color: rgba(0,122,255,.9); background: rgba(0,122,255,.22); }
.decision-stack small { text-align: end; color: #d1d1d6; }

.route-answer-section { padding-bottom: 20px; }
.narrow-copy { max-width: 760px; }
.narrow-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 60px); letter-spacing: -0.045em; }
.routes-section { background: var(--surface); }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.route-card { display: flex; align-items: center; gap: 14px; min-height: 100px; padding: 24px; border: .5px solid var(--hairline); border-radius: 23px; background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.route-card:hover { transform: translateY(-3px); box-shadow: 0 15px 38px rgba(0,0,0,.08); }
.route-card-large { flex-direction: column; align-items: flex-start; min-height: 210px; }
.route-card strong { margin-top: auto; font-size: 20px; letter-spacing: -0.025em; }
.route-card small { color: var(--muted); font-size: 13px; }
.route-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; color: #fff; background: var(--blue); font-size: 22px; }
.route-card:nth-child(2) .route-icon { background: var(--red); }
.route-card:nth-child(3) .route-icon { color: #111; background: #ffd60a; }
.route-card:nth-child(4) .route-icon { background: #30b0c7; }
.egypt-route-grid { grid-template-columns: repeat(2, 1fr); }
.route-city { font-size: 18px; font-weight: 600; }
.route-arrow { margin-inline-start: auto; color: var(--blue); font-size: 22px; }
[dir='rtl'] .route-arrow { transform: scaleX(-1); }

.pricing-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.price-cards { display: grid; gap: 14px; }
.price-card { padding: 28px; }
.price-card h3 { margin: 20px 0 8px; font-size: 22px; }
.price-card p { margin: 0; color: var(--muted); }
.price-dot { display: block; width: 18px; height: 18px; border: 5px solid #fff; border-radius: 50%; background: #111; box-shadow: 0 0 0 1px #111; }
.premium-card { color: #fff; background: var(--blue); }
.premium-card p { color: rgba(255,255,255,.8); }
.premium-card .price-dot { background: var(--red); box-shadow: 0 0 0 1px var(--red); }

.trust-section { padding-top: 20px; }
.trust-card { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 40px; padding: clamp(38px, 6vw, 66px); border-top: .5px solid var(--hairline); border-bottom: .5px solid var(--hairline); }
.trust-card h2 { max-width: 760px; }
.trust-card p:last-child { max-width: 750px; color: var(--muted); font-size: 17px; }

.faq-section { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 80px; }
.faq-grid > h2 { margin: 0; font-size: clamp(38px, 4.8vw, 58px); letter-spacing: -0.045em; }
.faq-list details { border-bottom: .5px solid var(--hairline); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -3px 44px 24px 0; color: var(--muted); line-height: 1.7; }
[dir='rtl'] .faq-list details p { margin: -3px 0 24px 44px; }

.final-section { padding: clamp(90px, 13vw, 170px) 0; }
.final-card { max-width: 900px; text-align: center; }
.final-card h2 { font-size: clamp(48px, 7vw, 82px); }
.final-card > p { margin: 25px auto 34px; max-width: 650px; color: var(--muted); font-size: 20px; }
.final-button { margin-inline: auto; }
.final-pearls { max-width: 260px; margin: 0 auto 38px; }

.site-footer { padding: 50px 0 36px; border-top: .5px solid var(--hairline); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; gap: 24px; }
.footer-meta { grid-column: 1 / -1; color: #8e8e93; font-size: 11px; }
.mobile-download { display: none; }

@media (max-width: 900px) {
    .desktop-nav, .desktop-cta { display: none; }
    .hero-section { min-height: 0; }
    .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 60px; padding-block: 65px 85px; }
    .hero-copy { max-width: 720px; }
    .hero-visual { min-height: 590px; }
    .phone-hero { width: 278px; height: 603px; }
    .floating-card { inset-inline-start: calc(50% - 245px); bottom: 70px; }
    .question-grid { grid-template-columns: 1fr; }
    .question-card { min-height: 0; }
    .difference-grid, .carplay-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; }
    .difference-grid { gap: 60px; }
    .story-row { gap: 50px; }
    .story-media::before { width: 390px; height: 390px; }
    .phone-story { width: 238px; height: 517px; }
    .spontaneous-card { grid-template-columns: 1fr; }
    .route-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-grid { gap: 36px; }
}

@media (max-width: 640px) {
    :root { --shell: calc(100% - 28px); --radius: 23px; }
    .site-header { position: relative; }
    .header-inner { min-height: 70px; }
    .brand span { font-size: 14px; }
    .brand img { width: 42px; height: 42px; }
    .language-menu summary { font-size: 0; }
    .language-menu summary::before { content: '文'; font-size: 18px; color: #1c1c1e; }
    .language-menu summary::after { font-size: 13px; }
    .hero-grid { padding-top: 46px; }
    .hero-copy h1 { font-size: clamp(40px, 12.5vw, 58px); }
    .hero-lead { font-size: 17px; line-height: 1.58; }
    .hero-actions { align-items: flex-start; flex-direction: column; }
    .proof-list { display: grid; }
    .hero-visual { min-height: 540px; }
    .phone-hero { width: 246px; height: 534px; border-width: 8px; border-radius: 46px; }
    .phone-speaker { height: 23px; top: 10px; }
    .floating-card { inset-inline-start: 0; bottom: 45px; min-width: 206px; }
    .hero-orbit { top: auto; bottom: 170px; right: -430px; }
    [dir='rtl'] .hero-orbit { right: auto; left: -430px; }
    .section { padding-block: 78px; }
    .section-title.centered { margin-bottom: 58px; }
    .questions-section { padding-top: 30px; }
    .question-card { padding: 25px; }
    .compare-grid { grid-template-columns: 1fr; }
    .compare-card { min-height: 360px; }
    .story-list { gap: 105px; }
    .carplay-visual { border-radius: 22px; }
    .carplay-visual > img { aspect-ratio: 4 / 3; }
    .story-row { grid-template-columns: 1fr; gap: 42px; }
    .story-row.story-reverse .story-media, .story-row.story-reverse .story-copy { order: initial; }
    .story-copy { text-align: center; }
    .story-copy .eyebrow { text-align: center; }
    .story-media::before { width: 330px; height: 330px; }
    .phone-story { width: 224px; height: 486px; }
    .story-copy p:last-child { font-size: 16px; }
    .spontaneous-card { padding: 30px 24px; gap: 35px; border-radius: 27px; }
    .decision-stack div { padding: 15px; }
    .route-grid, .egypt-route-grid { grid-template-columns: 1fr; }
    .route-card-large { min-height: 180px; }
    .trust-card { grid-template-columns: 1fr; gap: 24px; padding-inline: 10px; }
    .trust-card img { width: 76px; height: 76px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-links { flex-direction: column; gap: 13px; }
    .footer-meta { grid-column: 1; padding-bottom: 72px; }
    .mobile-download { position: fixed; display: block; z-index: 90; inset-inline: 14px; bottom: 12px; padding: 8px; border: .5px solid rgba(255,255,255,.75); border-radius: 999px; background: rgba(255,255,255,.84); box-shadow: 0 10px 35px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
    .mobile-download .button { width: 100%; min-height: 46px; }
}

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