:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;color:#102e55;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--navy: #102e55;--deep: #123a6b;--blue: #1f6fd6;--sky: #4aa3e6;--soft-blue: #eaf3ff;--screen: #f4f7fa;--muted: #607289;--line: #dce6f0;--green: #2f9c56;--orange: #e0762b;--purple: #7a5cd0;--max: 1180px}*{box-sizing:border-box}html{scroll-padding-top:88px}body{margin:0;min-width:320px;min-height:100vh;background:#fff;color:var(--navy);-webkit-font-smoothing:antialiased}button,a{font:inherit}a,button{color:inherit}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:relative;z-index:20;height:82px;background:#fffffff0;border-bottom:1px solid rgba(220,230,240,.82);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-shell{width:min(calc(100% - 48px),var(--max));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:52px;height:52px;border-radius:12px;box-shadow:0 7px 20px #1f6fd638}.brand span{display:grid;gap:2px}.brand strong{font-size:19px;letter-spacing:-.02em}.brand small{color:var(--muted);font-size:12px}.nav-links{display:flex;align-items:center;gap:46px}.nav-links a{text-decoration:none;font-size:14px;font-weight:650;padding:12px 0;border-bottom:2px solid transparent}.nav-links a:hover,.nav-links a:focus-visible{color:var(--blue);border-color:var(--blue)}.menu-button{display:none}.hero{min-height:580px;position:relative;overflow:hidden;isolation:isolate;color:#fff;background:linear-gradient(110deg,var(--sky),var(--blue))}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,rgba(11,79,154,.1),transparent 58%,rgba(8,50,113,.1))}.hero-art{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.92}.hero-shell{width:min(calc(100% - 48px),var(--max));min-height:580px;margin:0 auto;display:grid;grid-template-columns:1fr 460px;align-items:center;gap:72px;padding:42px 0 0}.hero-copy{align-self:start;padding-top:32px;max-width:570px}.eyebrow{margin:0 0 14px;font-size:12px;line-height:1.2;font-weight:760;letter-spacing:.13em;text-transform:uppercase}.eyebrow.blue{color:var(--blue)}h1,h2,h3,p{margin-top:0}.hero h1{margin:0;font-size:clamp(48px,4.65vw,67px);line-height:.99;letter-spacing:-.055em;text-wrap:balance}.hero h1 span{display:block;white-space:nowrap}.hero-lede{max-width:520px;margin:28px 0;font-size:19px;line-height:1.55;color:#ffffffe6}.hero-action{display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:0 19px;border:1px solid rgba(255,255,255,.56);border-radius:999px;color:#fff;text-decoration:none;font-size:14px;font-weight:750;background:#102e552e;transition:transform .16s ease,background .16s ease}.hero-action svg{width:18px}.hero-action:hover{transform:translateY(-2px);background:#102e5552}.app-screen{position:relative;align-self:end;width:400px;height:540px;margin:0 0 0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.42);border-radius:32px 32px 0 0;background:#9bbfe3;box-shadow:0 32px 64px #0b326942}.app-screen img{width:100%;height:auto;transform:translateY(-2px)}.fact-strip{width:min(calc(100% - 48px),var(--max));min-height:112px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);align-items:stretch;border-bottom:1px solid var(--line)}.fact-strip>div{min-width:0;display:flex;align-items:center;gap:12px;padding:24px 18px;border-right:1px solid var(--line)}.fact-strip>div:last-child{border-right:0}.fact-strip svg{width:25px;height:25px;flex:0 0 auto;color:var(--blue)}.fact-strip span{display:grid;gap:4px;min-width:0;font-size:11px;color:var(--muted);line-height:1.35}.fact-strip strong{color:var(--navy);font-size:13px}.section{width:min(calc(100% - 48px),var(--max));margin:0 auto}.review-section{padding:82px 0 72px}.section-heading{max-width:690px;margin-bottom:42px}.section-heading.compact{margin-bottom:40px}.section-heading h2,.offline-copy h2,.privacy-copy h2,.support-section h2{margin-bottom:16px;font-size:clamp(34px,4.2vw,54px);line-height:1.08;letter-spacing:-.045em;text-wrap:balance}.section-heading p:last-child,.privacy-copy>p:last-child,.support-section>div:first-child>p:last-child{margin-bottom:0;color:var(--muted);font-size:17px;line-height:1.6}.route-stepper{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.route-stepper:before{content:"";position:absolute;top:25px;left:12.5%;right:12.5%;height:3px;background:var(--blue)}.route-stop{position:relative;z-index:1;display:grid;justify-items:center;align-content:start;gap:13px;min-width:0;padding:0 20px;border:0;background:transparent;cursor:pointer;text-align:center}.route-stop:after{content:"";position:absolute;top:26px;left:50%;width:0;height:2px;background:#fff}.stop-number{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;color:#fff;background:var(--blue);box-shadow:0 0 0 7px #fff;font-weight:750;transition:transform .16s ease,background .16s ease}.route-stop:hover .stop-number,.route-stop.active .stop-number{transform:translateY(-3px);background:var(--deep)}.stop-icon{display:grid;place-items:center;width:58px;height:58px;margin-top:6px;color:var(--deep)}.stop-icon svg{width:42px;height:42px}.route-stop strong{max-width:190px;font-size:15px;line-height:1.25}.route-stop small{max-width:210px;color:var(--muted);font-size:12px;line-height:1.55}.route-result{min-height:80px;margin-top:38px;padding:16px 20px;display:flex;align-items:center;gap:16px;border-radius:16px;background:var(--soft-blue)}.result-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:var(--blue);background:#fff}.result-icon svg{width:25px;height:25px}.route-result>span:nth-child(2){display:grid;gap:4px}.route-result small{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:720}.route-result strong{font-size:14px;line-height:1.4}.result-count{margin-left:auto;color:var(--blue);font-size:13px;font-weight:750}.offline-section{min-height:430px;display:grid;grid-template-columns:.95fr 1.25fr;gap:64px;align-items:center;padding:76px max(24px,calc((100vw - var(--max)) / 2));background:linear-gradient(105deg,#f0f7ff,#e6f2ff 58%,#edf7ff)}.offline-copy h2{max-width:520px;font-size:clamp(36px,4vw,52px)}.offline-point{display:grid;grid-template-columns:44px 1fr;gap:14px;margin-top:20px;max-width:540px}.offline-point>span{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--blue);box-shadow:0 5px 18px #1f6fd614}.offline-point svg{width:23px;height:23px}.offline-point p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.offline-point strong{display:block;margin-bottom:3px;color:var(--navy);font-size:15px}.network-visual{display:grid;grid-template-columns:128px 1fr 128px;align-items:center;min-height:230px}.network-stage{display:grid;justify-items:center;gap:7px;text-align:center}.network-stage svg{width:66px;height:66px;color:var(--blue)}.network-stage span{font-weight:760;font-size:14px}.network-stage small{color:var(--muted);font-size:11px}.rail-asset{display:flex;align-items:center;color:var(--deep)}.rail-asset span{flex:1;height:3px;background:var(--blue)}.rail-asset span:first-child{border-radius:999px 0 0 999px}.rail-asset span:last-child{border-radius:0 999px 999px 0;border-top:3px dotted var(--blue);height:0;background:transparent}.rail-asset svg{width:60px;height:60px;margin:0 10px}.permissions-section{padding:78px 0 76px}.permission-list{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.permission{display:grid;grid-template-columns:52px 1fr;gap:14px;padding:30px 18px;border-right:1px solid var(--line)}.permission:last-child{border-right:0}.permission-icon{width:50px;height:50px;display:grid;place-items:center;border:2px solid currentColor;border-radius:50%}.permission-icon svg{width:25px;height:25px}.permission-icon.green{color:var(--green)}.permission-icon.blue{color:var(--blue)}.permission-icon.orange{color:var(--orange)}.permission-icon.purple{color:var(--purple)}.permission h3{margin:3px 0 8px;font-size:16px}.permission p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.permission-note{display:flex;justify-content:center;align-items:center;gap:8px;margin:22px 0 0;color:var(--muted);font-size:13px}.permission-note svg{width:18px;color:var(--green)}.privacy-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:center;padding:84px max(24px,calc((100vw - var(--max)) / 2));color:var(--navy);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.privacy-copy{max-width:500px}.privacy-copy>p:last-child{color:var(--muted)}.text-action{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--blue);font-size:14px;font-weight:750;text-decoration:none}.text-action svg{width:16px;height:16px}.text-action:hover,.text-action:focus-visible{text-decoration:underline}.privacy-promises{display:grid;grid-template-columns:repeat(4,1fr)}.privacy-promises>div{display:grid;justify-items:start;gap:9px;min-height:180px;padding:24px;border-left:1px solid var(--line)}.privacy-promises svg{width:42px;height:42px;color:var(--blue)}.privacy-promises strong{font-size:15px}.privacy-promises span{color:var(--muted);font-size:12px;line-height:1.5}.facts-section{display:grid;grid-template-columns:180px 1fr;gap:34px;align-items:center;padding:42px 0;border-bottom:1px solid var(--line)}.facts-title{display:flex;align-items:center;gap:10px}.facts-title svg{width:28px;height:28px;color:var(--blue)}.facts-title h2{margin:0;font-size:20px}.review-facts{display:grid;grid-template-columns:repeat(4,1fr)}.review-facts>div{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 18px;border-left:1px solid var(--line)}.review-facts svg{width:25px;height:25px;flex:0 0 auto;padding:4px;color:var(--blue);border:1px solid currentColor;border-radius:50%}.review-facts span{font-size:12px;line-height:1.4}footer{border-top:1px solid var(--line);background:#fbfcfe}.footer-shell{width:min(calc(100% - 48px),var(--max));min-height:230px;margin:0 auto;padding:42px 0;display:grid;grid-template-columns:1fr auto;gap:34px;align-items:start}.footer-shell .brand img{width:42px;height:42px;border-radius:10px}.footer-shell .brand strong{font-size:16px}.footer-shell nav{display:flex;gap:34px}.footer-shell nav a,.footer-shell nav button{padding:0;border:0;color:var(--blue);background:transparent;text-decoration:none;font-size:13px;font-weight:650;cursor:pointer}.footer-shell>p,.footer-shell>small{grid-column:1 / -1;margin:0;color:var(--muted);font-size:11px;line-height:1.5}.footer-shell>small{margin-top:-22px}.support-contact{grid-column:1 / -1;display:flex;align-items:flex-start;gap:14px;padding:15px 18px;border:1px solid #bed6f7;border-radius:14px;background:var(--soft-blue)}.support-contact>svg{width:28px;height:28px;color:var(--blue);flex:0 0 auto}.support-contact>div{display:grid;gap:5px;flex:1}.support-contact strong{color:var(--navy);font-size:13px}.support-contact p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.support-contact a{color:var(--blue);font-weight:650}.skip-link{position:fixed;top:12px;left:12px;z-index:100;padding:10px 14px;color:#fff;background:var(--navy);border-radius:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.legal-page{min-height:100vh;color:var(--navy);background:#fff}.legal-header{height:82px;border-bottom:1px solid var(--line);background:#fffffff7}.legal-header-shell{width:min(calc(100% - 48px),var(--max));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.legal-primary-nav{display:flex;align-items:center;gap:34px}.legal-primary-nav a{padding:10px 0;color:var(--navy);border-bottom:2px solid transparent;font-size:14px;font-weight:700;text-decoration:none}.legal-primary-nav a:hover,.legal-primary-nav a:focus-visible,.legal-primary-nav a[aria-current=page]{color:var(--blue);border-color:var(--blue)}.legal-hero{width:min(calc(100% - 48px),var(--max));margin:0 auto;padding:76px 0 70px;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:70px;align-items:end;border-bottom:1px solid var(--line)}.legal-hero-copy{max-width:800px}.back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:48px;color:var(--blue);font-size:14px;font-weight:700;text-decoration:none}.back-link svg{width:16px;height:16px}.back-link:hover,.back-link:focus-visible{text-decoration:underline}.legal-hero h1{max-width:850px;margin:16px 0 22px;font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.055em}.legal-lede{max-width:760px;margin:0;color:var(--muted);font-size:19px;line-height:1.65}.legal-date{margin:24px 0 0;color:var(--muted);font-size:14px;font-weight:650}.legal-hero-side{display:grid;justify-items:end;gap:34px}.legal-hero-icon{width:126px;height:126px;display:grid;place-items:center;color:var(--blue);border:1px solid #bed6f7;border-radius:32px;background:var(--soft-blue)}.legal-hero-icon svg{width:68px;height:68px}.language-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.language-links a{padding:8px 11px;color:var(--muted);border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:700;text-decoration:none}.language-links a:hover,.language-links a:focus-visible,.language-links a[aria-current=page]{color:var(--blue);border-color:#9dc2f2;background:var(--soft-blue)}.legal-content-shell{width:min(calc(100% - 48px),980px);margin:0 auto;padding:64px 0 96px}.policy-summary{display:grid;grid-template-columns:54px 1fr;gap:20px;align-items:start;margin-bottom:28px;padding:26px 30px;border:1px solid #bed6f7;border-radius:18px;background:var(--soft-blue)}.policy-summary>svg{width:48px;height:48px;color:var(--blue)}.policy-summary h2{margin:0 0 7px;font-size:20px}.policy-summary p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.policy-sections{border-top:1px solid var(--line)}.policy-section{display:grid;grid-template-columns:270px minmax(0,1fr);gap:70px;padding:56px 0;border-bottom:1px solid var(--line)}.policy-heading{display:flex;align-items:flex-start;gap:14px}.policy-heading>span{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;color:var(--blue);border-radius:12px;background:var(--soft-blue)}.policy-heading svg{width:24px;height:24px}.policy-heading h2{margin:6px 0 0;font-size:20px;line-height:1.25}.policy-body{min-width:0}.policy-body>p{margin:0 0 18px;color:var(--muted);font-size:15px;line-height:1.78}.policy-body>p:last-child{margin-bottom:0}.policy-list{display:grid;gap:0;margin:0}.policy-list>div{display:grid;grid-template-columns:160px 1fr;gap:22px;padding:18px 0;border-bottom:1px solid var(--line)}.policy-list>div:first-child{padding-top:0}.policy-list>div:last-child{padding-bottom:0;border-bottom:0}.policy-list dt{font-size:14px;font-weight:780;line-height:1.55}.policy-list dd{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.external-policies{display:flex;align-items:center;gap:16px;margin-top:30px;padding:20px 24px;border:1px solid var(--line);border-radius:16px}.external-policies>svg{width:34px;height:34px;color:var(--blue)}.external-policies>div{display:grid;gap:5px}.external-policies strong{font-size:14px}.external-policies span{display:flex;gap:18px}.external-policies a{color:var(--blue);font-size:14px;font-weight:700}.support-callout{display:grid;grid-template-columns:66px 1fr;gap:22px;align-items:center;padding:30px;color:#fff;border-radius:20px;background:linear-gradient(120deg,var(--deep),var(--blue))}.support-callout>svg{width:58px;height:58px}.support-callout>div{display:grid;gap:7px}.support-email{display:inline-flex;align-items:center;gap:8px;width:fit-content;color:#fff;font-size:22px;font-weight:800;text-decoration:none}.support-email svg{width:19px;height:19px}.support-email:hover,.support-email:focus-visible{text-decoration:underline}.support-callout strong{font-size:15px}.support-callout span{color:#ffffffd1;font-size:14px}.support-before{display:grid;grid-template-columns:42px 1fr;gap:18px;margin:24px 0 70px;padding:24px 28px;border:1px solid var(--line);border-radius:16px;background:var(--screen)}.support-before>svg{width:36px;height:36px;color:var(--blue)}.support-before h2{margin:3px 0 8px;font-size:18px}.support-before p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.faq-section .section-heading{margin-bottom:30px}.faq-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.faq-list article{display:grid;grid-template-columns:42px 1fr;gap:16px;padding:28px 24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.faq-list article:nth-child(2n){border-right:0}.faq-list svg{width:34px;height:34px;color:var(--blue)}.faq-list h3{margin:2px 0 9px;font-size:16px}.faq-list p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.support-privacy-link{display:grid;grid-template-columns:48px 1fr auto;gap:18px;align-items:center;margin-top:50px;padding:24px 28px;border:1px solid #bed6f7;border-radius:18px;background:var(--soft-blue)}.support-privacy-link>svg{width:42px;height:42px;color:var(--blue)}.support-privacy-link strong{font-size:16px}.support-privacy-link p{margin:5px 0 0;color:var(--muted);font-size:14px;line-height:1.55}.support-privacy-link>a{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:14px;font-weight:750;white-space:nowrap}.support-privacy-link>a svg{width:16px;height:16px}.legal-footer{padding:46px 0;border-top:1px solid var(--line);background:#fbfcfe}.legal-footer>div{width:min(calc(100% - 48px),var(--max));margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:26px 40px;align-items:start}.legal-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:22px}.legal-footer nav a{color:var(--blue);font-size:13px;font-weight:700}.legal-footer p,.legal-footer small{grid-column:1 / -1;margin:0;color:var(--muted);font-size:12px;line-height:1.6}:focus-visible{outline:3px solid rgba(31,111,214,.45);outline-offset:4px}@media(max-width:960px){.hero-shell{grid-template-columns:1fr 360px;gap:28px}.app-screen{width:332px}.fact-strip{grid-template-columns:repeat(3,1fr)}.fact-strip>div:nth-child(3){border-right:0}.fact-strip>div:nth-child(n+4){border-top:1px solid var(--line)}.offline-section,.privacy-section{grid-template-columns:1fr}.offline-copy,.privacy-copy{max-width:700px}.permission-list{grid-template-columns:1fr 1fr}.permission:nth-child(2n){border-right:0}.permission{border-bottom:1px solid var(--line)}.permission:last-child{grid-column:1 / -1;border-bottom:0}.facts-section{grid-template-columns:1fr}.review-facts{border-top:1px solid var(--line)}.policy-section{grid-template-columns:220px minmax(0,1fr);gap:42px}}@media(max-width:760px){html{scroll-padding-top:72px}.site-header{height:72px}.nav-shell,.section,.fact-strip,.support-section,.footer-shell,.hero-shell{width:min(calc(100% - 32px),var(--max))}.menu-button{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:var(--screen);cursor:pointer}.menu-button svg{width:22px;height:22px}.nav-links{position:absolute;top:72px;left:0;right:0;display:none;padding:18px 20px 24px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 32px #102e5514}.nav-links.open{display:grid;gap:4px}.nav-links a{padding:14px 8px}.hero{min-height:770px}.hero-shell{min-height:770px;grid-template-columns:1fr;align-content:start;gap:30px;padding-top:38px}.hero-copy{padding-top:0}.hero h1{font-size:clamp(46px,13vw,64px)}.hero h1 span{white-space:normal}.hero-lede{font-size:16px}.hero-action{background:#102e5547}.app-screen{width:278px;height:346px;margin:0 auto;border-radius:24px 24px 0 0}.fact-strip{grid-template-columns:1fr 1fr;min-height:auto}.fact-strip>div{border-top:1px solid var(--line);border-right:1px solid var(--line)!important}.fact-strip>div:nth-child(2n){border-right:0!important}.fact-strip>div:first-child,.fact-strip>div:nth-child(2){border-top:0}.fact-strip>div:last-child{grid-column:1 / -1;border-right:0!important}.review-section,.permissions-section{padding:74px 0}.section-heading{margin-bottom:34px}.route-stepper{grid-template-columns:1fr;gap:10px}.route-stepper:before{top:26px;bottom:26px;left:25px;right:auto;width:3px;height:auto}.route-stop{grid-template-columns:52px 46px 1fr;justify-items:start;align-items:center;gap:12px;padding:8px 4px 8px 0;text-align:left}.route-stop .stop-icon{grid-row:span 2;width:46px;height:46px;margin:0}.route-stop .stop-icon svg{width:31px;height:31px}.route-stop strong{align-self:end}.route-stop small{grid-column:3;align-self:start;max-width:none}.stop-number{width:52px;height:52px;box-shadow:0 0 0 5px #fff}.route-result{align-items:flex-start}.result-count{display:none}.offline-section,.privacy-section{padding:72px 20px;gap:36px}.network-visual{grid-template-columns:90px 1fr 90px}.network-stage svg{width:48px;height:48px}.rail-asset svg{width:40px;height:40px;margin:0 5px}.permission{border-right:0;border-bottom:1px solid var(--line);padding:25px 6px}.permission:last-child{border-bottom:0}.permission-list{grid-template-columns:1fr}.permission:last-child{grid-column:auto}.privacy-promises{grid-template-columns:1fr}.privacy-promises>div{grid-template-columns:48px 1fr;min-height:auto;align-items:center;border-left:0;border-top:1px solid var(--line)}.privacy-promises svg{grid-row:span 2}.review-facts{grid-template-columns:1fr 1fr}.review-facts>div{border-bottom:1px solid var(--line);padding:14px}.footer-shell{grid-template-columns:1fr}.footer-shell nav{flex-wrap:wrap;gap:20px}.footer-shell>p,.footer-shell>small{grid-column:auto}.footer-shell>small{margin-top:0}.legal-header{height:auto;min-height:82px}.legal-header-shell{width:min(calc(100% - 32px),var(--max));padding:14px 0;gap:16px;align-items:flex-start}.legal-header .brand img{width:44px;height:44px;border-radius:10px}.legal-header .brand strong{font-size:16px}.legal-header .brand small{font-size:10px}.legal-primary-nav{gap:14px}.legal-primary-nav a{font-size:12px}.legal-primary-nav a:first-child{display:none}.legal-hero{width:min(calc(100% - 32px),var(--max));padding:48px 0 46px;grid-template-columns:1fr;gap:34px;align-items:start}.back-link{margin-bottom:36px}.legal-hero h1{font-size:clamp(42px,13vw,58px)}.legal-lede{font-size:17px}.legal-hero-side{width:100%;grid-template-columns:72px 1fr;align-items:center;justify-items:start}.legal-hero-icon{width:72px;height:72px;border-radius:20px}.legal-hero-icon svg{width:40px;height:40px}.language-links{justify-content:flex-start}.legal-content-shell{width:min(calc(100% - 32px),980px);padding:42px 0 70px}.policy-summary{grid-template-columns:42px 1fr;padding:22px 20px}.policy-summary>svg{width:38px;height:38px}.policy-section{grid-template-columns:1fr;gap:24px;padding:42px 0}.policy-list>div{grid-template-columns:1fr;gap:7px}.support-callout{grid-template-columns:48px 1fr;padding:24px 20px}.support-callout>svg{width:42px;height:42px}.support-email{font-size:19px}.support-before{grid-template-columns:36px 1fr;padding:22px 20px;margin-bottom:54px}.support-before>svg{width:30px;height:30px}.faq-list{grid-template-columns:1fr}.faq-list article{border-right:0;padding:24px 8px}.support-privacy-link{grid-template-columns:42px 1fr;padding:22px 20px}.support-privacy-link>a{grid-column:2}.legal-footer>div{width:min(calc(100% - 32px),var(--max));grid-template-columns:1fr}.legal-footer nav{justify-content:flex-start}.legal-footer p,.legal-footer small{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
