:root{--navy:#062f55;--navy2:#0a426f;--orange:#ff681d;--ink:#102a43;--muted:#5b6b7b;--line:#e6ebf0;--soft:#f5f8fb;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;z-index:99;background:#fff;padding:10px}.top{background:var(--navy);color:#fff;font-size:13px}.top .wrap{display:flex;justify-content:space-between;gap:18px;padding:7px 0}header{background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 2px 12px #001a2f14}nav{min-height:76px;display:flex;align-items:center;gap:28px;font-weight:700;font-size:14px}.brand{font-size:17px;line-height:1.05;margin-right:auto;color:var(--navy)}.brand b{color:var(--orange)}.call,.btn{background:var(--orange);color:#fff;border-radius:7px;padding:13px 20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.hero{background:linear-gradient(90deg,#052c4d 0 50%,#fff 50%);color:#fff}.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:410px}.hero-copy{padding:48px 48px 42px 0}.eyebrow{text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:800;margin-bottom:9px}.hero h1{font-size:48px;line-height:1.02;margin:0 0 9px}.hero-line{font-size:34px;font-weight:900;line-height:1.05;margin-bottom:16px}.hero-line span{color:var(--orange)}.hero-sub{font-weight:800}.hero-actions{display:flex;gap:12px;margin:24px 0}.btn.alt{background:transparent;border:1px solid #fff}.proof{display:flex;gap:20px;flex-wrap:wrap;font-size:13px}.proof span:before{content:'✓';color:#71c443;font-weight:900;margin-right:6px}.hero-photo{position:relative;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;right:24px;top:24px;background:var(--orange);width:104px;height:104px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:30px;font-weight:900}.hero-badge small{font-size:10px}.trust-strip{border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trustitem{display:flex;gap:12px;align-items:center;padding:20px 12px;border-right:1px solid var(--line)}.trustitem:last-child{border:0}.trustitem .ico{font-size:28px;color:var(--navy)}.trustitem strong,.trustitem span{display:block}.trustitem span{font-size:12px;color:var(--muted)}.section{padding:58px 0}.section.alt{background:var(--soft)}.lead{text-align:center;margin:0 auto 28px;max-width:760px}.lead h2,.section h2{color:var(--navy);font-size:28px;line-height:1.15;margin:0 0 10px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 6px 22px #1232 0}.card img{width:100%;aspect-ratio:1.7/1;object-fit:cover}.card-body{padding:15px;display:flex;flex-direction:column;gap:6px}.card-body strong{font-size:18px;color:var(--navy)}.card-body span{font-size:14px;color:var(--muted)}.card-body em{font-style:normal;color:var(--orange);font-weight:800;font-size:13px}.two{display:grid;grid-template-columns:1.25fr .75fr;gap:48px;align-items:start}.check{padding:0;list-style:none}.check li{margin:10px 0}.check li:before{content:'✓';display:inline-grid;place-items:center;background:#43a62a;color:#fff;border-radius:50%;width:19px;height:19px;margin-right:8px;font-size:12px}.price{background:#fff;border-radius:12px;padding:24px;box-shadow:0 12px 34px #173b5e17}.price-table{width:100%;border-collapse:collapse;margin:12px 0 16px}.price-table td{padding:9px;border-bottom:1px solid var(--line)}.price-table td:last-child{text-align:right;font-weight:700}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step{border-left:4px solid var(--orange);padding:18px;background:var(--soft)}.step strong,.step span{display:block}.step span{color:var(--muted);margin-top:5px}.faq details{background:#fff;border:1px solid var(--line);border-radius:7px;margin:8px 0;padding:12px}.faq summary{font-weight:700;cursor:pointer}.cta{background:var(--navy);color:#fff;padding:28px 0}.cta .wrap{display:flex;justify-content:space-between;align-items:center;gap:20px}.cta h2{margin:0;font-size:26px}footer{background:#042744;color:#dbe8f3;padding:38px 0 90px}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;margin-bottom:24px}footer a{color:#fff}.mobile-call{display:none}.breadcrumb{font-size:13px;color:var(--muted);margin:18px auto}.content{padding:42px 0}.content h1{font-size:40px;line-height:1.1;color:var(--navy);margin:10px 0 18px}.content h2{font-size:25px;color:var(--navy);margin:34px 0 10px}.content h3{font-size:19px;color:var(--navy)}.content p,.content li{max-width:820px}.content a:not(.btn){color:#0b5c92;text-decoration:underline;text-underline-offset:2px} @media(max-width:850px){.top .wrap span:nth-child(n+3),nav>a:not(.brand):not(.call){display:none}.wrap{width:min(100% - 28px,1160px)}nav{min-height:64px}.call{padding:10px 12px}.hero{background:#052c4d}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:36px 0 28px}.hero h1{font-size:38px}.hero-line{font-size:28px}.hero-photo{height:300px}.trust-grid{grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr 1fr}.two{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.foot{grid-template-columns:1fr 1fr}.mobile-call{display:block;position:fixed;z-index:40;left:12px;right:12px;bottom:10px;background:var(--orange);color:#fff;text-align:center;padding:14px;border-radius:8px;font-weight:900}.content h1{font-size:34px}} @media(max-width:540px){.top .wrap{justify-content:center}.top .wrap span:not(:first-child){display:none}.brand{font-size:15px}.call{font-size:12px}.hero h1{font-size:34px}.hero-line{font-size:25px}.hero-actions{flex-direction:column;align-items:stretch}.proof{display:grid;gap:7px}.hero-photo{height:250px}.hero-badge{width:82px;height:82px;font-size:24px}.trust-grid,.cards,.foot{grid-template-columns:1fr}.trustitem{border-right:0;border-bottom:1px solid var(--line)}.section{padding:42px 0}.cta .wrap{align-items:stretch;flex-direction:column}.cta .btn{width:100%}}.service-visual{margin:28px 0 36px;max-width:820px}.service-visual img{display:block;width:100%;height:auto;aspect-ratio:4/2.55;object-fit:cover;border-radius:16px;box-shadow:0 12px 32px rgba(6,52,93,.12)}.service-visual figcaption{font-size:13px;color:#607080;margin-top:8px}.content article{max-width:900px}.content .service-visual+ h2{margin-top:28px}@media(max-width:700px){.service-visual{margin:22px 0 28px}.service-visual img{border-radius:12px}}.visual-section{margin:46px 0}.visual-section>p{color:var(--muted);margin-top:-4px}.visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}.visual-card{margin:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(6,52,93,.08)}.visual-card img{width:100%;aspect-ratio:1.65/1;object-fit:cover}.visual-card figcaption{padding:14px}.visual-card strong,.visual-card span{display:block}.visual-card strong{color:var(--navy);font-size:16px}.visual-card span{color:var(--muted);font-size:13px;margin-top:4px}.blog-intro{max-width:780px;font-size:18px;color:var(--muted);margin-bottom:30px}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:28px 0 20px}.blog-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(6,52,93,.08)}.blog-card img{width:100%;aspect-ratio:1.75/1;object-fit:cover}.blog-card-body{padding:20px}.blog-card h2{font-size:22px;margin:6px 0 8px}.blog-card h2 a{text-decoration:none!important;color:var(--navy)!important}.blog-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:var(--orange)}.readmore{font-weight:800}.article-lead{text-align:left;margin:0 0 24px;font-size:18px}.article-hero{margin:24px 0 34px;max-width:820px}.article-hero img{width:100%;aspect-ratio:1.7/1;object-fit:cover;border-radius:16px}.article-hero figcaption{font-size:13px;color:var(--muted);margin-top:7px}.article-note{max-width:820px;margin:38px 0;padding:24px;background:var(--soft);border-left:4px solid var(--orange);border-radius:8px}.article-note p{margin:7px 0 16px}@media(max-width:700px){.visual-grid,.blog-grid{grid-template-columns:1fr}.visual-section{margin:34px 0}.article-hero img{border-radius:12px}}