:root{--red:#e5262d;--dark:#171717;--text:#242424;--muted:#707070;--soft:#f7f7f8;--white:#fff;--border:#e8e8e8}*{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(--text);background:#fff;line-height:1.6}.container{width:min(1180px,92%);margin:auto}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.nav{min-height:78px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--dark);font-weight:800;letter-spacing:.06em}.brand-mark{display:grid;place-items:center;width:40px;height:40px;background:var(--red);color:#fff;border-radius:11px;font-weight:900}.nav nav{display:flex;gap:25px;margin-left:auto}.nav nav a{color:#333;text-decoration:none;font-size:14px;font-weight:600}.nav-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:10px;text-decoration:none;border:1px solid transparent;font-weight:700;cursor:pointer;font-size:14px}.btn-primary{background:var(--red);color:#fff}.btn-light{background:#fff;color:#222;border-color:#ddd}.btn-outline{background:#fff;color:#222;border-color:#cfcfcf}.btn-white{background:#fff;color:var(--red)}.btn-lg{padding:15px 25px}.full{width:100%}.menu-toggle{display:none;background:none;border:0;font-size:26px}.hero{padding:90px 0 85px;background:linear-gradient(135deg,#fff 55%,#fff7f7)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--red);margin-bottom:13px}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.06;margin:0;letter-spacing:-.045em}.hero h1 span{color:var(--red)}.lead{font-size:19px;color:var(--muted);max-width:580px;margin:24px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust{margin-top:20px;color:#777;font-size:13px}.trust span{color:var(--red);font-weight:900}.hero-card{padding:14px}.window{background:#fff;border-radius:20px;box-shadow:0 25px 70px rgba(0,0,0,.13);overflow:hidden;border:1px solid #eee}.window-bar{height:42px;background:#fafafa;border-bottom:1px solid #eee;display:flex;align-items:center;gap:6px;padding:0 15px;font-size:12px;color:#777}.window-bar i{width:9px;height:9px;border-radius:50%;background:#ddd}.window-bar span{margin-left:10px}.dashboard{display:grid;grid-template-columns:80px 1fr;min-height:350px}.dashboard aside{background:#191919;padding:18px 15px;color:#fff}.dashboard aside b{display:grid;place-items:center;width:36px;height:36px;background:var(--red);border-radius:9px}.dashboard aside div{height:8px;background:#444;border-radius:8px;margin-top:24px}.dashboard section{padding:25px;background:#fff}.dash-top{display:flex;justify-content:space-between}.dash-top small{display:block;color:#999}.dash-top strong{font-size:28px}.badge{background:#e9f8ed;color:#258244;border-radius:20px;padding:5px 10px;height:fit-content;font-size:12px}.chart{height:150px;margin-top:20px;border-bottom:1px solid #ddd;display:flex;align-items:flex-end;gap:12px}.chart span{flex:1;background:#f06a6e;border-radius:7px 7px 0 0}.chart span:nth-child(1){height:35%}.chart span:nth-child(2){height:48%}.chart span:nth-child(3){height:42%}.chart span:nth-child(4){height:65%}.chart span:nth-child(5){height:58%}.chart span:nth-child(6){height:82%}.chart span:nth-child(7){height:92%}.dash-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.dash-cards div{height:45px;background:#f3f3f3;border-radius:8px}.section{padding:90px 0}.soft{background:var(--soft)}.section-title{text-align:center;max-width:680px;margin:0 auto 45px}.section-title h2,.two-col h2,.cta h2{font-size:42px;line-height:1.1;letter-spacing:-.03em;margin:0 0 15px}.section-title p,.two-col p{color:var(--muted)}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.features article{background:#fff;border:1px solid #eee;padding:28px;border-radius:17px}.icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:#fff0f0;color:var(--red);font-size:23px;font-weight:900}.features h3{margin:18px 0 8px}.features p{color:var(--muted);font-size:14px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.check-list{padding:0;list-style:none;margin:25px 0}.check-list li{margin:13px 0}.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#ffe9e9;color:var(--red);margin-right:10px;font-weight:800}.stats-card{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stats-card div{padding:30px 18px;background:#fff;border:1px solid #eee;border-radius:16px;text-align:center;box-shadow:0 10px 35px rgba(0,0,0,.05)}.stats-card strong{display:block;font-size:34px;color:var(--red)}.stats-card span{font-size:13px;color:#777}.plans{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.plan{background:#fff;border:1px solid #e5e5e5;border-radius:18px;padding:28px;position:relative}.plan.featured{border:2px solid var(--red);box-shadow:0 15px 40px rgba(229,38,45,.12)}.popular{position:absolute;right:18px;top:18px;background:var(--red);color:#fff;font-size:10px;font-weight:800;padding:5px 8px;border-radius:20px}.plan h3{margin-top:0}.price{font-size:36px;font-weight:900;margin:12px 0}.price small{font-size:12px;color:#777;font-weight:500}.plan p{color:#777;font-size:14px}.plan ul{list-style:none;padding:0;margin:24px 0}.plan li{margin:11px 0;font-size:14px}.plan li:before{content:"✓";color:var(--red);font-weight:900;margin-right:8px}.cta{background:var(--red);color:#fff;padding:70px 0}.cta .eyebrow{color:#ffd5d5}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta p{color:#ffe7e7}.footer{background:#151515;color:#ddd;padding:60px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:40px}.footer a{display:block;color:#aaa;text-decoration:none;margin:8px 0}.footer h4{color:#fff}.footer p{color:#aaa}.footer-brand{color:#fff}.copyright{border-top:1px solid #333;margin-top:40px;padding-top:20px;font-size:12px;color:#777}.page-hero{padding:100px 0 70px;background:linear-gradient(135deg,#fff,#fff6f6)}.page-hero h1{font-size:55px;line-height:1.05;margin:0}.page-hero p{color:#777;font-size:18px}.form-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.lead-form{background:#fff;border:1px solid #e8e8e8;border-radius:18px;padding:30px;box-shadow:0 15px 40px rgba(0,0,0,.05)}.lead-form label{display:block;font-weight:700;font-size:13px;margin-bottom:15px}.lead-form input,.lead-form select,.lead-form textarea{display:block;width:100%;margin-top:7px;padding:13px;border:1px solid #ddd;border-radius:9px;font:inherit}.lead-form textarea{min-height:120px;resize:vertical}.mini-benefits{display:grid;gap:12px;margin-top:25px;color:#555}.form-message{margin-top:10px;font-size:13px;color:#278344}.footer-brand .brand-mark{background:var(--red)}@media(max-width:900px){.nav nav,.nav-actions{display:none}.menu-toggle{display:block;margin-left:auto}.nav nav.open{display:flex;position:absolute;left:4%;right:4%;top:70px;background:#fff;padding:20px;border:1px solid #eee;border-radius:12px;flex-direction:column}.hero-grid,.two-col,.form-layout{grid-template-columns:1fr}.features,.plans{grid-template-columns:repeat(2,1fr)}.hero{padding-top:55px}.cta-inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.features,.plans{grid-template-columns:1fr}.hero h1{font-size:43px}.section-title h2,.two-col h2,.cta h2{font-size:32px}.hero-card{padding:0}.dashboard{min-height:260px}.stats-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.nav{min-height:68px}}
