html:has(.home-page){scroll-behavior:smooth}.home-page{font-family:Inter,DM Sans,system-ui,sans-serif;color:#0f172a;background:#fff;min-height:100vh;letter-spacing:-.01em}.home-page h1{letter-spacing:-.045em;color:#0b1220}.home-page .home-about h2,.home-page .home-section h2,.home-page .home-section-head h2,.home-page h2{letter-spacing:-.02em;color:#334155;font-weight:600}.home-grid-surface{background-color:#fbfcfe;background-image:radial-gradient(900px 380px at 50% -8%,rgba(31,107,240,.1),transparent 62%),linear-gradient(90deg,rgba(15,23,42,.05) 1px,transparent 0),linear-gradient(180deg,rgba(15,23,42,.05) 1px,transparent 0);background-size:auto,52px 52px,52px 52px}.home-wrap{max-width:1140px;margin:0 auto;padding:0 24px}.home-kicker{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.08);font-size:12px;font-weight:600;color:#5b6b82}.home-kicker-dot{width:7px;height:7px;border-radius:999px;background:linear-gradient(135deg,#3479f2,#6455f8);box-shadow:0 0 0 3px rgba(31,107,240,.15)}.home-cells{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(31,107,240,.12);background:hsla(0,0%,100%,.82);border-radius:20px;overflow:hidden;box-shadow:0 16px 40px rgba(31,107,240,.06)}.home-cells>*{padding:22px 20px;border-right:1px solid rgba(15,23,42,.08)}.home-cells>:last-child{border-right:none}.home-apps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-card{position:relative;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:24px;text-decoration:none;color:inherit;box-shadow:0 8px 28px rgba(15,23,42,.04);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,border-color .28s ease}.home-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(15,23,42,.08);border-color:var(--home-card-accent-soft)}.home-card-bar{position:absolute;top:0;left:0;right:0;height:3px;opacity:0;transition:opacity .28s ease}.home-card:hover .home-card-bar{opacity:1}.home-cta{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:12px;font-weight:700;font-size:15px;text-decoration:none;transition:transform .18s ease,filter .18s ease}.home-cta:hover{transform:translateY(-2px);filter:brightness(1.04)}.home-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:auto}.home-card-btn{display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:32px;padding:6px 10px;border-radius:8px;font-weight:600;font-size:12px;line-height:1.2;text-align:center;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.home-card-btn.is-primary{color:#1f6bf0;background:#f4f8ff;border-color:rgba(31,107,240,.16)}.home-card-btn.is-secondary{color:#5b6b82;background:#fff;border-color:rgba(15,23,42,.1)}.home-card-btn.is-disabled{color:#94a3b8;background:#f8fafc;border-color:rgba(15,23,42,.08);cursor:not-allowed}.home-card-btn.is-primary:hover,.home-card-btn.is-secondary:hover{background:#eef4ff;border-color:rgba(31,107,240,.28)}.home-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:48px;align-items:center}.home-hero>*{min-width:0}.home-hero-copy{animation:home-rise .72s cubic-bezier(.22,1,.36,1) both}.home-hero-title{font-size:clamp(32px,5.5vw,56px);font-weight:800;margin:0 0 16px;line-height:1.16;letter-spacing:-.03em}.home-hero-title span{background:linear-gradient(92deg,#2e76f2,#4059f5 50%,#5b4cf0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home-hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.home-cta-ghost{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:12px;font-weight:700;font-size:15px;text-decoration:none;color:#1f6bf0;background:#fff;border:1px solid rgba(31,107,240,.18)}.home-cta-ghost:hover{border-color:rgba(31,107,240,.4)}.home-section{padding:72px 0;scroll-margin-top:88px}.home-section-muted{background:radial-gradient(720px 280px at 12% 0,rgba(31,107,240,.06),transparent 58%),#f6f8fc}.home-section-head{max-width:640px;margin-bottom:32px}.home-section-kicker{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1f6bf0;margin-bottom:10px}.home-about h2,.home-section h2,.home-section-head h2{font-size:clamp(24px,3vw,32px);font-weight:600;margin:0 0 12px;letter-spacing:-.02em;color:#334155}.home-about p,.home-section-head p{margin:0 0 14px;font-size:16px;line-height:1.7;color:#5b6b82}.home-about p:last-child{margin-bottom:0}.home-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-story-grid-4{grid-template-columns:repeat(4,1fr)}.home-story-card{position:relative;overflow:hidden;background:#fff;border:1px solid rgba(31,107,240,.1);border-radius:22px;padding:26px 22px 24px;box-shadow:0 12px 32px rgba(15,23,42,.04);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.home-story-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3479f2,#6455f8);opacity:0;transition:opacity .24s ease}.home-story-card:hover{transform:translateY(-5px);border-color:rgba(31,107,240,.22);box-shadow:0 20px 40px rgba(31,107,240,.1)}.home-story-card:hover:before{opacity:1}.home-story-index{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;margin-bottom:16px;padding:0 10px;border-radius:12px;font-size:13px;font-weight:700;letter-spacing:.04em;color:#1f6bf0;background:linear-gradient(135deg,rgba(52,121,242,.12),rgba(100,85,248,.12));border:1px solid rgba(31,107,240,.12)}.home-who-mark{display:grid;place-items:center;width:44px;height:44px;margin-bottom:16px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#3479f2,#6455f8);box-shadow:0 10px 18px rgba(31,107,240,.22)}.home-who-mark svg{width:22px;height:22px;display:block}.home-story-card h3{margin:0 0 8px;font-size:16px;font-weight:600;letter-spacing:-.02em;color:#475569}.home-story-card p{margin:0;font-size:14px;line-height:1.65;color:#5b6b82}.home-about{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:stretch;padding:36px;background:#fff;border:1px solid rgba(31,107,240,.12);border-radius:28px;box-shadow:0 18px 44px rgba(31,107,240,.06)}.home-about-facts{margin:0;padding:8px 4px 8px 28px;border-left:1px solid rgba(31,107,240,.12)}.home-about-facts>div{display:grid;gap:4px;padding:14px 0;border-bottom:1px solid rgba(15,23,42,.06)}.home-about-facts>div:first-child{padding-top:0}.home-about-facts>div:last-child{padding-bottom:0;border-bottom:none}.home-about-facts dt{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#93a3bd}.home-about-facts dd{margin:0;font-size:15px;font-weight:600;color:#64748b}.home-hero-visual{position:relative;min-height:0}.home-hero-visual:before{content:"";position:absolute;inset:18% -8% auto;height:70%;background:radial-gradient(circle at 50% 40%,rgba(31,107,240,.18),transparent 68%);pointer-events:none;z-index:0}.home-app-list{position:relative;z-index:1;background:linear-gradient(180deg,rgba(247,250,255,.96),hsla(0,0%,100%,.94));border:1px solid rgba(31,107,240,.14);border-radius:28px;box-shadow:0 28px 60px rgba(31,107,240,.14),0 8px 24px rgba(15,23,42,.06);overflow:hidden;backdrop-filter:blur(14px);animation:home-list-float 6.4s ease-in-out infinite}.home-app-list-progress{height:4px;background:rgba(31,107,240,.1)}.home-app-list-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#3479f2,#6455f8);animation:home-list-progress 4.5s linear forwards}.home-app-list.is-paused,.home-app-list.is-paused .home-app-list-progress span{animation-play-state:paused}.home-app-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px 10px}.home-app-list-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#1f6bf0}.home-app-list-count{font-size:11px;font-weight:700;color:#5b6b82;padding:4px 8px;border-radius:999px;background:#f3f6fb}.home-app-list-pulse{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.55);animation:home-pulse 1.8s ease-out infinite}.home-app-list-viewport{overflow:hidden;isolation:isolate;contain:paint}.home-app-list-track{display:flex;width:100%;transition:transform .7s cubic-bezier(.22,1,.36,1);will-change:transform}.home-app-list-slide{flex:0 0 100%;min-width:100%;display:flex;flex-direction:column;padding:0 14px 12px;box-sizing:border-box;overflow:hidden}.home-app-list-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 14px 14px}.home-app-list-arrow{width:36px;height:36px;border:none;border-radius:999px;background:#fff;color:#1f6bf0;font-size:22px;line-height:1;cursor:pointer;box-shadow:0 6px 16px rgba(31,107,240,.12),inset 0 0 0 1px rgba(31,107,240,.12)}.home-app-list-arrow:hover{background:linear-gradient(180deg,#1f6bf0,#4f6df5);color:#fff}.home-app-list-dots{display:flex;align-items:center;justify-content:center;gap:7px}.home-app-list-dot{width:8px;height:8px;padding:0;border:none;border-radius:999px;background:#d5deea;cursor:pointer;transition:width .25s ease,background .25s ease}.home-app-list-dot.is-active{width:22px;background:linear-gradient(90deg,#3479f2,#6455f8)}.home-app-list-card{position:relative;display:block;color:inherit;text-decoration:none;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:20px;box-shadow:0 14px 32px rgba(15,23,42,.08);overflow:hidden;opacity:0;animation:home-list-in .55s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.08s + (var(--list-i, 0) * .05s));transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.home-app-list:hover{animation-play-state:paused}.home-app-list-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--row-accent,#1f6bf0) 40%,transparent);box-shadow:0 22px 40px color-mix(in srgb,var(--row-accent,#1f6bf0) 22%,transparent)}.home-app-list-art{position:relative;height:132px;overflow:hidden}.home-app-list-shot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 18%;opacity:.85;display:block}.home-app-list-wash{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,color-mix(in srgb,var(--row-accent,#1f6bf0) 11%,transparent) 0,color-mix(in srgb,var(--row-accent,#1f6bf0) 29%,rgba(8,16,32,.14)) 100%);pointer-events:none}.home-app-list-art.has-shot .home-app-list-shot{opacity:.9}.home-app-list-grid{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.12) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.12) 1px,transparent 0);background-size:22px 22px;mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 85%);pointer-events:none}.home-app-list-orb{position:absolute;width:140px;height:140px;border-radius:50%;background:hsla(0,0%,100%,.22);top:-48px;right:-28px;animation:home-list-orb 6s ease-in-out infinite}.home-app-list-orb.is-2{width:88px;height:88px;top:auto;bottom:-24px;right:auto;left:28%;background:hsla(0,0%,100%,.16);animation-delay:-2.2s}.home-app-list-art:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(115deg,transparent 35%,hsla(0,0%,100%,.28) 50%,transparent 65%);transform:translateX(-120%);animation:home-list-shine 4.8s ease-in-out infinite;pointer-events:none}.home-app-list-icon{position:absolute;left:20px;top:96px;width:72px;height:72px;border-radius:20px;overflow:hidden;z-index:2;border:3px solid #fff;display:grid;place-items:center;background:#fff;box-shadow:0 12px 24px rgba(15,23,42,.18)}.home-app-list-icon img{width:100%;height:100%;object-fit:cover;display:block}.home-app-list-copy{padding:40px 20px 18px}.home-app-list-copy strong{display:block;margin-top:8px;font-size:18px;font-weight:800;letter-spacing:-.4px;line-height:1.25;color:#0b1220}.home-app-list-copy p{margin:8px 0 14px;font-size:13px;line-height:1.5;color:#5b6b82;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-app-list-copy>span:first-child{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.02em}.home-app-list-copy span.is-live{color:#15803d;background:#ecfdf3}.home-app-list-copy span.is-soon{color:#64748b;background:#f1f5f9}.home-app-list-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.home-app-list-cta{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;border:1px solid transparent;font-size:13px;font-weight:800;line-height:1;text-decoration:none;color:#fff;background:var(--row-accent,#1f6bf0);box-shadow:0 8px 16px color-mix(in srgb,var(--row-accent,#1f6bf0) 35%,transparent);transition:background .2s ease,border-color .2s ease,color .2s ease,filter .2s ease}.home-app-list-cta.is-secondary{color:#5b6b82;font-weight:600;background:transparent;border-color:rgba(15,23,42,.12);box-shadow:none}.home-app-list-cta.is-secondary:hover{color:#334155;background:#f8fafc;border-color:rgba(15,23,42,.18)}.home-app-list-card:hover .home-app-list-cta:not(.is-secondary){filter:brightness(1.06)}.home-values{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.72)}.home-values>*{padding:28px 24px;border-right:1px solid rgba(15,23,42,.08)}.home-values>:last-child{border-right:none}.home-cta-band{position:relative;margin:48px 0 8px;padding:48px 28px;border-radius:28px;color:#fff;text-align:center;overflow:hidden}.home-cta-band h2,.home-page .home-cta-band h2,.home-page .home-section .home-cta-band h2{color:#fff;font-weight:600}.home-cta-band a{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:12px;background:#fff;font-weight:800;font-size:15px;text-decoration:none}@keyframes home-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes home-list-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes home-list-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes home-pulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.5)}70%{box-shadow:0 0 0 8px rgba(34,197,94,0)}to{box-shadow:0 0 0 0 rgba(34,197,94,0)}}@keyframes home-list-progress{0%{width:0}to{width:100%}}@keyframes home-list-orb{0%,to{transform:translate(0)}50%{transform:translate(-10px,8px)}}@keyframes home-list-shine{0%,55%{transform:translateX(-120%)}80%,to{transform:translateX(120%)}}@media (max-width:1100px){.home-story-grid-4{grid-template-columns:1fr 1fr}}@media (max-width:960px){.home-wrap{padding:0 20px}.home-hero{grid-template-columns:1fr;gap:28px;text-align:center}.home-hero-copy{display:flex;flex-direction:column;align-items:center}.home-hero-copy p{max-width:540px}.home-hero-actions{justify-content:center}.home-hero-visual{max-width:480px;margin:0 auto;text-align:left;width:100%}.home-apps,.home-cells{grid-template-columns:1fr 1fr}.home-cells>:nth-child(2n){border-right:none}.home-cells>:nth-child(-n+2){border-bottom:1px solid rgba(15,23,42,.08)}.home-values{grid-template-columns:1fr}.home-values>*{border-right:none;border-bottom:1px solid rgba(15,23,42,.08)}.home-values>:last-child{border-bottom:none}.home-about,.home-story-grid,.home-story-grid-4{grid-template-columns:1fr}.home-about{padding:28px 22px}.home-about-facts{padding:22px 0 0;border-left:none;border-top:1px solid rgba(31,107,240,.12)}.home-section{padding:56px 0}.home-cta-band{padding:40px 24px}}@media (max-width:640px){.home-wrap{padding:0 16px}.home-section{padding:44px 0;scroll-margin-top:72px}.home-apps,.home-cells{grid-template-columns:1fr}.home-hero-visual{max-width:100%}.home-hero-title{font-size:clamp(30px,8.4vw,40px);line-height:1.22;letter-spacing:-.02em}.home-kicker{max-width:100%;white-space:normal;justify-content:center;text-align:center;line-height:1.4}.home-card{padding:20px}.home-card-actions{grid-template-columns:1fr}.home-card-btn{min-height:44px}.home-cta,.home-cta-ghost{min-height:44px;width:100%}.home-hero-actions{width:100%;flex-direction:column}.home-app-list{animation:none}.home-app-list-art{height:112px}.home-app-list-icon{top:76px}.home-app-list-arrow{width:44px;height:44px}.home-app-list-dot{position:relative}.home-app-list-dot:after{content:"";position:absolute;inset:-16px -12px}.home-cells>*{border-right:none;border-bottom:1px solid rgba(15,23,42,.08)}.home-cells>:last-child{border-bottom:none}.home-about{padding:22px 16px}.home-cta-band{margin:24px 0 0;padding:32px 18px;border-radius:22px}.home-cta-band h2,.home-page .home-cta-band h2,.home-page .home-section .home-cta-band h2{font-size:22px}.home-cta-band a{min-height:44px;width:100%;max-width:280px}}@media (prefers-reduced-motion:reduce){.home-app-list,.home-app-list-art:after,.home-app-list-card,.home-app-list-orb,.home-app-list-progress span,.home-app-list-pulse,.home-hero-copy{animation:none!important;opacity:1!important;transform:none!important}.home-app-list-progress span{width:100%}.home-app-list-track{transition:none}}