:root{--color-white: #ffffff;--color-surface: #f4f7fb;--color-surface-strong: #eaf1f8;--color-ink: #1f2933;--color-muted: #667085;--color-navy: #0d1f35;--color-blue: #0f4fa8;--color-blue-soft: #1e88e5;--color-border: #d9e2ec;--color-success: #16866a;--shadow-soft: 0 18px 44px rgba(15, 79, 168, .08);--shadow-card: 0 10px 28px rgba(13, 31, 53, .08);--radius: 8px;--container: 1180px;--header-height: 78px;--font-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-ink);background:var(--color-white);font-family:var(--font-main);line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{border:0}.container{width:min(100% - 40px,var(--container));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;min-height:var(--header-height);border-bottom:1px solid rgba(217,226,236,.82);background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;width:min(100% - 40px,1320px);min-height:var(--header-height);gap:22px}.brand{display:inline-flex;align-items:center;flex:0 0 auto;gap:12px;min-width:0;color:var(--color-navy);font-weight:750}.brand img{width:46px;height:46px;border-radius:6px;object-fit:cover}.brand span{max-width:210px;line-height:1.16}.site-header__nav{display:flex;align-items:center;justify-content:flex-end;gap:22px;min-width:0;flex:1}.nav{display:flex;align-items:center;justify-content:center;gap:18px;min-width:0;flex:0 1 auto}.nav a{color:var(--color-muted);font-size:14px;font-weight:650;white-space:nowrap}.nav a:hover,.phone-link:hover,.footer__links a:hover{color:var(--color-blue)}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;gap:10px}.phone-link{display:inline-flex;align-items:center;gap:7px;color:var(--color-navy);font-size:14px;font-weight:750;white-space:nowrap}.menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;color:var(--color-navy);background:var(--color-surface);cursor:pointer}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid transparent;border-radius:8px;padding:0 16px;font-weight:750;line-height:1;white-space:nowrap;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.button:hover{transform:translateY(-1px)}.button--primary{color:var(--color-white);background:var(--color-blue);box-shadow:var(--shadow-soft)}.button--primary:hover{background:#0c428d}.button--secondary{color:var(--color-blue);border-color:#0f4fa83d;background:var(--color-white)}.button--secondary:hover{border-color:#0f4fa86b;background:#f8fbff}.button--ghost{color:var(--color-navy);border-color:var(--color-border);background:var(--color-white)}.button--ghost:hover{color:var(--color-blue);border-color:#0f4fa859}.button--sm{min-height:38px;padding:0 12px;font-size:13px}.button--lg{min-height:50px;padding:0 20px;font-size:15px}.button--disabled{opacity:.62;pointer-events:none}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--color-border);background:linear-gradient(90deg,#fffffffa,#fffffff0 48%,#f4f7fbc7),var(--color-white)}.hero__inner{position:relative;display:grid;align-items:center;min-height:min(720px,calc(100svh - var(--header-height) - 70px));padding:58px 0}.hero__content{position:relative;z-index:2;max-width:760px}.eyebrow{margin:0 0 12px;color:var(--color-blue);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:860px;margin-bottom:22px;color:var(--color-navy);font-size:clamp(42px,6.2vw,78px);line-height:.98;letter-spacing:0}h2{margin-bottom:14px;color:var(--color-navy);font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:0}h3{margin-bottom:10px;color:var(--color-navy);font-size:19px;line-height:1.22}.hero__subtitle{max-width:720px;margin-bottom:26px;color:var(--color-ink);font-size:19px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.hero__trust{max-width:690px;margin-bottom:18px;color:var(--color-muted);font-size:15px}.hero__chips{display:flex;flex-wrap:wrap;gap:10px}.hero__chips span{display:inline-flex;align-items:center;gap:7px;min-height:36px;border:1px solid rgba(22,134,106,.22);border-radius:8px;padding:0 12px;color:#145f4d;background:#16866a14;font-size:14px;font-weight:700}.hero__visual{position:absolute;right:-4vw;bottom:-80px;z-index:1;width:min(42vw,540px);opacity:.16}.hero__visual img{width:100%;filter:saturate(.95)}.hero__visual-lines{position:absolute;right:12%;bottom:22%;display:grid;gap:14px;width:48%}.hero__visual-lines span{display:block;height:2px;background:var(--color-blue-soft)}.section{padding:92px 0}.section--muted{background:var(--color-surface)}.section--download{color:var(--color-white);background:var(--color-navy)}.section--download .section-title h2,.section--download .download-card h3{color:var(--color-white)}.section--download .section-title p,.section--download .download-card p,.download-note{color:#ffffffc2}.section-title{max-width:760px;margin-bottom:38px}.section-title--center{margin-right:auto;margin-left:auto;text-align:center}.section-title>p:not(.eyebrow){color:var(--color-muted);font-size:18px}.grid{display:grid;gap:18px}.grid--services{grid-template-columns:repeat(4,minmax(0,1fr))}.grid--trust{grid-template-columns:repeat(3,minmax(0,1fr))}.card{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-white);box-shadow:var(--shadow-card)}.service-card,.trust-card{min-height:230px;padding:24px}.service-card p,.trust-card p,.step p{margin-bottom:0;color:var(--color-muted)}.icon-box{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:20px;border-radius:8px;color:var(--color-blue);background:#0f4fa817}.icon-box--soft{color:var(--color-success);background:#16866a17}.split-section{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:48px;align-items:start}.transparency{border:1px solid var(--color-border);border-radius:var(--radius);padding:30px;background:var(--color-surface)}.transparency ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}.transparency li{display:grid;grid-template-columns:22px 1fr;gap:10px;color:var(--color-ink)}.transparency svg{color:var(--color-success)}.download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.download-card{display:grid;align-content:space-between;gap:24px;min-height:280px;padding:26px;border-color:#ffffff29;background:#ffffff14;box-shadow:none}.download-card__icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:8px;color:var(--color-white);background:#ffffff1f}.download-note{max-width:760px;margin:26px auto 0;text-align:center}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.step{position:relative;min-height:230px;border-top:3px solid var(--color-blue);padding:24px 20px 0 0}.step>span{display:block;margin-bottom:18px;color:#0f4fa857;font-size:42px;font-weight:850;line-height:1}.contacts-section{background:linear-gradient(90deg,#f4f7fbeb,#fffffffa),var(--color-surface)}.contacts{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:48px;align-items:center}.contacts__panel{border:1px solid var(--color-border);border-radius:var(--radius);padding:28px;background:var(--color-white);box-shadow:var(--shadow-card)}.contacts__phone{display:inline-flex;align-items:center;gap:12px;margin-bottom:20px;color:var(--color-navy);font-size:25px;font-weight:850}.contacts__actions{display:flex;flex-wrap:wrap;gap:10px}.footer{border-top:1px solid var(--color-border);padding:34px 0;background:var(--color-white)}.footer__inner{display:grid;grid-template-columns:minmax(280px,1fr) minmax(260px,1fr) auto;gap:24px;align-items:center}.footer__brand{display:flex;align-items:center;gap:14px}.footer__brand img{width:42px;height:42px;border-radius:6px;object-fit:cover}.footer__brand p{margin-bottom:3px;color:var(--color-navy);font-weight:800}.footer__brand span,.footer__tagline{color:var(--color-muted);font-size:14px}.footer__tagline{margin-bottom:0}.footer__links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px;color:var(--color-muted);font-size:14px;font-weight:700}@media(max-width:1280px){.brand span{max-width:168px}.site-header__nav,.nav{gap:10px}.nav a{font-size:13px}.phone-link span{display:none}.site-header__actions{gap:8px}.site-header__actions .button--sm{padding:0 10px}.grid--services{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1100px){:root{--header-height: 72px}.menu-toggle{display:inline-flex}.site-header__nav{position:absolute;top:calc(100% + 1px);right:20px;left:20px;display:none;align-items:stretch;border:1px solid var(--color-border);border-radius:8px;padding:18px;background:var(--color-white);box-shadow:var(--shadow-card)}.site-header__nav.is-open{display:grid;gap:16px}.nav,.site-header__actions{display:grid;justify-content:stretch;gap:10px}.nav a,.site-header__actions .button,.site-header__actions .phone-link{justify-content:center;min-height:44px}.phone-link span{display:inline}.hero__inner{min-height:auto;padding:48px 0 54px}.hero__visual{right:-120px;width:520px}.grid--services,.grid--trust{grid-template-columns:repeat(2,minmax(0,1fr))}.split-section,.contacts{grid-template-columns:1fr;gap:28px}.download-grid,.steps{grid-template-columns:1fr 1fr}.footer__inner{grid-template-columns:1fr}.footer__links{justify-content:flex-start}}@media(max-width:768px){.container{width:min(100% - 28px,var(--container))}.brand span{max-width:190px}.hero{min-height:auto}.hero__inner{min-height:auto;padding:34px 0 38px}h1{font-size:clamp(31px,10.2vw,48px);line-height:1.02}.hero__subtitle{font-size:16px}.hero__actions,.contacts__actions{display:grid}.hero__actions .button,.contacts__actions .button,.download-card .button{width:100%}.hero__visual{opacity:.08;right:-170px;bottom:0;width:440px}.section{padding:66px 0}.grid--services,.grid--trust,.download-grid,.steps{grid-template-columns:1fr}.service-card,.trust-card,.download-card,.step{min-height:auto}.contacts__phone{font-size:21px}}@media(max-width:480px){.brand img{width:40px;height:40px}.brand span{max-width:156px;font-size:14px}.menu-toggle{width:42px;height:42px}.hero__chips{display:grid}.section-title{margin-bottom:28px}.section-title>p:not(.eyebrow),.hero__subtitle{font-size:16px}.transparency,.contacts__panel,.download-card,.service-card,.trust-card{padding:22px}}@media(max-width:360px){.container{width:min(100% - 22px,var(--container))}.brand span{max-width:136px}h1{font-size:30px}.contacts__phone{font-size:19px}}
