:root {
  --navy:#043468; --blue-dark:#0E427C; --blue:#106FC8; --cyan:#37B1F4;
  --green:#61C07B; --green-dark:#529A43; --lime:#B3ED81;
  --white:#FDFDFE; --surface:#EFF5FC; --surface-2:#EAF3FC;
  --text:#0A1322; --muted:#536B7F; --border:#D6E0E8;
  --shadow:0 24px 60px rgba(4,52,104,.16);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--white);line-height:1.55}
a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(214,224,232,.7)}
.nav{height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:9px;font-size:27px;font-weight:800;letter-spacing:-1.4px;color:var(--navy)}.brand>span:last-child>span{color:var(--cyan)}.brand-mark{font-size:35px;color:var(--cyan);font-weight:400;line-height:1}
.nav-links{display:flex;gap:28px;margin-left:auto;font-size:14px;font-weight:600;color:var(--muted)}.nav-links a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:12px;padding:14px 22px;font:700 14px Inter;cursor:pointer;transition:.2s transform,.2s box-shadow,.2s background}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(4,52,104,.18)}.btn-small{padding:10px 15px}.btn-primary{background:var(--lime);color:var(--navy)}.btn-light{background:var(--lime);color:var(--navy);width:100%}.btn-outline{border:1px solid var(--blue);color:var(--blue);background:#fff}.menu-toggle{display:none;background:none;border:0;font-size:25px;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,var(--navy),var(--blue-dark) 56%,#0b5a99);color:#fff;padding:78px 0 95px}.hero:after{content:"";position:absolute;right:-160px;bottom:-280px;width:600px;height:600px;border-radius:50%;background:rgba(55,177,244,.18)}.hero-glow{position:absolute;width:500px;height:500px;right:10%;top:-300px;border-radius:50%;background:rgba(97,192,123,.12);filter:blur(20px)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.eyebrow{font-size:12px;letter-spacing:3px;font-weight:800;color:var(--lime);margin-bottom:13px}.eyebrow.blue{color:var(--blue)}
.hero h1{font-size:clamp(48px,6vw,76px);line-height:.98;letter-spacing:-3px;margin:0 0 20px}.hero h1 span{color:var(--lime)}.hero h2{font-size:23px;line-height:1.25;margin:0 0 16px;max-width:510px}.hero p{font-size:17px;color:#dcecff;max-width:570px}.hero-actions{display:flex;align-items:center;gap:22px;margin:30px 0}.text-link{font-weight:700;color:#fff}.hero-proof{display:flex;flex-wrap:wrap;gap:15px;color:#d4e7f9;font-size:12px}.hero-proof span{border-left:2px solid var(--green);padding-left:9px}
.dashboard-wrap{position:relative;padding:25px 0 30px}.dashboard{background:#fff;border-radius:17px;box-shadow:0 30px 80px rgba(0,0,0,.28);overflow:hidden;color:var(--navy);transform:rotate(1deg)}.dash-top{height:48px;background:#f7faff;display:flex;align-items:center;gap:18px;padding:0 20px;border-bottom:1px solid var(--border);font-size:12px;font-weight:700}.dash-logo{color:var(--blue);font-weight:800;font-size:15px}.dash-top i{margin-left:auto;color:#8ba0b3}.dash-body{display:grid;grid-template-columns:120px 1fr;min-height:365px}.dash-body aside{background:var(--navy);color:#b8d0e6;padding:20px 12px;font-size:10px}.dash-body aside div{padding:9px 8px;margin-bottom:4px;border-radius:6px}.dash-body aside .side-active{background:rgba(55,177,244,.2);color:#fff}.dash-content{padding:18px;background:#fff}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.metric{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:10px}.metric small{display:block;font-size:8px;color:var(--muted)}.metric b{display:block;font-size:15px;margin:4px 0}.metric em{font-size:8px;color:var(--green-dark);font-style:normal}.chart-card,.purchase-card{border:1px solid var(--border);border-radius:9px;margin-top:12px;padding:12px}.card-title{display:flex;justify-content:space-between;font-size:10px;margin-bottom:8px}.card-title span{color:var(--blue);font-weight:600}.chart{height:120px}.chart svg{width:100%;height:100%}.gridline{stroke:#e7eef5;stroke-width:1}.line-history,.line-projection{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.line-history{stroke:var(--blue)}.line-projection{stroke:var(--green)}.point{fill:var(--green);stroke:#fff;stroke-width:3}.table-head,.table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:6px;font-size:8px;padding:7px 4px}.table-head{color:var(--muted);font-weight:700;border-bottom:1px solid var(--border)}.table-row{border-bottom:1px solid #edf2f6}.table-row strong{color:var(--green-dark)}.floating-card{position:absolute;background:#fff;color:var(--navy);border-radius:12px;box-shadow:var(--shadow);padding:12px 15px;z-index:3}.fc-top{right:-25px;top:0;display:flex;flex-direction:column}.fc-top small,.fc-bottom small{font-size:9px;color:var(--muted)}.fc-top strong{font-size:20px;color:var(--green-dark)}.fc-top span{font-size:9px}.fc-bottom{left:-28px;bottom:0;display:flex;gap:10px;align-items:center}.fc-bottom strong{display:block;font-size:10px}.check{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--green);color:#fff;font-weight:800}
.section{padding:92px 0}.section-heading{text-align:center;max-width:760px;margin:0 auto 48px}.section-heading h2,.process h2,.cta h2{font-size:clamp(32px,4vw,46px);line-height:1.08;letter-spacing:-1.8px;color:var(--navy);margin:0 0 14px}.section-heading p{color:var(--muted);font-size:16px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{padding:28px 22px;border:1px solid var(--border);border-radius:16px;background:#fff;transition:.2s transform,.2s box-shadow}.feature:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:21px;margin-bottom:20px}.blue-icon{background:#e5f3ff;color:var(--blue)}.green-icon{background:#e8f8eb;color:var(--green-dark)}.feature h3{color:var(--navy);font-size:18px;margin:0 0 8px}.feature p{color:var(--muted);font-size:14px;margin:0}
.process{padding:90px 0;background:var(--surface)}.process-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.process h2 span{color:var(--blue)}.process p{color:var(--muted);max-width:470px}.process .btn{margin-top:18px}.steps{display:grid;gap:12px}.step{display:grid;grid-template-columns:55px 1fr;gap:18px;align-items:start;background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px}.step>b{font-size:16px;color:var(--blue)}.step h3{margin:0;color:var(--navy);font-size:16px}.step p{margin:3px 0 0;font-size:13px}
.benefits{background:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:18px;overflow:hidden}.benefit-grid>div{padding:28px;border-right:1px solid var(--border)}.benefit-grid>div:last-child{border:0}.benefit-grid strong{color:var(--green-dark);font-size:13px}.benefit-grid h3{color:var(--navy);font-size:17px;margin:12px 0 7px}.benefit-grid p{color:var(--muted);font-size:13px;margin:0}
.cta{background:linear-gradient(125deg,var(--navy),var(--blue-dark));color:#fff;padding:78px 0}.cta-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.cta h2{color:#fff}.cta p{color:#d9e8f6}.contact-form{background:#fff;border-radius:18px;padding:22px;box-shadow:var(--shadow);display:grid;gap:10px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--border);border-radius:9px;padding:12px 13px;font:14px Inter;outline:0}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(16,111,200,.1)}.contact-form small{color:var(--muted);font-size:10px;text-align:center}
footer{background:#fff;border-top:1px solid var(--border);padding:45px 0 18px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-brand p{color:var(--muted);font-size:13px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--muted)}.footer-grid b{color:var(--navy);margin-bottom:4px}.copyright{border-top:1px solid var(--border);margin-top:30px;padding-top:15px;color:#7a8d9d;font-size:11px}
@media(max-width:900px){.nav-links,.nav>.btn{display:none}.menu-toggle{display:block;margin-left:auto}.nav{height:68px}.hero{padding:55px 0 75px}.hero-grid,.process-grid,.cta-inner{grid-template-columns:1fr;gap:45px}.dashboard-wrap{max-width:700px;margin:auto}.feature-grid,.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid>div:nth-child(2){border-right:0}.benefit-grid>div:nth-child(-n+2){border-bottom:1px solid var(--border)}}
@media(max-width:600px){.container{width:min(100% - 28px,1160px)}.hero h1{font-size:48px;letter-spacing:-2px}.hero h2{font-size:20px}.hero-actions{align-items:flex-start;flex-direction:column}.feature-grid,.benefit-grid{grid-template-columns:1fr}.benefit-grid>div{border-right:0!important;border-bottom:1px solid var(--border)!important}.benefit-grid>div:last-child{border-bottom:0!important}.dash-body{grid-template-columns:72px 1fr}.dash-body aside{font-size:8px}.dash-content{padding:10px}.metric-row{gap:5px}.metric{padding:7px}.metric b{font-size:10px}.chart{height:90px}.floating-card{display:none}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
