:root {
  color-scheme: dark;
  --bg: #060914;
  --bg-soft: #0b1020;
  --card: rgba(17, 25, 45, .72);
  --line: rgba(255, 255, 255, .1);
  --text: #f7f9ff;
  --muted: #9aa7bd;
  --cyan: #43e6ff;
  --blue: #4c76ff;
  --purple: #9968ff;
  --green: #59e4a7;
  --radius: 28px;
  --shadow: 0 35px 90px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.ambient { position: fixed; z-index: -1; width: 55vw; height: 55vw; filter: blur(110px); opacity: .13; border-radius: 50%; pointer-events: none; }
.ambient-one { top: -25vw; right: -15vw; background: var(--cyan); }
.ambient-two { top: 48vh; left: -35vw; background: var(--purple); }

.nav-wrap { position: sticky; z-index: 20; top: 0; padding: 14px 0; background: rgba(6, 9, 20, .72); border-bottom: 1px solid rgba(255,255,255,.06); backdrop-filter: blur(24px) saturate(150%); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 48px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.brand img { border-radius: 10px; box-shadow: 0 8px 22px rgba(31, 198, 255, .18); }
.nav-links { display: flex; gap: 34px; color: #c4ccda; font-size: 14px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: white; }
.nav-pill { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); font-size: 13px; font-weight: 650; }

.hero { min-height: 790px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; padding-top: 70px; padding-bottom: 80px; }
.eyebrow, .kicker { color: var(--cyan); font-size: 13px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(67, 230, 255, .2); background: rgba(67, 230, 255, .07); border-radius: 999px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px var(--green); }
.hero h1 { margin: 24px 0 24px; font-size: clamp(62px, 7vw, 94px); line-height: .95; letter-spacing: -.068em; }
.hero h1 em { font-style: normal; background: linear-gradient(100deg, var(--cyan), #7a8eff 58%, #bd75ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 610px; margin: 0; color: #b8c2d4; font-size: 20px; line-height: 1.55; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.store-button { display: inline-flex; align-items: center; gap: 12px; min-width: 184px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: #f8f9fb; color: #060914; box-shadow: 0 15px 35px rgba(0,0,0,.28); }
.store-button svg { width: 30px; fill: currentColor; }
.store-button span { display: grid; font-size: 20px; font-weight: 650; line-height: 1.05; }
.store-button small { font-size: 10px; font-weight: 500; }
.text-link { color: #dbe4f5; font-weight: 650; }
.text-link span { display: inline-block; margin-left: 5px; color: var(--cyan); transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.hero-facts { display: flex; gap: 28px; margin-top: 42px; color: #8996aa; font-size: 12px; }
.hero-facts span { display: grid; gap: 3px; }
.hero-facts b { color: white; font-size: 16px; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 650px; }
.phone { position: relative; overflow: hidden; padding: 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 48px; background: #02040a; box-shadow: var(--shadow), inset 0 0 0 2px rgba(255,255,255,.04); }
.phone img { width: 100%; height: 100%; border-radius: 39px; object-fit: cover; }
.phone-hero { z-index: 2; width: 312px; aspect-ratio: 1242/2688; transform: rotate(4deg); }
.speaker { position: absolute; z-index: 3; top: 17px; left: 50%; width: 92px; height: 23px; transform: translateX(-50%); border-radius: 999px; background: #02040a; }
.orbit { position: absolute; border: 1px solid rgba(67, 230, 255, .15); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 620px; height: 620px; border-color: rgba(137, 101, 255, .1); }
.floating-card { position: absolute; z-index: 4; min-width: 130px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 18px; background: rgba(15, 23, 41, .78); box-shadow: 0 20px 45px rgba(0,0,0,.34); backdrop-filter: blur(18px); }
.floating-card span, .floating-card i { display: block; color: var(--muted); font-size: 11px; font-style: normal; }
.floating-card strong { display: block; margin: 4px 0; font-size: 27px; letter-spacing: -.04em; }
.temp-card { top: 24%; left: 0; }
.temp-card i { color: var(--green); }
.rpm-card { right: -4px; bottom: 20%; }
.rpm-card strong, .rpm-card i { display: inline; }
.rpm-card i { margin-left: 3px; }

.trust-strip { border-block: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.025); }
.trust-items { display: flex; justify-content: center; align-items: center; gap: 28px; min-height: 78px; color: #a9b4c6; font-size: 13px; font-weight: 620; letter-spacing: .02em; }
.trust-items i { width: 3px; height: 3px; border-radius: 50%; background: #516079; }

.section { padding-top: 130px; padding-bottom: 130px; }
.section-heading { max-width: 680px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .connection h2, .closing h2 { margin: 12px 0 16px; font-size: clamp(42px, 5vw, 64px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading p, .connection-copy > p, .closing p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(19,28,49,.9), rgba(10,15,29,.76)); box-shadow: 0 24px 65px rgba(0,0,0,.2); }
.feature-wide { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr 1.2fr; gap: 26px; align-items: center; min-height: 260px; }
.feature-card h3 { margin: 20px 0 10px; font-size: 27px; letter-spacing: -.035em; }
.feature-wide h3 { margin-top: 0; }
.feature-card p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.6; }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(67,230,255,.19); border-radius: 16px; background: rgba(67,230,255,.08); color: var(--cyan); font-size: 23px; font-weight: 700; box-shadow: inset 0 0 18px rgba(67,230,255,.04); }
.feature-dark { background: linear-gradient(145deg, #19274b, #0b1631); }
.feature-dark a { display: inline-block; margin-top: 27px; color: var(--cyan); font-weight: 650; }
.metric { margin-top: 55px; color: white; }
.metric strong { font-size: 47px; letter-spacing: -.05em; }
.metric span { margin-left: 7px; color: var(--muted); font-size: 12px; }
.metric div { height: 6px; margin-top: 12px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.metric i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.color-row { display: flex; gap: 12px; margin-top: 70px; }
.color-row i { width: 36px; height: 36px; border: 3px solid rgba(255,255,255,.7); border-radius: 50%; box-shadow: 0 7px 20px rgba(0,0,0,.3); }
.color-row i:nth-child(1) { background:#47e6ff; }.color-row i:nth-child(2) { background:#4974ff; }.color-row i:nth-child(3) { background:#885eff; }.color-row i:nth-child(4) { background:#ff5bbb; }.color-row i:nth-child(5) { background:#ff8057; }
.profile-pills { display: flex; gap: 8px; margin-top: 58px; }
.profile-pills span { padding: 10px 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 12px; }
.profile-pills .active { border-color: rgba(67,230,255,.3); background: rgba(67,230,255,.1); color: var(--cyan); }
.mini-chart { display: flex; align-items: end; gap: 9px; height: 130px; padding: 22px; border-radius: 20px; background: rgba(2,5,12,.45); }
.mini-chart span { flex: 1; border-radius: 99px 99px 4px 4px; background: linear-gradient(180deg, var(--cyan), rgba(76,118,255,.3)); }
.mini-chart span:nth-child(1) { height:38%; }.mini-chart span:nth-child(2) { height:56%; }.mini-chart span:nth-child(3) { height:49%; }.mini-chart span:nth-child(4) { height:72%; }.mini-chart span:nth-child(5) { height:66%; }.mini-chart span:nth-child(6) { height:83%; }.mini-chart span:nth-child(7) { height:76%; }

.showcase { background: radial-gradient(circle at 50% 45%, rgba(62,117,255,.12), transparent 48%), linear-gradient(180deg, transparent, rgba(255,255,255,.018), transparent); }
.screen-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin-bottom: 50px; }
.screen-tabs button { padding: 10px 16px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.025); color: var(--muted); cursor: pointer; transition: .25s ease; }
.screen-tabs button:hover, .screen-tabs button.active { border-color: rgba(67,230,255,.3); background: rgba(67,230,255,.1); color: white; }
.screens { position: relative; height: 690px; display: grid; place-items: center; perspective: 1300px; }
.screen-card { position: absolute; width: 310px; aspect-ratio: 1242/2688; transition: transform .55s cubic-bezier(.2,.7,.2,1), opacity .45s ease, filter .45s ease; }
.screen-card.active { z-index: 5; transform: translateX(0) scale(1); opacity: 1; }
.screen-card:nth-child(1):not(.active) { transform: translateX(-310px) scale(.82) rotateY(16deg); }
.screen-card:nth-child(2):not(.active) { transform: translateX(-165px) scale(.88) rotateY(10deg); }
.screen-card:nth-child(3):not(.active) { transform: translateX(165px) scale(.88) rotateY(-10deg); }
.screen-card:nth-child(4):not(.active) { transform: translateX(310px) scale(.82) rotateY(-16deg); }
.screen-card:nth-child(5):not(.active) { transform: translateX(410px) scale(.72) rotateY(-20deg); }
.screen-card:not(.active) { opacity: .24; filter: saturate(.4); }

.connection { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.connection-copy ul { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; color: #c4ccda; }
.connection-copy li span { display: inline-grid; place-items:center; width: 22px; height: 22px; margin-right: 9px; border-radius:50%; background:rgba(89,228,167,.1); color:var(--green); font-size:12px; }
.connection-panel { padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: rgba(14,22,39,.8); box-shadow: var(--shadow); }
.panel-top { display: flex; align-items:center; gap:7px; padding-bottom:24px; border-bottom:1px solid var(--line); }
.panel-top i { width:10px; height:10px; border-radius:50%; background:#ff675e; }.panel-top i:nth-child(2){background:#ffc44b}.panel-top i:nth-child(3){background:#58d785}.panel-top span{margin-left:auto;color:var(--muted);font-size:12px}.connection-panel label{display:block;margin:22px 0 8px;color:#aeb8ca;font-size:12px}.fake-input{padding:15px 17px;border:1px solid var(--line);border-radius:13px;background:rgba(2,5,12,.55);color:#dce5f3;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.fake-button{margin-top:24px;padding:15px;border-radius:13px;background:linear-gradient(100deg,#237fe9,#31c7dd);text-align:center;font-weight:700}.fake-button span{display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green)}
.closing { padding: 120px 0; text-align:center; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 70%, rgba(67,230,255,.12), transparent 40%); }
.closing img { margin: 0 auto 26px; border-radius: 25px; box-shadow: 0 25px 50px rgba(16,169,232,.24); }
.closing p { max-width: 600px; margin-inline:auto; }
.coming { display:inline-block; margin-top:28px; padding:11px 18px; border:1px solid rgba(67,230,255,.22); border-radius:99px; background:rgba(67,230,255,.07); color:var(--cyan); font-size:13px; font-weight:700; }

footer { padding: 42px 0 28px; border-top: 1px solid rgba(255,255,255,.07); background:#040711; }
.footer-inner { display:flex; align-items:center; justify-content:space-between; gap:25px; }
.footer-inner p, .fineprint { color:#778499; font-size:12px; }
.footer-inner > div:last-child { display:flex; gap:24px; color:#a8b3c5; font-size:13px; }
.fineprint { padding-top:28px; margin-top:28px; border-top:1px solid rgba(255,255,255,.06); }

.legal { max-width: 880px; padding-top: 100px; padding-bottom: 130px; }
.legal-intro { margin-bottom: 48px; }
.legal-intro h1 { margin: 14px 0 18px; font-size: clamp(48px, 7vw, 72px); line-height:1; letter-spacing:-.06em; }
.legal-intro > p { max-width:690px; color:var(--muted); font-size:19px; line-height:1.6; }
.updated { display:inline-block; margin-top:18px; color:#748198; font-size:12px; }
.legal-card { padding: clamp(28px,6vw,64px); border:1px solid var(--line); border-radius:32px; background:rgba(13,20,36,.74); box-shadow:var(--shadow); }
.legal-card section + section { margin-top:40px; padding-top:40px; border-top:1px solid var(--line); }
.legal-card h2 { margin:0 0 14px; font-size:22px; letter-spacing:-.025em; }
.legal-card p { color:#aab5c7; line-height:1.7; }
.legal-card strong { color:#edf3ff; }.legal-card a{color:var(--cyan)}

.faq { padding-top: 100px; padding-bottom: 130px; }
.faq-intro { max-width: 790px; margin: 0 auto 42px; text-align: center; }
.faq-intro h1 { margin: 14px 0 18px; font-size: clamp(52px, 7vw, 78px); line-height: .98; letter-spacing: -.065em; }
.faq-intro > p { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 19px; line-height: 1.6; }
.faq-search { display: flex; align-items: center; gap: 13px; max-width: 610px; margin: 20px auto 0; padding: 0 19px; border: 1px solid var(--line); border-radius: 17px; background: rgba(17,25,45,.78); box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.faq-search:focus-within { border-color: rgba(67,230,255,.45); box-shadow: 0 0 0 4px rgba(67,230,255,.06), 0 18px 48px rgba(0,0,0,.22); }
.faq-search svg { width: 20px; fill: none; stroke: #7f8ca2; stroke-width: 2; stroke-linecap: round; }
.faq-search input { width: 100%; padding: 17px 0; border: 0; outline: 0; background: transparent; color: white; font: inherit; }
.faq-search input::placeholder { color: #77849a; }
.faq-layout { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 55px; align-items: start; }
.faq-aside { position: sticky; top: 105px; display: grid; gap: 5px; }
.faq-aside a { padding: 10px 13px; border-radius: 10px; color: #8290a7; font-size: 13px; font-weight: 620; }
.faq-aside a:hover, .faq-aside a.active { background: rgba(67,230,255,.07); color: var(--cyan); }
.faq-content { min-width: 0; }
.faq-group { scroll-margin-top: 100px; }
.faq-group + .faq-group { margin-top: 70px; }
.faq-group-title { display: flex; align-items: center; gap: 17px; margin-bottom: 20px; }
.faq-group-title h2 { margin: 0 0 4px; font-size: 27px; letter-spacing: -.035em; }
.faq-group-title p { margin: 0; color: var(--muted); font-size: 13px; }
.faq-symbol { display: grid; place-items: center; flex: 0 0 auto; width: 48px; height: 48px; border: 1px solid rgba(67,230,255,.2); border-radius: 15px; background: rgba(67,230,255,.08); color: var(--cyan); font-size: 23px; font-weight: 720; }
.faq-symbol.shield { color: var(--green); border-color: rgba(89,228,167,.2); background: rgba(89,228,167,.08); }
.faq-symbol.purple { color: #ac8aff; border-color: rgba(172,138,255,.2); background: rgba(172,138,255,.08); }
.faq-symbol.green { color: #75e8bd; border-color: rgba(117,232,189,.2); background: rgba(117,232,189,.08); }
.faq-group details { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: rgba(15,22,39,.69); transition: border-color .2s, background .2s; }
.faq-group details + details { margin-top: 10px; }
.faq-group details[open] { border-color: rgba(67,230,255,.2); background: rgba(17,26,47,.86); }
.faq-group details[hidden], .faq-group[hidden] { display: none; }
.faq-group summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 23px; color: #e9eef8; font-size: 15px; font-weight: 680; cursor: pointer; list-style: none; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary span { position: relative; flex: 0 0 auto; width: 23px; height: 23px; border-radius: 50%; background: rgba(255,255,255,.06); }
.faq-group summary span::before, .faq-group summary span::after { content:""; position:absolute; top:11px; left:6px; width:11px; height:1px; background:#9eabc0; transition:transform .2s; }
.faq-group summary span::after { transform:rotate(90deg); }
.faq-group details[open] summary span::after { transform:rotate(0); }
.faq-answer { padding: 0 23px 24px; border-top: 1px solid rgba(255,255,255,.06); color: #aab6c9; font-size: 14px; line-height: 1.7; }
.faq-answer > p:first-child { margin-top: 20px; }
.faq-answer a { color: var(--cyan); }
.faq-answer code { padding: 2px 6px; border: 1px solid rgba(255,255,255,.07); border-radius: 6px; background: rgba(0,0,0,.25); color: #c6f7ff; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: .92em; }
.faq-answer pre { overflow-x: auto; margin: 14px 0; padding: 16px; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; background: #070b14; }
.faq-answer pre code { padding: 0; border: 0; background: none; color: #a8f3ff; }
.steps { margin: 22px 0 0; padding-left: 22px; }
.steps li { padding-left: 8px; }.steps li + li { margin-top: 20px; }
.steps b { color: #edf3ff; }
.warning, .success, .hint { margin-top: 18px; padding: 14px 16px; border: 1px solid rgba(255,184,76,.2); border-radius: 12px; background: rgba(255,184,76,.07); color: #d8c39d; }
.success { border-color: rgba(89,228,167,.2); background: rgba(89,228,167,.07); color: #b6dccd; }
.hint { border-color: rgba(67,230,255,.15); background: rgba(67,230,255,.05); color: #a9cbd3; }
.faq-empty { padding: 60px 25px; text-align: center; border: 1px dashed var(--line); border-radius: 22px; }
.faq-empty span { display: grid; place-items: center; width: 52px; height: 52px; margin: auto; border-radius: 16px; background: rgba(255,255,255,.05); color: var(--cyan); font-size: 24px; }
.faq-empty h2 { margin-bottom: 8px; }.faq-empty p { margin: 0; color: var(--muted); }
.faq-contact { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin: 90px 0 0 235px; padding: 32px; border: 1px solid rgba(67,230,255,.15); border-radius: 24px; background: linear-gradient(130deg, rgba(26,44,78,.76), rgba(11,19,36,.76)); }
.faq-contact h2 { margin: 9px 0 8px; font-size: 27px; letter-spacing: -.04em; }.faq-contact p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.5; }.faq-contact a { flex: 0 0 auto; padding: 13px 17px; border-radius: 12px; background: #f4f7fb; color: #07101c; font-size: 13px; font-weight: 750; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .1s; }.delay-two { transition-delay: .2s; }

@media (max-width: 900px) {
  .nav-links { display:none; }
  .hero { grid-template-columns:1fr; padding-top:80px; text-align:center; }
  .hero-copy { display:grid; justify-items:center; }
  .hero-facts { justify-content:center; }
  .hero-visual { min-height:600px; }
  .feature-wide { grid-template-columns:auto 1fr; }.feature-wide .mini-chart{grid-column:1/-1}
  .connection { grid-template-columns:1fr; gap:50px; }
  .screens { transform:scale(.86); margin-inline:-50px; }
  .faq-layout { grid-template-columns:1fr; gap:30px; }.faq-aside{position:static;display:flex;overflow-x:auto;padding-bottom:5px}.faq-aside a{white-space:nowrap}.faq-contact{margin-left:0}
}
@media (max-width: 620px) {
  .shell { width:min(100% - 24px,1160px); }
  .nav-pill { display:none; }
  .hero { min-height:0; gap:30px; padding-top:60px; }
  .hero-copy, .section-heading, .connection-copy { min-width: 0; }
  .hero h1 { max-width: 100%; font-size:48px; }
  .hero-lead { font-size:17px; }
  .hero-actions { flex-direction:column; gap:18px; }
  .hero-facts { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); width:100%; gap:5px; }
  .hero-facts span { min-width:0; }
  .hero-visual { min-height:560px; }
  .phone-hero { width:265px; }
  .orbit-one{width:390px;height:390px}.orbit-two{width:470px;height:470px}
  .floating-card { min-width:110px; padding:12px; }.temp-card{left:-7px}.rpm-card{right:-7px}
  .trust-items { min-height:100px; flex-wrap:wrap; gap:12px 18px; padding-block:20px; }.trust-items i{display:none}
  .section { padding-top:90px; padding-bottom:90px; }
  .section-heading h2,.connection h2,.closing h2 { font-size:36px; line-height:1.08; overflow-wrap:anywhere; }
  .section-heading p,.connection-copy>p,.closing p { font-size:16px; }
  .feature-grid { grid-template-columns:1fr; }.feature-card{padding:26px}.feature-wide{grid-column:auto;display:block;min-height:330px}.feature-wide h3{margin-top:20px}.feature-wide .mini-chart{margin-top:32px}
  .screen-tabs { gap:5px; }.screen-tabs button{padding:8px 11px;font-size:12px}
  .screens { height:600px; transform:scale(.82); }.screen-card{width:290px}.screen-card:not(.active){opacity:0;transform:scale(.9)}
  .footer-inner { flex-direction:column; text-align:center; }.fineprint{text-align:center}
  .legal { padding-top:70px; }.legal-intro h1{font-size:43px;overflow-wrap:anywhere}
  .legal-nav { display:flex; gap:18px; }
  .faq { padding-top:54px;padding-bottom:90px }.faq-intro{margin-bottom:30px}.faq-intro h1{font-size:43px;overflow-wrap:anywhere}.faq-intro>p{font-size:16px}.faq-search{margin-top:16px}.faq-group-title h2{font-size:23px}.faq-group summary{padding:18px;font-size:14px}.faq-answer{padding:0 18px 20px}.faq-contact{align-items:flex-start;flex-direction:column;padding:25px}.faq-contact a{width:100%;text-align:center}
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition-duration:.01ms !important; animation-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
