@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-variable.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #69a2ff;
  --accent: #4384ec;
  --background: #061527;
  --surface: #0b2038;
  --text: #f4f8ff;
  --muted: #afbed1;
  --line: rgba(126, 172, 230, .22);
  --shell: 1218px;
  --radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 22%, rgba(22, 78, 139, .14), transparent 30rem),
    linear-gradient(180deg, #061426 0%, #071a2f 52%, #061426 100%);
  font: 500 16px/1.5 "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .21;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 54px 54px;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 200; padding: 10px 16px; color: #071527; background: white; border-radius: 6px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: relative;
  z-index: 40;
  height: 94px;
  background: rgba(5, 18, 34, .9);
}
.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
  border-bottom: 1px solid rgba(131, 174, 222, .15);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 47px; color: var(--primary); }
.brand-mark svg { width: 37px; height: 47px; stroke-width: 3; filter: drop-shadow(0 0 12px rgba(73, 139, 255, .32)); }
.brand > span:last-child { display: grid; line-height: 1.15; }
.brand strong { font-size: 16px; font-weight: 800; letter-spacing: .02em; }
.brand small { margin-top: 5px; color: #aab8ca; font-size: 10px; font-weight: 500; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 34px); }
.desktop-nav a { color: #c7d2e1; font-size: 13px; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--primary); }
.header-phone { display: flex; align-items: center; gap: 10px; min-width: 222px; }
.header-phone svg { width: 29px; height: 29px; color: #e9f3ff; }
.header-phone span { display: grid; line-height: 1.3; }
.header-phone b { font-size: 16px; white-space: nowrap; }
.header-phone small { color: #aab8ca; font-size: 11px; }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; }
.menu-toggle svg { width: 28px; height: 28px; }
.mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 69% 42%, rgba(33, 87, 150, .28), transparent 30%),
    radial-gradient(circle at 24% 60%, rgba(19, 63, 111, .18), transparent 38%);
}
.hero-grid {
  display: none;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  bottom: -20%;
  width: 45%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(12, 53, 97, .35), transparent 70%);
  filter: blur(30px);
}
.hero-inner { min-height: 660px; }
.hero-copy { position: relative; z-index: 4; width: 52%; min-width: 0; padding: 42px 0 34px; }
.hero-meta { display: flex; gap: 48px; margin-bottom: 38px; }
.hero-meta p { display: flex; align-items: center; gap: 14px; margin: 0; color: #d6e0ed; font-size: 12px; line-height: 1.45; }
.hero-meta p + p { padding-left: 26px; border-left: 1px solid var(--line); }
.hero-meta svg { width: 30px; height: 30px; color: var(--primary); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 12px; max-width: 620px; font-size: clamp(46px, 4vw, 65px); line-height: 1.08; letter-spacing: -.035em; font-weight: 800; }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-subtitle { margin-bottom: 4px; font-size: 19px; font-weight: 700; }
.hero-text { max-width: 540px; margin-bottom: 27px; color: #c0ccdc; font-size: 14px; line-height: 1.6; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 585px; margin-bottom: 28px; }
.trust-row article { min-height: 100px; padding: 15px 10px; text-align: center; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, rgba(15, 39, 67, .8), rgba(9, 28, 50, .72)); box-shadow: inset 0 1px 0 rgba(255,255,255,.02); }
.trust-row svg { width: 30px; height: 30px; margin-bottom: 7px; color: var(--primary); }
.trust-row span { display: grid; font-size: 11px; line-height: 1.35; }
.trust-row b { font-size: 10px; font-weight: 500; }
.trust-row small { color: #edf5ff; font-size: 10px; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; padding: 0 26px; border: 0; border-radius: 5px; cursor: pointer; font-weight: 700; transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button:active { transform: translateY(0); }
.button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(180deg, #6aa6ff, #3f7bde); box-shadow: 0 12px 28px rgba(32, 102, 211, .28), inset 0 1px 0 rgba(255,255,255,.28); }
.button svg { width: 25px; height: 25px; }
.hero-actions p { display: flex; align-items: center; gap: 10px; margin: 0; color: #79aaf1; font-size: 11px; line-height: 1.45; }
.hero-actions p svg { width: 19px; height: 19px; }
.hero-visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: 78%;
  min-width: 0;
  margin: 0;
}
.hero-visual { transform: translateY(var(--depth-y, 0)); transition: transform .12s linear; }
.hero-visual img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  filter: saturate(.91) contrast(1.04);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .04) 8%, rgba(0, 0, 0, .18) 19%, rgba(0, 0, 0, .5) 34%, rgba(0, 0, 0, .82) 48%, #000 61%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .04) 8%, rgba(0, 0, 0, .18) 19%, rgba(0, 0, 0, .5) 34%, rgba(0, 0, 0, .82) 48%, #000 61%, #000 100%);
}
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0, transparent 88%, rgba(3, 12, 24, .24) 100%),
    linear-gradient(0deg, rgba(5, 18, 33, .3), transparent 45%);
}
.experience-badge {
  position: absolute;
  z-index: 6;
  right: 18px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 172px;
  padding: 13px 16px;
  border: 1px solid rgba(112, 160, 221, .22);
  border-radius: 8px;
  background: rgba(7, 28, 52, .84);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .26);
  backdrop-filter: blur(10px);
}
.experience-badge strong { color: var(--primary); font-size: 30px; line-height: 1; }
.experience-badge span { color: #d1dcea; font-size: 11px; line-height: 1.35; }

.section { position: relative; padding: 36px 0 0; }
.section-heading { margin-bottom: 23px; text-align: center; }
.section-heading h2, .about h2 { margin-bottom: 5px; font-size: 32px; line-height: 1.2; letter-spacing: -.025em; }
.section-heading p { margin-bottom: 0; color: #b8c6d8; font-size: 13px; }
.services { z-index: 8; margin-top: -2px; padding-top: 30px; border-radius: 28px 28px 0 0; background: radial-gradient(circle at 50% 0, rgba(20, 66, 116, .34), transparent 40%), linear-gradient(180deg, #081b31 0, transparent 100%); box-shadow: 0 -8px 30px rgba(0,0,0,.24); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.services-grid article { display: grid; grid-template-columns: 76px 1fr; align-items: center; min-height: 128px; padding: 18px 24px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, rgba(13, 36, 63, .72), rgba(8, 27, 48, .55)); transition: border-color .25s ease, transform .25s ease, background .25s ease; }
.services-grid article:hover { transform: translateY(-4px); border-color: rgba(105, 162, 255, .52); background: rgba(17, 49, 84, .75); }
.services-grid svg { width: 58px; height: 58px; color: var(--primary); stroke-width: 2.1; }
.services-grid h3 { margin-bottom: 12px; font-size: 14px; }
.services-grid p { margin-bottom: 0; color: #b3c1d2; font-size: 12px; line-height: 1.65; }

.advantages { padding-top: 37px; }
.advantages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; padding-inline: 27px; }
.advantages-grid article { min-height: 184px; padding: 20px 14px; text-align: center; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(145deg, rgba(14, 39, 67, .72), rgba(7, 26, 46, .62)); transition: transform .25s ease, box-shadow .25s ease; }
.advantages-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 30px rgba(0,0,0,.18); }
.advantages-grid svg { width: 58px; height: 58px; margin-bottom: 8px; color: var(--primary); }
.advantages-grid h3 { margin-bottom: 10px; font-size: 15px; }
.advantages-grid p { margin-bottom: 0; color: #b4c2d3; font-size: 11px; line-height: 1.55; }

.process { padding-top: 39px; }
.process-grid { display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr; align-items: center; gap: 7px; }
.process-grid article { position: relative; min-height: 201px; padding: 22px 12px 16px; text-align: center; border: 1px solid rgba(113, 161, 221, .18); border-radius: 10px; background: linear-gradient(145deg, rgba(14, 39, 67, .74), rgba(8, 28, 49, .62)); }
.process-grid article > svg { width: 53px; height: 53px; margin: 0 auto 8px; color: var(--primary); }
.process-grid .step-number { position: absolute; top: 17px; left: 19px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--primary); border: 2px solid var(--primary); border-radius: 50%; font-size: 18px; }
.process-grid h3 { margin-bottom: 11px; font-size: 14px; }
.process-grid p { margin-bottom: 0; color: #b8c6d7; font-size: 11px; line-height: 1.55; }
.process-grid > i { color: var(--primary); }
.process-grid > i svg { width: 25px; height: 25px; }

.about { padding-top: 48px; }
.about-grid { display: grid; grid-template-columns: 47% 53%; gap: 36px; align-items: stretch; }
.about-copy { padding-top: 2px; }
.about-copy > p { color: #b9c6d6; font-size: 13px; line-height: 1.65; }
.about-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 24px; }
.about-facts article { padding: 0 11px; text-align: center; border-right: 1px solid var(--line); }
.about-facts article:last-child { border: 0; }
.about-facts svg { width: 35px; height: 35px; margin-bottom: 5px; color: var(--primary); }
.about-facts span { display: block; color: #becbd9; font-size: 10px; line-height: 1.45; }
.about-image { min-height: 292px; margin: 0; overflow: hidden; border-radius: 12px; background: #0d2137; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(.83) contrast(1.06); }

.reviews { padding-top: 50px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.reviews-grid article { min-height: 199px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(145deg, rgba(14, 39, 67, .73), rgba(8, 27, 47, .6)); }
.stars { margin-bottom: 13px; color: #ffb442; font-size: 20px; letter-spacing: 3px; line-height: 1; }
.reviews-grid p { min-height: 84px; margin-bottom: 9px; color: #c2cedd; font-size: 12px; line-height: 1.65; }
.reviews-grid b, .reviews-grid small { display: block; font-size: 11px; }
.reviews-grid small { margin-top: 3px; color: #8ea0b6; }
.review-dots { display: flex; justify-content: center; gap: 10px; margin-top: 19px; }
.review-dots i { width: 8px; height: 8px; border-radius: 50%; background: #304c6c; }
.review-dots i:first-child { background: var(--primary); }

.contact-cta { padding: 34px 0 16px; }
.cta-panel { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 42px; min-height: 126px; padding: 24px 59px; border: 1px solid rgba(110, 159, 218, .28); border-radius: 13px; background: linear-gradient(105deg, rgba(13, 39, 70, .9), rgba(8, 28, 50, .68)); }
.cta-panel h2 { margin-bottom: 5px; font-size: 28px; }
.cta-panel p { margin-bottom: 0; color: #b9c7d7; font-size: 12px; }
.cta-phone { display: flex; align-items: center; gap: 15px; font-size: 22px; white-space: nowrap; }
.cta-phone svg { width: 28px; height: 28px; }
.cta-panel .button { min-width: 277px; }

.site-footer { padding-bottom: 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1.05fr .85fr 1.25fr; min-height: 166px; padding: 18px 26px; border-top: 1px solid rgba(105, 151, 208, .2); background: linear-gradient(180deg, rgba(7, 26, 47, .74), rgba(5, 19, 35, .3)); }
.footer-grid > div { padding: 0 22px; border-right: 1px solid rgba(105, 151, 208, .16); }
.footer-grid > div:first-child { padding-left: 0; }
.footer-grid > div:last-child { border: 0; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; }
.footer-grid b { margin-bottom: 7px; font-size: 12px; }
.footer-grid a, .footer-grid p { margin-bottom: 2px; color: #aebdce; font-size: 9px; }
.footer-grid .brand strong { color: white; font-size: 15px; }
.footer-grid .copyright { display: block; margin-top: 30px; color: #9cacbe; font-size: 9px; }
.footer-phone { display: flex; align-items: center; gap: 8px; }
.footer-phone svg { width: 14px; height: 14px; }

.lead-modal { width: min(520px, calc(100% - 28px)); padding: 0; color: var(--text); border: 1px solid rgba(113, 168, 238, .34); border-radius: 14px; background: #0a1f37; box-shadow: 0 30px 100px rgba(0,0,0,.6); }
.lead-modal::backdrop { background: rgba(2, 10, 20, .77); backdrop-filter: blur(5px); }
.lead-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(390px, calc(100% - 32px));
  padding: 15px 18px;
  border: 1px solid rgba(105, 162, 255, .48);
  border-radius: 10px;
  color: #fff;
  background: #0d2d50;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .42);
}
.lead-status[hidden] { display: none; }
.lead-status svg { width: 26px; height: 26px; color: var(--primary); flex: 0 0 auto; }
.modal-card { position: relative; display: grid; gap: 15px; padding: 38px; }
.modal-card h2, .modal-card p { margin-bottom: 0; text-align: center; }
.modal-card p { color: var(--muted); font-size: 13px; }
.modal-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto; color: var(--primary); }
.modal-icon svg { width: 50px; height: 50px; }
.modal-close { position: absolute; top: 14px; right: 14px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.modal-close svg { width: 23px; height: 23px; }
.modal-card label { display: grid; gap: 6px; color: #d2deec; font-size: 12px; }
.modal-card input { width: 100%; min-height: 48px; padding: 0 14px; color: white; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,255,255,.05); }
.form-note { color: #8295ab; font-size: 9px; text-align: center; }

[data-reveal] { opacity: 1; transform: translateY(22px); transition: transform .65s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.hero-entrance { opacity: 0; animation: hero-in .68s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-copy .hero-entrance:nth-child(1) { animation-delay: .08s; }
.hero-copy .hero-entrance:nth-child(2) { animation-delay: .16s; }
.hero-copy .hero-entrance:nth-child(3) { animation-delay: .24s; }
.hero-copy .hero-entrance:nth-child(4) { animation-delay: .30s; }
.hero-copy .hero-entrance:nth-child(5) { animation-delay: .37s; }
.hero-copy .hero-entrance:nth-child(6) { animation-delay: .44s; }
.hero-visual.hero-entrance { animation-delay: .12s; animation-duration: .95s; }
@keyframes hero-in { from { opacity: 0; transform: translateY(18px) scale(.99); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 11px; }
  .header-phone { min-width: auto; }
  .header-phone small { display: none; }
  .hero h1 { font-size: 49px; }
  .experience-badge { right: 12px; }
  .advantages-grid { gap: 20px; padding-inline: 0; }
  .cta-panel { padding-inline: 30px; gap: 25px; }
  .cta-panel .button { min-width: 230px; }
}

/* Exact 1320px desktop canvas mapped to the 846px catalog reference. */
@media (min-width: 769px) and (max-width: 950px) {
  #app { zoom: .658; }
  .site-header { height: 100px; }
  .hero,
  .hero-inner { height: 675px; min-height: 675px; }
  .hero h1 { font-size: 60px; }
  .services { height: 462px; }
  .advantages { height: 286px; }
  .process { height: 312px; }
  .about { height: 366px; }
  .reviews { height: 312px; padding-top: 32px; }
  .reviews .section-heading { margin-bottom: 15px; }
  .reviews .review-dots { margin-top: 10px; }
  .contact-cta { height: 149px; padding: 12px 0 11px; }
  .site-footer { height: 166px; padding-bottom: 0; }
}

@media (max-width: 768px) {
  .site-header { height: 78px; }
  .header-inner { grid-template-columns: 1fr auto auto; gap: 18px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: absolute; top: 78px; inset-inline: 0; display: grid; max-height: 0; overflow: hidden; background: rgba(6, 21, 39, .98); transition: max-height .3s ease; }
  .mobile-nav.is-open { max-height: 360px; border-bottom: 1px solid var(--line); }
  .mobile-nav a { padding: 12px 24px; border-top: 1px solid rgba(255,255,255,.04); }
  .hero, .hero-inner { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { width: auto; padding: 38px 0 24px; }
  .hero h1 { max-width: 680px; font-size: clamp(44px, 8vw, 62px); }
  .hero-visual { position: relative; inset: auto; width: auto; min-height: 590px; margin-inline: -24px; }
  .hero-visual img { inset: 0 -24px; width: calc(100% + 48px); object-position: 80% center; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 92%); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 92%); }
  .hero-visual::after {
    inset: 0 -24px;
    background:
      linear-gradient(180deg, #061527 0, rgba(6, 21, 39, .72) 5%, transparent 18%, transparent 76%, #081b31 100%),
      linear-gradient(90deg, #061527, transparent 15%, transparent 88%, rgba(6, 21, 39, .55));
  }
  .experience-badge { right: 22px; bottom: 22px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .process-grid > i { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image { order: -1; max-height: 430px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid p { min-height: auto; }
  .cta-panel { grid-template-columns: 1fr 1fr; }
  .cta-panel > div { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 0; }
  .footer-grid > div:nth-child(2) { border: 0; }
}

@media (max-width: 580px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .site-header { height: 70px; }
  .header-inner { gap: 8px; }
  .brand { gap: 8px; }
  .brand-mark, .brand-mark svg { width: 30px; height: 38px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 8px; }
  .header-phone span { display: none; }
  .header-phone svg { width: 25px; height: 25px; }
  .mobile-nav { top: 70px; }
  .hero-copy { padding-top: 26px; }
  .hero-meta { gap: 15px; margin-bottom: 28px; }
  .hero-meta p { gap: 8px; font-size: 10px; }
  .hero-meta p + p { padding-left: 12px; }
  .hero-meta svg { width: 24px; height: 24px; }
  .hero h1 { font-size: clamp(32px, 9vw, 40px); overflow-wrap: anywhere; }
  .hero-subtitle { font-size: 16px; }
  .hero-text { font-size: 12px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .trust-row article { min-height: 88px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 440px; }
  .hero-visual img { object-position: 80% center; }
  .experience-badge { right: 16px; bottom: 18px; min-width: 154px; padding: 11px 13px; }
  .experience-badge strong { font-size: 25px; }
  .experience-badge span { font-size: 9px; }
  .services { border-radius: 18px 18px 0 0; }
  .section { padding-top: 31px; }
  .section-heading h2, .about h2 { font-size: 27px; }
  .services-grid { grid-template-columns: 1fr; }
  .services-grid article { min-height: 112px; }
  .advantages-grid { gap: 10px; }
  .advantages-grid article { min-height: 168px; padding-inline: 8px; }
  .advantages-grid h3 { font-size: 13px; }
  .advantages-grid p { font-size: 9px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 176px; }
  .about-copy > p br { display: none; }
  .about-facts { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .about-facts article:nth-child(2) { border: 0; }
  .about-image { min-height: 250px; }
  .cta-panel { grid-template-columns: 1fr; padding: 24px; gap: 18px; }
  .cta-panel > div { grid-column: auto; }
  .cta-phone { font-size: 18px; }
  .cta-panel .button { width: 100%; min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { padding: 0 0 18px; border: 0; border-bottom: 1px solid rgba(105, 151, 208, .16); }
  .footer-grid > div:last-child { border: 0; }
  .modal-card { padding: 34px 22px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], .hero-entrance { opacity: 1; transform: none; }
}
