:root{--navy:#0d2240;--navy2:#122d54;--blue:#0066b3;--green:#99d420;--ink:#0e1b2f;--muted:#5d6878;--light:#f5f8fc;--card:#ffffff;--line:rgba(13,34,64,0.11);--shadow:0 22px 70px rgba(13,34,64,0.14);--max:1180px;--r:24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.nav{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav-inner{max-width:1280px;height:92px;margin:0 auto;padding:0 42px;justify-content:space-between;gap:28px}.logo,.nav-inner{display:flex;align-items:center}.logo{gap:12px;min-width:255px}.logo img{height:48px;width:auto}.nav-links{display:flex;gap:34px;font-size:16px;font-weight:800;color:#415066}.nav-links a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border-radius:999px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s ease;white-space:nowrap}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(13,34,64,.25)}.btn-green{background:var(--green);color:#183300}.btn-line{border-color:rgba(13,34,64,.2);color:var(--navy);background:#fff}.btn-line:hover{border-color:var(--navy)}section{padding:96px 24px}.wrap{max-width:var(--max);margin:0 auto}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;margin-bottom:18px}.eyebrow:before{content:"";width:9px;height:9px;background:var(--green);border-radius:50%}h1{font-size:clamp(44px,7vw,86px);line-height:.98;letter-spacing:-.07em;margin-bottom:24px}h1,h2{color:var(--navy);font-weight:900}h2{font-size:clamp(32px,4vw,54px);line-height:1.05;letter-spacing:-.045em;margin-bottom:18px}h3{font-size:21px;line-height:1.2;color:var(--navy);font-weight:900;margin-bottom:10px}.lead{font-size:clamp(18px,2vw,22px);color:var(--muted);max-width:760px}.fixed-dots{color:var(--navy);letter-spacing:.01em}.fixed-dots,.type{display:inline-block}.type{color:var(--blue);position:relative;min-width:7.4ch;text-align:left}.type:after{content:"";display:inline-block;width:5px;height:.9em;background:var(--green);margin-left:6px;vertical-align:-.08em;animation:blink .8s infinite}@keyframes blink{50%{opacity:0}}.hero .eyebrow{display:none}.hero{padding-top:150px;padding-bottom:80px;background:radial-gradient(circle at 72% 20%,rgba(153,212,32,.22),transparent 28%),linear-gradient(180deg,#fff,#f4f8fd)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:50px;gap:50px;align-items:center}.hero-actions{gap:14px;margin-top:34px}.hero-actions,.proof{display:flex;flex-wrap:wrap}.proof{gap:26px;margin-top:38px;padding-top:28px;border-top:1px solid var(--line)}.proof strong{display:block;font-size:28px;line-height:1;color:var(--navy);letter-spacing:-.04em}.proof span{font-size:12px;color:#758196;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero-card{background:var(--navy);border-radius:32px;padding:26px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:-20% -10% auto auto;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(153,212,32,.28),transparent 66%)}.brief{position:relative;background:#fff;border-radius:22px;padding:24px;box-shadow:0 16px 45px rgba(0,0,0,.18)}.brief-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:#ecf8ff;color:var(--blue);font-size:12px;font-weight:900}.risk{border:1px solid var(--line);border-left:5px solid var(--green);border-radius:16px;padding:16px;margin:12px 0}.risk b{display:block;color:var(--navy)}.risk p{font-size:14px;color:var(--muted);margin-top:4px}.action{background:#f2ffe5;border:1px solid rgba(153,212,32,.45);border-radius:14px;padding:14px;margin-top:14px;font-size:14px;color:#244000}.agent-mini{display:flex;align-items:center;gap:12px;background:#f7fafe;border-radius:16px;padding:12px;margin-top:14px}.agent-mini img{width:52px;height:52px;border-radius:50%;object-fit:cover}.agent-mini span{font-size:13px;color:var(--muted)}.strip{padding:22px 24px;background:var(--navy);color:#fff}.strip-inner{max-width:var(--max);margin:0 auto;display:flex;gap:22px;align-items:center;justify-content:center;flex-wrap:wrap;font-weight:800}.strip em{font-style:normal;color:var(--green)}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:42px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:28px;box-shadow:0 10px 28px rgba(13,34,64,.06)}.card .num{width:44px;height:44px;border-radius:14px;background:#ecf8ff;color:var(--blue);display:grid;place-items:center;font-weight:900;margin-bottom:18px}.card p{color:var(--muted);font-size:15px}.agent{background:var(--light)}.agent-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:46px;gap:46px;align-items:center}.agent-photo{background:#fff;border:1px solid var(--line);border-radius:34px;padding:28px;box-shadow:var(--shadow);text-align:center}.agent-photo img{width:220px;height:220px;border-radius:50%;object-fit:cover;margin:0 auto 18px;background:#eef6fd}.agent-photo b{display:block;font-size:34px;color:var(--navy);line-height:1}.agent-photo span{color:var(--muted);font-weight:700}.badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.badge{padding:9px 14px;border-radius:999px;background:#eaf3ff;color:var(--blue);font-weight:900;font-size:14px}.quote{border-left:5px solid var(--green);padding-left:20px;margin-top:24px;color:#3c4859;font-size:19px}.process{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-top:42px}.step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.step small{display:inline-flex;width:34px;height:34px;border-radius:50%;background:var(--green);color:#173400;align-items:center;justify-content:center;font-weight:900;margin-bottom:16px}.step p{font-size:14px;color:var(--muted)}.dark{background:linear-gradient(135deg,var(--navy) 0,#061225 100%)}.dark,.dark h2,.dark h3{color:#fff}.dark .lead{color:rgba(255,255,255,.68)}.dark .card{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.13);box-shadow:none}.dark .card p{color:rgba(255,255,255,.65)}.dark .card .num{background:rgba(153,212,32,.16);color:var(--green)}.pricing{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:42px}.price{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;position:relative}.price.featured{border:2px solid var(--green);box-shadow:0 18px 50px rgba(153,212,32,.18);transform:translateY(-8px)}.price strong{font-size:42px;letter-spacing:-.06em;color:var(--navy)}.price ul{list-style:none;margin:22px 0;display:grid;grid-gap:12px;gap:12px}.price li{color:var(--muted);font-size:15px}.price li:before{content:"✓";color:#2a5200;font-weight:900;margin-right:9px}.cta{text-align:center;background:radial-gradient(circle at 50% 0,rgba(153,212,32,.22),transparent 32%),var(--navy);color:#fff}.cta h2{color:#fff;max-width:850px;margin-left:auto;margin-right:auto}.cta .lead{color:rgba(255,255,255,.72);margin:0 auto 30px}.footer{background:#071426;color:rgba(255,255,255,.64);padding:72px 24px 30px}.footer-inner{max-width:1280px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:46px;gap:46px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand img{height:34px;width:auto;margin-bottom:18px}.footer-brand p{max-width:330px;color:rgba(255,255,255,.58);font-size:15px;line-height:1.7}.footer h4{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin-bottom:18px}.footer a{display:block;color:rgba(255,255,255,.58);font-weight:650;margin:10px 0;font-size:15px}.footer a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:24px;flex-wrap:wrap;color:rgba(255,255,255,.42);font-size:14px}@media (max-width:900px){.nav-links{display:none}.agent-grid,.cards,.hero-grid,.pricing{grid-template-columns:1fr}.process{grid-template-columns:1fr 1fr}.price.featured{transform:none}.hero{padding-top:120px}.hero-card{order:-1}}@media (max-width:560px){.nav-inner{height:76px;padding:0 18px}.logo{min-width:auto}.logo img{height:34px}.nav .btn{min-height:40px;padding:0 14px;font-size:13px}.process{grid-template-columns:1fr}section{padding:70px 18px}.hero{padding-top:112px}h1{font-size:42px}.proof{gap:18px}.hero-actions .btn{width:100%}}.btn,h1,h2,h3,h4{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.footer{background:var(--light);color:var(--muted);border-top:1px solid var(--line)}.footer-brand img{filter:none;height:30px}.footer-brand .foot-email{display:inline-block;margin-top:14px;color:var(--muted);font-weight:650}.footer-brand .foot-email:hover{color:var(--blue)}.footer h4{color:var(--navy)}.footer a{color:var(--muted)}.footer a:hover{color:var(--blue)}.footer-bottom{border-top:1px solid var(--line);color:#8893a3}.legal-body{color:#3c4859;font-size:16px;line-height:1.75}.legal-body h2{font-family:Inter,system-ui,sans-serif;font-weight:800;font-size:22px;color:var(--navy);margin:32px 0 10px}.legal-body p{margin-bottom:14px}.legal-body ul{margin:0 0 14px 20px}.legal-body li{margin-bottom:6px}.legal-body a{color:var(--blue);font-weight:600}.legal-body a:hover{color:var(--navy)}.logo img{height:42px}.footer-brand img{height:28px}.footer-brand .foot-address{display:block;margin-top:18px;font-style:normal;color:var(--muted);font-size:14px;line-height:1.6}.footer-brand .foot-email{margin-top:8px}.kpis{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:14px}.kpi{background:#f7fafe;border:1px solid var(--line);border-radius:12px;padding:10px 10px 9px}.kpi-label{display:block;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#7b8797;line-height:1.2;white-space:nowrap}.kpi-val{display:block;font-size:18px;color:var(--navy);letter-spacing:-.02em;line-height:1;margin-top:5px}.kpi-up{color:#2a8000}.kpi-down,.kpi-up{font-size:10px;font-weight:800}.kpi-down{color:#c0392b}.kpi-muted{font-size:10px;font-weight:700;color:#7b8797}.alex-summary{display:flex;gap:10px;align-items:flex-start;background:#f2ffe5;border:1px solid rgba(153,212,32,.45);border-radius:14px;padding:12px;margin-bottom:16px}.alex-sum-img{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#eef6fd}.alex-summary b{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#2a5200}.alex-summary p{font-size:12.5px;color:#33502a;margin-top:3px;line-height:1.45}.brief-h{font-size:15px;margin-bottom:8px}.hero-grid{align-items:start}