@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap";:root{--bg:#f4f8fd;--surface:#ffffffc2;--surface-strong:#fff;--surface-border:#16366c1f;--text:#23405f;--text-strong:#0b1833;--muted:#627690;--blue:#2265d8;--blue-deep:#102a5f;--teal:#0f9d95;--gold:#ca8d25;--rose:#ca5677;--shadow:0 28px 80px #132e5e1f;--radius-xl:34px;--radius-lg:26px;--radius-md:18px;--max-width:1180px;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 0 0,#2a65d829,#0000 26%),radial-gradient(circle at 85% 10%,#0f9d9526,#0000 22%),linear-gradient(#f9fbff 0%,#eef5ff 100%);margin:0;overflow-x:hidden}body:before{content:"";pointer-events:none;background-image:linear-gradient(#11387a08 1px,#0000 1px),linear-gradient(90deg,#11387a08 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000a6,#0000 88%);mask-image:linear-gradient(#000000a6,#0000 88%)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}#root{min-height:100vh}.site-shell{width:min(calc(100% - 40px), var(--max-width));margin:0 auto;padding-bottom:40px}.site-header{z-index:20;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffb8;border:1px solid #13356a1a;border-radius:999px;justify-content:space-between;align-items:center;gap:24px;width:100%;margin:20px auto 24px;padding:16px 18px;display:flex;position:sticky;top:18px;box-shadow:0 18px 44px #112b541a}.brand{min-width:0;color:var(--text-strong);align-items:center;gap:14px;font-size:1rem;font-weight:800;display:inline-flex}.brand span{overflow-wrap:anywhere}.brand img{background:linear-gradient(145deg,#2265d829,#0f9d9514);border-radius:18px;width:52px;height:52px;padding:7px;box-shadow:inset 0 0 0 1px #2265d814}.site-nav{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.menu-button,.menu-backdrop,.mobile-drawer{display:none}.site-nav a{color:var(--muted);text-align:center;border-radius:999px;padding:11px 16px;font-weight:700;transition:all .18s}.site-nav a:hover,.site-nav a[data-active=true]{color:var(--text-strong);background:#2265d814}.menu-button{width:52px;min-width:52px;height:52px;color:var(--text-strong);background:#2265d824;border:1px solid #2265d824;border-radius:18px;flex:none;justify-content:center;align-items:center;padding:0;display:none;position:relative;box-shadow:inset 0 0 0 1px #ffffff42,0 10px 24px #112b5414}.menu-button-icon{justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:relative}.menu-button-icon span,.drawer-close span{background:var(--blue-deep);border-radius:999px;width:20px;height:2px;transition:transform .18s,opacity .18s;position:absolute}.menu-button-icon span:first-child{transform:translateY(-6px)}.menu-button-icon span:nth-child(3){transform:translateY(6px)}.menu-button[aria-expanded=true] .menu-button-icon span:first-child{transform:rotate(45deg)}.menu-button[aria-expanded=true] .menu-button-icon span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] .menu-button-icon span:nth-child(3){transform:rotate(-45deg)}.menu-backdrop{z-index:29;opacity:0;pointer-events:none;background:#08122e5c;transition:opacity .18s;position:fixed;inset:0}.menu-backdrop[data-open=true]{opacity:1;pointer-events:auto}.mobile-drawer{z-index:30;pointer-events:none;background:radial-gradient(circle at 100% 0,#2a65d829,#0000 28%),linear-gradient(#fffffffa,#f4f8fff5);border-left:1px solid #13356a1a;flex-direction:column;width:min(86vw,340px);height:100vh;padding:22px 18px 24px;transition:transform .22s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-24px 0 56px #0a1c3e2e}.mobile-drawer[data-open=true]{pointer-events:auto;transform:translate(0)}.mobile-drawer-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.drawer-brand{align-items:center;gap:10px;min-width:0;display:inline-flex}.drawer-brand img{background:linear-gradient(145deg,#2265d81f,#0f9d9514);border-radius:14px;width:42px;height:42px;padding:5px}.drawer-brand span{color:var(--text-strong);font-family:Sora,sans-serif;font-size:1rem;font-weight:700}.drawer-close{width:44px;height:44px;color:var(--text-strong);background:#2265d814;border:0;border-radius:14px;position:relative;box-shadow:inset 0 0 0 1px #2265d814}.drawer-close span:first-child{transform:rotate(45deg)}.drawer-close span:nth-child(2){transform:rotate(-45deg)}.drawer-nav{flex-direction:column;gap:10px;display:flex}.drawer-nav a{color:var(--text-strong);background:#ffffffe0;border-radius:20px;align-items:center;gap:12px;padding:14px 16px;display:flex;box-shadow:inset 0 0 0 1px #2265d814}.drawer-nav a span{font-weight:800}.drawer-nav a[data-active=true]{background:linear-gradient(145deg,#2265d81f,#0f9d9514);box-shadow:inset 0 0 0 1px #2265d829}.drawer-meta{color:var(--muted);background:#2265d80f;border-radius:22px;margin-top:18px;padding:16px}.drawer-meta p{margin:0;line-height:1.65}.drawer-meta a{color:var(--blue-deep);margin-top:12px;font-weight:800;display:inline-flex}.page{flex-direction:column;gap:34px;min-width:0;display:flex}.hero-section{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:stretch;gap:28px;width:100%;min-width:0;display:grid}.hero-copy,.hero-panel-card,.metric-strip article,.feature-card,.quote-card,.action-card,.legal-cta,.legal-card,.not-found-card,.site-footer{border:1px solid var(--surface-border);background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow);min-width:0}.hero-panel,.section-heading,.legal-cta>div,.footer-brand,.footer-brand>div{min-width:0}.hero-copy{border-radius:var(--radius-xl);color:#f6fbff;background:radial-gradient(circle at 0 0,#2a65d847,#0000 38%),radial-gradient(circle at 100% 20%,#0f9d9529,#0000 28%),linear-gradient(160deg,#0f2860 0%,#1843a7 45%,#1f65d3 100%);width:100%;max-width:100%;padding:46px;position:relative;overflow:hidden}.app-hero-copy{flex-direction:column;justify-content:center;display:flex}.hero-copy:after{content:"";background:#ffffff14;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-96px;right:-48px}.eyebrow{letter-spacing:.12em;text-transform:uppercase;overflow-wrap:anywhere;color:#f5faffc2;margin:0 0 12px;font-size:.76rem;font-weight:800;line-height:1.4}.hero-copy h1,.section-heading h2,.quote-card strong,.legal-hero h1,.legal-card h2,.not-found-card h1{color:var(--text-strong);margin:0;font-family:Sora,sans-serif}.hero-copy h1{color:#fff;text-wrap:balance;overflow-wrap:break-word;max-width:11ch;font-size:clamp(2.9rem,6vw,4.65rem);line-height:1.02}.hero-text{overflow-wrap:break-word;color:#f2f7ffd6;max-width:60ch;margin:18px 0 0;font-size:1.08rem;line-height:1.78}.hero-actions,.hero-pills,.legal-actions,.store-badges,.download-panel-actions{flex-wrap:wrap;gap:14px;display:flex}.store-badges,.hero-actions{margin-top:26px}.hero-pills{margin-top:28px}.hero-pills span{color:#ffffffeb;background:#ffffff1f;border:1px solid #ffffff26;border-radius:999px;padding:10px 16px;font-size:.92rem;font-weight:700}.button{border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 20px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover,.text-link:hover{transform:translateY(-2px)}.button.primary{color:#0f2a61;background:#fff;box-shadow:0 14px 30px #08122e26}.button.secondary{color:var(--text-strong);background:#ffffffdb;border:1px solid #2265d81f}.store-badge{color:#fff;background:#ffffff24;border:1px solid #ffffff2e;border-radius:24px;flex-direction:column;justify-content:center;min-width:250px;min-height:72px;padding:14px 18px;transition:transform .18s,background .18s;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff0f}.store-badge:hover{background:#ffffff2e;transform:translateY(-2px)}.store-badge strong{font-size:1.04rem;line-height:1.3}.store-badge-label{color:#f1f7ffbd;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.74rem;font-weight:800}.store-badge.is-disabled{color:#f5fafff0;opacity:.88}.hero-showcase{flex-direction:column;gap:18px;min-width:0;display:flex}.showcase-note,.audience-card,.preview-card,.download-panel{border:1px solid var(--surface-border);background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow)}.showcase-note{border-radius:28px;padding:20px 22px}.showcase-note-label,.preview-tag{color:var(--blue);letter-spacing:.05em;text-transform:uppercase;background:#2265d814;border-radius:999px;align-items:center;padding:7px 12px;font-size:.76rem;font-weight:800;display:inline-flex}.showcase-note strong,.preview-card h3,.download-panel h2,.audience-card span{color:var(--text-strong);font-family:Sora,sans-serif;display:block}.showcase-note strong{margin-top:12px;font-size:1.2rem}.showcase-note p,.preview-card p,.audience-card p,.download-panel p{color:var(--muted);margin:10px 0 0;line-height:1.72}.showcase-stack{grid-template-columns:minmax(0,1fr) minmax(220px,.56fr);align-items:end;gap:16px;display:grid}.device-frame,.preview-frame{background:linear-gradient(#ecf3ff,#f8fbff);border-radius:34px;overflow:hidden;box-shadow:inset 0 0 0 1px #2265d814,0 18px 42px #112b541f}.device-frame{padding:14px}.device-frame img,.preview-frame img{border-radius:24px;width:100%;height:auto}.device-frame--large{transform:rotate(-2deg)}.device-frame--small{align-self:end;transform:translateY(28px)rotate(6deg)}.audience-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.audience-card{border-radius:var(--radius-lg);padding:24px}.audience-card span{font-size:1.15rem}.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.preview-card{border-radius:var(--radius-xl);grid-template-columns:minmax(0,1fr) minmax(230px,.92fr);align-items:center;gap:18px;padding:22px;display:grid}.preview-card-copy{min-width:0}.preview-card h3{margin:14px 0 0;font-size:1.5rem;line-height:1.08}.preview-frame{padding:10px}.download-panel{border-radius:var(--radius-xl);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:34px;display:grid}.download-panel .eyebrow{color:var(--blue)}.download-panel h2{margin:0;font-size:clamp(2rem,4vw,2.9rem);line-height:1.02}.download-panel-actions{justify-content:flex-end;align-items:center}.download-chip{min-height:50px;color:var(--blue-deep);text-align:center;background:#2265d814;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-weight:800;display:inline-flex}.hero-panel{min-height:100%;position:relative}.panel-glow{filter:blur(24px);background:linear-gradient(#0f9d952e,#2265d814);border-radius:30px;position:absolute;inset:18px}.hero-panel-card{border-radius:var(--radius-xl);height:100%;padding:34px 30px;position:relative}.panel-label{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:.72rem;font-weight:800}.hero-panel-card h2{color:var(--text-strong);margin:0;font-family:Sora,sans-serif;font-size:1.9rem}.panel-list{gap:18px;margin:28px 0 0;padding:0;list-style:none;display:grid}.panel-list li{grid-template-columns:48px minmax(0,1fr);align-items:start;gap:16px;display:grid}.icon-badge,.feature-icon,.action-icon{border-radius:18px;justify-content:center;align-items:center;font-size:1.08rem;font-weight:800;display:inline-flex;box-shadow:inset 0 0 0 1px #2265d814}.icon-badge svg,.feature-icon svg,.action-icon svg,.social-pill svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.icon-badge{width:48px;height:48px;color:var(--blue-deep);background:linear-gradient(145deg,#2265d824,#0f9d951a)}.panel-list strong,.feature-card h3,.action-card h3,.metric-strip strong{color:var(--text-strong);font-size:1.05rem;display:block}.panel-list p,.feature-card p,.action-card p,.metric-strip p,.section-heading p,.legal-intro,.legal-card p,.site-footer p,.not-found-card p{color:var(--muted);margin:8px 0 0;line-height:1.75}.metric-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;min-width:0;display:grid}.metric-strip article{border-radius:var(--radius-lg);padding:26px}.metric-strip span{color:var(--blue);background:#2265d814;border-radius:999px;margin-bottom:16px;padding:6px 10px;font-size:.82rem;font-weight:800;display:inline-flex}.section-block{flex-direction:column;gap:24px;display:flex}.section-heading{max-width:760px}.section-heading .eyebrow,.legal-hero .eyebrow,.not-found-card .eyebrow{color:var(--blue)}.section-heading h2,.legal-card h2{font-size:clamp(2rem,4vw,2.85rem);line-height:1.05}.card-grid,.action-grid,.legal-content{gap:18px;min-width:0;display:grid}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.action-card{border-radius:var(--radius-lg);padding:28px}.feature-icon,.action-icon{width:54px;height:54px;margin-bottom:18px}.feature-icon{color:var(--blue);background:linear-gradient(145deg,#2265d824,#0f9d950f)}.quote-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-width:0;display:grid}.quote-card{border-radius:var(--radius-lg);padding:30px}.quote-card p{color:var(--text-strong);margin:0 0 18px;font-size:1.16rem;line-height:1.72}.action-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.action-card[data-tone=blue] .action-icon{color:var(--blue);background:#2265d81f}.action-card[data-tone=teal] .action-icon{color:var(--teal);background:#0f9d951f}.action-card[data-tone=gold] .action-icon{color:var(--gold);background:#ca8d2524}.action-card[data-tone=rose] .action-icon{color:var(--rose);background:#ca567724}.text-link{color:var(--text-strong);margin-top:18px;font-weight:800;display:inline-flex}.legal-cta{border-radius:var(--radius-xl);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:34px;display:grid}.legal-page{gap:24px}.legal-hero{padding:30px 4px 2px}.legal-hero h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.02}.legal-intro{max-width:70ch;font-size:1.02rem}.legal-meta{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.legal-meta span{color:var(--blue-deep);overflow-wrap:anywhere;background:#2265d814;border-radius:999px;padding:10px 14px;font-size:.92rem;font-weight:700}.legal-content{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-card{border-radius:var(--radius-lg);padding:30px}.detail-list{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.detail-list li{color:var(--text-strong);padding-left:24px;line-height:1.65;position:relative}.detail-list li:before{content:"•";color:var(--blue);font-size:1.1rem;font-weight:800;position:absolute;top:0;left:0}.not-found-page{justify-content:center;align-items:center;min-height:54vh}.not-found-card{border-radius:var(--radius-xl);text-align:center;max-width:640px;padding:38px}.site-footer{border-radius:var(--radius-xl);grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:center;gap:24px;margin-top:32px;padding:26px 28px;display:grid}.footer-brand{align-items:center;gap:18px;display:flex}.footer-brand img{background:linear-gradient(145deg,#2265d81f,#0f9d9514);border-radius:22px;width:64px;height:64px;padding:8px}.footer-brand strong{color:var(--text-strong);font-size:1rem;display:block}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:14px;display:flex}.footer-links a{color:var(--blue-deep);text-align:center;overflow-wrap:anywhere;background:#2265d812;border-radius:999px;padding:10px 14px;font-weight:700}.footer-socials{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.social-pill{width:46px;height:46px;color:var(--blue-deep);background:#2265d812;border-radius:999px;justify-content:center;align-items:center;transition:transform .18s,background .18s,color .18s;display:inline-flex;box-shadow:inset 0 0 0 1px #2265d814}.social-pill:hover{transform:translateY(-2px)}@media (width<=1080px){.hero-section,.preview-grid,.legal-cta,.site-footer,.card-grid,.action-grid,.legal-content,.metric-strip,.quote-section,.audience-grid,.download-panel{grid-template-columns:1fr}.site-footer,.legal-cta,.download-panel{align-items:stretch}.footer-links,.footer-socials{justify-content:flex-start}}@media (width<=900px){.page{gap:28px}.hero-section{gap:20px}.hero-copy,.showcase-note,.preview-card,.audience-card,.download-panel,.hero-panel-card,.feature-card,.action-card,.quote-card,.metric-strip article,.legal-cta,.legal-card,.site-footer,.not-found-card{padding:26px}.hero-copy h1{max-width:10ch}.hero-text,.panel-list p,.feature-card p,.action-card p,.metric-strip p,.section-heading p,.legal-intro,.legal-card p,.site-footer p,.not-found-card p{line-height:1.65}.section-heading h2,.legal-card h2{font-size:clamp(1.9rem,5vw,2.5rem)}.preview-card{grid-template-columns:1fr}.preview-frame{max-width:360px}}@media (width<=720px){.site-shell{width:min(calc(100% - 24px), var(--max-width))}.site-header{border-radius:22px;align-items:center;gap:12px;margin-top:10px;margin-bottom:18px;padding:12px 14px;position:static}.brand{text-align:left;flex:1;justify-content:flex-start;gap:12px;max-width:calc(100% - 68px)}.brand img{width:42px;height:42px;margin:0}.site-nav{display:none}.menu-button{width:48px;min-width:48px;height:48px;display:flex}.menu-backdrop,.mobile-drawer{display:block}.hero-copy,.showcase-note,.preview-card,.audience-card,.download-panel,.hero-panel-card,.feature-card,.action-card,.quote-card,.metric-strip article,.legal-cta,.legal-card,.site-footer,.not-found-card{padding:24px}.hero-copy h1,.legal-hero h1,.section-heading h2{font-size:clamp(1.95rem,8.8vw,2.55rem)}.hero-copy h1{max-width:none;line-height:1.02}.hero-text{font-size:.98rem;line-height:1.6}.hero-section{gap:14px}.hero-actions,.hero-pills,.legal-actions,.store-badges,.download-panel-actions{flex-direction:column;align-items:stretch}.hero-actions .button,.legal-actions .button,.download-panel-actions .button,.store-badge{width:100%}.hero-actions{gap:12px;margin-top:22px}.store-badges{margin-top:22px}.store-badge{min-width:0}.hero-pills{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px;display:grid}.hero-pills span{text-align:center;width:auto;min-width:0;padding:9px 12px;font-size:.86rem}.hero-pills span:last-child{grid-column:1/-1}.panel-list{gap:16px}.panel-list li{grid-template-columns:42px minmax(0,1fr);gap:12px}.showcase-stack{grid-template-columns:1fr}.device-frame--large,.device-frame--small{transform:none}.device-frame--small{justify-self:end;max-width:68%;margin-top:-42px}.preview-frame{max-width:100%}.download-chip{width:100%}.legal-hero{padding:18px 2px 2px}.legal-meta{flex-direction:column;align-items:stretch}.footer-brand,.footer-links,.footer-socials{justify-content:center}.footer-brand{text-align:center;flex-direction:column}}@media (width<=520px){.site-shell{width:min(calc(100% - 28px), var(--max-width));padding-bottom:24px}.site-header{border-radius:22px;margin:10px auto 18px;padding:10px 12px}.brand{gap:10px;max-width:calc(100% - 60px);font-size:.9rem}.menu-button{border-radius:16px;width:44px;min-width:44px;height:44px}.hero-copy,.showcase-note,.preview-card,.audience-card,.download-panel,.hero-panel-card,.feature-card,.action-card,.quote-card,.metric-strip article,.legal-cta,.legal-card,.site-footer,.not-found-card{border-radius:22px;padding:20px}.hero-copy h1,.legal-hero h1,.section-heading h2{font-size:clamp(1.42rem,8.1vw,1.82rem)}.hero-copy,.hero-panel-card{border-radius:24px}.hero-copy .eyebrow{letter-spacing:.08em;margin-bottom:10px;font-size:.7rem}.hero-copy{padding:16px}.hero-copy h1{max-width:none;line-height:1.03}.hero-text{margin-top:14px;font-size:.92rem;line-height:1.52}.hero-pills{gap:8px;margin-top:18px}.hero-pills span{padding:8px 10px;font-size:.82rem}.metric-strip article,.feature-card,.action-card,.quote-card,.legal-card,.audience-card{padding:18px}.quote-card p{font-size:1.04rem}.showcase-note strong,.preview-card h3,.download-panel h2{font-size:1.28rem}.device-frame{border-radius:24px;padding:10px}.device-frame img,.preview-frame img{border-radius:18px}.button{min-height:44px;padding:0 16px}.footer-brand img{width:56px;height:56px}}@media (width<=380px){.site-shell{width:min(calc(100% - 24px), var(--max-width))}.hero-copy,.showcase-note,.preview-card,.audience-card,.download-panel,.hero-panel-card,.feature-card,.action-card,.quote-card,.metric-strip article,.legal-cta,.legal-card,.site-footer,.not-found-card{padding:16px}.hero-copy h1,.legal-hero h1,.section-heading h2{font-size:clamp(1.46rem,11vw,1.92rem)}.brand{font-size:.92rem}.feature-icon,.action-icon{width:48px;height:48px;margin-bottom:14px}}
