@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/archivo-latin-variable.20260818.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;
}

:root { color-scheme: dark; --ink: #07090e; --ink-raised: #0c1017; --panel: #111721; --panel-strong: #171e29; --line: rgba(237, 243, 255, .14); --line-strong: rgba(237, 243, 255, .25); --text: #f1f4fb; --muted: #9ba5b5; --purple: #7160ff; --purple-soft: #a69cff; --blue: #219cff; --red: #ef334f; --green: #46db82; --white-panel: #edf1f6; --white-ink: #10141b; --max: 1280px; }
* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--ink); color: var(--text); font-family: "Archivo", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { font: inherit; }
button { min-height: 44px; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; min-height: 44px; padding: 11px 14px; display: inline-flex; align-items: center; background: var(--text); color: var(--ink); font-weight: 800; text-decoration: none; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-nav { position: sticky; top: 0; z-index: 80; min-height: 74px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(7, 9, 14, .92); backdrop-filter: blur(20px); }
.nav-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 11px; color: var(--text); font-size: 24px; font-weight: 900; text-decoration: none; }
.brand img { width: 39px; height: 39px; border-radius: 8px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; color: #c7cfdb; font-size: 14px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.nav-links a:hover { color: var(--text); }
.site-nav > .brand { margin-left: max(24px, calc((100% - var(--max)) / 2)); }
.site-nav > .nav-links { margin-right: max(24px, calc((100% - var(--max)) / 2)); }

.button { min-height: 53px; padding: 0 20px; border: 1px solid var(--line-strong); border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--panel-strong); color: var(--text); font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { border-color: rgba(255, 255, 255, .42); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }
.button.primary, .button-primary { border-color: var(--purple); background: #6d58f5; color: #fff; }
.button-secondary, .nav-links .button-secondary { min-height: 44px; padding: 0 16px; border-color: var(--line-strong); background: var(--panel-strong); color: #fff; }
.store-badge { height: 53px; display: inline-flex; align-items: center; text-decoration: none; transition: transform .2s ease, opacity .2s ease; }
.store-badge:hover { opacity: .92; transform: translateY(-2px); }
.store-badge img { width: auto; height: 53px; }
.store-coming { min-width: 230px; min-height: 53px; padding: 7px 14px; border: 1px solid var(--line-strong); border-radius: 5px; display: inline-flex; flex-direction: column; justify-content: center; background: #111721; color: var(--text); text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.store-coming:hover { border-color: rgba(113, 96, 255, .72); background: #171e29; transform: translateY(-2px); }
.store-coming span { color: var(--purple-soft); font-size: 9px; font-weight: 900; line-height: 1.1; text-transform: uppercase; }
.store-coming strong { margin-top: 3px; font-size: 14px; line-height: 1.2; }

.hero { position: relative; min-height: 760px; overflow: hidden; border-bottom: 1px solid var(--line); background: #080b11; }
.hero::before { position: absolute; right: 0; bottom: 0; left: 0; height: 160px; border-top: 1px solid var(--line); background: #0b0f16; content: ""; }
.hero-inner { position: relative; min-height: 760px; display: flex; align-items: center; padding: 72px 0 152px; }
.hero-copy { position: relative; z-index: 6; width: min(670px, 58%); }
.tag { width: fit-content; min-height: 31px; padding: 0 12px; border: 1px solid rgba(113, 96, 255, .62); border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; background: rgba(113, 96, 255, .1); color: #c8c2ff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.tag-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); }
h1 { margin: 22px 0; max-width: 720px; font-size: 72px; font-weight: 900; line-height: 1.02; }
.hero-copy > p { max-width: 610px; margin: 0; color: #aab4c3; font-size: 20px; line-height: 1.55; }
.hero-actions, .download-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-stage { position: absolute; z-index: 3; right: -62px; bottom: -118px; width: min(630px, 51vw); height: 690px; pointer-events: none; }
.phone { position: absolute; width: 244px; padding: 8px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .24); border-radius: 36px; background: #05070a; box-shadow: 0 36px 90px rgba(0, 0, 0, .65); }
.phone picture, .phone img { width: 100%; }
.phone picture { display: block; }
.phone img { height: auto; border-radius: 28px; }
.phone.one { top: 194px; left: 4px; opacity: .82; transform: rotate(-7deg); }
.phone.two { z-index: 3; top: 34px; left: 188px; width: 272px; transform: rotate(2deg); }
.phone.three { top: 178px; right: -20px; opacity: .88; transform: rotate(8deg); }
.hero-glance { position: absolute; z-index: 7; right: 0; bottom: 0; left: 0; height: 160px; }
.glance-grid { height: 100%; display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; }
.glance-item { padding: 30px 24px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.glance-item:first-child { padding-left: 0; border-left: 0; }
.glance-item small, .metric-label { color: #7f8a9b; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.glance-item strong { margin-top: 9px; font-size: 18px; line-height: 1.25; }
.glance-item.metric strong { font-size: 29px; }
.glance-item.metric:nth-child(2) strong { color: var(--blue); }
.glance-item.metric:nth-child(3) strong { color: var(--red); }
.glance-item.metric:nth-child(4) strong { color: var(--purple-soft); }

.section { padding: 96px 0; border-bottom: 1px solid var(--line); }
.section-kicker { margin-bottom: 14px; color: var(--purple-soft); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 70px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .social-copy h2 { margin: 0; max-width: 760px; font-size: 62px; font-weight: 900; line-height: 1.03; }
.section-heading p, .social-copy > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.58; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { min-width: 0; }
.step-copy { min-height: 174px; padding: 25px 24px 22px; border: 1px solid var(--line); border-bottom: 0; background: var(--panel); }
.step-number { color: #737e8e; font-size: 12px; font-weight: 800; }
.step-copy h3 { margin: 28px 0 8px; font-size: 26px; line-height: 1.1; }
.step-copy p { margin: 0; color: var(--muted); line-height: 1.5; }
.step-media { position: relative; height: 500px; overflow: hidden; border: 1px solid var(--line); background: #0b1018; }
.step-media picture { position: absolute; top: 28px; left: 50%; width: 74%; display: block; transform: translateX(-50%); }
.step-media img { width: 100%; height: auto; border: 5px solid #202734; border-radius: 27px; box-shadow: 0 25px 60px rgba(0, 0, 0, .5); }
.step-card:nth-child(2) .step-media { background: #100d17; }
.step-card:nth-child(3) .step-media { background: #0c1119; }

.dashboard, .policy-layout { background: var(--white-panel); color: var(--white-ink); }
.dashboard .section-kicker, .policy-layout .section-kicker { color: #5849df; }
.dashboard .section-heading p, .policy-layout .section-heading p { color: #566172; }
.metric-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.metric-card { min-height: 228px; padding: 25px; border: 1px solid #cbd2dc; background: #f8fafc; color: #151922; }
.metric-card.wide { grid-column: span 7; }
.metric-card.narrow { grid-column: span 5; }
.metric-card.third { grid-column: span 4; }
.metric-value { margin: 24px 0 8px; font-size: 60px; font-weight: 900; line-height: 1; }
.metric-note { color: #687385; font-size: 14px; line-height: 1.5; }
.scoreboard-row, .stat-pair { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.scoreboard-row .metric-value { color: #1f2732; }
.period-pill { padding: 8px 10px; border: 1px solid #c9d0db; background: #edf1f5; font-size: 12px; font-weight: 800; }
.bar-list { display: grid; gap: 15px; margin-top: 24px; }
.bar-label { display: flex; justify-content: space-between; margin-bottom: 7px; color: #5f6a7a; font-size: 12px; font-weight: 700; }
.bar { height: 10px; overflow: hidden; background: #dce2e9; }
.bar > span { display: block; width: 0; height: 100%; background: var(--purple); transition: width 1.2s cubic-bezier(.2, .7, .2, 1); }
.bar.blue > span { background: var(--blue); }
.bar.red > span { background: var(--red); }
.bar.p75 > span { width: 75%; }.bar.p68 > span { width: 68%; }.bar.p63 > span { width: 63%; }
.reveal-ready [data-reveal]:not(.visible) .bar.p75 > span, .reveal-ready [data-reveal]:not(.visible) .bar.p68 > span, .reveal-ready [data-reveal]:not(.visible) .bar.p63 > span { width: 0; }
.momentum { position: relative; height: 106px; margin-top: 20px; border-bottom: 1px solid #ccd3dc; background: repeating-linear-gradient(to bottom, transparent 0 25px, #e0e5eb 26px); }
.momentum svg { position: absolute; inset: 0; width: 100%; height: 100%; }.momentum path { fill: none; stroke: var(--purple); stroke-linecap: round; stroke-linejoin: round; stroke-width: 4; }
.stat-pair { margin-top: 24px; gap: 16px; }.stat-pair strong { font-size: 42px; line-height: 1; }.stat-pair strong:first-child { color: var(--blue); }.stat-pair strong:last-child { color: var(--red); }

.social { background: #090d13; }.social-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: 70px; align-items: center; }.social-copy h2 { margin-bottom: 20px; font-size: 68px; line-height: 1; }
.social-list { margin-top: 30px; border-top: 1px solid var(--line); }.social-list div { padding: 17px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 38px 1fr; gap: 12px; }.social-list b { color: var(--purple-soft); font-size: 12px; }.social-list strong { display: block; margin-bottom: 4px; }.social-list span { color: var(--muted); font-size: 14px; line-height: 1.45; }
.result-panel { border: 1px solid var(--line-strong); background: var(--panel); box-shadow: 0 30px 80px rgba(0, 0, 0, .38); }.result-head { padding: 24px; border-bottom: 1px solid var(--line); display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }.result-head small { color: #8e99aa; font-size: 11px; font-weight: 800; }.result-head h3 { margin: 9px 0 2px; font-size: 23px; }.final-score { font-size: 58px; font-weight: 900; line-height: 1; }.saved { padding: 7px 9px; border: 1px solid rgba(70, 219, 130, .45); background: rgba(70, 219, 130, .08); color: #8eedb2; font-size: 10px; font-weight: 800; }
.period-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.period { padding: 19px 10px; border-right: 1px solid var(--line); text-align: center; }.period:last-child { border-right: 0; }.period small { display: block; margin-bottom: 7px; color: #7e8999; font-size: 10px; font-weight: 800; }.period strong { font-size: 16px; }.result-stats { padding: 8px 24px 16px; }.result-stat { padding: 14px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; color: #c8d0dc; font-size: 13px; }.result-stat:last-child { border-bottom: 0; }.result-stat span { color: #8994a5; }.share-row { padding: 16px 24px 24px; display: flex; flex-wrap: wrap; gap: 8px; }.share-chip { padding: 8px 10px; border: 1px solid var(--line); background: var(--ink-raised); color: #dbe1ea; font-size: 11px; font-weight: 700; }

.audiences { background: #0c1017; }.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.audience-card { min-height: 340px; padding: 25px; border: 1px solid var(--line); background: var(--panel); }.audience-mark { width: 38px; height: 5px; background: var(--purple); }.audience-card:nth-child(2) .audience-mark { background: var(--blue); }.audience-card:nth-child(3) .audience-mark { background: var(--red); }.audience-card h3 { margin: 68px 0 10px; font-size: 28px; }.audience-card p { margin: 0 0 26px; color: var(--muted); line-height: 1.55; }.audience-card ul { margin: 0; padding: 0; display: grid; gap: 12px; color: #dce2eb; font-size: 14px; list-style: none; }.audience-card li { position: relative; padding-left: 17px; }.audience-card li::before { position: absolute; top: .43em; left: 0; width: 7px; height: 7px; background: #737f90; content: ""; }
.quote-section { position: relative; padding: 110px 0; overflow: hidden; border-bottom: 1px solid var(--line); background: #080b10; }.quote-section::before { position: absolute; top: -40px; right: -20px; color: rgba(113, 96, 255, .075); content: "15:00"; font-size: 360px; font-weight: 900; line-height: .85; }.quote { position: relative; z-index: 2; max-width: 1030px; margin: 0; font-size: 50px; font-weight: 800; line-height: 1.18; }.quote strong { color: var(--purple-soft); }.quote-source { position: relative; z-index: 2; margin-top: 27px; color: #8b96a7; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.privacy { background: var(--white-panel); color: var(--white-ink); }.privacy .section-kicker { color: #5849df; }.privacy .section-heading p { color: #566172; }.privacy-meta { margin-top: 18px; padding: 8px 10px; border: 1px solid #c6cdd8; display: inline-flex; background: #f8fafc; color: #566172; font-size: 12px; font-weight: 800; }.privacy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.privacy-card { min-height: 210px; padding: 25px; border: 1px solid #cbd2dc; background: #f8fafc; }.privacy-card.wide { min-height: 0; grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }.privacy-card h3 { margin: 0 0 13px; font-size: 22px; }.privacy-card p { margin: 0; color: #596576; line-height: 1.58; }.privacy-card ul { margin: 0; padding: 0; display: grid; gap: 11px; color: #596576; list-style: none; }.privacy-card li { position: relative; padding-left: 22px; }.privacy-card li::before { position: absolute; left: 0; color: #5849df; content: "✓"; font-weight: 900; }.text-link { display: inline-flex; margin-top: 19px; color: #4f3fd7; font-weight: 800; }
.download { padding: 104px 0 96px; background: #090d13; }.download-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }.download h2 { margin: 0; max-width: 830px; font-size: 82px; font-weight: 900; line-height: .98; }.download h2 span { color: var(--purple-soft); }.download-copy > p { color: var(--muted); font-size: 17px; line-height: 1.55; }.download-actions { margin-top: 26px; }.beta-card { margin-top: 28px; padding: 26px; border: 1px solid var(--line-strong); background: var(--panel); }.beta-card h3 { margin: 0; font-size: 27px; line-height: 1.15; }.beta-card > p { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.5; }.beta-form { margin-top: 22px; }.beta-form .form-field { margin-bottom: 6px; }.beta-input-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }.beta-input-row .button { white-space: nowrap; }.beta-card .cf-turnstile { margin: 13px 0 16px; }.beta-privacy-note { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }.beta-privacy-note a { color: #c8c2ff; font-weight: 800; }.beta-card .form-status { margin-bottom: 0; }.contact-link { min-height: 44px; display: inline-flex; align-items: center; margin-top: 18px; color: #d4d9e3; font-size: 14px; font-weight: 700; }

.page-hero { padding: 90px 0 76px; border-bottom: 1px solid var(--line); background: #080b11; }.page-hero-content { max-width: 850px; }.page-hero h1 { margin-bottom: 20px; }.page-hero p { max-width: 680px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.58; }.privacy-effective { margin-top: 24px !important; color: var(--text) !important; font-size: 13px !important; font-weight: 800; }.policy-layout { padding: 80px 0; }.policy-content { max-width: 800px; }.policy-content h2 { margin: 44px 0 14px; font-size: 28px; }.policy-content h2:first-child { margin-top: 0; }.policy-content p, .policy-content li { color: #596576; line-height: 1.65; }.policy-content ul { padding-left: 22px; }.policy-action { margin-top: 38px; }.policy-content .button-primary { color: #fff; }
.form-layout { padding: 80px 0; }.form-card { max-width: 720px; padding: 32px; border: 1px solid var(--line); background: var(--panel); }.form-field { display: grid; gap: 8px; margin-bottom: 22px; }.form-field label { font-size: 14px; font-weight: 800; }.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid var(--line-strong); border-radius: 4px; background: var(--ink-raised); color: var(--text); }.form-field textarea { min-height: 164px; resize: vertical; }.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: var(--red); }.field-error { min-height: 1.25em; margin: 0; color: #ff8b9b; font-size: 13px; line-height: 1.4; }.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }.cf-turnstile { min-height: 65px; margin: 4px 0 22px; }.form-card .button { width: 100%; }.form-status { min-height: 1.5em; margin: 18px 0 0; color: var(--muted); line-height: 1.5; }.form-status[data-state="success"] { color: #8eedb2; }.form-status[data-state="error"] { color: #ffadb7; }
.beta-card > .button { margin-top: 22px; }.form-privacy-note { margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.5; }.form-privacy-note a { color: #c8c2ff; font-weight: 800; }

.site-footer { padding: 27px 0; border-top: 1px solid var(--line); background: #07090e; color: #7e8999; font-size: 12px; }.footer-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }.footer-inner a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; color: #c4ccd8; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1); }.reveal-ready [data-reveal].visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) { .nav-links a:not(.button-secondary) { display: none; }h1 { font-size: 58px; }.hero-copy > p { font-size: 18px; }.hero { min-height: 890px; }.hero-inner { min-height: 730px; align-items: flex-start; padding-top: 74px; }.hero-copy { width: 76%; }.hero-stage { right: -150px; bottom: -168px; width: 680px; opacity: .58; }.glance-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }.section-heading, .social-layout, .download-grid { grid-template-columns: 1fr; gap: 26px; }.section-heading h2 { font-size: 52px; }.steps { gap: 10px; }.step-media { height: 410px; }.metric-card.wide, .metric-card.narrow { grid-column: span 6; }.metric-card.third { grid-column: span 4; }.metric-value { font-size: 52px; }.social-copy h2 { font-size: 58px; }.audience-card { min-height: 370px; }.quote-section::before { font-size: 260px; }.quote { font-size: 42px; }.download h2 { font-size: 68px; } }
@media (max-width: 720px) { .shell { width: min(var(--max), calc(100% - 30px)); }.site-nav { min-height: 65px; }.site-nav > .brand { margin-left: 15px; }.site-nav > .nav-links { margin-right: 15px; }.nav-inner { min-height: 65px; }.brand { font-size: 20px; }.brand img { width: 34px; height: 34px; }.button-secondary, .nav-links .button-secondary { padding: 0 12px; }.hero { min-height: 680px; }.hero::before, .hero-glance { display: none; }.hero-inner { min-height: 680px; padding: 42px 0 32px; align-items: flex-start; }.hero-copy { width: 100%; }h1 { font-size: 44px; }.hero-copy > p { width: 94%; font-size: 16px; }.hero-actions { width: min(420px, 100%); }.button { flex: 1 1 100%; }.store-badge, .store-coming { flex: 0 0 auto; }.hero-stage { top: 330px; right: -320px; bottom: auto; width: 660px; opacity: .3; }.section, .policy-layout, .form-layout { padding: 64px 0; }#how { padding-top: 44px; }.section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }.section-heading h2 { font-size: 40px; }.section-heading p { font-size: 16px; }.steps, .metric-grid, .audience-grid, .privacy-grid, .privacy-card.wide { grid-template-columns: 1fr; gap: 16px; }.privacy-card.wide { grid-column: auto; }.step-copy { min-height: 0; }.step-copy h3 { margin-top: 20px; }.step-media { height: 540px; }.step-media picture { width: min(76%, 285px); }.metric-card.wide, .metric-card.narrow, .metric-card.third { grid-column: auto; }.metric-value { font-size: 46px; }.social-copy h2 { font-size: 44px; }.period-grid { grid-template-columns: repeat(2, 1fr); }.period:nth-child(2) { border-right: 0; }.period:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }.audience-card { min-height: 0; }.audience-card h3 { margin-top: 42px; }.quote-section { padding: 82px 0; }.quote-section::before { font-size: 180px; }.quote { font-size: 32px; }.download { padding: 76px 0; }.download h2 { font-size: 50px; }.beta-card { padding: 22px; }.beta-input-row { grid-template-columns: 1fr; }.beta-input-row .button { width: 100%; }.page-hero { padding: 68px 0 56px; }.form-card { padding: 22px; } }
@media (max-width: 380px) { h1 { font-size: 40px; }.section-heading h2 { font-size: 36px; }.social-copy h2 { font-size: 40px; }.download h2 { font-size: 44px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.bar.p75 > span { width: 75%; }.bar.p68 > span { width: 68%; }.bar.p63 > span { width: 63%; } }
