:root{--navy:#071936;--navy-2:#102b60;--blue:#3659df;--green:#67df00;--ink:#0a1933;--muted:#667692;--line:#dce4ef;--soft:#f4f7fb;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:"DM Sans",sans-serif}a{color:inherit;text-decoration:none}.site-header{height:82px;display:flex;align-items:center;gap:44px;padding:0 max(28px,calc((100vw - 1240px)/2));position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);border-bottom:1px solid rgba(220,228,239,.8);backdrop-filter:blur(16px)}.brand img{display:block;width:190px;max-height:48px;object-fit:contain}.site-nav{display:flex;gap:30px;margin-left:auto}.site-nav a{font-weight:600;color:#52617a}.site-nav a:hover{color:var(--blue)}.header-actions{display:flex;gap:10px}.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:0 20px;border-radius:11px;font-weight:800;transition:.25s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(54,89,223,.2)}.button-ghost{border:1px solid var(--line)}.button-light{background:#fff;color:var(--ink);border:1px solid var(--line)}.button-green{background:var(--green);color:#08210b}.button-large{min-height:54px;padding:0 26px}.hero{min-height:720px;padding:100px max(28px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:80px;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 40%,#f0f5ff)}.hero-glow{position:absolute;border-radius:50%;filter:blur(2px)}.hero-glow-one{width:440px;height:440px;right:-180px;top:-170px;background:rgba(54,89,223,.08)}.hero-glow-two{width:320px;height:320px;left:-190px;bottom:-170px;background:rgba(103,223,0,.09)}.hero-copy,.hero-visual{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.12em;font:800 12px "Manrope",sans-serif;color:var(--blue)}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(103,223,0,.13)}h1,h2,h3{font-family:"Manrope",sans-serif}.hero h1{font-size:clamp(46px,5.2vw,72px);line-height:1.02;letter-spacing:-.045em;margin:24px 0}.hero h1 span{color:var(--blue)}.hero-copy>p{font-size:19px;line-height:1.7;color:var(--muted);max-width:600px}.hero-actions{display:flex;gap:12px;margin:34px 0 26px}.trust-row{display:flex;gap:24px;flex-wrap:wrap;font-size:13px;color:#52617a}.trust-row b{color:#14a94d}.hero-visual{padding:24px;border-radius:26px;background:linear-gradient(145deg,#102b60,#1a4296);color:#fff;box-shadow:0 34px 70px rgba(13,42,96,.25);transform:perspective(1200px) rotateY(-3deg)}.visual-topbar{display:flex;align-items:center;gap:12px}.visual-logo{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--green);color:#122b20;font-weight:900}.visual-topbar div{display:flex;flex-direction:column}.visual-topbar small{color:#aebde0;margin-top:3px}.online{margin-left:auto;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.1);font-size:12px}.online i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);margin-right:5px}.visual-chart{margin-top:24px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:17px;background:rgba(4,18,48,.32)}.chart-head{display:flex;justify-content:space-between}.chart-head strong{color:var(--green)}.visual-chart svg{width:100%;margin-top:10px}.grid-line{stroke:rgba(255,255,255,.08);stroke-width:1}.area{fill:url(#area)}.line{fill:none;stroke:var(--green);stroke-width:4;stroke-linecap:round}.visual-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.visual-metrics div{padding:15px;border-radius:13px;background:rgba(255,255,255,.08)}.visual-metrics span,.visual-metrics small{display:block;color:#b6c4e2;font-size:11px}.visual-metrics strong{display:block;font:800 20px "Manrope";margin:6px 0}.floating-card{position:absolute;display:flex;gap:10px;align-items:center;padding:12px 15px;border-radius:13px;background:#fff;color:var(--ink);box-shadow:0 16px 30px rgba(5,20,50,.18);animation:float 4s ease-in-out infinite}.floating-card>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#e9eeff;color:var(--blue)}.floating-card div{display:flex;flex-direction:column}.floating-card small{font-size:10px;color:var(--muted)}.floating-ai{left:-46px;top:92px}.floating-sale{right:-34px;bottom:70px;animation-delay:-2s}@keyframes float{50%{transform:translateY(-8px)}}.logo-strip{padding:26px max(28px,calc((100vw - 1240px)/2));border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#8490a4}.logo-strip>span{font-size:13px}.logo-strip div{display:flex;gap:36px;flex-wrap:wrap}.logo-strip b{color:#64728a}.section{padding:110px max(28px,calc((100vw - 1240px)/2))}.section-heading{text-align:center;max-width:760px;margin:0 auto 55px}.section-heading h2,.workflow h2,.security h2{font-size:clamp(34px,4vw,50px);line-height:1.12;letter-spacing:-.035em;margin:18px 0}.section-heading p,.workflow-copy>p,.security>div>p{font-size:17px;line-height:1.7;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{min-height:245px;padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.25s}.feature:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(18,43,87,.09);border-color:#cbd7ed}.feature-highlight{background:linear-gradient(145deg,#102b60,#173e89);color:#fff}.feature-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#edf1ff;color:var(--blue);font-size:22px}.feature-highlight .feature-icon{background:var(--green);color:#102b30}.feature h3{font-size:21px;margin:22px 0 10px}.feature p{line-height:1.65;color:var(--muted)}.feature-highlight p{color:#b9c7e4}.mini-inbox{display:flex;align-items:center;gap:10px;padding:12px;margin-top:20px;border-radius:12px;background:rgba(255,255,255,.1)}.mini-inbox>span{width:10px;height:10px;border-radius:50%;background:var(--green)}.mini-inbox div{display:flex;flex-direction:column}.mini-inbox small{color:#b9c7e4}.mini-inbox i{margin-left:auto;font-size:11px;color:#b9c7e4}.workflow{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center;background:var(--navy);color:#fff}.eyebrow-dark{color:#a9c5ff}.workflow-copy>p{color:#b4c0d6}.workflow ol{list-style:none;padding:0;margin:36px 0 0}.workflow li{display:flex;gap:18px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.1)}.workflow li>span{color:var(--green);font:800 14px "Manrope"}.workflow li div{display:flex;flex-direction:column;gap:5px}.workflow li small{color:#aebbd2}.workflow-panel{padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:#0d244f;box-shadow:0 30px 60px rgba(0,0,0,.2)}.chat-label{display:block;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1);color:#afbdd7;font-size:13px}.bubble{max-width:78%;padding:14px 17px;margin-top:20px;border-radius:16px;line-height:1.5}.customer{margin-left:auto;background:#3659df}.ai{background:#172f5c}.ai i{color:var(--green);font-style:normal}.product-suggestion{display:flex;align-items:center;gap:12px;margin-top:18px;padding:14px;border-radius:14px;background:#fff;color:var(--ink)}.product-suggestion>span{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--green);font-weight:900}.product-suggestion div{display:flex;flex-direction:column}.product-suggestion small{color:var(--muted)}.product-suggestion strong{margin-left:auto;font-size:12px;color:var(--blue)}.typing{display:flex;gap:4px;margin-top:18px}.typing i{width:7px;height:7px;border-radius:50%;background:#7183a5;animation:typing 1s infinite}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes typing{50%{opacity:.25;transform:translateY(-3px)}}.security{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.security-links{display:flex;gap:24px;margin-top:28px;flex-wrap:wrap}.security-links a{font-weight:800;color:var(--blue)}.security-cards{display:grid;gap:14px}.security-cards article{display:grid;grid-template-columns:48px 1fr;column-gap:14px;padding:20px;border:1px solid var(--line);border-radius:16px}.security-cards span{grid-row:1/3;width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#edffd9;color:#439800;font-size:20px}.security-cards small{color:var(--muted);margin-top:5px}.final-cta{margin:0 max(28px,calc((100vw - 1240px)/2)) 90px;padding:50px;border-radius:24px;background:linear-gradient(120deg,#102b60,#3659df);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;position:relative}.final-cta span{color:#b9c7e4}.final-cta h2{font-size:34px;max-width:720px;margin:8px 0 0}.site-footer{padding:60px max(28px,calc((100vw - 1240px)/2)) 25px;background:#06152e;color:#fff;display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer-brand img{width:190px;max-height:50px}.footer-brand p{max-width:380px;line-height:1.6;color:#98a8c4}.site-footer>div:not(.footer-brand):not(.footer-bottom){display:flex;flex-direction:column;gap:13px}.site-footer a{color:#aebbd2}.site-footer a:hover{color:var(--green)}.footer-bottom{grid-column:1/-1;padding-top:25px;border-top:1px solid rgba(255,255,255,.1);color:#7f90af;font-size:13px}.legal-page{min-height:100vh;background:var(--soft)}.legal-header{padding:24px max(28px,calc((100vw - 1000px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.legal-header img{width:180px;max-height:46px}.legal-content{max-width:1000px;margin:50px auto;padding:50px;background:#fff;border:1px solid var(--line);border-radius:20px}.legal-content h1{font-size:42px;margin:10px 0}.legal-content h2{font-size:22px;margin:34px 0 10px}.legal-content p,.legal-content li{line-height:1.75;color:#53627b}.legal-content .updated{font-size:13px;color:#8490a4}.legal-content a{color:var(--blue);font-weight:700}@media(max-width:1000px){.site-nav{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{max-width:700px;margin:auto}.feature-grid{grid-template-columns:repeat(2,1fr)}.workflow,.security{grid-template-columns:1fr}.workflow-panel{max-width:700px}.final-cta{align-items:flex-start;flex-direction:column}}@media(max-width:680px){.site-header{height:70px;padding:0 16px}.brand img{width:145px}.header-actions .button-ghost{display:none}.header-actions .button-primary{padding:0 13px;font-size:13px}.hero{padding:65px 20px}.hero h1{font-size:43px}.hero-actions{flex-direction:column}.trust-row{gap:10px}.hero-visual{padding:16px;transform:none}.floating-card{display:none}.visual-metrics{grid-template-columns:1fr}.logo-strip{align-items:flex-start;flex-direction:column}.logo-strip div{gap:15px}.section{padding:75px 20px}.feature-grid{grid-template-columns:1fr}.workflow{gap:45px}.security{gap:40px}.final-cta{margin:0 20px 60px;padding:32px 24px}.final-cta h2{font-size:27px}.site-footer{grid-template-columns:1fr;padding:45px 20px 25px;gap:35px}.legal-content{margin:25px 15px;padding:28px 22px}.legal-content h1{font-size:34px}}
