:root{--ink:#171b34;--muted:#747b91;--purple:#7044e8;--purple2:#8b5cf6;--purple3:#f1ecff;--line:#e8e5ef;--surface:#f7f7fb;--red:#eb626b;--amber:#c78214;--blue:#3983e5;--shadow:0 24px 70px rgba(37,25,63,.14);--shadow2:0 12px 34px rgba(37,25,63,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,229,239,.85)}.nav{height:74px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:850;font-size:19px;letter-spacing:-.02em}.brand-icon{width:36px;height:36px;display:block}.brand-icon svg{width:100%;height:100%}.nav-links{display:flex;gap:27px;margin-left:auto}.nav-links a{font-size:14px;color:#4d5368;font-weight:650}.nav-links a:hover{color:var(--purple)}.menu-btn{display:none;margin-left:auto;border:0;background:transparent;font-size:25px;color:var(--ink);cursor:pointer}.btn{min-height:48px;padding:0 19px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:750;border:1px solid transparent;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-small{min-height:40px;padding-inline:16px;font-size:13px}.btn-purple{background:linear-gradient(135deg,var(--purple2),#6634dd);color:#fff}.btn-outline{border-color:#d9d4e5;background:#fff}.btn-play{background:#17131f;color:#fff;padding:11px 18px}.btn-play svg{width:25px}.btn-play>span{display:flex;flex-direction:column;line-height:1.05;font-size:16px;text-align:left}.btn-play small{font-size:8px;letter-spacing:.12em;margin-bottom:4px}.hero{position:relative;overflow:hidden;padding:86px 0 72px;background:linear-gradient(180deg,#fff 0,#fbf9ff 100%)}.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:46px}.eyebrow,.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:850;color:#7358bc}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid #e0d7fa;background:#fbf9ff;border-radius:999px}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--purple)}h1{font-size:clamp(48px,5.4vw,72px);line-height:.98;letter-spacing:-.055em;margin:24px 0 22px;max-width:690px}h1 em{font-style:normal;color:var(--purple)}.lead{font-size:18px;line-height:1.7;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.proof-row{display:flex;gap:25px;flex-wrap:wrap;margin-top:38px}.proof-row div{padding-right:23px;border-right:1px solid var(--line)}.proof-row div:last-child{border:0}.proof-row b,.proof-row span{display:block}.proof-row b{font-size:13px}.proof-row span{font-size:11px;color:var(--muted);margin-top:3px}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.orb-a{width:370px;height:370px;background:#eee5ff;right:-150px;top:60px;opacity:.72}.orb-b{width:220px;height:220px;background:#f8eaff;left:-110px;bottom:10px;opacity:.65}.phone-stage{height:620px;position:relative}.phone{position:absolute;width:236px;height:525px;border:8px solid #15131a;border-radius:39px;background:#15131a;overflow:hidden;box-shadow:0 26px 70px rgba(41,28,64,.25)}.phone img{width:100%;height:100%;object-fit:cover}.phone-main{width:268px;height:596px;left:50%;top:3px;transform:translateX(-50%);z-index:4}.phone-left{left:2px;top:67px;transform:rotate(-7deg);z-index:2}.phone-right{right:2px;top:70px;transform:rotate(7deg);z-index:2}.status-float{position:absolute;z-index:7;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid rgba(229,223,239,.95);border-radius:15px;background:rgba(255,255,255,.94);box-shadow:var(--shadow2);backdrop-filter:blur(12px)}.status-float b,.status-float small{display:block}.status-float b{font-size:12px}.status-float small{font-size:9px;color:var(--muted);margin-top:2px}.status-dot{width:13px;height:36px;border-radius:8px}.status-dot.red{background:var(--red)}.status-dot.amber{background:#f0b84f}.status-dot.blue{background:var(--blue)}.sf-one{left:-15px;top:155px}.sf-two{right:-8px;top:265px}.sf-three{left:22px;bottom:40px}.sector-strip{border-block:1px solid var(--line);padding:22px 0;background:#fff}.sector-inner{display:flex;align-items:center;gap:40px}.sector-inner>span{font-size:12px;font-weight:750;color:#8a90a0;white-space:nowrap}.sector-inner>div{display:flex;flex:1;justify-content:space-between;gap:22px;flex-wrap:wrap}.sector-inner b{font-size:13px;color:#777d8e}.section{padding:104px 0}.light{background:var(--surface)}.section-head{max-width:730px;margin-bottom:48px}.section-head.centered{text-align:center;margin-left:auto;margin-right:auto}.section-head h2,.web-copy h2,.cta h2{font-size:clamp(36px,4vw,54px);line-height:1.07;letter-spacing:-.045em;margin:10px 0 16px}.section-head p,.web-copy>p,.cta p{font-size:17px;line-height:1.7;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature{padding:25px 24px;background:#fff;border:1px solid var(--line);border-radius:20px;min-height:215px;box-shadow:0 7px 24px rgba(32,24,54,.04)}.feature-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:var(--purple3);color:var(--purple);font-size:22px;font-weight:900}.feature h3{font-size:17px;margin:20px 0 9px}.feature p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.app-section{background:#fff}.screen-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.screen-card{margin:0;border:1px solid var(--line);border-radius:26px;background:#fbfaff;overflow:hidden;box-shadow:0 12px 35px rgba(38,27,59,.07)}.screen-img{height:610px;overflow:hidden;background:#f5f2fa}.screen-img img{width:100%;height:100%;object-fit:cover;object-position:top center}.screen-card figcaption{display:flex;align-items:flex-start;gap:12px;padding:18px 19px;background:#fff;border-top:1px solid var(--line)}.screen-card figcaption>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--purple3);color:var(--purple);font-weight:850;font-size:12px;flex:0 0 auto}.screen-card b,.screen-card small{display:block}.screen-card small{color:var(--muted);margin-top:3px;line-height:1.5}.brand-note{font-size:11px;line-height:1.6;color:#9499a8;margin:18px 0 0}.web-section{background:linear-gradient(135deg,#171021 0,#24143a 48%,#361958 100%);color:#fff;overflow:hidden}.web-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center}.light-kicker{color:#ccb8ff}.web-copy>p{color:#c9c1d5}.check-list{list-style:none;padding:0;margin:30px 0 0;display:grid;gap:15px}.check-list li{display:flex;gap:12px;align-items:flex-start}.check-list li>span{width:28px;height:28px;display:grid;place-items:center;background:#7b4feb;color:#fff;border-radius:9px;font-weight:900;flex:0 0 auto}.check-list b,.check-list small{display:block}.check-list small{color:#c9c1d5;margin-top:3px;line-height:1.5}.browser{border:1px solid rgba(255,255,255,.13);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.3)}.browser-bar{height:42px;background:#f3f1f6;border-bottom:1px solid #e1dce8;display:flex;align-items:center;gap:7px;padding:0 13px}.browser-bar i{width:9px;height:9px;border-radius:50%;background:#d3cdd9}.browser-bar span{flex:1;margin-left:8px;border:1px solid #e0dbe6;background:#fff;color:#85818b;border-radius:999px;padding:5px 11px;font-size:10px}.browser img{width:100%;height:auto}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff}.step>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#8b5cf6,#6b39df);color:#fff;font-weight:900}.step h3{margin:20px 0 8px}.step p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}.cta{position:relative;overflow:hidden;padding:80px 0;background:linear-gradient(135deg,#7044e8 0,#7b47ef 55%,#5926c8 100%);color:#fff}.cta-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:45px}.cta-inner>div{max-width:760px}.cta h2{margin-top:10px}.cta p{color:#eee7ff}.btn-play-light{background:#fff;color:#20152f;flex:0 0 auto}.cta-orb{position:absolute;border-radius:50%;background:rgba(255,255,255,.08)}.ca{width:420px;height:420px;right:-140px;top:-190px}.cb{width:250px;height:250px;left:-80px;bottom:-150px}footer{background:#15101f;color:#fff;padding:50px 0}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid a,.footer-grid p,.footer-grid span,.footer-grid small{font-size:12px;color:#aea7b9}.footer-grid b{font-size:13px;margin-bottom:4px}.footer-brand{color:#fff!important;margin-bottom:3px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.show{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}@media(max-width:1050px){.hero-grid,.web-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.lead,.section-head{margin-left:auto;margin-right:auto}.hero-actions,.proof-row{justify-content:center}.phone-stage{max-width:700px;width:100%;margin:auto;height:610px}.feature-grid{grid-template-columns:repeat(2,1fr)}.web-copy{text-align:center}.check-list{max-width:660px;margin:30px auto 0;text-align:left}.screen-img{height:530px}.cta-inner{flex-direction:column;text-align:center}}@media(max-width:780px){.nav-links{display:none}.desktop-cta{margin-left:auto}.menu-btn{display:none}.hero{padding-top:58px}.hero-grid{gap:20px}.phone-stage{height:525px}.phone-main{width:235px;height:523px}.phone-left,.phone-right{width:193px;height:430px;top:60px}.phone-left{left:1%}.phone-right{right:1%}.sf-one{left:0}.sf-two{right:0}.sf-three{display:none}.screen-gallery{grid-template-columns:1fr}.screen-card{display:grid;grid-template-columns:.55fr .45fr;align-items:center}.screen-img{height:430px}.screen-card figcaption{height:100%;border-top:0;border-left:1px solid var(--line);align-items:center}.sector-inner{flex-direction:column;gap:14px}.sector-inner>div{justify-content:center}.steps-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.shell{width:min(100% - 24px,1180px)}.site-header{position:relative}.nav{height:66px}.nav .desktop-cta{display:none}.menu-btn{display:block}.nav-links.open{display:flex;position:absolute;top:66px;left:12px;right:12px;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow2)}.section{padding:76px 0}.hero-copy{text-align:left}h1{font-size:46px}.lead{font-size:16px}.hero-actions,.proof-row{justify-content:flex-start}.phone-stage{height:490px;margin-top:12px}.phone-main{width:221px;height:493px}.phone-left,.phone-right{width:160px;height:356px;top:72px}.phone-left{left:-3%;transform:rotate(-6deg)}.phone-right{right:-3%;transform:rotate(6deg)}.status-float{display:none}.feature-grid{grid-template-columns:1fr}.screen-card{display:block}.screen-img{height:560px}.screen-card figcaption{border-left:0;border-top:1px solid var(--line);height:auto}.section-head.centered{text-align:left}.browser{border-radius:14px}.footer-grid{grid-template-columns:1fr}.cta h2{font-size:38px}}
