:root {
    --navy: #0b2856;
    --navy-deep: #071a36;
    --blue: #2f6fbc;
    --blue-soft: #e7eff8;
    --red: #d8212b;
    --ink: #17233a;
    --muted: #647084;
    --line: #d9e2ed;
    --paper: #f7f9fc;
    --white: #fff;
    --shadow: 0 24px 70px rgba(18, 45, 79, .12);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.v5-container { width: min(1440px, calc(100% - 80px)); margin-inline: auto; }
.v5-skip { position: fixed; z-index: 1000; left: 16px; top: -70px; padding: 12px 18px; background: var(--navy); color: #fff; }
.v5-skip:focus { top: 16px; }
.v5-kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 22px; color: var(--blue); font-size: 13px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.v5-kicker > span { width: 34px; height: 1px; background: currentColor; }
.v5-kicker-light { color: #8bb9ee; }
.v5-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 520px); gap: 70px; align-items: end; margin-bottom: 54px; }
.v5-section-head > div > .v5-kicker { margin-bottom: 20px; }
.v5-section-head h2, .v5-section-head-center h2 { margin: 0; color: var(--navy-deep); font: 400 clamp(42px, 4.2vw, 68px)/.99 var(--serif); letter-spacing: -.035em; }
.v5-section-head > p:last-child { margin: 0 0 4px; color: var(--muted); font-size: 18px; }
.v5-section-head-center { display: block; max-width: 930px; margin: 0 auto 56px; text-align: center; }
.v5-section-head-center .v5-kicker { justify-content: center; margin-bottom: 22px; }
.v5-section-head-center > p:last-child { max-width: 680px; margin: 18px auto 0; color: var(--muted); font-size: 18px; }

/* header */
.v5-header { position: sticky; z-index: 50; top: 0; height: 94px; border-bottom: 1px solid rgba(11,40,86,.11); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.v5-header-row { height: 100%; display: grid; grid-template-columns: 1.25fr auto 1.2fr; align-items: center; gap: 38px; }
.v5-brand { display: flex; flex-direction: column; width: max-content; color: var(--navy-deep); line-height: 1; }
.v5-brand strong { font: 400 clamp(23px, 2vw, 31px)/1 var(--serif); }
.v5-brand i { color: var(--red); font-weight: 400; }
.v5-brand span { margin-top: 9px; color: #7c8a9d; font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.v5-nav { display: flex; align-items: center; gap: 34px; }
.v5-nav a { color: #35445b; font-size: 14px; font-weight: 650; }
.v5-nav a:hover { color: var(--blue); }
.v5-nav-services { position: relative; }
.v5-services-trigger { display: inline-flex; align-items: center; gap: 7px; padding: 9px 0; border: 0; background: transparent; color: #35445b; font-size: 14px; font-weight: 650; cursor: pointer; }
.v5-services-trigger svg { width: 16px; transition: transform .2s ease; }
.v5-nav-services.is-open .v5-services-trigger { color: var(--blue); }
.v5-nav-services.is-open .v5-services-trigger svg { transform: rotate(180deg); }
.v5-mega { position: fixed; z-index: 70; top: 94px; left: 50%; width: min(1400px, calc(100vw - 48px)); max-height: calc(100vh - 117px); display: none; overflow: auto; transform: translateX(-50%); border: 1px solid #cfdae7; border-top: 3px solid var(--navy); border-radius: 0 0 22px 22px; background: rgba(255,255,255,.99); box-shadow: 0 34px 90px rgba(10,37,70,.22); }
.v5-nav-services.is-open .v5-mega { display: block; }
.v5-mega-head { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 23px 28px; border-bottom: 1px solid var(--line); background: linear-gradient(100deg,#f7f9fc,#edf3f8); }
.v5-mega-head div { display: grid; gap: 3px; }
.v5-mega-head small { color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.v5-mega-head strong { color: var(--navy); font: 400 22px/1.15 var(--serif); }
.v5-mega-head > a { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; color: var(--red); }
.v5-mega-grid { display: grid; grid-template-columns: 1.1fr .95fr .72fr 1.35fr; gap: 0; }
.v5-mega-group { min-width: 0; padding: 25px 24px 27px; border-right: 1px solid var(--line); }
.v5-mega-group:last-child { border-right: 0; }
.v5-mega-group header { min-height: 59px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.v5-mega-group header strong, .v5-mega-group header small { display: block; }
.v5-mega-group header strong { color: var(--navy); font: 400 21px/1.1 var(--serif); }
.v5-mega-group header small { margin-top: 5px; color: #7b8899; font-size: 11px; }
.v5-mega-group > div { padding-top: 8px; }
.v5-mega-group a { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 7px 0; border-bottom: 1px solid rgba(217,226,237,.62); color: #35445b; font-size: 12px; line-height: 1.25; }
.v5-mega-group a:last-child { border-bottom: 0; }
.v5-mega-group a b { flex: 0 0 auto; color: #9ba8b8; font-size: 13px; transition: transform .2s ease; }
.v5-mega-group a:hover, .v5-mega-group a[aria-current="page"] { color: var(--red); }
.v5-mega-group a:hover b { transform: translateX(3px); color: var(--red); }
.v5-header-contact { justify-self: end; display: flex; align-items: center; gap: 16px; }
.v5-header-contact > button { display: flex; flex-direction: column; align-items: flex-end; padding: 0; border: 0; background: none; color: var(--navy-deep); cursor: copy; }
.v5-header-contact > button strong { font-size: 20px; letter-spacing: .02em; }
.v5-header-contact > button small { color: #8793a4; font-size: 10px; }
.v5-header-contact > a { display: flex; align-items: center; gap: 8px; height: 46px; padding: 0 19px; border: 1px solid rgba(216,33,43,.7); border-radius: 3px; color: #bd2730; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.v5-header-contact > a:hover { background: var(--red); color: #fff; }
.v5-menu { display: none; justify-self: end; border: 0; background: none; color: var(--navy); }

/* hero */
.v5-hero { position: relative; min-height: 810px; overflow: hidden; background: #eaf0f7 url('/assets/img/hero-volsky-light-v5.webp') center/cover no-repeat; }
.v5-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(247,250,253,.98) 0%, rgba(247,250,253,.95) 30%, rgba(247,250,253,.45) 49%, rgba(247,250,253,0) 68%); }
.v5-hero-content { position: relative; z-index: 1; min-height: 810px; display: flex; align-items: center; padding-block: 76px; }
.v5-hero-copy { width: min(700px, 52%); }
.v5-hero h1 { margin: 0; color: var(--navy); font: 400 clamp(54px, 4.65vw, 74px)/.99 var(--serif); letter-spacing: -.045em; }
.v5-hero-facts { display: flex; align-items: center; gap: 18px; margin-top: 26px; font-size: 17px; }
.v5-hero-facts b { color: var(--navy); }
.v5-hero-facts i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }
.v5-hero-facts span { color: var(--red); }
.v5-hero-lead { max-width: 600px; margin: 24px 0 0; color: #4e5d72; font-size: 18px; }
.v5-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.v5-mobile-portrait { display: none; }
.v5-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 30px; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-weight: 720; transition: transform .2s ease, background .2s ease, color .2s ease; }
.v5-button:hover { transform: translateY(-2px); }
.v5-button-primary { background: var(--navy); color: #fff; }
.v5-button-primary:hover { background: #123c73; }
.v5-button-ghost { border-color: #c6d2df; background: rgba(255,255,255,.46); color: var(--navy); }
.v5-button-blue { background: #4c8bd2; color: #fff; }
.v5-button-light { background: #fff; color: var(--navy); }
.v5-button svg { width: 19px; }
.v5-hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 610px; margin-top: 32px; }
.v5-hero-trust > * { min-height: 128px; padding: 21px 24px; border: 1px solid rgba(143,163,186,.38); border-top-color: rgba(216,33,43,.65); background: rgba(255,255,255,.7); box-shadow: 0 12px 28px rgba(39,72,106,.08); backdrop-filter: blur(8px); }
.v5-hero-trust a { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 10px; }
.v5-hero-trust b { color: var(--navy-deep); font: 400 40px/1 var(--serif); }
.v5-stars { color: var(--red); letter-spacing: .11em; }
.v5-hero-trust small { color: var(--muted); }
.v5-hero-trust a small { grid-column: 1 / -1; }
.v5-hero-trust div { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; }
.v5-hero-trust div b { color: var(--red); }
.v5-hero-trust div span { color: var(--navy); font-weight: 650; }
.v5-hero-trust div small { grid-column: 1 / -1; }

/* verified facts */
.v5-confidence { position: relative; z-index: 2; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.v5-confidence-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.v5-confidence-grid > div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 22px 24px; border-right: 1px solid var(--line); }
.v5-confidence-grid > div:first-child { border-left: 1px solid var(--line); }
.v5-confidence-grid b { color: var(--navy); font: 400 23px/1.1 var(--serif); }
.v5-confidence-grid span { margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.4; }

/* direction */
.v5-direction-section { padding: 122px 0 130px; background: #fff; }
.v5-directions { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.v5-direction { position: relative; min-height: 660px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background-position: center; background-size: cover; box-shadow: 0 18px 45px rgba(16,52,91,.08); }
.v5-direction::after { content: ''; position: absolute; inset: 0; }
.v5-direction-citizens { background-image: url('/assets/img/citizens-moscow-v5.webp'); }
.v5-direction-citizens::after { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 47%, rgba(255,255,255,.12) 100%); }
.v5-direction-business { color: #fff; background-image: url('/assets/img/business-moscow-v5.webp'); }
.v5-direction-business::after { background: linear-gradient(90deg, rgba(5,20,43,.97) 0%, rgba(5,20,43,.85) 52%, rgba(5,20,43,.2) 100%); }
.v5-direction-body { position: relative; z-index: 1; width: 60%; min-width: 410px; padding: 50px 46px; }
.v5-direction-title { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
.v5-direction-title > span { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid #b8cee7; border-radius: 50%; color: var(--blue); background: rgba(255,255,255,.72); }
.v5-direction-title svg { width: 28px; height: 28px; }
.v5-direction-title h3 { margin: 0; color: var(--navy); font: 400 34px/1 var(--serif); text-transform: uppercase; }
.v5-direction-business .v5-direction-title h3 { color: #fff; }
.v5-direction-business .v5-direction-title > span { border-color: #507aa9; color: #80b8f5; background: rgba(39,82,133,.55); }
.v5-direction-links { margin-bottom: 32px; border-top: 1px solid rgba(81,105,134,.22); }
.v5-direction-links a { min-height: 61px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(81,105,134,.22); font-size: 17px; }
.v5-direction-links a:hover { color: var(--blue); padding-left: 5px; }
.v5-direction-links svg { flex: 0 0 auto; }
.v5-direction-business .v5-direction-links a { border-color: rgba(177,205,237,.2); color: #f4f8ff; }
.v5-direction-business .v5-direction-links a:hover { color: #8bc0ff; }

/* principal */
.v5-principal { display: grid; grid-template-columns: 48% 52%; min-height: 820px; background: #f6f8fb; }
.v5-principal-image { position: relative; min-height: 820px; overflow: hidden; background: var(--navy-deep); }
.v5-principal-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 66%, #f6f8fb 100%); }
.v5-principal-image img { width: 100%; height: 100%; object-fit: cover; object-position: 44% center; }
.v5-principal-copy { padding: 88px max(5vw, 60px) 82px 72px; }
.v5-principal-copy h2 { max-width: 800px; margin: 0; color: var(--navy-deep); font: 400 clamp(44px, 4vw, 66px)/1.02 var(--serif); letter-spacing: -.035em; }
.v5-principal-name { margin-top: 34px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.v5-principal-name strong { display: block; color: var(--navy); font: 400 28px/1.2 var(--serif); }
.v5-principal-name span { display: block; margin-top: 6px; color: var(--muted); }
.v5-principles { margin: 18px 0 30px; padding: 0; list-style: none; }
.v5-principles li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.v5-principles li > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #bed1e6; border-radius: 50%; color: var(--blue); }
.v5-principles b { color: var(--navy); font-size: 17px; }
.v5-principles p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }

/* proof */
.v5-proof { padding: 110px 0; color: #fff; background: radial-gradient(circle at 85% 20%, #214f85 0, transparent 32%), var(--navy-deep); }
.v5-proof-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 80px; align-items: center; }
.v5-proof h2 { max-width: 760px; margin: 0; font: 400 clamp(44px, 4vw, 65px)/1.02 var(--serif); letter-spacing: -.035em; }
.v5-proof p:not(.v5-kicker) { max-width: 720px; margin: 24px 0 0; color: #c2d1e3; font-size: 18px; }
.v5-rating-panel { display: grid; grid-template-columns: auto 1fr; padding: 34px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.v5-yandex { display: grid; place-items: center; width: 42px; height: 42px; margin-right: 12px; border-radius: 12px; background: #f33; font-size: 23px; font-weight: 800; }
.v5-rating-panel small { align-self: center; font-weight: 700; }
.v5-rating-panel strong { grid-column: 1 / -1; margin-top: 25px; font: 400 76px/1 var(--serif); }
.v5-rating-panel div { grid-column: 1 / -1; color: #ffcf58; letter-spacing: .15em; }
.v5-rating-panel b { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); }
.v5-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.v5-review-grid article { min-height: 255px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.07); }
.v5-review-grid header { display: flex; align-items: center; gap: 14px; }
.v5-review-grid header > span { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; border-radius: 50%; background: rgba(117,169,230,.18); color: #9bc8fb; font-weight: 800; }
.v5-review-grid header b, .v5-review-grid header small { display: block; }
.v5-review-grid header small { margin-top: 3px; color: #91a8c1; }
.v5-review-meta { display: flex; align-items: center; gap: 10px; margin-top: 20px; }
.v5-review-meta span { color: #ffcf58; font-size: 12px; letter-spacing: .12em; }
.v5-review-meta small { color: #91a8c1; font-size: 12px; }
.v5-review-grid q { margin: 30px 0; color: #fff; font: 400 24px/1.35 var(--serif); quotes: "«" "»"; }
.v5-review-grid a { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; color: #a9cefb; font-size: 13px; font-weight: 750; }

/* process */
.v5-process { padding: 125px 0; background: #fff; }
.v5-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.v5-steps li { position: relative; min-height: 260px; padding: 34px 26px; border-right: 1px solid var(--line); }
.v5-steps li:last-child { border-right: 0; }
.v5-steps span { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.v5-steps b { display: block; margin-top: 40px; color: var(--navy); font: 400 24px/1.13 var(--serif); }
.v5-steps p { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.v5-process-action { display: flex; justify-content: center; margin-top: 38px; }

/* business callout */
.v5-business-callout { padding: 112px 0; color: #fff; background: #081d3b; }
.v5-business-callout-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 90px; align-items: center; }
.v5-business-callout h2 { margin: 0; font: 400 clamp(44px, 4.2vw, 68px)/1 var(--serif); letter-spacing: -.035em; }
.v5-business-callout p { max-width: 760px; color: #bfd0e4; font-size: 18px; }
.v5-text-button { border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: none; color: #fff; cursor: pointer; }
.v5-business-callout ul { margin: 0; padding: 0; list-style: none; }
.v5-business-callout li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.v5-business-callout li > span { color: #75a9e6; font-weight: 800; }
.v5-business-callout li b { font: 400 21px/1.2 var(--serif); }
.v5-business-callout li p { grid-column: 2; margin: -8px 0 0; font-size: 14px; }

/* when */
.v5-when { padding: 120px 0; background: #f3f6fa; }
.v5-when-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.v5-when article { min-height: 285px; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 40px rgba(31,62,98,.06); }
.v5-when article > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); }
.v5-when h3 { margin: 42px 0 0; color: var(--navy); font: 400 27px/1.1 var(--serif); }
.v5-when p { margin: 14px 0 0; color: var(--muted); }

/* contact */
.v5-contact { padding: 120px 0; color: #fff; background: linear-gradient(135deg, #071a36, #103867); }
.v5-contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 580px); gap: 90px; align-items: start; }
.v5-contact h2 { margin: 0; font: 400 clamp(44px, 4vw, 66px)/1.02 var(--serif); letter-spacing: -.035em; }
.v5-contact-copy > p:not(.v5-kicker) { max-width: 700px; color: #c3d2e3; font-size: 18px; }
.v5-contact-direct { display: flex; align-items: end; gap: 24px; margin-top: 34px; }
.v5-contact-direct button { display: flex; flex-direction: column; align-items: flex-start; padding: 0; border: 0; background: none; color: #fff; cursor: copy; }
.v5-contact-direct small, .v5-contact-direct span { color: #8fa8c3; }
.v5-contact-direct strong { font: 400 32px/1.35 var(--serif); }
.v5-contact-direct a { display: inline-flex; align-items: center; gap: 14px; color: #a9cefb; font-weight: 700; }
.v5-contact-copy ul { display: flex; flex-wrap: wrap; gap: 15px 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #b8cade; font-size: 13px; }
.v5-contact-copy li { display: flex; align-items: center; gap: 8px; }
.v5-form { padding: 34px; border-radius: 20px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.v5-form-head { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; }
.v5-form-head > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-weight: 800; }
.v5-form-head strong { color: var(--navy); font: 400 24px/1.2 var(--serif); }
.v5-form-head p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.v5-form > label:not(.v5-consent):not(.v5-file) { display: block; margin-top: 16px; color: #39485d; font-size: 13px; font-weight: 700; }
.v5-form label small { color: #8794a6; font-weight: 400; }
.v5-form input[type="text"], .v5-form input[type="tel"], .v5-form textarea { width: 100%; margin-top: 7px; border: 1px solid #cfd9e5; border-radius: 7px; outline: none; background: #fbfcfe; color: var(--ink); }
.v5-form input[type="text"], .v5-form input[type="tel"] { height: 54px; padding: 0 15px; }
.v5-form textarea { min-height: 92px; padding: 13px 15px; resize: vertical; }
.v5-form input:focus, .v5-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,111,188,.11); }
.v5-file { position: relative; display: block; margin-top: 16px; border: 1px dashed #adc1d8; border-radius: 8px; background: #f6f9fc; cursor: pointer; }
.v5-file > span { min-height: 64px; display: grid; grid-template-columns: 30px 1fr; align-items: center; padding: 10px 14px; color: var(--blue); }
.v5-file svg { grid-row: 1 / 3; width: 22px; }
.v5-file b { color: #30445f; font-size: 14px; }
.v5-file small { grid-column: 2; }
.v5-file input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.v5-consent { display: flex; align-items: flex-start; gap: 10px; margin: 17px 0; color: var(--muted); font-size: 12px; }
.v5-consent input { margin-top: 3px; accent-color: var(--blue); }
.v5-consent a { border-bottom: 1px solid currentColor; }
.v5-form > .v5-button { width: 100%; }
.v5-form-assurance { display: flex; align-items: center; gap: 8px; margin-top: 14px; color: #66778c; font-size: 12px; line-height: 1.45; }
.v5-form-assurance svg { width: 17px; height: 17px; flex: 0 0 17px; color: var(--blue); }
.v5-honey { position: absolute!important; left: -9999px!important; }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: 13px; }
.form-status.success { color: #18754a; }
.form-status.error { color: #b1202a; }

/* offices footer */
.v5-offices { padding: 70px 0; background: #fff; }
.v5-offices-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 26px; align-items: center; }
.v5-offices h2 { margin: 0; color: var(--navy); font: 400 38px/1.1 var(--serif); }
.v5-offices > p, .v5-offices-grid > div > p:last-child { color: var(--muted); }
.v5-offices article { min-height: 135px; display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: center; padding: 24px; border: 1px solid var(--line); background: #f8fafc; }
.v5-offices article > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); }
.v5-offices article small { display: block; color: var(--blue); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.v5-offices article strong { display: block; margin-top: 7px; color: var(--navy); font-size: 16px; }
.v5-offices article a { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--blue); font-size: 13px; font-weight: 750; }
.v5-offices article a svg { width: 16px; height: 16px; }
.v5-office-map { position: relative; min-height: 390px; margin-top: 28px; overflow: hidden; border: 1px solid var(--line); background: #e7edf4; }
.v5-office-map iframe { width: 100%; height: 390px; display: block; border: 0; filter: saturate(.8); }
.v5-office-map aside { position: absolute; z-index: 2; top: 28px; left: 28px; width: min(340px, calc(100% - 56px)); display: flex; flex-direction: column; gap: 8px; padding: 25px; background: rgba(7,26,54,.94); color: #fff; box-shadow: 0 20px 55px rgba(7,26,54,.28); backdrop-filter: blur(12px); }
.v5-office-map aside > span { color: #8bb9ee; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.v5-office-map aside > strong { margin-bottom: 10px; font: 400 23px/1.2 var(--serif); }
.v5-office-map aside button { display: flex; flex-direction: column; align-items: flex-start; padding: 10px 0; border: 0; border-top: 1px solid rgba(255,255,255,.18); background: none; color: #fff; cursor: copy; font-weight: 700; }
.v5-office-map aside button small { margin-top: 2px; color: #9cb0c8; font-size: 10px; font-weight: 400; }
.v5-footer { padding: 55px 0 35px; color: #b7c4d5; background: #061428; }
.v5-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 45px; }
.v5-footer .v5-brand { color: #fff; }
.v5-footer-grid > div:not(.v5-brand) { display: flex; flex-direction: column; gap: 7px; }
.v5-footer small { margin-bottom: 6px; color: #6f87a4; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.v5-footer button { width: fit-content; padding: 0; border: 0; background: none; color: #fff; cursor: copy; }
.v5-footer a:hover { color: #fff; }

/* modal and mobile */
.v5-modal { position: fixed; z-index: 200; inset: 0; display: none; place-items: center; padding: 20px; }
.v5-modal.is-open { display: grid; }
.v5-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(3,14,29,.72); backdrop-filter: blur(10px); }
.v5-modal-card { position: relative; z-index: 1; width: min(560px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 42px; border-radius: 22px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.v5-modal-card h2 { margin: 0; color: var(--navy); font: 400 40px/1.05 var(--serif); }
.v5-modal-card > p:not(.v5-kicker) { color: var(--muted); }
.v5-modal-close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--blue-soft); color: var(--navy); cursor: pointer; }
.v5-modal-form { padding: 0; box-shadow: none; }
.v5-toast { position: fixed; z-index: 300; left: 50%; bottom: 28px; transform: translate(-50%, 130%); padding: 12px 18px; border-radius: 6px; background: #071a36; color: #fff; opacity: 0; transition: .25s; }
.v5-toast.show { transform: translate(-50%, 0); opacity: 1; }
.v5-mobile-bar { display: none; }

/* Невысокий ноутбук: сохраняем первый экран цельным, не пряча CTA и trust. */
@media (min-width: 861px) and (max-height: 780px) {
    .v5-hero, .v5-hero-content { min-height: 650px; }
    .v5-hero-content { padding-block: 42px; }
    .v5-hero h1 { font-size: clamp(50px, 4.35vw, 60px); }
    .v5-hero-facts { margin-top: 18px; font-size: 15px; }
    .v5-hero-lead { margin-top: 17px; font-size: 16px; line-height: 1.55; }
    .v5-actions { margin-top: 22px; }
    .v5-hero-trust { margin-top: 20px; }
    .v5-hero-trust > * { min-height: 100px; padding: 15px 18px; }
}

@media (max-width: 1360px) {
    .v5-confidence-grid { grid-template-columns: repeat(3, 1fr); }
    .v5-confidence-grid > div:nth-child(4), .v5-confidence-grid > div:nth-child(5) { border-top: 1px solid var(--line); }
    .v5-container { width: min(100% - 48px, 1120px); }
    .v5-header-row { grid-template-columns: 1fr auto auto; gap: 20px; }
    .v5-nav { position: fixed; top: 94px; left: 0; right: 0; max-height: calc(100vh - 94px); display: none; overflow: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 24px 22px; border-bottom: 1px solid var(--line); background: #fff; }
    .v5-nav.is-open { display: flex; }
    .v5-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
    .v5-nav-services { border-bottom: 1px solid var(--line); }
    .v5-services-trigger { width: 100%; justify-content: space-between; padding: 14px 0; }
    .v5-mega { position: static; width: 100%; max-height: none; margin: 0 0 14px; overflow: visible; transform: none; border: 1px solid var(--line); border-top: 2px solid var(--navy); border-radius: 0 0 14px 14px; box-shadow: none; }
    .v5-mega-head { padding: 18px; }
    .v5-mega-head > a { display: none; }
    .v5-mega-grid { grid-template-columns: 1fr 1fr; }
    .v5-mega-group { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .v5-mega-group:nth-child(2n) { border-right: 0; }
    .v5-mega-group:nth-last-child(-n+2) { border-bottom: 0; }
    .v5-mega-group a { min-height: 44px; padding: 9px 0; border-bottom: 1px solid rgba(217,226,237,.62); font-size: 13px; }
    .v5-header-contact { display: flex; }
    .v5-menu { display: block; }
    .v5-hero-copy { width: 58%; }
    .v5-hero::after { background: linear-gradient(90deg, rgba(247,250,253,.99), rgba(247,250,253,.9) 45%, rgba(247,250,253,0) 76%); }
    .v5-direction-body { width: 72%; min-width: 0; padding: 42px 34px; }
    .v5-principal { grid-template-columns: 44% 56%; }
    .v5-principal-copy { padding-inline: 45px; }
    .v5-steps { grid-template-columns: repeat(3, 1fr); }
    .v5-steps li { border-bottom: 1px solid var(--line); }
    .v5-contact-grid { gap: 50px; }
}

@media (max-width: 860px) {
    .v5-confidence-grid { grid-template-columns: 1fr 1fr; }
    .v5-confidence-grid > div { min-height: 100px; border-top: 1px solid var(--line); }
    .v5-confidence-grid > div:nth-child(-n+2) { border-top: 0; }
    .v5-container { width: min(100% - 36px, 760px); }
    .v5-header { height: 78px; }
    .v5-header-row { grid-template-columns: 1fr auto; }
    .v5-header-contact { display: none; }
    .v5-nav { top: 78px; }
    .v5-brand strong { font-size: 23px; }
    .v5-brand span { margin-top: 6px; font-size: 8px; }
    .v5-hero, .v5-hero-content { min-height: 900px; }
    .v5-hero { background-position: 64% center; }
    .v5-hero::after { background: linear-gradient(180deg, rgba(247,250,253,.98) 0, rgba(247,250,253,.93) 48%, rgba(247,250,253,.18) 76%, rgba(247,250,253,.9) 100%); }
    .v5-hero-content { align-items: flex-start; padding-top: 65px; }
    .v5-hero-copy { width: 100%; }
    .v5-hero h1 { max-width: 670px; font-size: clamp(47px, 8vw, 64px); }
    .v5-hero-lead { max-width: 560px; }
    .v5-hero-trust { margin-top: 300px; }
    .v5-direction-section, .v5-process, .v5-when { padding-block: 88px; }
    .v5-directions { grid-template-columns: 1fr; }
    .v5-direction { min-height: 620px; }
    .v5-direction-body { width: 60%; }
    .v5-principal { grid-template-columns: 1fr; }
    .v5-principal-image { min-height: 620px; }
    .v5-principal-image::after { background: linear-gradient(180deg, transparent 70%, #f6f8fb 100%); }
    .v5-principal-copy { padding: 30px 36px 78px; }
    .v5-proof-grid, .v5-business-callout-grid, .v5-contact-grid { grid-template-columns: 1fr; }
    .v5-review-grid { grid-template-columns: 1fr; }
    .v5-proof-grid, .v5-business-callout-grid { gap: 48px; }
    .v5-rating-panel { max-width: 520px; }
    .v5-section-head { grid-template-columns: 1fr; gap: 18px; }
    .v5-section-head .v5-kicker { margin-bottom: 0; }
    .v5-steps { grid-template-columns: 1fr 1fr; }
    .v5-when-grid { grid-template-columns: 1fr; }
    .v5-when article { min-height: 220px; }
    .v5-offices-grid { grid-template-columns: 1fr 1fr; }
    .v5-offices-grid > div { grid-column: 1 / -1; }
    .v5-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
    /* Сохраняем лёгкую типографику, но доводим ключевые мобильные зоны
       нажатия до комфортных 44 px. */
    .v5-brand { min-height: 44px; justify-content: center; }
    .v5-brand span { font-size: 9px; }
    .v5-menu { width: 44px; height: 44px; padding: 8px; }
    .v5-review-grid a,
    .v5-text-button,
    .v5-contact-direct a,
    .v5-offices article a { min-height: 44px; padding-block: 10px; }
    .v5-footer button,
    .v5-footer a { min-height: 44px; display: flex; align-items: center; }
    .v5-confidence-grid { grid-template-columns: 1fr; }
    .v5-confidence-grid > div, .v5-confidence-grid > div:nth-child(-n+2) { min-height: 82px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
    .v5-confidence-grid > div:first-child { border-top: 0; }
    .v5-confidence-grid b { font-size: 21px; }
    body { padding-bottom: 66px; }
    .v5-container { width: calc(100% - 28px); }
    .v5-header { height: 70px; }
    .v5-nav { top: 70px; }
    .v5-nav { padding: 8px 14px 18px; }
    .v5-mega-head { display: none; }
    .v5-mega-grid { grid-template-columns: 1fr; }
    .v5-mega-group, .v5-mega-group:nth-child(2n), .v5-mega-group:nth-last-child(-n+2) { padding: 18px 16px; border-right: 0; border-bottom: 1px solid var(--line); }
    .v5-mega-group:last-child { border-bottom: 0; }
    .v5-mega-group header { min-height: 0; }
    .v5-brand strong { font-size: 20px; }
    .v5-brand span { letter-spacing: .15em; }
    .v5-kicker { margin-bottom: 16px; font-size: 10px; gap: 9px; }
    .v5-kicker > span { width: 23px; }
    .v5-hero, .v5-hero-content { min-height: 0; }
    .v5-hero { background: #f5f8fc; }
    .v5-hero::after { display: none; }
    .v5-hero-content { padding-top: 32px; }
    .v5-hero h1 { font-size: clamp(35px, 9.6vw, 41px); line-height: 1; letter-spacing: -.035em; }
    .v5-hero-facts { flex-wrap: wrap; gap: 8px 12px; margin-top: 18px; font-size: 14px; }
    .v5-hero-lead { margin-top: 17px; font-size: 15px; }
    .v5-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
    .v5-actions .v5-button { width: 100%; min-height: 50px; gap: 10px; padding-inline: 12px; font-size: 13px; }
    .v5-mobile-portrait { position: relative; display: block; height: 185px; margin: 14px -14px 0; overflow: hidden; border-radius: 14px; background: #dce6f0; }
    .v5-mobile-portrait::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,248,252,.35), transparent 42%); }
    .v5-mobile-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 67% 28%; }
    .v5-hero-trust { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; padding-bottom: 18px; }
    .v5-hero-trust > * { min-height: 88px; padding: 11px 12px; }
    .v5-hero-trust b { font-size: 28px; }
    .v5-stars { font-size: 10px; }
    .v5-hero-trust small, .v5-hero-trust div span { font-size: 11px; }
    .v5-section-head h2, .v5-section-head-center h2 { font-size: 36px; }
    .v5-section-head-center > p:last-child, .v5-section-head > p:last-child { font-size: 16px; }
    .v5-direction-section, .v5-process, .v5-when, .v5-proof, .v5-business-callout, .v5-contact { padding-block: 72px; }
    .v5-direction { min-height: 548px; border-radius: 16px; background-position: 62% center; }
    .v5-direction::after { background: linear-gradient(180deg, rgba(255,255,255,.98) 0, rgba(255,255,255,.91) 65%, rgba(255,255,255,.38) 100%); }
    .v5-direction-business::after { background: linear-gradient(180deg, rgba(5,20,43,.98) 0, rgba(5,20,43,.9) 70%, rgba(5,20,43,.46) 100%); }
    .v5-direction-body { width: 100%; padding: 28px 24px; }
    .v5-direction-title h3 { font-size: 27px; }
    .v5-direction-links a { min-height: 54px; font-size: 15px; }
    .v5-direction .v5-button { width: 100%; padding-inline: 18px; }
    .v5-principal-image { min-height: 400px; }
    .v5-principal-copy { padding: 8px 20px 66px; }
    .v5-principal-copy h2, .v5-proof h2, .v5-business-callout h2, .v5-contact h2 { font-size: 36px; }
    .v5-principal-name strong { font-size: 24px; }
    .v5-principles li { grid-template-columns: 48px 1fr; gap: 12px; }
    .v5-principles li > span { width: 44px; height: 44px; }
    .v5-proof-grid { gap: 34px; }
    .v5-review-grid { gap: 12px; margin-top: 28px; }
    .v5-review-grid article { min-height: 220px; padding: 22px; }
    .v5-review-grid q { margin: 24px 0; font-size: 22px; }
    .v5-rating-panel { padding: 24px; }
    .v5-rating-panel strong { font-size: 62px; }
    .v5-steps { grid-template-columns: 1fr; }
    .v5-steps li { min-height: auto; padding: 25px 12px; border-right: 0; }
    .v5-steps b { margin-top: 18px; }
    .v5-business-callout-grid { gap: 32px; }
    .v5-when-grid { gap: 14px; }
    .v5-when article { min-height: auto; padding: 26px; }
    .v5-when h3 { margin-top: 28px; }
    .v5-contact-direct { align-items: flex-start; flex-direction: column; }
    .v5-contact-direct strong { font-size: 28px; }
    .v5-form { padding: 22px 18px; border-radius: 14px; }
    .v5-offices { padding-block: 55px; }
    .v5-offices-grid, .v5-footer-grid { grid-template-columns: 1fr; }
    .v5-offices-grid > div { grid-column: auto; }
    .v5-offices article { min-height: 110px; }
    .v5-office-map { min-height: 500px; }
    .v5-office-map iframe { height: 500px; }
    .v5-office-map aside { top: auto; bottom: 14px; left: 14px; width: calc(100% - 28px); padding: 20px; }
    .v5-modal { padding: 10px; }
    .v5-modal-card { max-height: calc(100vh - 20px); padding: 34px 20px 22px; }
    .v5-modal-card h2 { font-size: 34px; }
    .v5-mobile-bar { position: fixed; z-index: 90; left: 14px; right: 14px; bottom: max(10px, env(safe-area-inset-bottom)); height: 50px; display: block; }
    .v5-mobile-bar button { width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: var(--navy); box-shadow: 0 12px 30px rgba(5,28,60,.28); color: #fff; font-size: 14px; font-weight: 800; letter-spacing: .01em; }
}

@media (max-width: 359px) {
    .v5-actions { grid-template-columns: 1fr; }
}

.v5-cookie {
    position: fixed;
    z-index: 85;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 620px;
    padding: 15px 16px 15px 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 18px 55px rgba(5,28,58,.17);
    color: var(--navy);
}
.v5-cookie[hidden] { display: none!important; }
.v5-cookie p { margin: 0; font-size: 14px; line-height: 1.45; }
.v5-cookie a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.v5-cookie button {
    min-width: 104px;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    background: var(--navy);
    color: #fff;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

@media (max-width: 560px) {
    .v5-cookie {
        right: 10px;
        bottom: 76px;
        left: 10px;
        gap: 12px;
        padding: 13px 13px 13px 16px;
        border-radius: 12px;
    }
    .v5-cookie p { font-size: 12px; }
    .v5-cookie button { min-width: 88px; padding-inline: 13px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none!important; animation: none!important; }
}
