@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --g2w-blue: #1476ff;
  --g2w-blue-dark: #005bd8;
  --g2w-navy: #07162f;
  --g2w-ink: #0a1224;
  --g2w-muted: #637087;
  --g2w-surface: #f5f8fd;
  --g2w-line: rgba(13, 37, 71, .1);
  --g2w-card: rgba(255, 255, 255, .78);
  --g2w-radius: 28px;
  --g2w-shadow: 0 30px 80px rgba(23, 73, 137, .14);
  --pico-font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif;
  --pico-primary: var(--g2w-blue);
  --pico-primary-hover: var(--g2w-blue-dark);
  --pico-border-radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--g2w-ink); background: #fff; overflow-x: hidden; }
a { text-decoration: none; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(900px, calc(100% - 40px)); }
.section-pad { padding: 110px 0; position: relative; }
.skip-link { position: fixed; left: 12px; top: -100px; background: #fff; color: #000; z-index: 9999; padding: .7rem 1rem; border-radius: 10px; box-shadow: var(--g2w-shadow); }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background .3s ease, box-shadow .3s ease, border-color .3s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled, .compact-header { background: rgba(255,255,255,.82); backdrop-filter: blur(24px) saturate(160%); -webkit-backdrop-filter: blur(24px) saturate(160%); border-color: var(--g2w-line); box-shadow: 0 8px 30px rgba(32, 70, 117, .06); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.2rem; color: var(--g2w-ink); letter-spacing: -.04em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: #26334b; font-size: .92rem; font-weight: 600; transition: color .2s ease, transform .2s ease; }
.nav-links a:hover { color: var(--g2w-blue); transform: translateY(-1px); }
.nav-links a[aria-current="page"] { color: var(--g2w-blue); }
.nav-links .nav-cta { background: var(--g2w-ink); color: #fff; padding: 10px 17px; border-radius: 999px; }
.nav-links .nav-cta:hover { color: #fff; background: var(--g2w-blue); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; margin: 0; box-shadow: none; }
.menu-toggle span { display: block; height: 2px; background: var(--g2w-ink); margin: 5px 0; border-radius: 3px; transition: transform .25s, opacity .25s; }

.hero { min-height: 880px; display: flex; align-items: center; padding-top: 150px; background: radial-gradient(circle at 85% 18%, rgba(90, 183, 255, .18), transparent 30%), linear-gradient(180deg, #f9fbff 0%, #fff 85%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 44px; }
.eyebrow { display: inline-block; color: var(--g2w-blue); text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: .76rem; margin-bottom: 18px; }
.hero h1, .support-hero h1 { font-size: clamp(3.5rem, 7.4vw, 7.1rem); line-height: .93; letter-spacing: -.075em; margin: 0 0 30px; font-weight: 800; }
.gradient-text { color: transparent; background: linear-gradient(110deg, #0071e3, #44a6ff 60%, #78d5ff); -webkit-background-clip: text; background-clip: text; }
.hero-lead { font-size: clamp(1.1rem, 2vw, 1.34rem); line-height: 1.65; color: #526076; max-width: 720px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0 28px; flex-wrap: wrap; }
.app-store-button { display: inline-flex; align-items: center; gap: 11px; background: #050505; color: #fff; border-radius: 13px; padding: 10px 18px 10px 14px; min-width: 190px; transition: transform .2s, box-shadow .2s; }
.app-store-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.18); }
.app-store-button svg { width: 31px; fill: currentColor; }
.app-store-button span { display: flex; flex-direction: column; line-height: 1; }
.app-store-button small { font-size: .65rem; margin-bottom: 4px; }
.app-store-button strong { font-size: 1.18rem; letter-spacing: -.03em; }
.text-link { color: var(--g2w-ink); font-weight: 700; }
.text-link span { color: var(--g2w-blue); }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-row span { color: #66758b; background: rgba(255,255,255,.82); border: 1px solid var(--g2w-line); border-radius: 999px; padding: 7px 11px; font-size: .76rem; font-weight: 600; box-shadow: 0 8px 20px rgba(25, 65, 120, .04); }

.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; perspective: 1200px; }
.phone-stack { position: relative; width: min(100%, 610px); height: 610px; display: grid; place-items: center; }
.phone { position: absolute; width: 255px; height: 540px; border-radius: 42px; padding: 8px; background: #0d1119; box-shadow: 0 45px 80px rgba(22, 52, 92, .27), inset 0 0 0 1px rgba(255,255,255,.22); overflow: hidden; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; border-radius: 34px; }
.phone-front { z-index: 3; transform: translateY(-10px); }
.phone-left { z-index: 1; transform: translate(-150px, 36px) rotate(-8deg) scale(.9); opacity: .78; }
.phone-right { z-index: 2; transform: translate(150px, 46px) rotate(8deg) scale(.9); opacity: .82; }
.orbit { position: absolute; border: 1px solid rgba(20,118,255,.14); border-radius: 50%; }
.orbit-a { width: 590px; height: 590px; animation: spin 24s linear infinite; }
.orbit-b { width: 440px; height: 440px; border-style: dashed; animation: spin 18s linear infinite reverse; }
.floating-card { position: absolute; z-index: 6; background: rgba(255,255,255,.84); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(32, 76, 137, .14); border-radius: 18px; padding: 13px 16px; display: flex; align-items: center; gap: 11px; animation: float 5s ease-in-out infinite; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .84rem; color: var(--g2w-ink); }
.floating-card small { color: var(--g2w-muted); font-size: .68rem; margin-top: 2px; }
.floating-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; background: #eaf4ff; color: var(--g2w-blue); }
.card-top { top: 83px; right: 3px; }
.card-bottom { bottom: 80px; left: -2px; animation-delay: -2s; }
.aurora { position: absolute; filter: blur(70px); border-radius: 50%; opacity: .28; pointer-events: none; }
.aurora-one { width: 380px; height: 380px; background: #72c4ff; top: 60px; right: -140px; }
.aurora-two { width: 250px; height: 250px; background: #a9e6ff; bottom: 80px; left: -100px; }

.logo-strip { border-block: 1px solid var(--g2w-line); background: rgba(247,250,255,.7); }
.logo-strip-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #7a879b; font-size: .82rem; font-weight: 700; }
.logo-strip i { width: 4px; height: 4px; border-radius: 50%; background: #c3ccda; }

.section-heading { max-width: 780px; margin-bottom: 58px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .split-grid h2, .region-card h2, .disclaimer-grid h2, .final-cta h2, .report-card h2, .support-contact-card h2 { font-size: clamp(2.5rem, 5vw, 4.9rem); line-height: 1.02; letter-spacing: -.06em; margin: 0 0 20px; }
.section-heading p, .large-copy { color: var(--g2w-muted); font-size: 1.15rem; line-height: 1.7; }
.muted-heading { color: #a3aebe; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { margin: 0; background: linear-gradient(145deg, #fff, #f8fbff); border: 1px solid var(--g2w-line); border-radius: var(--g2w-radius); padding: 32px; box-shadow: 0 10px 38px rgba(24, 66, 119, .06); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; overflow: hidden; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 28px 55px rgba(24, 66, 119, .11); border-color: rgba(20,118,255,.18); }
.feature-card-large { grid-column: span 2; }
.feature-card-wide { grid-column: span 2; }
.feature-icon { width: 52px; height: 52px; border-radius: 16px; background: #eaf4ff; color: var(--g2w-blue); display: grid; place-items: center; font-size: 1.4rem; margin-bottom: 50px; }
.feature-card h3, .support-card h3, .contact-card h3 { font-size: 1.4rem; letter-spacing: -.03em; margin-bottom: 10px; }
.feature-card p, .support-card p, .contact-card p { color: var(--g2w-muted); line-height: 1.65; font-size: .94rem; }
.mini-ui { margin-top: 28px; background: white; border: 1px solid var(--g2w-line); border-radius: 18px; padding: 15px; display: flex; gap: 12px; align-items: center; color: #4b5c73; font-size: .82rem; box-shadow: 0 12px 32px rgba(30,74,130,.07); }
.mini-chip { background: var(--g2w-blue); color: white; padding: 5px 8px; border-radius: 8px; font-weight: 800; }
.mini-status { margin-left: auto; color: #33a16f; }
.coordinate-demo { margin-top: 28px; padding: 18px; border-radius: 18px; background: var(--g2w-navy); color: white; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .8rem; }
.coordinate-demo strong { color: #6cc8ff; }

.showcase { background: linear-gradient(180deg, #f6f9fe 0%, #fff 100%); overflow: hidden; }
.screens-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; align-items: center; }
.screen-card { margin: 0; padding: 0; border-radius: 25px; overflow: hidden; background: #fff; border: 1px solid var(--g2w-line); box-shadow: 0 24px 50px rgba(28, 68, 120, .1); transition: transform .35s ease; }
.screen-card:hover { transform: translateY(-8px) scale(1.01); }
.screen-card.featured { transform: translateY(-18px); }
.screen-card.featured:hover { transform: translateY(-24px) scale(1.01); }
.screen-card img { display: block; width: 100%; aspect-ratio: 9 / 18.6; object-fit: cover; object-position: top; }
.screen-card figcaption { padding: 18px 17px 20px; min-height: 130px; }
.screen-card figcaption strong, .screen-card figcaption span { display: block; }
.screen-card figcaption strong { font-size: .9rem; margin-bottom: 6px; }
.screen-card figcaption span { color: var(--g2w-muted); font-size: .72rem; line-height: 1.5; }

.region-section { padding-top: 30px; }
.region-card { min-height: 500px; border-radius: 38px; background: radial-gradient(circle at 80% 20%, rgba(57, 166, 255, .34), transparent 32%), linear-gradient(135deg, #07152d, #0a3162 68%, #1060a5); color: #fff; padding: 64px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; overflow: hidden; box-shadow: 0 34px 85px rgba(6, 42, 87, .22); }
.region-card h2 { color: white; }
.region-card p { color: rgba(255,255,255,.72); font-size: 1.07rem; line-height: 1.7; }
.eyebrow-light { color: #7acbff; }
.secure-note { display: inline-block; margin-top: 20px; color: rgba(255,255,255,.64); font-size: .8rem; }
.region-cloud { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-content: center; }
.region-cloud span, .region-cloud strong { padding: 12px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); color: #d7ebff; font-size: .78rem; }
.region-cloud strong { background: white; color: var(--g2w-blue-dark); transform: scale(1.15); box-shadow: 0 14px 30px rgba(0,0,0,.18); }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.resource-list { border-top: 1px solid var(--g2w-line); }
.resource-list > div { display: grid; grid-template-columns: 50px 1fr 1.4fr; gap: 20px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--g2w-line); }
.resource-list span { color: var(--g2w-blue); font-size: .76rem; font-weight: 800; }
.resource-list strong { font-size: 1.05rem; }
.resource-list small { color: var(--g2w-muted); line-height: 1.5; }

.disclaimer-section { background: var(--g2w-navy); color: white; padding: 90px 0; }
.disclaimer-grid { display: grid; grid-template-columns: 100px 1fr; gap: 42px; align-items: start; }
.disclaimer-grid h2 { color: white; max-width: 850px; }
.disclaimer-grid p { color: rgba(255,255,255,.72); max-width: 900px; line-height: 1.7; }
.disclaimer-symbol { width: 86px; height: 86px; border-radius: 28px; display: grid; place-items: center; color: #7bcbff; font-size: 2.2rem; font-weight: 700; background: rgba(66,169,255,.1); border: 1px solid rgba(117,202,255,.18); }
.small-copy { font-size: .85rem; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { margin: 0; padding: 34px; border-radius: 28px; border: 1px solid var(--g2w-line); background: #fff; box-shadow: 0 10px 35px rgba(26,69,124,.06); }
.card-kicker { color: var(--g2w-blue); font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.contact-card h3 { margin-top: 45px; font-size: 1.55rem; }
.contact-card a, .support-card a { font-weight: 700; color: var(--g2w-blue); font-size: .88rem; }
.dark-card { background: var(--g2w-navy); color: white; }
.dark-card h3 { color: white; }
.dark-card p { color: rgba(255,255,255,.63); }
.dark-card .card-kicker, .dark-card a { color: #70c6ff; }

.final-cta { text-align: center; background: radial-gradient(circle at 50% 20%, rgba(50,161,255,.13), transparent 40%); }
.final-cta-inner { max-width: 760px; }
.final-cta img { margin-bottom: 25px; }
.final-cta p { color: var(--g2w-muted); font-size: 1.13rem; }
.final-cta .app-store-button { margin-top: 20px; }

.site-footer { border-top: 1px solid var(--g2w-line); padding: 38px 0; background: #fbfcfe; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand small, .footer-legal small { color: var(--g2w-muted); font-size: .7rem; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: #536177; font-size: .79rem; font-weight: 600; }
.footer-legal { text-align: right; font-size: .78rem; color: #526078; }

/* Legal */
.legal-main { padding-top: 76px; }
.legal-hero { padding: 110px 0 70px; background: radial-gradient(circle at 80% 20%, rgba(74,176,255,.16), transparent 34%), #f7faff; border-bottom: 1px solid var(--g2w-line); }
.legal-hero h1 { font-size: clamp(3.3rem, 7vw, 6.2rem); letter-spacing: -.07em; margin: 0 0 18px; }
.legal-intro { max-width: 650px; color: var(--g2w-muted); font-size: 1.2rem; line-height: 1.65; }
.effective-date { display: inline-block; margin-top: 16px; color: #758399; font-size: .8rem; }
.legal-layout { display: grid; grid-template-columns: 210px 1fr; gap: 70px; align-items: start; }
.legal-toc { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 10px; padding: 20px; border-radius: 18px; border: 1px solid var(--g2w-line); background: #fbfdff; }
.legal-toc strong { font-size: .8rem; margin-bottom: 6px; }
.legal-toc a { color: #68768b; font-size: .75rem; }
.legal-toc a:hover { color: var(--g2w-blue); }
.legal-article > p { font-size: 1.07rem; line-height: 1.8; color: #4f5d72; }
.legal-article section { padding: 50px 0 10px; scroll-margin-top: 100px; }
.section-number { color: var(--g2w-blue); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.legal-article h2 { font-size: 2rem; letter-spacing: -.04em; margin: 8px 0 17px; }
.legal-article p { color: #5d697b; line-height: 1.8; }
.legal-contact-card { display: flex; flex-direction: column; gap: 5px; padding: 24px; background: #f5f9ff; border: 1px solid var(--g2w-line); border-radius: 20px; color: #5b687b; }
.legal-contact-card a { margin-top: 7px; font-weight: 700; }

/* Support */
.support-hero { padding-top: 170px; background: linear-gradient(180deg, #f7faff, #fff); }
.support-hero-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 60px; }
.primary-button, .light-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--g2w-blue); color: white; padding: 14px 20px; border-radius: 999px; font-weight: 700; font-size: .9rem; }
.primary-button:hover { color: white; background: var(--g2w-blue-dark); transform: translateY(-2px); }
.support-visual { min-height: 430px; display: grid; place-items: center; }
.support-logo-ring { width: 260px; height: 260px; position: relative; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, white 0 38%, #e7f4ff 39% 59%, transparent 60%); }
.support-logo-ring img { width: 115px; z-index: 3; }
.support-logo-ring .ring-one, .support-logo-ring .ring-two { position: absolute; inset: 0; border: 1px solid rgba(20,118,255,.16); border-radius: 50%; animation: pulse 3.2s ease-in-out infinite; }
.support-logo-ring .ring-two { inset: -55px; animation-delay: -1.6s; }
.support-content { background: #f7faff; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-card { margin: 0; padding: 34px; border: 1px solid var(--g2w-line); border-radius: 26px; background: white; }
.support-card .feature-icon { margin-bottom: 42px; }
.faq-grid { align-items: start; }
.faq-list details { margin: 0; border-bottom: 1px solid var(--g2w-line); padding: 19px 0; }
.faq-list summary { font-weight: 700; color: var(--g2w-ink); cursor: pointer; }
.faq-list details p { color: var(--g2w-muted); line-height: 1.7; margin-top: 12px; font-size: .9rem; }
.report-section { padding-top: 20px; }
.report-card { border-radius: 34px; padding: 55px; background: linear-gradient(135deg, #09234b, #0e5fa9); color: white; display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; }
.report-card h2 { color: white; font-size: clamp(2.2rem, 4vw, 4rem); }
.report-card p { color: rgba(255,255,255,.7); max-width: 700px; }
.light-button { background: white; color: var(--g2w-blue-dark); white-space: nowrap; }
.light-button:hover { color: var(--g2w-blue-dark); transform: translateY(-2px); }
.support-contact-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 38px; border-radius: 28px; border: 1px solid var(--g2w-line); background: #fff; box-shadow: 0 15px 40px rgba(23,65,116,.07); }
.support-contact-card h2 { font-size: 2rem; margin: 3px 0 4px; }
.support-contact-card p { color: var(--g2w-muted); margin: 0; }
.support-contact-card > a { font-weight: 700; }

/* Motion */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%,100% { transform: scale(.92); opacity: .4; } 50% { transform: scale(1.08); opacity: 1; } }

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

@media (max-width: 1020px) {
  .hero-grid, .support-hero-grid, .region-card, .split-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 600px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card-large, .feature-card-wide { grid-column: span 1; }
  .screens-gallery { grid-template-columns: repeat(3, 1fr); }
  .screen-card:nth-child(n+4) { margin-top: 30px; }
  .region-card { gap: 25px; }
  .contact-grid, .support-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-legal { grid-column: 1 / -1; text-align: left; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; display: none; }
}

@media (max-width: 760px) {
  .shell, .narrow { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 78px 0; }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 68px; left: 14px; right: 14px; padding: 14px; flex-direction: column; align-items: stretch; gap: 4px; background: rgba(255,255,255,.96); backdrop-filter: blur(20px); border: 1px solid var(--g2w-line); border-radius: 20px; box-shadow: var(--g2w-shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s, transform .2s; }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { padding: 11px 12px; }
  .nav-links .nav-cta { text-align: center; margin-top: 4px; }
  .hero { padding-top: 120px; }
  .hero h1, .support-hero h1 { font-size: clamp(3.25rem, 16vw, 5.2rem); }
  .hero-visual { min-height: 530px; }
  .phone-stack { transform: scale(.82); }
  .floating-card { transform: scale(.85); }
  .card-top { right: -8px; top: 70px; }
  .card-bottom { left: -6px; bottom: 55px; }
  .logo-strip { overflow: hidden; }
  .logo-strip-inner { justify-content: flex-start; width: max-content; padding-inline: 20px; animation: ticker 22s linear infinite; }
  .feature-grid, .contact-grid, .support-grid { grid-template-columns: 1fr; }
  .feature-card { padding: 26px; }
  .screens-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .screen-card.featured { transform: none; }
  .screen-card:nth-child(n+4) { margin-top: 0; }
  .screen-card figcaption { min-height: 138px; padding: 14px; }
  .region-card { padding: 34px 25px; border-radius: 28px; }
  .resource-list > div { grid-template-columns: 40px 1fr; }
  .resource-list small { grid-column: 2; }
  .disclaimer-grid { grid-template-columns: 1fr; }
  .disclaimer-symbol { width: 68px; height: 68px; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { order: 2; }
  .footer-legal { order: 3; }
  .support-hero { padding-top: 130px; }
  .support-visual { min-height: 320px; }
  .report-card { grid-template-columns: 1fr; padding: 35px 25px; }
  .support-contact-card { grid-template-columns: auto 1fr; }
  .support-contact-card > a { grid-column: 1 / -1; }
  .legal-hero { padding-top: 90px; }
  .legal-article section { padding-top: 38px; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-visual { min-height: 430px; margin-inline: -20px; }
  .phone-stack { transform: scale(.64); }
  .floating-card { display: none; }
  .screens-gallery { grid-template-columns: 1fr 1fr; }
  .screen-card figcaption span { display: none; }
  .screen-card figcaption { min-height: auto; }
  .coordinate-demo { flex-direction: column; align-items: flex-start; }
  .section-heading h2, .split-grid h2, .region-card h2, .disclaimer-grid h2, .final-cta h2 { font-size: 2.6rem; }
}

@keyframes ticker { to { transform: translateX(-45%); } }
