:root{--bg:#ecf3f6;--panel:#fff;--text:#001317;--muted:#96a8b8;--line:#cfe2e8;--line-accent:#b5d4f9;--soft:#daeafc;--accent:#4794ef;--accent-dark:#2d74e3;--accent-active:#2460d1;--good:#03a65a;--warning:#fc8621;--warning-bg:#fff2cc;--warning-border:#ffe699;--error:#ff564e;--error-bg:#ffc5c5;--radius:22px;--shadow:0 16px 42px rgba(0,19,23,.1);--accent-rgb:71,148,239;--good-rgb:3,166,90}.theme-insurance,.theme-selection{--accent:#4794ef;--accent-dark:#2d74e3;--bg:#ecf3f6;--soft:#daeafc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg);line-height:1.5}a{color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.topbar{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border-bottom:1px solid var(--line)}.nav{min-height:68px;justify-content:space-between;gap:24px}.logo,.nav{display:flex;align-items:center}.logo{gap:10px;font-weight:800;letter-spacing:.02em}.logo-img{height:38px;width:auto;display:block}.navlinks{display:flex;gap:18px;font-size:14px;color:var(--muted)}.navlinks a{text-decoration:none}.navlinks a:hover{color:var(--text)}.badge{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);color:var(--muted);background:#fff;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:600}.hero{padding:64px 0 44px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:36px;align-items:start}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--soft);color:var(--accent-dark);font-size:13px;font-weight:750;margin-bottom:20px}h1{font-size:clamp(38px,5vw,66px);line-height:.98;letter-spacing:-.05em;margin:0 0 22px}.lead{font-size:20px;color:var(--muted);max-width:760px;margin:0 0 26px}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 12px}.btn,.cta-row{align-items:center}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;display:inline-flex;justify-content:center;min-height:50px;padding:0 20px;border-radius:14px;text-decoration:none;font-weight:800;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 12px 28px rgba(var(--accent-rgb),.24)}.btn-primary:hover:not(:disabled){background:var(--accent-dark)}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--line)}.micro{color:var(--muted);font-size:13px}.hero-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:26px 0 0}.point{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:16px;background:#fff;border:1px solid var(--line)}.check{width:22px;height:22px;flex:0 0 22px;border-radius:50%;display:grid;place-items:center;background:rgba(var(--good-rgb),.11);color:var(--good);font-weight:900;font-size:13px}.form-card,.mock-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.form-card h2,.mock-card h2{margin:0 0 8px;font-size:24px;letter-spacing:-.025em}.form-card p{margin:0 0 18px;color:var(--muted)}.form-grid{display:grid;gap:12px}label{display:grid;gap:7px;font-size:13px;color:var(--muted);font-weight:700}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:13px;padding:13px 14px;font:inherit;font-size:16px;color:var(--text);background:#fff;outline:none}textarea{min-height:96px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(var(--accent-rgb),.11)}.required{color:var(--accent-dark)}.form-note{margin-top:14px;background:var(--soft);color:var(--muted)}.form-note,.form-status{padding:12px 14px;border-radius:14px;font-size:13px}.form-status{margin-top:12px;font-weight:600}.form-status--success{background:rgba(var(--good-rgb),.11);color:var(--good)}.form-status--error{background:var(--error-bg);color:var(--error)}section{padding:42px 0}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:22px}.section-head h2{font-size:clamp(28px,3vw,42px);letter-spacing:-.04em;line-height:1.05;margin:0}.section-head p{margin:0;color:var(--muted);max-width:520px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2,.grid-3{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.card h3{margin:0 0 8px;font-size:20px;letter-spacing:-.02em}.card p{margin:0;color:var(--muted)}.icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--soft);color:var(--accent-dark);font-weight:900;margin-bottom:14px}.steps{display:grid;gap:12px}.step{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:18px}.step-num{width:48px;height:48px;border-radius:16px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:900}.step h3{margin:0 0 4px}.step p{margin:0;color:var(--muted)}.comparison{width:100%;border-collapse:collapse;overflow:hidden;border-radius:18px;background:#fff;border:1px solid var(--line)}.comparison td,.comparison th{padding:15px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.comparison th{background:var(--soft);color:var(--text)}.comparison tr:last-child td{border-bottom:0}.note{padding:18px 20px;border-radius:18px;background:var(--warning-bg);border:1px solid var(--warning-border);color:var(--warning)}.trust-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.trust-item{padding:16px;border-radius:18px;background:#fff;border:1px solid var(--line);font-size:14px;color:var(--muted);min-height:96px}.trust-item strong{display:block;color:var(--text);margin-bottom:6px}.faq{display:grid;gap:10px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px}.faq-item__trigger{display:flex;width:100%;padding:0;gap:16px;align-items:center;justify-content:space-between;color:inherit;background:transparent;border:0;cursor:pointer;font:inherit;font-weight:850;text-align:left}.faq-item__trigger i{display:grid;flex:0 0 25px;width:25px;height:25px;align-items:center;justify-content:center;color:var(--accent-dark);background:var(--soft);border-radius:50%;font-size:19px;font-style:normal;font-weight:600;line-height:1}.faq-item__answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .26s ease,opacity .2s ease}.faq-item__answer>div{min-height:0;overflow:hidden}.faq-item--open .faq-item__answer{grid-template-rows:1fr;opacity:1}.faq-item__answer p{margin:10px 0 0;color:var(--muted)}.final-cta{padding:36px;border-radius:28px;background:var(--text);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px}.final-cta h2{margin:0 0 8px;font-size:clamp(28px,3vw,42px);letter-spacing:-.04em}.final-cta p{margin:0;color:#ffffffb8}.final-cta .btn-secondary{color:var(--text);background:#fff}.internal{border:1px dashed var(--line-accent);background:#ffffffb8}.internal h2{color:var(--accent-dark)}.internal ul{margin:8px 0 0;color:var(--muted)}.footer{padding:28px 0 40px;color:var(--muted);font-size:13px}.mock-list{display:grid;gap:12px;margin-top:18px}.mock-offer{display:grid;grid-template-columns:1fr auto;gap:10px;border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff}.mock-offer strong{display:block}.mock-offer span{color:var(--muted);font-size:13px}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;background:var(--soft);color:var(--accent-dark);white-space:nowrap}@media(max-width:920px){.grid-2,.grid-3,.hero-grid,.trust-row{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:10px}.hero-points{grid-template-columns:1fr}.navlinks{display:none}.final-cta{display:block}.final-cta .btn{margin-top:18px}}@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.hero{padding-top:38px}.form-card,.mock-card{padding:18px}.step{grid-template-columns:1fr}.comparison{font-size:14px}.comparison td,.comparison th{padding:12px}}.selection-page{--selection-ink:#001317;--selection-ink-soft:#29434d;--selection-muted:#526b77;--selection-bg:#ecf3f6;--selection-bg-soft:#f5f8fa;--selection-surface:#fff;--selection-line:#cfe2e8;--selection-line-strong:#b6d1dc;--selection-blue:#4794ef;--selection-blue-dark:#2460d1;--selection-blue-deep:#174cae;--selection-blue-soft:#daeafc;--selection-green:#087a49;min-height:100vh;overflow:clip;color:var(--selection-ink);background:var(--selection-bg-soft);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.selection-page .container{width:min(1180px,calc(100% - 48px))}.selection-lead-modal a,.selection-lead-modal button,.selection-lead-modal input,.selection-lead-modal select,.selection-lead-modal textarea,.selection-page a,.selection-page button,.selection-page input,.selection-page select,.selection-page textarea{font:inherit}.selection-lead-modal :focus-visible,.selection-page :focus-visible{outline:3px solid rgba(36,96,209,.38);outline-offset:3px}.selection-page .topbar{z-index:30;background:#ffffffeb;border-color:#b6d1dcb8;box-shadow:0 8px 32px #0013170a}.selection-page .nav{min-height:74px}.selection-page .logo{color:var(--selection-ink);text-decoration:none}.selection-page .logo-img{height:40px}.selection-page .navlinks{gap:24px;color:var(--selection-muted);font-size:14px;font-weight:600}.selection-page .navlinks a{position:relative}.selection-page .navlinks a:after{position:absolute;right:0;bottom:-7px;left:0;height:2px;content:"";background:var(--selection-blue-dark);border-radius:999px;transform:scaleX(0);transition:transform .16s ease}.selection-page .navlinks a:focus-visible,.selection-page .navlinks a:hover{color:var(--selection-ink)}.selection-page .navlinks a:focus-visible:after,.selection-page .navlinks a:hover:after{transform:scaleX(1)}.selection-lead-modal .btn,.selection-page .btn{min-height:52px;padding:0 22px;border:1px solid transparent;border-radius:12px;font-weight:750;box-shadow:none;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.selection-lead-modal .btn:hover,.selection-page .btn:hover{transform:translateY(-1px)}.selection-lead-modal .btn-primary,.selection-page .btn-primary{color:#fff;background:var(--selection-blue-dark,#2460d1);box-shadow:0 12px 26px #2460d133}.selection-lead-modal .btn-primary:hover:not(:disabled),.selection-page .btn-primary:hover:not(:disabled){background:var(--selection-blue-deep,#174cae);box-shadow:0 14px 30px #174cae3d}.selection-page .btn-secondary{color:var(--selection-ink);background:#ffffffc2;border-color:var(--selection-line-strong)}.selection-page .btn-secondary:hover{background:#fff;border-color:var(--selection-blue)}.selection-page .header-cta{min-height:44px;padding:0 18px;border-radius:11px;font-size:14px}.selection-page .selection-hero{position:relative;padding:82px 0 92px;background:radial-gradient(circle at 12% 10%,rgba(71,148,239,.16),transparent 34%),linear-gradient(145deg,#f6fafc,#ecf3f6 62%,#e3eef3)}.selection-page .selection-hero:after,.selection-page .selection-hero:before{position:absolute;content:"";pointer-events:none;border:1px solid rgba(71,148,239,.13);border-radius:50%}.selection-page .selection-hero:before{top:-250px;right:-180px;width:620px;height:620px}.selection-page .selection-hero:after{right:11%;bottom:-170px;width:360px;height:360px}.selection-page .selection-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(390px,.84fr);gap:62px;align-items:center}.selection-lead-modal .selection-kicker,.selection-page .selection-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:16px;color:var(--selection-blue-dark,#2460d1);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.selection-page .selection-kicker--dot:before{width:8px;height:8px;content:"";background:var(--selection-blue-dark);border-radius:50%;box-shadow:0 0 0 5px #4794ef24}.selection-page .selection-hero h1{max-width:720px;margin:0 0 24px;color:var(--selection-ink);font-size:clamp(44px,5.3vw,68px);line-height:1.01;letter-spacing:-.052em}.selection-page .selection-hero__lead{max-width:690px;color:var(--selection-ink-soft);font-size:clamp(18px,1.8vw,21px);line-height:1.55}.selection-page .selection-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0 13px}.selection-page .selection-hero__micro{margin:0;color:var(--selection-muted);font-size:13px}.selection-page .selection-hero__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px;margin:34px 0 0;padding:0;list-style:none}.selection-page .selection-hero__facts li{display:flex;gap:10px;align-items:flex-start;color:var(--selection-ink-soft);font-size:14px;font-weight:650;line-height:1.4}.selection-page .selection-hero__facts li span{display:grid;flex:0 0 22px;width:22px;height:22px;color:var(--selection-green);background:#03a65a1c;border-radius:50%;place-items:center;font-size:12px;font-weight:900}.selection-page .selection-quick-card{position:relative;padding:28px;background:#fffffff7;border:1px solid rgba(182,209,220,.88);border-radius:24px;box-shadow:0 28px 70px -34px #0013176b,0 12px 28px -20px #2460d157}.selection-page .selection-quick-card:before{position:absolute;top:22px;right:22px;width:10px;height:10px;content:"";background:#03a65a;border-radius:50%;box-shadow:0 0 0 6px #03a65a1a}.selection-page .selection-quick-card__head h2{max-width:390px;margin:0 0 10px;color:var(--selection-ink);font-size:clamp(25px,2.4vw,32px);line-height:1.08;letter-spacing:-.035em}.selection-page .selection-quick-card__head p{margin:0;color:var(--selection-muted);font-size:14px}.selection-page .selection-mini-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:8px;align-items:center;margin:22px 0;padding:12px;color:var(--selection-ink-soft);background:var(--selection-bg-soft);border:1px solid var(--selection-line);border-radius:14px;font-size:11px;font-weight:750;text-align:center}.selection-page .selection-mini-flow i{color:var(--selection-blue-dark);font-style:normal}.selection-page .selection-section{padding:88px 0;scroll-margin-top:74px}.selection-page .selection-section--white{background:var(--selection-surface)}.selection-page .selection-section--soft{background:var(--selection-bg-soft);border-top:1px solid rgba(207,226,232,.72);border-bottom:1px solid rgba(207,226,232,.72)}.selection-page .section-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.7fr);gap:54px;align-items:end;margin-bottom:36px}.selection-page .section-head h2,.selection-page .selection-detailed-copy h2,.selection-page .selection-faq-heading h2,.selection-page .selection-value-heading h2{margin:0;color:var(--selection-ink);font-size:clamp(32px,3.8vw,48px);line-height:1.06;letter-spacing:-.045em}.selection-page .selection-hero__grid{grid-template-columns:minmax(0,1.12fr) minmax(430px,.78fr);gap:44px}.selection-page .section-head p{max-width:520px;margin:0;color:var(--selection-muted);font-size:17px;line-height:1.6}.selection-page .selection-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.selection-page .selection-category-grid .card{min-height:255px;padding:28px;background:linear-gradient(155deg,#fff,#f8fbfc);border:1px solid var(--selection-line);border-radius:20px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.selection-page .selection-category-grid .card:hover{border-color:var(--selection-line-strong);box-shadow:0 18px 46px -32px #00131766;transform:translateY(-3px)}.selection-page .selection-category-grid .icon{width:50px;height:50px;margin-bottom:34px;color:var(--selection-blue-dark);background:var(--selection-blue-soft);border-radius:14px;font-size:14px}.selection-page .selection-category-grid h3{margin:0 0 12px;color:var(--selection-ink);font-size:22px;line-height:1.2}.selection-page .selection-category-grid p{color:var(--selection-muted);font-size:15px;line-height:1.6}.selection-page .selection-section-note{margin:24px 0 0;color:var(--selection-muted);font-size:14px}.selection-page .selection-value-grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:76px;align-items:start}.selection-page .selection-value-heading{position:sticky;top:112px}.selection-page .selection-detailed-copy>p,.selection-page .selection-faq-heading>p,.selection-page .selection-value-heading p{margin:22px 0 0;color:var(--selection-muted);font-size:17px;line-height:1.65}.selection-page .selection-value-list{background:#fff;border:1px solid var(--selection-line);border-radius:22px;overflow:hidden}.selection-page .selection-value-item{display:grid;grid-template-columns:52px minmax(0,1fr);gap:20px;padding:28px;border-bottom:1px solid var(--selection-line)}.selection-page .selection-value-item:last-child{border-bottom:0}.selection-page .selection-value-item>span{font-size:13px;font-weight:850;letter-spacing:.08em}.selection-page .selection-value-item h3{margin:0 0 8px;color:var(--selection-ink);font-size:21px;line-height:1.25}.selection-page .selection-value-item p{margin:0;color:var(--selection-muted);font-size:15px;line-height:1.6}.selection-page .selection-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.selection-page .selection-steps .step{position:relative;display:block;min-height:250px;padding:24px;background:#fff;border:1px solid var(--selection-line);border-radius:18px}.selection-page .selection-steps .step:after{position:absolute;top:42px;right:-15px;z-index:2;width:16px;color:var(--selection-blue);content:"→";font-weight:800;text-align:center}.selection-page .selection-steps .step:last-child:after{display:none}.selection-page .selection-steps .step-num{width:48px;height:48px;margin-bottom:42px;background:var(--selection-blue-soft);border-radius:14px}.selection-page .selection-steps h3{margin:0 0 10px;color:var(--selection-ink);font-size:19px;line-height:1.25}.selection-page .selection-steps p{color:var(--selection-muted);font-size:14px;line-height:1.58}.selection-page .selection-process-bottom{display:flex;gap:24px;align-items:center;justify-content:space-between;margin-top:28px;padding:22px 24px;background:var(--selection-bg-soft);border:1px solid var(--selection-line);border-radius:18px}.selection-page .selection-coverage{display:flex;gap:16px;align-items:center}.selection-page .selection-coverage__icon{display:grid;flex:0 0 52px;width:52px;height:52px;color:#fff;background:var(--selection-blue-dark);border-radius:15px;place-items:center;font-size:18px;font-weight:850}.selection-page .selection-coverage strong{display:block;margin-bottom:3px;color:var(--selection-ink);font-size:16px}.selection-page .selection-coverage p{margin:0;color:var(--selection-muted);font-size:14px}.selection-page .selection-section--ink{color:#fff;background:radial-gradient(circle at 78% 20%,rgba(71,148,239,.2),transparent 34%),var(--selection-ink)}.selection-page .selection-section--ink .selection-kicker{color:#89bdf7}.selection-page .selection-check-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:72px;align-items:start}.selection-page .selection-check-grid h2{margin:0 0 18px;color:#fff;font-size:clamp(32px,3.8vw,48px);line-height:1.06;letter-spacing:-.045em}.selection-page .selection-check-grid>div:first-child>p{margin:0;color:#ffffffad;font-size:17px;line-height:1.65}.selection-page .selection-check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.selection-page .selection-check-list article{display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;padding:20px;background:#ffffff12;border:1px solid hsla(0,0%,100%,.13);border-radius:16px}.selection-page .selection-check-list article>span{display:grid;width:26px;height:26px;color:#b9d8fb;background:#4794ef2e;border-radius:50%;place-items:center;font-size:12px}.selection-page .selection-check-list strong{display:block;margin-bottom:6px;color:#fff}.selection-page .selection-check-list p{margin:0;color:#ffffffa8;font-size:13px;line-height:1.55}.selection-page .selection-detailed-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:64px;align-items:start}.selection-page .selection-detailed-copy{padding-top:16px}.selection-page .selection-detailed-copy ul{display:grid;gap:13px;margin:30px 0 0;padding:0;color:var(--selection-ink-soft);list-style:none}.selection-page .selection-detailed-copy li{position:relative;padding-left:29px;line-height:1.5}.selection-page .selection-detailed-copy li:before{position:absolute;top:2px;left:0;display:grid;width:20px;height:20px;color:var(--selection-green);content:"✓";background:#03a65a1a;border-radius:50%;place-items:center;font-size:11px;font-weight:850}.selection-page .selection-detailed-card{padding:30px;background:#fff;border:1px solid var(--selection-line);border-radius:22px;box-shadow:0 24px 58px -42px #00131761}.selection-page .selection-form-note{margin:18px 0 0;padding-top:17px;color:var(--selection-muted);border-top:1px solid var(--selection-line);font-size:12px;line-height:1.5}.selection-page .selection-trust-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.selection-page .selection-trust-row .trust-item{min-height:145px;padding:23px;color:var(--selection-muted);background:var(--selection-bg-soft);border-color:var(--selection-line);border-radius:18px;font-size:14px;line-height:1.55}.selection-page .selection-trust-row .trust-item strong{margin-bottom:12px;color:var(--selection-ink);font-size:17px}.selection-page .selection-faq-grid{display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1.38fr);gap:72px;align-items:start}.selection-page .selection-faq-heading{position:sticky;top:112px}.selection-page .selection-faq-list{display:grid;gap:10px}.selection-page .selection-faq-list .faq-item{padding:20px 22px;background:#fff;border:1px solid var(--selection-line);border-color:var(--selection-line);border-radius:16px}.selection-page .selection-faq-list .faq-item__trigger{position:relative;display:flex;width:100%;padding:0;gap:16px;align-items:center;justify-content:space-between;color:var(--selection-ink);background:transparent;border:0;cursor:pointer;font-family:inherit;font-size:16px;font-weight:750;text-align:left}.selection-page .selection-faq-list .faq-item__trigger i{display:grid;flex:0 0 25px;width:25px;height:25px;align-items:center;justify-content:center;color:var(--selection-blue-dark);background:var(--selection-blue-soft);border-radius:50%;font-size:19px;font-style:normal;font-weight:600;line-height:1}.selection-page .selection-faq-list .faq-item__answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .26s ease,opacity .2s ease}.selection-page .selection-faq-list .faq-item__answer>div{min-height:0;overflow:hidden}.selection-page .selection-faq-list .faq-item--open .faq-item__answer{grid-template-rows:1fr;opacity:1}.selection-page .selection-faq-list .faq-item__answer p{max-width:720px;margin:14px 0 0;color:var(--selection-muted);font-size:14px;line-height:1.65}.selection-page .selection-final-section{padding:28px 0 80px;background:var(--selection-bg-soft)}.selection-page .selection-final-cta{display:flex;gap:36px;align-items:center;justify-content:space-between;padding:46px 50px;color:#fff;background:radial-gradient(circle at 86% 15%,rgba(71,148,239,.32),transparent 34%),var(--selection-ink);border-radius:26px}.selection-page .selection-final-cta .selection-kicker{color:#9ac7fa}.selection-page .selection-final-cta h2{max-width:680px;margin:0 0 10px;color:#fff;font-size:clamp(30px,3.6vw,46px);line-height:1.06;letter-spacing:-.045em}.selection-page .selection-final-cta p{max-width:680px;margin:0;color:#ffffffb3;font-size:16px}.selection-page .selection-final-cta .btn-primary{flex:0 0 auto;color:var(--selection-blue-deep);background:#fff;box-shadow:none}.selection-page .selection-final-cta .btn-primary:hover{color:#fff;background:var(--selection-blue-dark)}.selection-page .footer{padding:26px 0 36px;color:var(--selection-muted);background:var(--selection-bg-soft);border-top:1px solid var(--selection-line)}.selection-page .footer-inner{display:flex;gap:22px;align-items:center;justify-content:space-between}.selection-page .footer a{color:var(--selection-ink-soft);text-underline-offset:3px}.selection-page .footer a:hover{color:var(--selection-blue-dark)}.selection-lead-modal .lead-form,.selection-page .lead-form{display:grid;gap:18px}.selection-lead-modal .lead-form__grid,.selection-page .lead-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.selection-lead-modal .lead-form--quick .lead-form__grid,.selection-page .lead-form--quick .lead-form__grid{grid-template-columns:1fr;gap:11px}.selection-lead-modal .lead-field,.selection-page .lead-field{display:grid;gap:7px;color:var(--selection-ink-soft,#29434d);font-size:13px;font-weight:700}.selection-lead-modal .lead-field--wide,.selection-page .lead-field--wide{grid-column:1/-1}.selection-lead-modal .lead-field b,.selection-page .lead-field b{color:var(--selection-blue-dark,#2460d1)}.selection-lead-modal .lead-field input,.selection-lead-modal .lead-field select,.selection-lead-modal .lead-field textarea,.selection-page .lead-field input,.selection-page .lead-field select,.selection-page .lead-field textarea{width:100%;min-height:48px;padding:12px 13px;color:var(--selection-ink,#001317);background:#fff;border:1px solid var(--selection-line-strong,#b6d1dc);border-radius:11px;font-size:16px;outline:0;transition:border-color .15s ease,box-shadow .15s ease}.selection-lead-modal .lead-field textarea,.selection-page .lead-field textarea{min-height:105px;resize:vertical}.selection-lead-modal .lead-field input::-moz-placeholder,.selection-lead-modal .lead-field textarea::-moz-placeholder,.selection-page .lead-field input::-moz-placeholder,.selection-page .lead-field textarea::-moz-placeholder{color:#81939c}.selection-lead-modal .lead-field input::placeholder,.selection-lead-modal .lead-field textarea::placeholder,.selection-page .lead-field input::placeholder,.selection-page .lead-field textarea::placeholder{color:#81939c}.selection-lead-modal .lead-field input:focus,.selection-lead-modal .lead-field select:focus,.selection-lead-modal .lead-field textarea:focus,.selection-page .lead-field input:focus,.selection-page .lead-field select:focus,.selection-page .lead-field textarea:focus{border-color:var(--selection-blue-dark,#2460d1);box-shadow:0 0 0 4px #2460d11a}.selection-lead-modal .lead-consent,.selection-page .lead-consent{display:flex;gap:10px;align-items:flex-start;color:var(--selection-muted,#526b77);font-size:12px;font-weight:500;line-height:1.45}.selection-lead-modal .lead-consent input,.selection-page .lead-consent input{flex:0 0 auto;width:18px;height:18px;margin:1px 0 0;padding:0;border-radius:4px;box-shadow:none;accent-color:var(--selection-blue-dark,#2460d1)}.selection-lead-modal .lead-consent input:focus,.selection-page .lead-consent input:focus{box-shadow:none}.selection-lead-modal .lead-consent a,.selection-page .lead-consent a{color:var(--selection-blue-deep,#174cae);text-underline-offset:2px}.selection-lead-modal .lead-form__submit,.selection-page .lead-form__submit{width:100%}.selection-page .lead-form--full .lead-form__submit{width:-moz-max-content;width:max-content;min-width:210px}.selection-lead-modal .lead-success,.selection-page .lead-success{display:flex;gap:14px;align-items:flex-start;padding:20px;color:#075f39;background:#e8f7ef;border:1px solid #bde6ce;border-radius:15px}.selection-lead-modal .lead-success__icon,.selection-page .lead-success__icon{display:grid;flex:0 0 34px;width:34px;height:34px;color:#fff;background:#087a49;border-radius:50%;place-items:center;font-weight:850}.selection-lead-modal .lead-success strong,.selection-page .lead-success strong{display:block;margin-bottom:3px}.selection-lead-modal .lead-success p,.selection-page .lead-success p{margin:0;color:#2c6f51;font-size:13px}.selection-lead-modal .form-status--error,.selection-page .form-status--error{display:grid;gap:8px;margin:0;color:#9d251f;background:#fff0ef;border:1px solid #f2c3c0}.selection-lead-modal .form-error-reset,.selection-page .form-error-reset{width:-moz-max-content;width:max-content;padding:0;color:#7d1b17;background:transparent;border:0;font-weight:750;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.selection-lead-modal{position:fixed;top:var(--modal-viewport-top,0);right:0;left:0;z-index:100;display:grid;height:var(--modal-viewport-height,100dvh);padding:24px;overflow-y:auto;background:#001317b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overscroll-behavior:contain;place-items:center}.selection-lead-modal__dialog{position:relative;width:min(540px,100%);max-height:calc(var(--modal-viewport-height, 100dvh) - 48px);padding:32px;overflow-y:auto;scroll-padding-block:24px;color:#001317;background:#fff;border:1px solid #cfe2e8;border-radius:22px;box-shadow:0 30px 90px #00131759}.selection-lead-modal__close{position:absolute;top:17px;right:17px;display:grid;width:38px;height:38px;padding:0;color:#29434d;background:#f1f6f8;border:1px solid #cfe2e8;border-radius:50%;place-items:center;font-size:25px;line-height:1;cursor:pointer}.selection-lead-modal__close:hover{color:#174cae;background:#daeafc}.selection-lead-modal__heading{padding-right:42px;margin-bottom:22px}.selection-lead-modal__heading h2{margin:0 0 9px;color:#001317;font-size:clamp(27px,4vw,34px);line-height:1.08;letter-spacing:-.04em}.selection-lead-modal__heading p{margin:0;color:#526b77;font-size:14px;line-height:1.55}.lead-modal-enter-active,.lead-modal-leave-active{transition:opacity .18s ease}.lead-modal-enter-active .selection-lead-modal__dialog,.lead-modal-leave-active .selection-lead-modal__dialog{transition:transform .18s ease,opacity .18s ease}.lead-modal-enter-from,.lead-modal-leave-to{opacity:0}.lead-modal-enter-from .selection-lead-modal__dialog,.lead-modal-leave-to .selection-lead-modal__dialog{opacity:0;transform:translateY(12px) scale(.98)}.selection-lead-modal h2,.selection-page h1,.selection-page h2,.selection-page h3{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.selection-page .selection-hero{padding:76px 0 84px;background:radial-gradient(1100px 430px at 83% -8%,rgba(71,148,239,.17),transparent 62%),radial-gradient(720px 360px at 8% 5%,rgba(128,196,237,.14),transparent 64%),linear-gradient(145deg,#f8fbfd,#eef5f8 45%,#e4eef4)}.selection-page .selection-hero:after,.selection-page .selection-hero:before{display:none}.selection-page .selection-hero h1{max-width:760px;margin-bottom:25px;font-size:clamp(44px,5.15vw,66px);font-weight:800;letter-spacing:-.045em}.selection-page .selection-hero__lead{display:grid;gap:9px;max-width:700px;margin:0;padding:0;counter-reset:hero-step;font-size:clamp(16px,1.55vw,19px);line-height:1.48;list-style:none}.selection-page .selection-hero__lead>li{display:grid;grid-template-columns:26px minmax(0,1fr);gap:9px;align-items:baseline;counter-increment:hero-step}.selection-page .selection-hero__lead>li:before{color:var(--selection-blue-dark);content:counter(hero-step) ".";font-weight:800}.selection-page .selection-hero__lead>li>span{font-weight:600}.selection-page .selection-hero__lead ul{display:flex;grid-column:2;flex-wrap:wrap;gap:5px 17px;margin:4px 0 1px;padding:0;color:var(--selection-muted);font-size:.88em;list-style:none}.selection-page .selection-hero__lead ul li:before{margin-right:6px;color:var(--selection-blue-dark);content:"—"}.selection-page .selection-hero__facts li span{color:var(--selection-blue-deep);background:#4794ef1c}.selection-page .selection-mini-flow{margin:18px 0;font-size:14px;font-weight:700;line-height:1.25}.selection-page .selection-quick-card__head h2{font-weight:800}.selection-page .selection-section{padding:68px 0}.selection-page .selection-section--soft{background:radial-gradient(760px 320px at 6% 10%,rgba(71,148,239,.09),transparent 66%),linear-gradient(180deg,#edf5f9,#f7fafb 56%,#fff)}.selection-page .selection-section--decorated{position:relative;overflow:hidden}.selection-page .selection-section--decorated>.container{position:relative;z-index:1}.selection-page .section-head h2,.selection-page .selection-check-grid h2,.selection-page .selection-detailed-copy h2,.selection-page .selection-faq-heading h2,.selection-page .selection-final-cta h2,.selection-page .selection-value-heading h2{font-weight:800;letter-spacing:-.04em}.selection-page .selection-category-grid--wide{grid-template-columns:repeat(3,minmax(0,1fr))}.selection-page .selection-category-grid .icon{display:grid;place-items:center}.selection-page .selection-category-grid .icon--mark{padding-left:5px;place-items:center start;font-size:12px;font-weight:800;line-height:1.02}.selection-page .selection-category-grid .icon--mark span{max-width:43px}.selection-page .selection-section-tail{display:flex;gap:24px;align-items:center;justify-content:space-between;margin-top:24px}.selection-page .selection-section-tail .selection-section-note{margin:0}.selection-page .selection-inline-cta{min-height:46px;width:-moz-max-content;width:max-content;margin-top:24px;padding-inline:18px;font-size:14px}.selection-page .selection-section-tail .selection-inline-cta{flex:0 0 auto;margin-top:0}.selection-page .selection-value-item>span{width:44px;height:44px;background:var(--selection-blue-soft);border-radius:13px}.selection-page .selection-steps .step-num,.selection-page .selection-value-item>span{display:grid;color:var(--selection-blue-dark);place-items:center}.selection-page .selection-process-bottom{background:radial-gradient(420px 180px at 5% 0,rgba(71,148,239,.11),transparent 68%),#f5f9fb}.selection-page .selection-process-actions{display:flex;flex:0 0 auto;gap:20px;align-items:center}.selection-page .selection-contact-links{display:grid;gap:7px;justify-items:end}.selection-page .selection-contact-links a{display:inline-flex;gap:7px;align-items:center;color:var(--selection-ink-soft);font-size:13px;font-weight:700;text-decoration:none}.selection-page .selection-contact-links a:hover{color:var(--selection-blue-dark)}.selection-page .selection-coverage__icon{font-size:15px}.selection-page .selection-section--ink{background:radial-gradient(720px 330px at 84% 8%,rgba(71,148,239,.28),transparent 62%),radial-gradient(620px 280px at 8% 100%,rgba(16,103,151,.2),transparent 68%),linear-gradient(120deg,#001317,#032636 50%,#073653)}.selection-page .selection-ink-cta{min-height:46px;margin-top:26px;color:var(--selection-blue-deep);background:#fff;border-color:#ffffffbf}.selection-page .selection-ink-cta:hover{color:#fff;background:var(--selection-blue-dark);border-color:var(--selection-blue-dark)}.selection-page .selection-check-list article>span{border-radius:9px}.selection-lead-modal .lead-form__helper,.selection-page .lead-form__helper{margin:-2px 0 1px;color:var(--selection-muted,#526b77);font-size:12px;line-height:1.45}.selection-lead-modal .lead-form__assurances,.selection-page .lead-form__assurances{display:flex;flex-wrap:wrap;gap:8px 17px;justify-content:center;margin-top:-8px;color:var(--selection-muted,#526b77);font-size:12px}.selection-lead-modal .lead-form__assurances p,.selection-page .lead-form__assurances p{display:inline-flex;gap:6px;align-items:center;margin:0}.selection-lead-modal .lead-form__assurances .landing-icon,.selection-page .lead-form__assurances .landing-icon{color:var(--selection-green,#087a49)}.selection-page .selection-final-cta{background:radial-gradient(520px 240px at 88% 0,rgba(71,148,239,.38),transparent 66%),linear-gradient(125deg,#001317,#032a3f 58%,#0a4161)}@media(scripting:enabled){.reveal-block{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1);transition-delay:var(--reveal-delay,0s)}.reveal-block.is-revealed{opacity:1;transform:translateY(0)}}@media(max-width:1020px){.selection-page .navlinks{gap:16px}.selection-page .selection-hero__grid{grid-template-columns:1fr;gap:46px}.selection-page .selection-hero__copy{max-width:800px}.selection-page .selection-quick-card{width:min(640px,100%)}.selection-page .selection-check-grid,.selection-page .selection-detailed-grid,.selection-page .selection-faq-grid,.selection-page .selection-value-grid{grid-template-columns:1fr;gap:42px}.selection-page .selection-faq-heading,.selection-page .selection-value-heading{position:static;max-width:720px}.selection-page .selection-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-page .selection-steps .step:after{display:none}.selection-page .selection-trust-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:780px){.selection-page .container{width:min(100% - 32px,1180px)}.selection-page .nav{min-height:68px;gap:14px}.selection-page .navlinks{display:none}.selection-page .logo-img{height:34px}.selection-page .header-cta{min-height:40px;padding:0 13px;font-size:13px}.selection-page .selection-hero{padding:56px 0 64px}.selection-page .selection-hero h1{font-size:clamp(39px,11vw,55px)}.selection-lead-modal .lead-form__grid,.selection-page .lead-form__grid,.selection-page .selection-category-grid,.selection-page .selection-check-list,.selection-page .selection-hero__facts,.selection-page .selection-steps{grid-template-columns:1fr}.selection-page .selection-section{padding:52px 0}.selection-page .section-head{grid-template-columns:1fr;gap:18px;margin-bottom:28px}.selection-page .selection-category-grid .card{min-height:0}.selection-page .selection-category-grid .icon{margin-bottom:24px}.selection-page .selection-final-cta,.selection-page .selection-process-bottom{align-items:flex-start;flex-direction:column}.selection-page .selection-process-actions{width:100%;align-items:stretch;flex-direction:column}.selection-page .selection-contact-links{display:flex;flex-wrap:wrap;gap:10px 18px;justify-items:start}.selection-page .selection-section-tail{align-items:flex-start;flex-direction:column}.selection-page .selection-section-tail .selection-inline-cta{margin-top:0}.selection-page .selection-final-cta .btn,.selection-page .selection-process-bottom .btn{width:100%}.selection-page .selection-detailed-card{padding:22px}.selection-lead-modal .lead-field--wide,.selection-page .lead-field--wide{grid-column:auto}.selection-page .lead-form--full .lead-form__submit{width:100%}.selection-page .selection-final-section{padding-bottom:60px}.selection-page .selection-final-cta{padding:34px 28px}.selection-page .footer-inner{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.selection-page .container{width:min(100% - 24px,1180px)}.selection-page .selection-hero h1{font-size:38px}.selection-page .selection-hero__lead{font-size:17px}.selection-page .selection-hero__lead ul{display:grid;gap:3px}.selection-page .selection-hero__actions{display:grid}.selection-page .selection-hero__actions .btn{width:100%}.selection-page .selection-quick-card{padding:21px;border-radius:20px}.selection-page .selection-mini-flow{grid-template-columns:1fr;text-align:left}.selection-page .selection-mini-flow i{display:none}.selection-page .selection-value-item{grid-template-columns:44px minmax(0,1fr);gap:12px;padding:22px 18px}.selection-page .selection-steps .step{min-height:0}.selection-page .selection-steps .step-num{margin-bottom:24px}.selection-page .selection-coverage{align-items:flex-start}.selection-page .selection-trust-row{grid-template-columns:1fr}.selection-page .selection-trust-row .trust-item{min-height:0}.selection-page .selection-final-cta{padding:30px 22px;border-radius:20px}.selection-lead-modal{padding:10px;place-items:end center}.selection-lead-modal__dialog{width:100%;max-height:calc(var(--modal-viewport-height, 100dvh) - 20px);padding:25px 18px;border-radius:20px}.selection-lead-modal__close{top:13px;right:13px}}@media(prefers-reduced-motion:reduce){.selection-lead-modal,.selection-lead-modal *,.selection-page *,.selection-page :after,.selection-page :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-shell .topbar{background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-shell .nav{min-height:84px;gap:20px}.site-shell .logo{flex:0 0 auto}.site-shell .logo-img{width:auto;height:52px}.site-shell .navlinks{display:flex;flex:1 1 auto;gap:20px;align-items:center;justify-content:center;white-space:nowrap}.site-shell .header-actions{display:flex;flex:0 0 auto;gap:10px;align-items:center}.site-shell .header-phone{display:inline-flex;gap:7px;align-items:center;color:var(--selection-ink-soft);font-size:14px;font-weight:750;text-decoration:none;white-space:nowrap}.site-shell .header-phone .landing-icon{color:var(--selection-blue-dark)}.site-shell .header-phone:hover{color:var(--selection-blue-deep)}.site-shell .header-login{display:inline-flex;min-height:42px;padding:0 14px;align-items:center;justify-content:center;color:var(--selection-ink-soft);background:#fff;border:1px solid var(--selection-line);border-radius:10px;font-size:13px;font-weight:750;text-decoration:none;white-space:nowrap}.site-shell .header-login:hover{color:var(--selection-blue-deep);border-color:var(--selection-blue)}.site-shell .header-cta{min-height:44px;padding:0 16px;white-space:nowrap}.site-shell .header-menu{position:relative;display:none}.site-shell .header-menu summary{display:grid;width:44px;height:44px;padding:11px 10px;list-style:none;background:#fff;border:1px solid var(--selection-line-strong);border-radius:11px;cursor:pointer;place-content:center}.site-shell .header-menu summary::-webkit-details-marker{display:none}.site-shell .header-menu summary span{display:block;width:20px;height:2px;margin:2px 0;background:var(--selection-ink-soft);border-radius:999px;transition:transform .16s ease,opacity .16s ease}.site-shell .header-menu[open] summary span:first-child{transform:translateY(6px) rotate(45deg)}.site-shell .header-menu[open] summary span:nth-child(2){opacity:0}.site-shell .header-menu[open] summary span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-shell .header-menu__panel{position:absolute;top:calc(100% + 13px);right:0;width:min(340px,calc(100vw - 24px));padding:16px;background:#fffffffa;border:1px solid var(--selection-line);border-radius:16px;box-shadow:0 24px 60px #00131733}.site-shell .header-menu__panel nav{display:grid;gap:4px}.site-shell .header-menu__login,.site-shell .header-menu__panel nav a,.site-shell .header-menu__phone{display:flex;min-height:44px;padding:10px 11px;gap:9px;align-items:center;color:var(--selection-ink-soft);border-radius:9px;font-size:14px;font-weight:700;text-decoration:none}.site-shell .header-menu__panel a:hover{color:var(--selection-blue-deep);background:var(--selection-blue-soft)}.site-shell .header-menu__phone{margin-top:10px;border-top:1px solid var(--selection-line);border-radius:0 0 9px 9px}.selection-page .selection-usp-band{position:relative;padding:34px 0;background:#fff;border-top:1px solid rgba(182,209,220,.72);border-bottom:1px solid var(--selection-line)}.selection-page .selection-usp-band__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.45fr);gap:44px;align-items:center}.selection-page .selection-usp-band__heading h2{margin:0 0 8px;font-size:clamp(24px,2.6vw,34px);line-height:1.08;letter-spacing:-.035em}.selection-page .selection-usp-band__heading p{margin:0;color:var(--selection-muted);font-size:14px;line-height:1.55}.selection-page .selection-usp-band__cta{min-height:44px;margin-top:17px;padding:0 17px;font-size:13px}.selection-page .selection-usp-band__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0;margin:0;list-style:none}.selection-page .selection-usp-band__items li{display:flex;min-height:116px;padding:17px;gap:11px;align-items:flex-start;color:var(--selection-ink-soft);background:linear-gradient(150deg,#f8fbfc,#eef5f8);border:1px solid var(--selection-line);border-radius:15px;font-size:13px;font-weight:650;line-height:1.45}.selection-page .selection-usp-band__items li>span{display:grid;flex:0 0 36px;width:36px;height:36px;color:var(--selection-blue-deep);background:var(--selection-blue-soft);border-radius:10px;place-items:center}.site-page{background:var(--selection-bg-soft)}.site-page h1,.site-page h2,.site-page h3{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.site-hero{position:relative;padding:90px 0 96px;overflow:hidden;background:radial-gradient(900px 440px at 88% -6%,rgba(71,148,239,.2),transparent 64%),radial-gradient(660px 360px at 4% 8%,rgba(134,203,236,.16),transparent 68%),linear-gradient(145deg,#f8fbfd,#edf5f8 48%,#e3eef4)}.site-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:70px;align-items:center}.site-hero h1{max-width:790px;margin:0 0 24px;font-size:clamp(48px,5.8vw,76px);line-height:.99;letter-spacing:-.057em}.site-hero__lead{max-width:740px;margin:0;color:var(--selection-ink-soft);font-size:clamp(18px,1.8vw,22px);line-height:1.55}.site-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0 34px}.site-hero__steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:760px;padding:0;margin:0;list-style:none}.site-hero__steps li{display:grid;grid-template-columns:35px minmax(0,1fr);gap:10px;align-items:center;color:var(--selection-ink-soft);font-size:13px;font-weight:650;line-height:1.4}.site-hero__steps li>span{display:grid;width:35px;height:35px;color:var(--selection-blue-deep);background:#ffffffc7;border:1px solid var(--selection-line-strong);border-radius:10px;place-items:center;font-size:11px;font-weight:850}.site-hero__panel{padding:30px;background:#ffffffe0;border:1px solid rgba(182,209,220,.9);border-radius:24px;box-shadow:0 30px 80px #00263224;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-hero__panel h2{margin:0 0 10px;font-size:clamp(28px,3vw,38px);line-height:1.05;letter-spacing:-.04em}.site-hero__panel>p{margin:0 0 22px;color:var(--selection-muted);font-size:14px;line-height:1.55}.site-hero__panel nav{display:grid;gap:9px}.site-hero__panel nav a{display:grid;grid-template-columns:46px minmax(0,1fr) auto;min-height:64px;padding:9px 13px 9px 9px;gap:12px;align-items:center;color:var(--selection-ink);background:linear-gradient(145deg,#f8fbfc,#eef5f8);border:1px solid var(--selection-line);border-radius:14px;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.site-hero__panel nav a:hover{background:#fff;border-color:var(--selection-blue);transform:translate(3px)}.site-hero__panel nav a>span{display:grid;width:46px;height:46px;color:var(--selection-blue-deep);background:var(--selection-blue-soft);border-radius:12px;place-items:center}.site-hero__panel nav a>strong{font-size:14px;line-height:1.25}.site-hero__panel nav a>i{color:var(--selection-blue-dark);font-size:18px;font-style:normal}.site-section{position:relative;padding:92px 0}.site-section__head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.7fr);gap:60px;align-items:end;margin-bottom:38px}.site-section__head h2{max-width:760px;margin:0;font-size:clamp(38px,4.8vw,58px);line-height:1.02;letter-spacing:-.052em}.site-section__head p{margin:0;color:var(--selection-muted);font-size:16px;line-height:1.65}.site-directions{background:#fff;scroll-margin-top:32px}.site-direction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.site-direction-card{display:flex;min-height:550px;padding:28px;flex-direction:column;background:radial-gradient(340px 180px at 100% 0,rgba(71,148,239,.1),transparent 68%),linear-gradient(145deg,#fff,#f5f9fb);border:1px solid var(--selection-line);border-radius:22px;box-shadow:0 14px 34px #0024300f}.site-direction-card__icon{display:grid;width:58px;height:58px;margin-bottom:30px;color:var(--selection-blue-deep);background:var(--selection-blue-soft);border-radius:16px;place-items:center}.site-direction-card h3{min-height:74px;margin:0 0 14px;font-size:clamp(25px,2.7vw,34px);line-height:1.08;letter-spacing:-.038em}.site-direction-card>p{min-height:96px;margin:0 0 22px;color:var(--selection-muted);font-size:15px;line-height:1.6}.site-direction-card ul{display:grid;gap:12px;padding:20px 0 26px;margin:0;list-style:none;border-top:1px solid var(--selection-line)}.site-direction-card li{display:flex;gap:10px;align-items:flex-start;color:var(--selection-ink-soft);font-size:13px;font-weight:600;line-height:1.45}.site-direction-card li .landing-icon{margin-top:1px;color:var(--selection-blue-dark)}.site-direction-card__actions{display:grid;gap:10px;margin-top:auto}.site-direction-card__cta{width:100%;gap:10px}.site-contact-preview{position:relative;padding:90px 0;overflow:hidden;color:#fff;background:radial-gradient(700px 300px at 90% 5%,rgba(71,148,239,.38),transparent 68%),linear-gradient(125deg,#001317,#032a3f 58%,#0a4161)}.site-contact-preview__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:72px;align-items:center}.site-contact-preview h2{margin:0 0 16px;color:#fff;font-size:clamp(38px,4.8vw,58px);line-height:1.02;letter-spacing:-.05em}.site-contact-preview p{margin:0;color:#ffffffb3;font-size:16px;line-height:1.65}.site-contact-preview__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.site-page .site-btn-light{color:var(--selection-blue-deep);background:#fff}.site-contact-list{display:grid;width:min(314px,100%);gap:10px;justify-self:end}.site-contact-list a{display:grid;grid-template-columns:46px minmax(0,1fr);padding:20px;-moz-column-gap:13px;column-gap:13px;color:#fff;background:#ffffff14;border:1px solid hsla(0,0%,100%,.15);border-radius:16px;text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}.site-contact-list a:hover{background:#ffffff21;border-color:#9ac7fa8c;transform:translateY(-2px)}.site-contact-list a>span{display:grid;grid-row:1/3;width:46px;height:46px;color:#9ac7fa;background:#4794ef2e;border-radius:13px;place-items:center}.site-contact-list a>.site-contact-list__icon--phone{color:#55d99a;background:#24b17133}.site-contact-list small{color:#ffffff94;font-size:12px}.site-contact-list strong{overflow-wrap:anywhere;font-size:14px}.contacts-hero{position:relative;padding:92px 0 82px;overflow:hidden;background:radial-gradient(800px 380px at 90% -8%,rgba(71,148,239,.2),transparent 64%),linear-gradient(145deg,#f8fbfd,#e6f0f5)}.contacts-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.62fr);gap:70px;align-items:center}.contacts-hero h1{margin:0 0 22px;font-size:clamp(50px,7vw,82px);line-height:.98;letter-spacing:-.058em}.contacts-hero__grid>div:first-child>p{max-width:690px;margin:0 0 30px;color:var(--selection-ink-soft);font-size:clamp(18px,1.8vw,21px);line-height:1.6}.contacts-hero__grid>div:last-child>.site-hero__actions{margin:0 0 12px}.contacts-hero__aside,.contacts-hero__callback{width:100%}.contacts-hero__note{display:flex;padding:24px;gap:16px;align-items:flex-start;background:#ffffffd6;border:1px solid var(--selection-line-strong);border-radius:19px;box-shadow:0 22px 55px #0026321a}.contacts-hero__note>.landing-icon{flex:0 0 auto;color:var(--selection-blue-dark)}.contacts-hero__note strong{display:block;margin-bottom:6px;font-size:16px}.contacts-hero__note p{margin:0;color:var(--selection-muted);font-size:14px;line-height:1.55}.contacts-section{background:#fff}.contacts-section__head{grid-template-columns:minmax(0,1fr) minmax(300px,.58fr)}.contacts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.contact-card{display:flex;min-height:300px;padding:28px;flex-direction:column;color:var(--selection-ink);background:radial-gradient(300px 150px at 100% 0,rgba(71,148,239,.12),transparent 70%),linear-gradient(145deg,#fff,#f3f8fa);border:1px solid var(--selection-line);border-radius:22px;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.contact-card:hover{border-color:var(--selection-blue);box-shadow:0 20px 45px #0026321a;transform:translateY(-3px)}.contact-card__icon{display:grid;width:56px;height:56px;margin-bottom:42px;color:var(--selection-blue-deep);background:var(--selection-blue-soft);border-radius:16px;place-items:center}.contact-card__icon--phone{color:var(--selection-green,#087a49);background:#087a491c}.contact-card small{margin-bottom:5px;color:var(--selection-muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.contact-card>strong{overflow-wrap:anywhere;font-size:clamp(18px,2vw,25px);line-height:1.2}.contact-card__action{margin-top:auto;padding-top:30px;color:var(--selection-blue-deep);font-size:13px;font-weight:750}.contact-card__action i{margin-left:5px;font-style:normal}.contacts-direction-strip{position:relative;padding:56px 0;overflow:hidden;background:linear-gradient(145deg,#edf5f8,#e1edf3)}.contacts-direction-strip__inner{position:relative;z-index:1;display:flex;gap:36px;align-items:center;justify-content:space-between}.contacts-direction-strip h2{margin:0 0 7px;font-size:clamp(30px,4vw,45px);line-height:1.05;letter-spacing:-.045em}.contacts-direction-strip p{margin:0;color:var(--selection-muted)}.contacts-direction-strip nav{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}.contacts-direction-strip nav a{display:inline-flex;min-height:45px;padding:0 15px;gap:8px;align-items:center;color:var(--selection-ink-soft);background:#fffc;border:1px solid var(--selection-line-strong);border-radius:11px;font-size:13px;font-weight:750;text-decoration:none}.contacts-direction-strip nav a .landing-icon{color:var(--selection-blue-deep)}.contacts-direction-strip nav a:hover{color:var(--selection-blue-deep);background:#fff;border-color:var(--selection-blue)}.callback-modal__dialog{width:min(470px,100%)}.callback-form__security{display:flex;gap:7px;align-items:center;justify-content:center;margin:-5px 0 0;color:var(--selection-green,#087a49);font-size:12px;font-weight:650}@media(max-width:1160px){.site-shell .header-login,.site-shell .header-phone,.site-shell .navlinks{display:none}.site-shell .header-menu{display:block}.contacts-hero__grid,.site-contact-preview__grid,.site-hero__grid{gap:44px}.site-direction-card{padding:24px}}@media(max-width:960px){.contacts-hero__grid,.selection-page .selection-usp-band__grid,.site-contact-preview__grid,.site-hero__grid{grid-template-columns:1fr}.contacts-hero__grid>div:first-child,.site-hero__copy{max-width:780px}.contacts-hero__aside,.contacts-hero__note,.site-hero__panel{width:min(650px,100%)}.contacts-grid,.site-direction-grid{grid-template-columns:1fr}.site-direction-card,.site-direction-card h3,.site-direction-card>p{min-height:0}.site-direction-card__actions{margin-top:8px}.site-contact-list{justify-self:start}.contact-card{min-height:230px}.contact-card__icon{margin-bottom:26px}.site-section__head{grid-template-columns:1fr;gap:18px;align-items:start}}@media(max-width:780px){.site-shell .nav{min-height:72px;gap:10px}.site-shell .logo-img{height:44px}.site-shell .header-actions{margin-left:auto}.site-shell .header-cta{min-height:40px;padding:0 12px;font-size:12px}.site-shell .header-menu summary{width:40px;height:40px}.selection-page .selection-usp-band__items{grid-template-columns:1fr}.selection-page .selection-usp-band__items li{min-height:0}.contacts-hero,.site-hero{padding:62px 0 66px}.site-hero h1{font-size:clamp(42px,12vw,62px)}.site-hero__steps{grid-template-columns:1fr}.site-contact-preview,.site-section{padding:62px 0}.site-section__head{margin-bottom:28px}.contacts-direction-strip__inner{align-items:flex-start;flex-direction:column}.contacts-direction-strip nav{justify-content:flex-start}}@media(max-width:520px){.site-shell .header-cta{max-width:118px;padding:0 9px;line-height:1.15}.site-shell .header-menu__panel{right:-2px}.selection-page .selection-usp-band{padding:28px 0}.selection-page .selection-usp-band__grid{gap:24px}.site-contact-preview__actions,.site-hero__actions{display:grid}.site-contact-preview__actions .btn,.site-hero__actions .btn{width:100%}.site-hero__steps{gap:13px}.contact-card,.site-direction-card,.site-hero__panel{padding:21px;border-radius:18px}.site-direction-card h3{font-size:28px}.site-contact-list a{padding:17px}.contacts-hero h1{font-size:48px}.contacts-direction-strip nav{display:grid;width:100%}.contacts-direction-strip nav a{width:100%}}@media(max-width:380px){.site-shell .nav{gap:6px}.site-shell .logo-img{height:32px}.site-shell .header-actions{gap:6px}.site-shell .header-cta{min-height:36px;max-width:102px;padding:0 6px;font-size:10.5px}.site-shell .header-menu summary{width:36px;height:36px;padding:8px}}
