:root{--blue:#0a67e8;--blue-dark:#082b55;--navy:#071d34;--text:#0a2545;--muted:#40546b;--line:#e6ebf2;--soft:#f8fbff;--footer:#071b2d;--white:#ffffff;--shadow:0 10px 30px rgba(14,43,75,.12);--radius:10px;--max:1100px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.45}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;display:block}.site-shell{min-height:100vh;background:#fff}.container{width:min(var(--max),calc(100% - 56px));margin-inline:auto}.site-header{height:80px;border-bottom:1px solid var(--line);background:#fff;position:relative;z-index:30}.header-inner{height:100%;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;min-width:240px}.brand img{width:190px;height:auto}.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:35px;font-size:15px;font-weight:600;color:#111827;height:100%}.desktop-nav>a,.nav-dropdown>button{height:100%;display:flex;align-items:center;border:0;background:none;padding:0;cursor:pointer;color:#0f172a;font-weight:600}.desktop-nav>a.active{color:#0969e8;position:relative}.desktop-nav>a.active:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:2px;background:#0969e8;border-radius:2px}.nav-dropdown{height:100%;position:relative}.nav-dropdown>button{gap:8px}.nav-dropdown svg{width:14px;height:14px;stroke-width:2.3}.nav-menu{display:none;position:absolute;right:-18px;top:66px;min-width:210px;background:#fff;border:1px solid #e3e8ef;border-radius:10px;box-shadow:var(--shadow);padding:8px}.nav-dropdown:hover .nav-menu,.nav-dropdown:focus-within .nav-menu{display:block}.nav-menu a{display:block;padding:10px 12px;border-radius:8px;font-size:14px;color:#24364a}.nav-menu a:hover,.nav-menu a:focus{background:#f3f7fc;color:#0969e8;outline:none}.btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:7px;background:linear-gradient(135deg,#0a68e8,#0659d6);color:#fff;font-weight:700;border:1px solid #0a67e8;padding:0 22px;box-shadow:0 6px 14px #0a67e829}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;border-radius:7px;background:#fff;color:#0969e8;font-weight:700;border:1.5px solid #0a67e8;padding:0 22px}.header-cta{min-width:116px;margin-left:4px}.mobile-menu-btn{display:none;margin-left:auto;width:42px;height:42px;border:0;background:transparent;padding:7px;color:#0a2545;cursor:pointer}.mobile-menu-btn svg{width:100%;height:100%}.mobile-drawer{display:none;position:absolute;left:0;right:0;top:80px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 10px 20px #0f172a14;padding:12px 20px 20px}.mobile-drawer.open{display:block}.mobile-drawer a{display:block;padding:12px 4px;border-bottom:1px solid #eef2f6;font-weight:650;color:#17304c}.mobile-drawer .mobile-cta{margin-top:14px;border-bottom:0;text-align:center;color:#fff}.hero{background:#fff;position:relative;overflow:hidden;border-bottom:1px solid #eef2f6}.hero-inner{min-height:472px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:18px;padding-top:32px;padding-bottom:27px}.hero-copy{padding-left:22px;position:relative;z-index:2}.hero h1{font-size:46px;line-height:1.12;letter-spacing:-1.7px;margin:0 0 22px;color:#09294f;max-width:510px;font-weight:800}.hero .lead{font-size:19px;line-height:1.45;color:#203c59;max-width:490px;margin:0 0 24px}.hero-actions{display:flex;gap:16px;margin-bottom:28px}.hero-actions .btn-primary,.hero-actions .btn-secondary{min-width:186px;height:43px}.hero-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px}.hero-art:before{content:"";position:absolute;width:610px;height:430px;right:-120px;bottom:-55px;background:radial-gradient(circle at center,#4c97ff1c,#4c97ff00 68%);pointer-events:none}.hero-art img{width:100%;max-width:455px;filter:saturate(.98);mix-blend-mode:multiply}.hero-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:615px}.trust-item{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start;padding-right:18px;border-right:1px solid #e6ebf2}.trust-item:last-child{border-right:0}.icon-box{width:28px;height:28px;color:#0568e9;display:grid;place-items:center}.icon-box svg{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.trust-item strong{display:block;color:#0b2340;font-size:13.5px;margin-bottom:4px}.trust-item span{display:block;color:#40546b;font-size:12.5px;line-height:1.45}.feature-strip{background:#fff;border-bottom:1px solid #edf1f5}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:180px;align-items:center}.feature{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;padding:23px 20px;border-right:1px solid #e4e9ef}.feature:first-child{padding-left:8px}.feature:last-child{border-right:0}.feature-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:1px solid #e5e9ef;background:#fff;box-shadow:0 4px 12px #0f172a0f}.feature-icon svg{width:28px;height:28px;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feature:nth-child(1) .feature-icon svg{stroke:#51c66d}.feature:nth-child(2) .feature-icon svg{stroke:#6654dc}.feature:nth-child(3) .feature-icon svg{stroke:#0969e8}.feature:nth-child(4) .feature-icon svg{stroke:#ff8b24}.feature strong{font-size:13.5px;display:block;margin-bottom:4px;color:#0d1f35}.feature span{font-size:12.4px;color:#40546b;line-height:1.45}.site-footer{background:linear-gradient(145deg,#0a2239,#07192a 62%,#061521);color:#fff;min-height:325px;padding:35px 0 27px;text-align:center}.footer-logo{width:215px;margin:0 auto 17px;border-radius:3px}.socials{display:flex;justify-content:center;gap:14px;margin:0 0 20px}.social-link{width:39px;height:39px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;color:#fff;transition:.2s}.social-link:hover{background:#ffffff14}.social-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-links{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;font-size:13.5px;margin-bottom:23px}.footer-links a{color:#fff}.footer-meta{color:#aebdca;font-size:13px;line-height:1.8;margin-bottom:18px}.footer-meta a{color:#f7fbff}.version-pill{display:inline-block;background:#ffffff14;border-radius:20px;color:#aebdca;font-size:11px;padding:4px 11px}.cookie-banner{position:fixed;z-index:80;left:27px;bottom:200px;width:315px;background:#fff;border:1px solid #e3e8ef;border-radius:10px;box-shadow:0 16px 34px #0211212e;padding:19px 20px 20px;color:#21364d}.cookie-title{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:800;color:#14273c;margin-bottom:8px}.cookie-emoji{font-size:26px;line-height:1}.cookie-banner p{font-size:11.5px;line-height:1.5;margin:0 0 16px;color:#485b70}.cookie-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cookie-actions button{height:41px;border-radius:6px;font-weight:700;font-size:12px;cursor:pointer}.cookie-customize{background:#fff;color:#0969e8;border:1.2px solid #0a67e8}.cookie-accept{background:#0a67e8;color:#fff;border:1px solid #0a67e8}.cookie-modal[hidden]{display:none}.cookie-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0312216b;z-index:100;display:grid;place-items:center;padding:20px}.cookie-panel{background:#fff;width:min(470px,100%);border-radius:12px;box-shadow:var(--shadow);padding:24px}.cookie-panel h2{font-size:21px;margin:0 0 8px}.cookie-panel p{font-size:14px;color:#52667a}.cookie-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid #e7ecf1}.cookie-row small{color:#61758a}.cookie-row input{width:20px;height:20px}.cookie-panel-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.page-hero{background:linear-gradient(180deg,#f9fbfe 0,#fff);border-bottom:1px solid #edf1f5;padding:70px 0 54px}.page-hero h1{font-size:42px;line-height:1.14;letter-spacing:-1.2px;margin:0 0 14px;color:#09294f}.page-hero p{font-size:18px;line-height:1.55;color:#40546b;max-width:760px;margin:0}.page-main{padding:52px 0 70px}.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.content-card{border:1px solid #e6ebf2;border-radius:11px;padding:25px;background:#fff;box-shadow:0 4px 15px #0f172a0a}.content-card h2{font-size:21px;margin:0 0 10px;color:#0b2a4f}.content-card p,.content-card li{font-size:14px;color:#465b71;line-height:1.65}.content-card ul{padding-left:20px;margin-bottom:0}.form-card{max-width:520px;margin:0 auto;border:1px solid #e3e8ef;border-radius:12px;padding:28px;background:#fff;box-shadow:0 10px 28px #0f172a12}.form-card h2{margin:0 0 18px;font-size:24px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px;color:#243a50}.field input{width:100%;height:44px;border:1px solid #cfd8e2;border-radius:7px;padding:0 12px;color:#102a43}.field input:focus{outline:2px solid rgba(10,103,232,.18);border-color:#0a67e8}.form-note{font-size:12px;color:#667b90;margin-top:14px}.wide-button{width:100%;height:46px}@media (max-width:920px){.container{width:min(var(--max),calc(100% - 36px))}.desktop-nav,.header-cta{display:none}.mobile-menu-btn{display:block}.site-header{height:88px}.mobile-drawer{top:88px}.brand{min-width:0}.brand img{width:180px}.hero-inner{grid-template-columns:1fr;min-height:auto;padding:38px 0 62px}.hero-art{display:none}.hero-copy{padding:0}.hero h1{font-size:38px;max-width:540px}.hero .lead{font-size:17px}.hero-trust{max-width:none}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature:nth-child(2){border-right:0}.feature:nth-child(-n+2){border-bottom:1px solid #e4e9ef}.cookie-banner{bottom:24px}}@media (max-width:560px){.container{width:calc(100% - 40px)}.site-header{height:90px}.header-inner{gap:10px}.brand img{width:182px}.mobile-menu-btn{width:43px;height:43px;padding:6px}.hero-inner{padding:31px 0 92px}.hero h1{font-size:33px;line-height:1.03;letter-spacing:-1px;margin-bottom:14px;max-width:290px}.hero .lead{font-size:15.5px;line-height:1.36;max-width:310px;margin-bottom:17px}.hero-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:18px}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;min-width:0;height:39px;min-height:39px;font-size:12px}.hero-trust{grid-template-columns:1fr;gap:0}.trust-item{grid-template-columns:31px 1fr;padding:13px 0;border-right:0;border-bottom:0;position:relative}.trust-item:after{content:"›";position:absolute;right:1px;top:17px;font-size:22px;color:#0f2945}.trust-item strong{font-size:12.7px;margin-bottom:2px}.trust-item span{font-size:11.6px;padding-right:20px}.icon-box{width:29px;height:29px}.icon-box svg{width:24px;height:24px}.feature-strip{display:none}.site-footer{padding-top:90px;min-height:365px}.footer-logo{width:205px;margin-bottom:14px}.socials{gap:11px;margin-bottom:19px}.social-link{width:35px;height:35px}.footer-links{gap:17px;font-size:11px;margin-bottom:17px}.footer-meta{font-size:11.2px;line-height:1.7;margin-bottom:14px}.cookie-banner{position:fixed;left:10px;right:10px;bottom:295px;width:auto;border-radius:9px;padding:16px 17px;box-shadow:0 12px 28px #02112133}.cookie-title{font-size:13px}.cookie-banner p{font-size:10.7px;margin-bottom:13px}.cookie-actions button{height:36px;font-size:10.8px}.page-hero{padding:45px 0 38px}.page-hero h1{font-size:33px}.page-hero p{font-size:16px}.page-main{padding:35px 0 50px}.content-grid{grid-template-columns:1fr}.content-card{padding:20px}.form-card{padding:22px}}.route-link{cursor:pointer}.form-status{font-size:12px;line-height:1.5;margin-top:12px;padding:10px 12px;border-radius:7px;background:#f4f8fc;color:#40546b;border:1px solid #dce6f0}.form-status.error{background:#fff6f6;color:#9b1c1c;border-color:#f1c9c9}.form-status.success{background:#f2fbf5;color:#176534;border-color:#ccebd5}.form-actions-row{display:flex;gap:10px;align-items:center;margin-top:6px}.form-actions-row .btn-secondary,.form-actions-row .btn-primary{flex:1;height:46px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
