:root {
  --navy: #0b2c4f;
  --navy-deep: #061c31;
  --blue: #2467a6;
  --blue-bright: #4b8dc8;
  --ice: #dceaf4;
  --ice-soft: #edf4f8;
  --ink: #101820;
  --muted: #64717d;
  --line: #d7dee4;
  --paper: #f7f7f4;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  --radius: 24px;
  --container: min(1280px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 120px 0; }

.eyebrow { margin: 0 0 26px; color: var(--blue); font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: #8bc0e8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }
h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 74px); font-weight: 400; line-height: .99; }
h2 em { color: var(--blue); font-style: italic; font-weight: 400; }
.section-lead { max-width: 670px; margin: 36px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }

.brand-logo { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo__mark { width: 56px; height: 56px; flex: 0 0 auto; }
.brand-logo__text { display: flex; flex-direction: column; color: var(--navy); }
.brand-logo__eyebrow { font-size: 9px; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.brand-logo__name { font-family: var(--serif); font-size: 21px; letter-spacing: -.025em; line-height: 1.1; }
.brand-logo--compact .brand-logo__mark { width: 44px; height: 44px; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 28px; padding: 0 25px; border: 1px solid var(--navy); border-radius: 999px; color: white; background: var(--navy); font-size: 14px; font-weight: 700; transition: .25s ease; cursor: pointer; }
.button:hover { border-color: var(--blue); background: var(--blue); transform: translateY(-2px); }
.button span { font-size: 17px; }
.button--small { min-height: 43px; padding: 0 19px; font-size: 12px; }
.button--light { border-color: white; color: var(--navy); background: white; }
.button--light:hover { border-color: var(--ice); color: var(--navy); background: var(--ice); }
.button--wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding: 14px 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 650; }
.text-link--light { color: #dbe9f5; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(18,58,99,.08); background: rgba(247,247,244,.92); backdrop-filter: blur(16px); }
.site-header__inner { display: flex; min-height: 78px; align-items: center; gap: 28px; }
.site-header__brand { margin-right: auto; }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav a { position: relative; padding: 9px 0; color: #3b4854; font-size: 12px; font-weight: 650; }
.site-nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--blue); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-phone { color: var(--navy); font-size: 13px; font-weight: 750; }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy-deep); }
.hero::before { position: absolute; width: 700px; height: 700px; top: -300px; right: -100px; border-radius: 50%; background: rgba(45,112,168,.25); filter: blur(70px); content: ""; }
.hero__grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, black 55%, black); }
.hero__inner { position: relative; display: grid; min-height: 720px; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 40px; padding-top: 65px; padding-bottom: 85px; }
.hero__copy { position: relative; z-index: 2; padding-bottom: 16px; }
.hero h1 { max-width: 830px; margin: 0 0 32px; font-family: var(--serif); font-size: clamp(58px, 6.6vw, 98px); font-weight: 400; line-height: .93; }
.hero__lead { max-width: 690px; margin-bottom: 36px; color: #bdd0df; font-size: 19px; line-height: 1.62; }
.hero__actions { display: flex; align-items: center; gap: 34px; }
.hero__note { display: flex; align-items: center; gap: 11px; margin-top: 42px; color: #90aabf; font-size: 12px; }
.hero__note-dot { width: 7px; height: 7px; border-radius: 50%; background: #74b9ef; box-shadow: 0 0 0 7px rgba(116,185,239,.12); }
.hero__visual { position: relative; display: flex; min-height: 470px; align-items: center; justify-content: center; }
.hero-mark { position: relative; z-index: 2; width: min(470px, 100%); filter: drop-shadow(0 40px 70px rgba(0,0,0,.25)); animation: markIn 1s ease both; }
.hero-mark__halo { position: absolute; width: 370px; height: 370px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.02), 0 0 0 140px rgba(255,255,255,.012); }
.hero-mark__caption { position: absolute; right: 0; bottom: 6px; left: 0; display: flex; align-items: center; justify-content: center; gap: 10px; color: #7fa0ba; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.hero-mark__caption i { width: 18px; height: 1px; background: #537795; }
.hero__ticker { position: relative; z-index: 3; overflow: hidden; border-top: 1px solid rgba(255,255,255,.13); background: rgba(0,0,0,.08); }
.hero__ticker > div { display: flex; min-width: max-content; justify-content: center; gap: 30px; padding: 18px 30px; color: #c8d9e6; font-size: 11px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.hero__ticker b { color: #4386bd; }
@keyframes markIn { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: none; } }

.numbers { border-bottom: 1px solid var(--line); background: white; }
.numbers__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers__grid > div { display: flex; min-height: 150px; align-items: center; gap: 20px; padding: 34px 30px; border-right: 1px solid var(--line); }
.numbers__grid > div:first-child { padding-left: 0; }
.numbers__grid > div:last-child { border-right: 0; }
.numbers strong { color: var(--navy); font-family: var(--serif); font-size: 46px; font-weight: 400; }
.numbers span { max-width: 130px; color: var(--muted); font-size: 12px; line-height: 1.45; }

.intro { padding-bottom: 85px; }
.intro__grid { display: grid; grid-template-columns: .35fr 1fr; gap: 50px; }
.intro__grid .eyebrow { padding-top: 10px; }

.bloggers { padding: 110px 0; background: var(--ice-soft); }
.bloggers__grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 78px; align-items: start; }
.section-index { margin-bottom: 36px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.bloggers h2 { max-width: 760px; font-size: clamp(44px, 5vw, 72px); }
.bloggers__lead { max-width: 680px; margin: 32px 0; color: #556675; font-size: 18px; line-height: 1.62; }
.risk-note { display: grid; grid-template-columns: 42px 1fr; gap: 18px; margin: 36px 0 34px; padding: 25px; border-left: 3px solid var(--blue); background: white; }
.risk-note__icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-family: var(--serif); font-size: 22px; }
.risk-note strong { color: var(--navy); font-size: 14px; }
.risk-note p { margin: 8px 0 12px; color: #586774; font-size: 13px; line-height: 1.6; }
.source-links { display: flex; flex-wrap: wrap; gap: 18px; }
.source-links a { color: var(--blue); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.bloggers__panel { padding: 38px; border-radius: var(--radius); background: var(--navy); box-shadow: 0 30px 80px rgba(11,44,79,.16); }
.bloggers__panel > p { margin-bottom: 16px; color: #79acd4; font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.control-row { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.control-row:last-child { border-bottom: 0; }
.control-row > span { color: #6196bf; font-family: var(--serif); font-size: 15px; }
.control-row strong { color: white; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.control-row p { margin: 7px 0 0; color: #9db5c7; font-size: 12px; line-height: 1.5; }

.section-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 70px; align-items: end; margin-bottom: 68px; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.sectors { background: white; }
.sectors__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.sector-card { position: relative; display: flex; min-height: 510px; flex-direction: column; overflow: hidden; padding: 44px; border-radius: var(--radius); }
.sector-card::after { position: absolute; width: 260px; height: 260px; top: -145px; right: -120px; border: 1px solid currentColor; border-radius: 50%; opacity: .12; content: ""; }
.sector-card--construction { grid-row: span 2; min-height: 760px; color: white; background: var(--navy-deep); }
.sector-card--light { color: var(--navy); background: #f3f1eb; }
.sector-card--ice { color: var(--navy); background: var(--ice); }
.sector-card__top { display: flex; justify-content: space-between; margin-bottom: auto; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; opacity: .7; }
.sector-card h3 { margin: 55px 0 22px; font-family: var(--serif); font-size: clamp(38px, 4vw, 59px); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.sector-card p { max-width: 560px; color: inherit; font-size: 14px; line-height: 1.67; opacity: .76; }
.sector-card ul { display: grid; gap: 13px; margin: 26px 0 45px; padding: 0; list-style: none; }
.sector-card li { display: grid; grid-template-columns: 16px 1fr; gap: 10px; color: #c6d7e4; font-size: 13px; line-height: 1.45; }
.sector-card li::before { color: #69a5d2; content: "→"; }
.sector-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid currentColor; font-size: 12px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.sector-card__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 34px; }
.sector-card__chips span { padding: 7px 11px; border: 1px solid rgba(18,58,99,.2); border-radius: 999px; font-size: 10px; }

.services { background: var(--paper); }
.section-heading--services { margin-bottom: 40px; }
.services__list { border-top: 1px solid #bfc9d1; }
.service-row { border-bottom: 1px solid #cbd3d9; }
.service-row summary { display: grid; min-height: 100px; grid-template-columns: 80px 1fr 48px; align-items: center; gap: 24px; cursor: pointer; list-style: none; }
.service-row summary::-webkit-details-marker { display: none; }
.service-row__number { color: #81909c; font-family: var(--serif); font-size: 15px; }
.service-row h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(25px, 3vw, 38px); font-weight: 400; letter-spacing: -.025em; }
.service-row__plus { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #9dabb6; border-radius: 50%; color: var(--navy); font-size: 25px; transition: transform .25s; }
.service-row[open] .service-row__plus { transform: rotate(45deg); }
.service-row__body { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 24px; padding: 0 0 34px; animation: detailsIn .25s ease; }
.service-row__body::before { content: ""; }
.service-row__body p { max-width: 620px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-row__body > div { display: flex; flex-wrap: wrap; align-content: start; gap: 7px; }
.service-row__body span { padding: 7px 10px; border-radius: 999px; color: var(--navy); background: var(--ice); font-size: 10px; }
@keyframes detailsIn { from { opacity: 0; transform: translateY(-5px); } }

.complex { color: white; background: var(--navy); }
.complex__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.complex__intro { position: sticky; top: 120px; align-self: start; }
.complex__intro h2 { font-size: clamp(44px, 5vw, 67px); }
.complex__intro > p:last-child { margin: 30px 0 0; color: #a7c0d3; font-size: 16px; line-height: 1.65; }
.complex__cases { border-top: 1px solid rgba(255,255,255,.2); }
.complex__cases > div { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.complex__cases span { grid-row: span 2; color: #6d9cc0; font-family: var(--serif); font-size: 14px; }
.complex__cases strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.complex__cases p { max-width: 650px; margin: 8px 0 0; color: #a7bdcd; font-size: 13px; line-height: 1.6; }

.about { background: white; }
.about__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: center; }
.about__portrait { position: relative; }
.about__photo-wrap { position: relative; overflow: hidden; aspect-ratio: .74; border-radius: 50% 50% 24px 24px; background: var(--ice); }
.about__photo-wrap img { object-fit: cover; filter: saturate(.72) contrast(.95); transform: scale(1.035); }
.about__signature { position: absolute; right: -22px; bottom: 28px; display: flex; flex-direction: column; padding: 18px 22px; border-radius: 14px; background: var(--navy); box-shadow: 0 15px 45px rgba(11,44,79,.2); }
.about__signature span { color: white; font-family: var(--serif); font-size: 21px; }
.about__signature small { margin-top: 5px; color: #92b3cc; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.about__copy h2 { max-width: 740px; }
.about__copy blockquote { max-width: 690px; margin: 36px 0 24px; color: var(--blue); font-family: var(--serif); font-size: 25px; font-style: italic; line-height: 1.35; }
.about__copy > p { max-width: 730px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.about__principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.about__principles div { padding-top: 19px; border-top: 2px solid var(--ice); }
.about__principles strong { display: block; margin-bottom: 9px; color: var(--navy); font-size: 13px; }
.about__principles span { display: block; color: var(--muted); font-size: 11px; line-height: 1.5; }

.process { background: var(--ice-soft); }
.process__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bdccd7; border-bottom: 1px solid #bdccd7; }
.process-step { min-height: 270px; padding: 29px; border-right: 1px solid #bdccd7; }
.process-step:last-child { border-right: 0; }
.process-step > span { display: block; margin-bottom: 72px; color: var(--blue); font-family: var(--serif); font-size: 15px; }
.process-step strong { color: var(--navy); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.process-step p { margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.testimonials { background: white; }
.testimonials__title { display: grid; grid-template-columns: .3fr 1fr; gap: 60px; margin-bottom: 68px; }
.testimonials__title h2 { max-width: 930px; font-size: clamp(38px, 4.2vw, 60px); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonials figure { display: flex; min-height: 345px; flex-direction: column; margin: 0; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.testimonials blockquote { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 22px; line-height: 1.38; }
.testimonials figcaption { display: flex; flex-direction: column; gap: 6px; margin-top: auto; padding-top: 40px; }
.testimonials figcaption strong { font-size: 12px; }
.testimonials figcaption span { color: var(--muted); font-size: 10px; }

.contact { padding: 110px 0; color: white; background: var(--navy-deep); }
.contact__grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 100px; align-items: start; }
.contact__copy { position: sticky; top: 118px; }
.contact__copy h2 { font-size: clamp(50px, 5.5vw, 78px); }
.contact__copy > p:not(.eyebrow) { max-width: 560px; margin: 30px 0; color: #a7bdcd; font-size: 16px; line-height: 1.65; }
.contact__direct { display: grid; gap: 16px; margin-top: 45px; }
.contact__direct a { display: flex; flex-direction: column; gap: 7px; }
.contact__direct span { color: #7194ad; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.contact__direct strong { color: white; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.lead-form { display: grid; gap: 19px; padding: 42px; border-radius: var(--radius); color: var(--ink); background: white; }
.lead-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: grid; gap: 9px; }
.lead-form label > span { color: #586773; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lead-form label small { color: #97a3ad; font-weight: 500; letter-spacing: 0; text-transform: none; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #ced7de; border-radius: 12px; outline: none; color: var(--ink); background: #fbfcfd; transition: border .2s, box-shadow .2s; }
.lead-form input, .lead-form select { height: 52px; padding: 0 14px; }
.lead-form textarea { resize: vertical; padding: 14px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,103,166,.1); }
.lead-form__consent { margin: -3px 0 0; color: #9099a0; font-size: 9px; text-align: center; }
.lead-form__consent a { text-decoration: underline; }

.footer { padding: 60px 0 25px; color: white; background: #041523; }
.footer .brand-logo__text { color: white; }
.footer__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer__nav { display: flex; gap: 32px; color: #b7c7d3; font-size: 11px; }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; color: #647b8b; font-size: 9px; }
.mobile-cta { display: none; }

.legal-page { min-height: 100vh; padding: 32px max(32px, calc((100vw - 1000px) / 2)) 100px; background: white; }
.legal-page__header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.legal-page__header > a:last-child { color: var(--blue); font-size: 12px; font-weight: 650; }
.legal-page article { max-width: 800px; margin: 80px auto 0; }
.legal-page h1 { margin-bottom: 18px; color: var(--navy); font-family: var(--serif); font-size: clamp(48px, 6vw, 72px); font-weight: 400; line-height: .98; }
.legal-page__date { margin-bottom: 55px; color: var(--muted); font-size: 12px; }
.legal-page h2 { margin: 40px 0 12px; color: var(--navy); font-family: var(--sans); font-size: 18px; font-weight: 750; letter-spacing: -.01em; }
.legal-page article p { color: #53616c; font-size: 14px; line-height: 1.75; }
.legal-page article a { color: var(--blue); text-decoration: underline; }

@media (max-width: 1100px) {
  :root { --container: min(100% - 40px, 1020px); }
  .site-nav { display: none; }
  .header-phone { margin-left: auto; }
  .hero__inner { grid-template-columns: 1fr .65fr; min-height: 650px; }
  .hero h1 { font-size: clamp(55px, 7.5vw, 82px); }
  .numbers__grid > div { flex-direction: column; align-items: flex-start; gap: 6px; }
  .bloggers__grid { gap: 38px; }
  .complex__grid { gap: 70px; }
  .about__grid { gap: 60px; }
  .contact__grid { gap: 55px; }
}

@media (max-width: 820px) {
  :root { --container: calc(100% - 34px); --radius: 18px; }
  html { scroll-padding-top: 78px; }
  .section { padding: 82px 0; }
  .site-header__inner { min-height: 68px; }
  .site-header .brand-logo__mark { width: 45px; height: 45px; }
  .site-header .brand-logo__name { font-size: 17px; }
  .site-header .brand-logo__eyebrow { font-size: 7px; }
  .header-phone { display: none; }
  .site-header .button { display: none; }
  .hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding-top: 85px; padding-bottom: 80px; }
  .hero h1 { font-size: clamp(52px, 13vw, 76px); }
  .hero__lead { font-size: 16px; }
  .hero__visual { min-height: 330px; }
  .hero-mark { width: 340px; }
  .hero-mark__halo { width: 250px; height: 250px; }
  .hero__ticker > div { justify-content: flex-start; animation: ticker 25s linear infinite; }
  @keyframes ticker { to { transform: translateX(-50%); } }
  .numbers__grid { grid-template-columns: 1fr 1fr; }
  .numbers__grid > div { min-height: 130px; padding: 24px; border-bottom: 1px solid var(--line); }
  .numbers__grid > div:first-child { padding-left: 24px; }
  .intro__grid, .bloggers__grid, .section-heading, .complex__grid, .about__grid, .contact__grid { grid-template-columns: 1fr; }
  .intro__grid { gap: 15px; }
  .bloggers { padding: 80px 0; }
  .bloggers__panel { padding: 28px; }
  .section-heading { gap: 28px; margin-bottom: 44px; }
  .sectors__grid { grid-template-columns: 1fr; }
  .sector-card, .sector-card--construction { grid-row: auto; min-height: 530px; padding: 32px; }
  .sector-card--construction { min-height: 670px; }
  .service-row summary { grid-template-columns: 45px 1fr 42px; gap: 12px; }
  .service-row__body { grid-template-columns: 45px 1fr; gap: 12px; }
  .service-row__body > div { grid-column: 2; }
  .complex__intro, .contact__copy { position: static; }
  .about__portrait { max-width: 520px; margin-inline: auto; }
  .about__principles { grid-template-columns: 1fr; }
  .process__grid { grid-template-columns: 1fr 1fr; }
  .process-step { border-bottom: 1px solid #bdccd7; }
  .process-step:nth-child(2) { border-right: 0; }
  .testimonials__title { grid-template-columns: 1fr; gap: 20px; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .testimonials figure { min-height: 290px; }
  .contact { padding: 80px 0 100px; }
  .lead-form { padding: 28px; }
  .footer { padding-bottom: 90px; }
  .footer__top, .footer__bottom { align-items: flex-start; flex-direction: column; }
  .footer__nav { flex-wrap: wrap; }
  .mobile-cta { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 60; display: flex; min-height: 52px; align-items: center; justify-content: space-between; padding: 0 22px; border-radius: 999px; color: white; background: var(--blue); box-shadow: 0 12px 35px rgba(6,28,49,.32); font-size: 12px; font-weight: 750; }
}

@media (max-width: 540px) {
  :root { --container: calc(100% - 24px); }
  .brand-logo__text { display: none; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero__actions .button { width: 100%; justify-content: space-between; }
  .hero__actions .text-link { align-self: flex-start; }
  .hero__visual { min-height: 280px; }
  .hero-mark { width: 285px; }
  .numbers__grid > div { min-height: 118px; padding: 18px; }
  .numbers__grid > div:first-child { padding-left: 18px; }
  .numbers strong { font-size: 38px; }
  .numbers span { font-size: 10px; }
  .risk-note { grid-template-columns: 1fr; }
  .source-links { flex-direction: column; gap: 9px; }
  .sector-card, .sector-card--construction { min-height: 540px; padding: 26px; }
  .sector-card--construction { min-height: 700px; }
  .service-row summary { min-height: 85px; grid-template-columns: 34px 1fr 36px; }
  .service-row__plus { width: 34px; height: 34px; }
  .service-row__body { grid-template-columns: 34px 1fr; }
  .process__grid { grid-template-columns: 1fr; }
  .process-step { min-height: 230px; border-right: 0; }
  .process-step > span { margin-bottom: 45px; }
  .about__signature { right: 8px; }
  .lead-form__grid { grid-template-columns: 1fr; }
  .lead-form { padding: 22px; }
  .footer__nav { display: grid; grid-template-columns: 1fr 1fr; }
  .legal-page { padding-inline: 20px; }
  .legal-page__header .brand-logo__text { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
