:root{
  --navy:#0b203b;
  --navy-2:#123e69;
  --gold:#ffb400;
  --gold-soft:#fff4cf;
  --blue:#1673f9;
  --sky:#eef9ff;
  --sky-2:#f6fbff;
  --ink:#101b2c;
  --muted:#607086;
  --line:#dce7f1;
  --white:#fff;
  --shadow:0 28px 80px rgba(18,54,89,.15);
  --soft-shadow:0 14px 40px rgba(23,57,91,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.trust-bar{background:#172235;color:#fff;font-size:.78rem}
.trust-inner{height:44px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.trust-inner>span{font-weight:800}
.trust-points{display:flex;gap:22px;color:#d7e1ee}
.trust-points span{position:relative;padding-left:16px}
.trust-points span:before{content:"";position:absolute;left:0;top:50%;width:6px;height:6px;border-radius:50%;background:var(--gold);transform:translateY(-50%)}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header-inner{height:84px;display:flex;align-items:center;gap:34px}
.brand{width:196px;flex:none}.brand img{width:100%}
.desktop-nav{display:flex;align-items:center;gap:34px;margin-left:18px}
.desktop-nav a{font-weight:700;color:#223149;font-size:.94rem}.desktop-nav a span{font-size:.78rem;color:#74839a;margin-left:4px}
.header-actions{margin-left:auto;display:flex;align-items:center;gap:14px}.sign-in{font-weight:800;color:var(--navy);padding:10px 6px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:9px;padding:14px 24px;font-weight:850;line-height:1;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.button:hover{transform:translateY(-2px)}
.button-small{padding:13px 20px}.button-large{padding:17px 27px;font-size:1rem}
.button-primary{background:var(--blue);color:#fff;box-shadow:0 12px 26px rgba(22,115,249,.22)}
.button-outline{border-color:#cbd8e6;color:var(--blue);background:#fff}.button-white{background:#fff;color:var(--blue);border-color:#b7d4f6}.button-gold{background:var(--gold);color:var(--navy);box-shadow:0 15px 28px rgba(255,180,0,.23)}
.menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0}
.mobile-menu{position:fixed;z-index:39;top:126px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px;box-shadow:var(--shadow)}.mobile-menu a{display:block;padding:11px 10px;font-weight:750}.mobile-menu .button{margin-top:6px}.mobile-menu[hidden]{display:none}
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#edf9ff 0%,#f8fcff 83%,#fff 100%);padding:92px 0 0;border-bottom:1px solid #e6f1f8}
.hero-orb{position:absolute;border-radius:50%;filter:blur(4px);opacity:.45}.orb-one{width:380px;height:380px;background:radial-gradient(circle,#bfe9ff 0,transparent 67%);left:-130px;top:50px}.orb-two{width:440px;height:440px;background:radial-gradient(circle,#ffe9a7 0,transparent 66%);right:-170px;top:80px}
.hero-inner{position:relative;text-align:center}.hero-badge{display:inline-flex;align-items:center;background:var(--blue);color:#fff;padding:9px 16px;border-radius:999px;font-size:.82rem;font-weight:900;letter-spacing:.02em;border:3px solid #9fd7ff;box-shadow:0 0 0 4px rgba(255,180,0,.35),0 12px 28px rgba(22,115,249,.22)}
.hero h1{max-width:1020px;margin:36px auto 18px;font-size:clamp(3.15rem,6vw,5.7rem);line-height:1.03;letter-spacing:-.058em;color:var(--navy)}
.hero> .shell > p,.hero-inner>p{max-width:900px;margin:0 auto;color:#4d5d70;font-size:clamp(1.02rem,1.7vw,1.18rem)}
.hero-actions{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin:31px 0 20px}.hero-proof{display:flex;justify-content:center;gap:18px 26px;flex-wrap:wrap;color:#607086;font-size:.88rem}.hero-proof i{font-style:normal;color:#17855b;font-weight:900}
.product-preview{position:relative;width:min(1040px,100%);margin:58px auto -115px;background:#fff;border-radius:20px 20px 0 0;border:1px solid #d8e5ef;box-shadow:0 38px 90px rgba(12,52,88,.2);overflow:hidden;text-align:left}
.preview-browser-bar{height:50px;background:#f7f9fc;border-bottom:1px solid #dfe8f0;display:grid;grid-template-columns:120px 1fr 120px;align-items:center;padding:0 17px}.browser-dots{display:flex;gap:7px}.browser-dots span{width:10px;height:10px;border-radius:50%;background:#d1dce8}.browser-dots span:nth-child(1){background:#ff7469}.browser-dots span:nth-child(2){background:#ffbf3f}.browser-dots span:nth-child(3){background:#56ca88}.browser-address{justify-self:center;background:#fff;border:1px solid #dbe5ef;border-radius:8px;padding:6px 50px;color:#8795a8;font-size:.75rem}.browser-status{justify-self:end;color:#118257;font-size:.76rem;font-weight:800}
.preview-app{display:grid;grid-template-columns:72px 1fr;min-height:475px;background:#f4f7fb}.preview-sidebar{background:#fff;border-right:1px solid #e0e8f0;display:flex;flex-direction:column;align-items:center;gap:18px;padding:21px 11px}.preview-sidebar img{width:42px;margin-bottom:16px}.side-item{width:40px;height:40px;display:grid;place-items:center;color:#7a889b;border-radius:11px;font-size:1.1rem}.side-item.active{background:#eaf3ff;color:var(--blue)}
.preview-main{padding:28px}.preview-topline{display:flex;justify-content:space-between;align-items:center}.preview-topline small{font-size:.67rem;letter-spacing:.13em;color:#718099;font-weight:900}.preview-topline h2{margin:5px 0 0;color:var(--navy);font-size:2rem}.active-pill{background:#fff;border:1px solid #dfe7ef;border-radius:999px;padding:8px 13px;font-size:.75rem;font-weight:800;color:#5f6f84}
.preview-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:16px;margin-top:22px}.preview-status-card,.preview-action-card{border-radius:17px;padding:24px}.preview-status-card{background:linear-gradient(145deg,var(--navy),#173f69);color:#fff}.status-head{display:flex;gap:8px;align-items:center}.green-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#4dd494}.preview-status-card small{color:#c9d9ea;font-weight:850;letter-spacing:.07em}.preview-status-card h3{font-size:1.5rem;margin:21px 0 6px}.preview-status-card p{margin:0;color:#c6d5e5}.connection-pill{display:inline-block;margin-top:17px;background:rgba(255,255,255,.12);padding:7px 10px;border-radius:999px;font-size:.72rem}.preview-action-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;background:#fff;border:1px solid #dfe7ef}.action-icon{width:46px;height:46px;border-radius:13px;background:#fff2bd;display:grid;place-items:center;font-size:1.4rem;color:#8a6200}.preview-action-card small{color:#74839a;font-size:.69rem;letter-spacing:.12em;font-weight:900}.preview-action-card h3{margin:6px 0 0;color:var(--navy);font-size:1.28rem}.preview-action-card>span{font-size:1.35rem;color:var(--blue)}
.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:14px}.metric-row article{background:#fff;border:1px solid #e0e8f0;border-radius:14px;padding:16px;display:flex;flex-direction:column}.metric-row small{color:#75839a}.metric-row strong{font-size:1.8rem;color:var(--navy);line-height:1.2;margin:4px 0}.metric-row span{color:#93a0b1;font-size:.72rem}
.value-strip{padding:165px 0 58px;background:#fff}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.value-grid article{display:flex;gap:17px;padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}.value-grid>article>span{width:42px;height:42px;flex:none;border-radius:12px;background:#ecf5ff;color:var(--blue);display:grid;place-items:center;font-weight:900}.value-grid strong{color:var(--navy)}.value-grid p{margin:4px 0 0;color:var(--muted);font-size:.86rem}
.section{padding:105px 0}.section-heading{max-width:850px;margin-bottom:46px}.section-heading.center{text-align:center;margin-inline:auto}.section-heading.compact{max-width:680px}.section-kicker{display:inline-block;color:var(--blue);font-size:.75rem;letter-spacing:.13em;font-weight:950}.section-kicker.light{color:#b9d8fb}.section-heading h2,.solution-copy h2,.faq-copy h2{color:var(--navy);font-size:clamp(2.4rem,4.5vw,4.4rem);line-height:1.06;letter-spacing:-.048em;margin:16px 0}.section-heading p,.solution-copy p,.faq-copy p{color:var(--muted);font-size:1rem}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.feature-card{border:1px solid var(--line);border-radius:19px;padding:27px;background:#fff;min-height:245px;box-shadow:0 10px 30px rgba(21,62,98,.04)}.feature-card.featured{background:linear-gradient(145deg,var(--navy),#153f6c);color:#fff;grid-row:span 2;min-height:507px}.feature-number{width:44px;height:44px;border-radius:12px;background:#ecf5ff;color:var(--blue);display:grid;place-items:center;font-weight:900}.featured .feature-number{background:rgba(255,255,255,.12);color:var(--gold)}.feature-card h3{font-size:1.35rem;color:var(--navy);margin:31px 0 9px}.featured h3{color:#fff;font-size:1.8rem}.feature-card p{color:var(--muted);margin:0}.featured p{color:#c6d5e5}.feature-ui{margin-top:48px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.08);border-radius:15px;padding:18px}.feature-ui strong,.feature-ui small{display:block}.feature-ui small{color:#c5d5e6;margin-top:4px}
.solution-section{background:var(--navy);color:#fff}.solution-layout{display:grid;grid-template-columns:.75fr 1fr;gap:80px}.solution-copy h2{color:#fff}.solution-copy p{color:#c5d4e4;margin-bottom:28px}.solution-list{border-top:1px solid rgba(255,255,255,.16)}.solution-list article{display:flex;gap:22px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.16)}.solution-list>article>span{color:var(--gold);font-weight:900}.solution-list h3{margin:0 0 5px}.solution-list p{margin:0;color:#c2d2e4}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.steps-grid article{border:1px solid var(--line);border-radius:17px;padding:25px;background:#fff}.steps-grid>article>span{width:40px;height:40px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900}.steps-grid h3{color:var(--navy);margin:28px 0 7px}.steps-grid p{color:var(--muted);margin:0;font-size:.9rem}
.faq-section{background:#f5f9fc}.faq-layout{display:grid;grid-template-columns:.68fr 1fr;gap:80px}.faq-list{border-top:1px solid #d7e2ec}.faq-list details{border-bottom:1px solid #d7e2ec}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:18px;padding:22px 0;color:var(--navy);font-weight:850}.faq-list summary::-webkit-details-marker{display:none}.faq-list details p{color:var(--muted);margin:0 0 22px}.faq-list summary span{color:#7b8a9e}.final-cta{background:linear-gradient(145deg,#0c2949,#123f6c);padding:75px 0;color:#fff}.final-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:50px}.final-cta h2{font-size:clamp(2.2rem,4.2vw,4.1rem);line-height:1.05;letter-spacing:-.045em;margin:13px 0;max-width:800px}.final-cta p{color:#c5d4e4;max-width:700px}.final-cta .button{flex:none}
.site-footer{padding:45px 0 25px;border-top:1px solid var(--line)}.footer-inner{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}.footer-inner>div:first-child img{width:190px}.footer-inner p{color:var(--muted);font-size:.84rem;max-width:350px}.footer-links{display:flex;gap:18px 25px;flex-wrap:wrap;justify-content:flex-end;color:#53647b;font-size:.86rem}.copyright{text-align:center;color:#8996a8;font-size:.75rem;margin:28px 0 0}
.support-fab{position:fixed;right:22px;bottom:22px;z-index:35;width:62px;height:62px;border-radius:50%;background:var(--gold);color:var(--navy);box-shadow:0 16px 35px rgba(11,32,59,.23);display:grid;place-items:center;border:5px solid #fff}.support-fab span{font-size:1.45rem;font-weight:950}.support-fab small{position:absolute;right:72px;background:var(--navy);color:#fff;padding:8px 10px;border-radius:8px;font-size:.72rem;opacity:0;transform:translateX(8px);transition:.2s}.support-fab:hover small{opacity:1;transform:none}
@media(max-width:980px){.desktop-nav,.header-actions{display:none}.menu-toggle{display:block}.hero h1{font-size:clamp(3rem,8vw,5rem)}.product-preview{margin-bottom:-80px}.preview-app{grid-template-columns:58px 1fr}.preview-main{padding:20px}.value-strip{padding-top:125px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card.featured{grid-row:auto;min-height:290px}.solution-layout,.faq-layout{grid-template-columns:1fr;gap:45px}.steps-grid{grid-template-columns:repeat(2,1fr)}.final-cta-inner{display:block}.final-cta .button{margin-top:20px}.footer-inner{display:block}.footer-links{justify-content:flex-start;margin-top:25px}}
@media(max-width:680px){.shell{width:min(100% - 28px,1180px)}.trust-inner{height:auto;padding:10px 0}.trust-points{display:none}.header-inner{height:72px}.brand{width:174px}.mobile-menu{top:117px}.hero{padding-top:62px}.hero h1{font-size:3.15rem;letter-spacing:-.05em}.hero-badge{font-size:.68rem}.hero-actions{display:grid}.button-large{width:100%}.hero-proof{font-size:.78rem}.product-preview{margin-top:42px;margin-bottom:-45px;border-radius:14px 14px 0 0}.preview-browser-bar{grid-template-columns:70px 1fr 54px;height:43px;padding:0 10px}.browser-address{padding:5px 12px;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-app{grid-template-columns:45px 1fr;min-height:390px}.preview-sidebar{padding:13px 5px;gap:11px}.preview-sidebar img{width:30px}.side-item{width:32px;height:32px}.preview-main{padding:14px}.preview-topline h2{font-size:1.22rem}.active-pill{display:none}.preview-grid{grid-template-columns:1fr}.preview-status-card,.preview-action-card{padding:15px}.preview-action-card{display:none}.preview-status-card h3{font-size:1.1rem;margin-top:14px}.metric-row{grid-template-columns:repeat(2,1fr);gap:7px}.metric-row article{padding:11px}.metric-row strong{font-size:1.25rem}.value-strip{padding-top:80px}.value-grid{grid-template-columns:1fr}.section{padding:74px 0}.section-heading h2,.solution-copy h2,.faq-copy h2{font-size:2.45rem}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.steps-grid{grid-template-columns:1fr}.final-cta{padding:58px 0}.final-cta h2{font-size:2.45rem}.footer-links{display:grid;grid-template-columns:repeat(2,1fr)}.support-fab{width:54px;height:54px;right:14px;bottom:14px}}
