:root{--blue:#0095eb;--blue-dark:#006da8;--deep:#005b91;--ink:#15191e;--muted:#59636d;--soft:#e3e9ed;--line:#d6dde2;--white:#eef2f4;--radius:22px;--shadow:0 24px 70px rgba(18,27,34,.11);--max:1120px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid var(--ink);outline-offset:3px}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.topbar{background:var(--ink);color:#dce1e6;font-size:.85rem}.topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar a:hover{color:#45baff}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(21,25,30,.08);backdrop-filter:blur(15px)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.025em}.brand-mark{display:grid;place-items:center;width:58px;height:50px;padding:6px;border:1px solid var(--line);border-radius:12px;background:#fff}.brand-mark img{width:100%;height:100%;object-fit:contain}.brand-text{display:grid;line-height:1.05}.brand-text strong{font-size:1.05rem}.brand-text small{color:var(--muted);font-size:.67rem;letter-spacing:.15em;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:26px;font-size:.9rem;font-weight:750}.nav-links a:hover{color:var(--deep)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:var(--blue-dark);color:#fff;font-weight:850;box-shadow:0 10px 30px rgba(0,124,195,.22);transition:.2s}.btn:hover{background:var(--deep);transform:translateY(-2px)}.btn-dark{background:var(--ink);box-shadow:none}.btn-dark:hover{background:#293139}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;padding-top:30px;color:var(--muted);font-size:.85rem}.breadcrumb a{color:var(--deep);font-weight:750}.hero{overflow:hidden;padding:50px 0 90px;background:radial-gradient(circle at 85% 20%,rgba(0,149,235,.18),transparent 27%),linear-gradient(135deg,#fff 0 62%,#f2f4f6 62%)}.hero-grid{display:grid;grid-template-columns:1fr .92fr;gap:clamp(45px,7vw,85px);align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 14px;color:#006aa9;font-size:.78rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:3px;border-radius:9px;background:var(--blue)}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.1;letter-spacing:-.035em}h1{margin-bottom:22px;font-size:clamp(2.55rem,5.3vw,4.9rem)}h2{margin-bottom:18px;font-size:clamp(1.9rem,3.5vw,3rem)}h3{font-size:1.25rem}.lead{max-width:650px;color:#4e5964;font-size:clamp(1.05rem,1.8vw,1.2rem)}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:30px}.phone{color:var(--deep);font-weight:850}.hero-media{position:relative;overflow:hidden;min-height:420px;border-radius:32px;background:#dbe4eb;box-shadow:var(--shadow)}.hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.trust{padding:30px 0;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.trust-item{display:flex;align-items:center;gap:13px;font-weight:800}.check{display:grid;flex:0 0 auto;place-items:center;width:36px;height:36px;border-radius:50%;background:#e8f7ff;color:var(--deep);font-weight:950}.content{padding:100px 0}.intro{max-width:800px;margin-bottom:55px}.intro p,.copy p{color:var(--muted);font-size:1.04rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:90px}.feature{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.feature-number{display:grid;place-items:center;width:42px;height:42px;margin-bottom:34px;border-radius:13px;background:var(--blue);color:#fff;font-weight:900}.feature p{margin:0;color:var(--muted)}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(40px,7vw,85px);align-items:center;margin:80px 0}.split-media{overflow:hidden;min-height:360px;border-radius:var(--radius);background:var(--soft);box-shadow:var(--shadow)}.split-media img{width:100%;height:100%;min-height:360px;object-fit:cover}.list{display:grid;grid-template-columns:repeat(2,1fr);gap:11px 20px;padding:0;margin:26px 0 0;list-style:none}.list li{position:relative;padding-left:25px;font-weight:700}.list li:before{content:"✓";position:absolute;left:0;color:var(--deep);font-weight:950}.cta{padding:80px 0;background:var(--blue-dark);color:#fff}.cta-grid{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta h2{margin-bottom:10px}.cta p{max-width:650px;margin-bottom:0}.cta .btn{background:#fff;color:var(--deep);box-shadow:none}.other{padding:90px 0;background:var(--soft)}.other-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.other-card{display:grid;grid-template-columns:150px 1fr;overflow:hidden;border-radius:var(--radius);background:#fff;box-shadow:0 10px 35px rgba(18,27,34,.07);transition:.2s}.other-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.other-card img{width:100%;height:100%;object-fit:cover}.other-copy{padding:25px}.other-copy p{margin-bottom:10px;color:var(--muted);font-size:.9rem}.other-copy strong{color:var(--deep)}footer{padding:60px 0 25px;background:var(--ink);color:#d6dce1}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:45px;padding-bottom:40px}.footer-brand p{max-width:400px;margin-top:20px;color:#9ea8b0}.footer-col h3{color:#fff;font-size:1rem;letter-spacing:0}.footer-col a{display:block;margin:10px 0;color:#a7b0b8;font-size:.9rem}.footer-col a:hover{color:#45baff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:#8d969e;font-size:.8rem}
@media(max-width:850px){.topbar{display:none}.header{background:#fff;backdrop-filter:none}.nav{min-height:68px}.nav-links a:not(.btn){display:none}.hero{padding-top:35px}.hero-grid,.split{grid-template-columns:1fr}.hero-media{min-height:350px}.trust-grid,.feature-grid{grid-template-columns:1fr}.feature{display:grid;grid-template-columns:auto 1fr;column-gap:18px}.feature-number{grid-row:1/3;margin:0}.feature h3{margin-bottom:7px}.split-media{min-height:300px}.cta-grid{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:570px){.container{width:min(calc(100% - 28px),var(--max))}.brand-text strong{font-size:.9rem}.brand-text small{display:none}.nav-links{gap:8px}.nav-links .btn{min-height:44px;padding:0 15px;font-size:.8rem}.hero{padding-bottom:65px}.hero-media{min-height:280px}.list,.other-grid{grid-template-columns:1fr}.other-card{grid-template-columns:110px 1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
.hero{background:radial-gradient(circle at 85% 20%,rgba(0,149,235,.18),transparent 27%),linear-gradient(135deg,var(--white) 0 62%,#dce7ee 62%)}
