:root {
  --landing-bg: #08111f;
  --landing-surface: #0e1a2c;
  --landing-surface-2: #122139;
  --landing-text: #f4f7fb;
  --landing-muted: #9caabd;
  --landing-line: rgba(178, 198, 224, .14);
  --landing-cyan: #5ee7d7;
  --landing-lime: #c8f56d;
  --landing-violet: #9a7bff;
  --landing-orange: #ffb172;
  --landing-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  --landing-ease: cubic-bezier(.23, 1, .32, 1);
}

html[data-bs-theme="light"] {
  --landing-bg: #f2f5f8;
  --landing-surface: #ffffff;
  --landing-surface-2: #e9eff4;
  --landing-text: #102036;
  --landing-muted: #627189;
  --landing-line: rgba(40, 66, 95, .14);
  --landing-shadow: 0 28px 80px rgba(44, 66, 92, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--landing-bg); color: var(--landing-text); font-family: 'Manrope', sans-serif; overflow-x: hidden; transition: background-color .25s ease, color .25s ease; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 7%, rgba(105, 132, 255, .14), transparent 28%), radial-gradient(circle at 8% 42%, rgba(80, 222, 203, .07), transparent 23%); z-index: -2; }
.site-noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.site-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid transparent; background: color-mix(in srgb, var(--landing-bg) 82%, transparent); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--landing-text); text-decoration: none; flex-shrink: 0; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--landing-line); border-radius: 10px; background: linear-gradient(135deg, rgba(94,231,215,.2), rgba(154,123,255,.22)); box-shadow: 0 0 26px rgba(94,231,215,.12); }
.brand-mark img { width: 21px; height: 21px; }
.brand-copy { display: grid; line-height: 1.05; gap: 4px; }
.brand-copy strong { font-size: 15px; letter-spacing: -.03em; }
.brand-copy small { color: var(--landing-muted); font-family: 'DM Mono', monospace; font-size: 7px; letter-spacing: .17em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-right: auto; }
.desktop-nav a, .header-login, .footer-links a { color: var(--landing-muted); text-decoration: none; font-size: 12px; font-weight: 700; transition: color .18s ease; }
.desktop-nav a:hover, .header-login:hover, .footer-links a:hover { color: var(--landing-text); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.control-button { border: 1px solid var(--landing-line); color: var(--landing-muted); background: transparent; border-radius: 9px; height: 36px; padding: 0 10px; cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.control-button:hover { color: var(--landing-text); border-color: rgba(94,231,215,.48); background: rgba(94,231,215,.06); }
.language-button { display: inline-flex; align-items: center; gap: 6px; }
.globe-icon { color: var(--landing-cyan); font-size: 19px; line-height: 0; }
.chevron { font-size: 15px; margin-top: -3px; }
.language-picker { position: relative; }
.language-menu { position: absolute; top: 44px; right: 0; width: 140px; padding: 6px; border: 1px solid var(--landing-line); border-radius: 12px; background: var(--landing-surface); box-shadow: var(--landing-shadow); }
.language-menu[hidden], .mobile-menu[hidden] { display: none; }
.language-menu button { display: block; width: 100%; padding: 9px 10px; border: 0; border-radius: 8px; background: transparent; color: var(--landing-muted); text-align: left; cursor: pointer; font: inherit; font-size: 11px; font-weight: 700; }
.language-menu button:hover { background: rgba(94,231,215,.08); color: var(--landing-text); }
.theme-button { width: 36px; padding: 0; font-size: 19px; }
.header-login { margin: 0 7px 0 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 44px; padding: 0 19px; border: 1px solid transparent; border-radius: 9px; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: -.01em; transition: transform .18s var(--landing-ease), box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button-primary { color: #0b1623; background: var(--landing-lime); box-shadow: 0 12px 28px rgba(200,245,109,.13); }
.button-primary:hover { color: #0b1623; background: #dbff91; box-shadow: 0 16px 36px rgba(200,245,109,.2); }
.button-small { min-height: 36px; padding: 0 14px; font-size: 11px; }
.button-large { min-height: 51px; padding: 0 21px; }
.button-outline { color: var(--landing-text); border-color: var(--landing-line); background: rgba(255,255,255,.035); }
.button-outline:hover { color: var(--landing-cyan); border-color: rgba(94,231,215,.5); background: rgba(94,231,215,.07); }
.mobile-menu-button { display: none; width: 38px; height: 36px; border: 1px solid var(--landing-line); border-radius: 9px; background: transparent; cursor: pointer; }
.mobile-menu-button span { display: block; width: 15px; height: 1px; margin: 4px auto; background: var(--landing-text); }
.mobile-menu { display: none; }
.hero-section { position: relative; min-height: 670px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 28px; padding-top: 60px; padding-bottom: 80px; }
.hero-copy { position: relative; z-index: 2; padding: 30px 0 22px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--landing-cyan); font-family: 'DM Mono', monospace; font-size: 9px; font-weight: 500; letter-spacing: .16em; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--landing-lime); box-shadow: 0 0 0 4px rgba(200,245,109,.1), 0 0 13px var(--landing-lime); }
.hero-copy h1 { max-width: 590px; margin: 24px 0 22px; font-size: clamp(47px, 5.3vw, 76px); line-height: .99; letter-spacing: -.075em; font-weight: 800; }
h1 em, h2 em { color: var(--landing-cyan); font-style: normal; }
.hero-description { max-width: 420px; margin: 0; color: var(--landing-muted); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--landing-text); text-decoration: none; font-size: 12px; font-weight: 800; }
.text-link:hover { color: var(--landing-cyan); }
.play-icon { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--landing-line); border-radius: 50%; color: var(--landing-cyan); font-size: 20px; line-height: 1; }
.hero-proof { display: flex; align-items: center; gap: 11px; margin-top: 42px; color: var(--landing-muted); font-size: 10px; }
.avatar-stack { display: flex; padding-left: 7px; }
.avatar-stack span { display: grid; place-items: center; width: 25px; height: 25px; margin-left: -7px; border: 2px solid var(--landing-bg); border-radius: 50%; color: #102036; background: var(--landing-cyan); font-size: 8px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: var(--landing-violet); }.avatar-stack span:nth-child(3) { background: var(--landing-orange); }.avatar-stack span:nth-child(4) { color: var(--landing-cyan); background: var(--landing-surface-2); }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(94,231,215,.15); border-radius: 50%; transform: rotate(-22deg); pointer-events: none; }.orbit-one { width: 720px; height: 350px; }.orbit-two { width: 560px; height: 290px; border-color: rgba(154,123,255,.14); transform: rotate(18deg); }
.dashboard-window { position: relative; z-index: 1; width: min(650px, 100%); border: 1px solid rgba(192, 215, 242, .19); border-radius: 17px; background: rgba(18, 33, 57, .76); box-shadow: 0 34px 90px rgba(0,0,0,.38), 0 0 0 9px rgba(15, 35, 58, .22); overflow: hidden; transform: rotate(1.2deg); }
.window-topbar { display: flex; align-items: center; gap: 12px; height: 34px; padding: 0 13px; border-bottom: 1px solid var(--landing-line); color: #657b98; font: 8px 'DM Mono', monospace; letter-spacing: .04em; }.window-dots { display: flex; gap: 4px; }.window-dots i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #6f80a0; }.window-dots i:nth-child(2) { background: #a89bff; }.window-dots i:nth-child(3) { background: #9de994; }.window-lock { margin-left: auto; color: var(--landing-cyan); opacity: .75; }
.window-body { display: flex; min-height: 368px; }.preview-sidebar { width: 145px; padding: 17px 10px 10px; border-right: 1px solid var(--landing-line); background: rgba(5, 13, 25, .22); color: #7185a1; }.preview-brand { display: flex; align-items: center; gap: 6px; padding: 0 8px 28px; color: #e2edf7; font-size: 9px; font-weight: 800; }.preview-brand img { width: 15px; height: 15px; }.preview-section-label { margin: 12px 8px 7px; color: #526887; font: 7px 'DM Mono', monospace; letter-spacing: .12em; }.preview-nav { display: flex; align-items: center; gap: 8px; padding: 8px; border-radius: 6px; font: 8px 'DM Mono', monospace; }.preview-nav b { color: #6580a3; font-size: 11px; font-weight: 400; }.preview-nav.active { color: #dffdfa; background: rgba(94,231,215,.11); }.preview-nav.active b { color: var(--landing-cyan); }.preview-user { display: flex; align-items: center; gap: 7px; margin-top: 63px; padding: 10px 7px 0; border-top: 1px solid var(--landing-line); }.preview-avatar { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: #121c2c; background: var(--landing-lime); font-size: 7px; font-weight: 800; }.preview-user strong, .preview-user small { display: block; }.preview-user strong { color: #bac8da; font-size: 7px; }.preview-user small { margin-top: 2px; color: #627695; font-size: 6px; }.preview-main { flex: 1; padding: 20px 20px 16px; }.preview-heading { display: flex; justify-content: space-between; align-items: start; }.preview-kicker { color: #6c83a3; font: 7px 'DM Mono', monospace; letter-spacing: .16em; }.preview-heading h3 { margin: 7px 0 17px; color: #f0f5f9; font-size: 17px; letter-spacing: -.04em; }.preview-heading h3 span { color: var(--landing-lime); font-size: 12px; }.preview-date { padding-top: 3px; color: #637898; font: 7px 'DM Mono', monospace; }.preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.preview-stat { min-height: 94px; padding: 12px 10px; border: 1px solid rgba(174, 199, 229, .13); border-radius: 8px; background: rgba(35, 54, 82, .42); }.preview-stat.accent { border-color: rgba(94,231,215,.25); background: linear-gradient(140deg, rgba(36,91,103,.48), rgba(28,48,77,.5)); }.preview-stat > span { display: block; color: #8398b4; font: 6px 'DM Mono', monospace; }.preview-stat strong { display: block; margin: 7px 0 6px; color: #eef7ff; font-size: 22px; letter-spacing: -.05em; }.preview-stat small { color: #6f84a2; font: 6px 'DM Mono', monospace; }.preview-stat small b { color: var(--landing-lime); font-weight: 500; }.online-text { color: var(--landing-cyan) !important; font-size: 13px !important; margin-top: 13px !important; }.online-text i { display: inline-block; width: 5px; height: 5px; margin-right: 3px; border-radius: 50%; background: var(--landing-lime); vertical-align: middle; }.preview-lower { display: grid; grid-template-columns: 1.4fr 1fr; gap: 8px; margin-top: 9px; }.activity-card, .health-card { min-height: 144px; padding: 12px 11px; border: 1px solid rgba(174, 199, 229, .13); border-radius: 8px; background: rgba(35, 54, 82, .3); }.preview-card-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 9px; color: #b6c4d5; font-size: 8px; font-weight: 800; }.preview-card-title b { color: var(--landing-cyan); font: 6px 'DM Mono', monospace; }.activity-row { display: flex; align-items: center; gap: 7px; padding: 6px 0; border-top: 1px solid rgba(174, 199, 229, .08); }.activity-icon { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 6px; font-size: 10px; }.activity-icon.violet { color: #baa9ff; background: rgba(154,123,255,.16); }.activity-icon.cyan { color: var(--landing-cyan); background: rgba(94,231,215,.12); }.activity-icon.orange { color: var(--landing-orange); background: rgba(255,177,114,.13); }.activity-row strong, .activity-row small { display: block; }.activity-row strong { color: #b6c8dc; font-size: 7px; }.activity-row small { margin-top: 2px; color: #647997; font: 6px 'DM Mono', monospace; }.activity-row em { margin-left: auto; color: #9be899; font: 6px 'DM Mono', monospace; font-style: normal; }.health-score { color: var(--landing-lime) !important; font-size: 10px !important; }.mini-chart { height: 58px; display: flex; align-items: end; gap: 4px; padding: 7px 2px 0; border-bottom: 1px solid rgba(174, 199, 229, .11); }.mini-chart span { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(to top, rgba(94,231,215,.2), var(--landing-cyan)); opacity: .8; }.health-card > small { display: block; margin-top: 8px; color: #657b98; font: 6px 'DM Mono', monospace; }.floating-chip { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid rgba(190, 213, 237, .2); border-radius: 11px; background: rgba(17, 32, 53, .86); box-shadow: 0 16px 32px rgba(0,0,0,.25); backdrop-filter: blur(12px); }.floating-chip span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: #15232b; background: var(--landing-lime); }.floating-chip strong, .floating-chip small { display: block; }.floating-chip strong { color: #e5f2ff; font-size: 10px; }.floating-chip small { margin-top: 2px; color: #7c91aa; font: 6px 'DM Mono', monospace; }.chip-top { top: 70px; right: -8px; }.chip-top > span { color: #18231a; background: var(--landing-cyan); }.chip-bottom { bottom: 35px; left: -22px; }.chip-bottom .chip-check { color: #162b23; background: var(--landing-lime); font-size: 16px; }.signal-bar { border-top: 1px solid var(--landing-line); border-bottom: 1px solid var(--landing-line); }.signal-inner { display: flex; align-items: center; min-height: 76px; gap: 25px; }.signal-label { color: var(--landing-muted); font: 8px 'DM Mono', monospace; letter-spacing: .12em; white-space: nowrap; }.signal-line { width: 70px; height: 1px; background: var(--landing-line); }.signal-items { display: flex; justify-content: space-between; flex: 1; gap: 20px; }.signal-items span { display: flex; align-items: center; gap: 10px; color: var(--landing-muted); font-size: 10px; }.signal-items b { color: var(--landing-cyan); font: 9px 'DM Mono', monospace; font-weight: 500; }
.features-section { padding-top: 140px; padding-bottom: 145px; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }.eyebrow-number { display: inline-grid; place-items: center; min-width: 24px; height: 18px; border: 1px solid rgba(94,231,215,.25); border-radius: 5px; color: var(--landing-cyan); font-size: 8px; }.section-heading h2, .flow-grid h2, .trial-copy h2 { margin: 20px 0 0; font-size: clamp(38px, 4.6vw, 58px); line-height: 1.02; letter-spacing: -.07em; }.section-heading > p { width: 305px; margin: 0 0 5px; color: var(--landing-muted); font-size: 13px; line-height: 1.7; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.feature-card { position: relative; min-height: 335px; padding: 24px; overflow: hidden; border: 1px solid var(--landing-line); border-radius: 13px; background: rgba(255,255,255,.025); transition: transform .25s var(--landing-ease), border-color .25s ease, background .25s ease; }.feature-card:hover { transform: translateY(-6px); border-color: rgba(94,231,215,.3); background: rgba(94,231,215,.04); }.featured-card { border-color: rgba(94,231,215,.26); background: linear-gradient(145deg, rgba(24,64,76,.52), rgba(14, 26, 44, .7)); }.feature-card-top { display: flex; justify-content: space-between; align-items: center; }.feature-number { color: var(--landing-muted); font: 9px 'DM Mono', monospace; }.feature-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--landing-line); border-radius: 8px; color: var(--landing-cyan); font-size: 17px; }.feature-card h3 { position: relative; z-index: 1; margin: 67px 0 13px; font-size: 25px; line-height: 1.05; letter-spacing: -.055em; }.feature-card p { position: relative; z-index: 1; max-width: 240px; margin: 0; color: var(--landing-muted); font-size: 11px; line-height: 1.65; }.feature-link { position: absolute; bottom: 24px; left: 24px; color: var(--landing-text); text-decoration: none; font: 10px 'DM Mono', monospace; }.feature-link:hover { color: var(--landing-cyan); }.card-glow { position: absolute; right: -80px; bottom: -120px; width: 230px; height: 230px; border-radius: 50%; background: var(--landing-cyan); opacity: .1; filter: blur(38px); }
.flow-section { padding: 105px 0 115px; border-top: 1px solid var(--landing-line); border-bottom: 1px solid var(--landing-line); background: linear-gradient(110deg, rgba(154,123,255,.06), transparent 50%); }.flow-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 120px; }.flow-grid > div:first-child > p { max-width: 360px; margin: 25px 0 32px; color: var(--landing-muted); font-size: 13px; line-height: 1.75; }.steps-list { border-top: 1px solid var(--landing-line); }.step-item { display: grid; grid-template-columns: 45px 1fr 32px; align-items: center; gap: 15px; min-height: 109px; border-bottom: 1px solid var(--landing-line); }.step-number { color: var(--landing-cyan); font: 10px 'DM Mono', monospace; }.step-item h3 { margin: 0 0 7px; font-size: 15px; letter-spacing: -.03em; }.step-item p { max-width: 360px; margin: 0; color: var(--landing-muted); font-size: 11px; line-height: 1.55; }.step-arrow { color: var(--landing-muted); font-size: 21px; text-align: right; transition: color .18s ease, transform .18s ease; }.step-item:hover .step-arrow { color: var(--landing-cyan); transform: translate(3px, -3px); }
.trial-section { padding-top: 120px; padding-bottom: 120px; }.trial-card { position: relative; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; min-height: 365px; padding: 56px 62px; overflow: hidden; border: 1px solid rgba(94,231,215,.22); border-radius: 16px; background: linear-gradient(112deg, #102c3d 0%, #12213a 61%, #1b2042 100%); box-shadow: var(--landing-shadow); }.trial-card::after { content: ''; position: absolute; right: -90px; top: -170px; width: 430px; height: 430px; border: 1px solid rgba(200,245,109,.18); border-radius: 50%; box-shadow: 0 0 0 28px rgba(200,245,109,.035), 0 0 0 56px rgba(200,245,109,.025); transform: rotate(22deg); }.trial-copy { position: relative; z-index: 1; }.trial-copy h2 { margin-top: 18px; }.trial-copy > p { max-width: 420px; margin: 25px 0 22px; color: #a8bacc; font-size: 13px; line-height: 1.7; }.trial-points { display: flex; gap: 20px; color: var(--landing-cyan); font: 9px 'DM Mono', monospace; }.trial-points span > span { color: #a8bacc; }.trial-action { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-left: 45px; border-left: 1px solid rgba(179, 209, 232, .16); }.trial-price { margin-bottom: 20px; }.trial-price small, .trial-price span { display: block; color: #89a5ba; font: 8px 'DM Mono', monospace; letter-spacing: .1em; }.trial-price strong { display: block; margin: 7px 0 4px; color: #f3faff; font-size: 40px; letter-spacing: -.07em; }.trial-price strong span { display: inline; color: var(--landing-cyan); font: inherit; letter-spacing: -.07em; }.trial-login { margin-top: 14px; color: #89a5ba; font: 9px 'DM Mono', monospace; }.trial-login a { color: var(--landing-cyan); text-decoration: none; }.site-footer { padding: 28px 0; border-top: 1px solid var(--landing-line); }.footer-inner { display: flex; align-items: center; gap: 30px; }.footer-inner > p { margin: 0; color: var(--landing-muted); font-size: 10px; }.footer-links { display: flex; gap: 18px; margin-left: auto; }.footer-links a { font-size: 10px; }.footer-year { color: var(--landing-muted); font: 8px 'DM Mono', monospace; }
@media (max-width: 980px) { .header-inner { gap: 20px; }.desktop-nav { gap: 16px; }.header-login { margin-left: 2px; }.hero-section { grid-template-columns: 1fr; padding-top: 75px; }.hero-copy { max-width: 680px; }.hero-visual { margin-top: 15px; }.chip-top { right: 2%; }.chip-bottom { left: 3%; }.flow-grid { gap: 60px; }.trial-card { gap: 40px; padding: 45px; } }
@media (max-width: 720px) { .site-shell { width: min(100% - 32px, 560px); }.desktop-nav, .header-login, .header-actions > .button-small { display: none; }.mobile-menu-button { display: block; }.mobile-menu { position: absolute; left: 16px; right: 16px; top: 72px; display: grid; gap: 4px; padding: 8px; border: 1px solid var(--landing-line); border-radius: 12px; background: var(--landing-surface); box-shadow: var(--landing-shadow); }.mobile-menu a { padding: 12px; color: var(--landing-text); text-decoration: none; font-size: 12px; font-weight: 800; }.hero-section { min-height: 0; padding-top: 62px; padding-bottom: 70px; }.hero-copy h1 { font-size: clamp(45px, 14vw, 66px); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.hero-proof { margin-top: 34px; }.hero-visual { min-height: 365px; margin-top: 18px; }.dashboard-window { transform: none; }.window-body { min-height: 280px; }.preview-sidebar { display: none; }.preview-main { padding: 16px 14px; }.preview-stats { gap: 5px; }.preview-stat { min-height: 80px; padding: 9px 7px; }.preview-stat strong { font-size: 18px; }.preview-lower { grid-template-columns: 1fr; }.health-card { display: none; }.floating-chip { transform: scale(.82); transform-origin: center; }.chip-top { top: -4px; right: -10px; }.chip-bottom { bottom: -17px; left: -14px; }.visual-orbit { opacity: .55; }.signal-inner { align-items: flex-start; flex-direction: column; gap: 15px; padding-top: 22px; padding-bottom: 22px; }.signal-line { display: none; }.signal-items { width: 100%; }.signal-items span { gap: 6px; flex-direction: column; align-items: flex-start; font-size: 9px; }.features-section { padding-top: 85px; padding-bottom: 85px; }.section-heading { display: block; margin-bottom: 30px; }.section-heading > p { width: auto; margin-top: 22px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 270px; }.feature-card h3 { margin-top: 48px; }.flow-section { padding: 80px 0; }.flow-grid { grid-template-columns: 1fr; gap: 55px; }.step-item { min-height: 100px; }.trial-section { padding-top: 75px; padding-bottom: 75px; }.trial-card { grid-template-columns: 1fr; gap: 42px; padding: 38px 27px; }.trial-action { padding: 30px 0 0; border-top: 1px solid rgba(179,209,232,.16); border-left: 0; }.site-footer { padding: 25px 0; }.footer-inner { align-items: flex-start; flex-direction: column; gap: 17px; }.footer-links { margin-left: 0; }.footer-year { margin-top: 4px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
