:root{--ink:#162033;--navy:#0d2b4f;--mist:#f5f7f3;--line:#dfe5dc;--orange:#ff7a1a;--electric:#1d7cff;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfcf8;color:var(--ink);font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1120px,calc(100% - 32px));margin:auto}.section{padding:clamp(64px,8vw,112px) 0}.section-tight{padding:clamp(44px,6vw,76px) 0}.header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(223,229,220,.9);background:rgba(251,252,248,.94);backdrop-filter:blur(16px)}.nav-wrap{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:12px;font-weight:700}.logo-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;background:var(--navy);color:white}.nav{display:flex;gap:26px;align-items:center}.nav a{font-size:14px;font-weight:650;color:rgba(22,32,51,.76)}.actions{display:flex;gap:12px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:8px;padding:12px 18px;font-size:14px;font-weight:750;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--orange);color:white;box-shadow:0 12px 34px rgba(22,32,51,.08)}.btn-secondary{background:white;border-color:var(--line);color:var(--ink)}.btn-dark{background:var(--navy);color:white}.burger{display:none;background:white;border:1px solid var(--line);border-radius:8px;width:44px;height:44px}.mobile-panel{display:none;border-top:1px solid var(--line);background:white}.mobile-panel.open{display:block}.mobile-panel a{display:block;padding:14px 8px;font-weight:750}.hero{overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fbfcf8 0%,#f5f7f3 100%)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;padding:88px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;border:1px solid var(--line);background:white;border-radius:8px;padding:8px 12px;color:var(--navy);font-size:14px;font-weight:750}.hero h1,.page-hero h1{font-size:clamp(40px,5vw,64px);line-height:1.02;letter-spacing:-.02em;margin:0}.lead{font-size:clamp(18px,2vw,20px);line-height:1.75;color:rgba(22,32,51,.72);max-width:720px}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.chip{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line);background:white;border-radius:8px;padding:9px 12px;font-size:14px;font-weight:650;color:rgba(22,32,51,.78)}.mockup{position:relative;border-radius:18px;background:var(--ink);padding:12px;box-shadow:0 18px 60px rgba(13,43,79,.14)}.screen{border-radius:12px;background:white;padding:18px}.screen-top{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.bar{display:block;height:10px;border-radius:999px;background:var(--line)}.bar.navy{background:var(--navy)}.mock-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;padding-top:18px}.panel{border:1px solid var(--line);border-radius:8px;padding:16px;background:white}.panel.mist{background:var(--mist);border:0}.metric{border-radius:8px;background:linear-gradient(135deg,var(--navy),var(--electric));color:white;padding:18px;margin-top:16px}.proof{border-bottom:1px solid var(--line);background:white}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:26px 0}.proof-item{font-size:14px;font-weight:750}.section-head{max-width:760px}.section-head.center{text-align:center;margin:auto}.kicker{margin:0 0 12px;color:var(--orange);font-size:13px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.section-head h2{font-size:clamp(31px,4vw,50px);line-height:1.08;letter-spacing:-.015em;margin:0}.section-head p{font-size:18px;line-height:1.75;color:rgba(22,32,51,.7)}.bg-white{background:white}.bg-mist{background:var(--mist)}.bg-navy{background:var(--navy);color:white}.bg-navy .section-head h2{color:white}.bg-navy .section-head p:not(.kicker){color:rgba(255,255,255,.74)}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.mt{margin-top:40px}.card{border:1px solid var(--line);background:white;border-radius:8px;padding:24px;box-shadow:0 12px 34px rgba(22,32,51,.08)}.card h3{margin:14px 0 8px;font-size:20px}.card p{color:rgba(22,32,51,.7)}.icon{display:grid;place-items:center;width:48px;height:48px;border-radius:8px;background:#e6f2ff;color:var(--navy);font-size:22px}.benefit{background:var(--mist);border-radius:8px;padding:12px;color:var(--navy)!important;font-weight:750}.link{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-weight:800;font-size:14px}.problems{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px}.problem-list{grid-template-columns:repeat(2,1fr)}.problem{display:flex;gap:12px}.steps{grid-template-columns:repeat(4,1fr)}.step-num{display:grid;place-items:center;width:40px;height:40px;background:var(--navy);color:white;border-radius:8px;font-weight:800}.comparison{overflow:hidden;padding:0}.comparison-grid{display:grid;grid-template-columns:1fr 1fr}.comparison-col{padding:28px}.comparison-col.good{background:var(--mist)}.check-list,.plain-list{display:grid;gap:12px;padding:0;margin:18px 0 0;list-style:none}.check-list li,.plain-list li{display:flex;gap:10px;color:rgba(22,32,51,.76)}.seo-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:44px}.white-card{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);border-radius:8px;padding:18px}.pricing .card.featured{border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,122,26,.1),0 12px 34px rgba(22,32,51,.08)}.price{font-size:32px;font-weight:800;color:var(--ink);margin:14px 0}.tag{display:inline-block;border-radius:999px;background:var(--mist);padding:5px 10px;font-size:12px;font-weight:800;color:var(--navy)}.featured .tag{background:var(--orange);color:white}.project-head{height:144px;background:linear-gradient(135deg,var(--navy),var(--electric) 70%,var(--orange));border-radius:8px 8px 0 0;margin:-24px -24px 20px;padding:24px;color:white}.avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:var(--navy);color:white;font-weight:800}.testimonial-head{display:flex;align-items:center;gap:12px}.stars{color:var(--orange);letter-spacing:2px}.faq{border:1px solid var(--line);border-radius:8px;background:white;box-shadow:0 12px 34px rgba(22,32,51,.08);overflow:hidden}.faq details{padding:20px;border-bottom:1px solid var(--line)}.faq details:last-child{border-bottom:0}.faq summary{cursor:pointer;font-weight:800}.faq p{color:rgba(22,32,51,.7)}.final-cta{border-radius:14px;background:var(--ink);color:white;padding:42px}.footer{background:var(--navy);color:white;padding-bottom:72px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px;padding:56px 0}.footer a,.footer p{color:rgba(255,255,255,.74)}.footer-title{color:white!important;font-weight:800;font-size:20px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:20px 0;font-size:12px;color:rgba(255,255,255,.6)}.bottom-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px 12px;background:rgba(255,255,255,.96);border-top:1px solid var(--line);box-shadow:0 -8px 30px rgba(22,32,51,.12)}.bottom-cta a{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:8px;background:var(--mist);font-size:12px;font-weight:800}.bottom-cta a:last-child{background:var(--orange);color:white}.page-hero{border-bottom:1px solid var(--line);background:var(--mist);padding:56px 0}.breadcrumb{font-size:14px;color:rgba(22,32,51,.6);margin-bottom:38px}.page-grid{display:grid;grid-template-columns:1fr .8fr;gap:44px;align-items:end}.form{display:grid;gap:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:grid;gap:8px;font-size:14px;font-weight:750}input,select,textarea{width:100%;border:1px solid var(--line);background:var(--mist);border-radius:8px;padding:13px 14px;color:var(--ink)}textarea{min-height:140px}.tools-nav{display:grid;gap:8px}.tools-nav a{border-radius:8px;background:var(--mist);padding:13px 14px;font-size:14px;font-weight:800}.tool{scroll-margin-top:96px}.result{display:none;margin-top:24px;border:1px solid rgba(255,122,26,.25);background:#fff7ef;border-radius:8px;padding:20px}.result.show{display:block}.toggle{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);background:var(--mist);border-radius:8px;padding:13px 14px;font-size:14px;font-weight:800;cursor:pointer}.toggle span{width:44px;height:24px;border-radius:999px;background:var(--line);padding:4px}.toggle span:before{content:"";display:block;width:16px;height:16px;border-radius:999px;background:white;transition:.2s}.toggle.active span{background:var(--orange)}.toggle.active span:before{transform:translateX(20px)}.radio-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.radio-row input{display:none}.radio-row label{display:block;text-align:center;border:1px solid var(--line);background:var(--mist);border-radius:8px;padding:12px;font-weight:800;text-transform:capitalize;cursor:pointer}.radio-row input:checked+label{background:var(--orange);border-color:var(--orange);color:white}.scorebar{height:12px;background:var(--line);border-radius:999px;overflow:hidden}.scorebar span{display:block;height:100%;background:var(--orange);width:0}.legal p{color:rgba(22,32,51,.72);line-height:1.8}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:1020px){.nav,.actions{display:none}.burger{display:block}.hero-grid,.problems,.seo-grid,.page-grid{grid-template-columns:1fr}.grid-5,.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.mockup{max-width:560px}}@media(max-width:700px){body{padding-bottom:70px}.hero-grid{padding:56px 0}.grid-5,.grid-4,.grid-3,.grid-2,.problem-list,.steps,.comparison-grid,.proof-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.mock-grid{grid-template-columns:1fr}.cta-row{flex-direction:column}.btn{width:100%}.bottom-cta{display:grid}.section{padding:58px 0}.card{padding:20px}.final-cta{padding:28px}.hero h1,.page-hero h1{font-size:40px}}