:root {
  --navy-950: #081f33;
  --navy-900: #102f4a;
  --navy-800: #173f5f;
  --blue-700: #315c78;
  --blue-600: #477793;
  --aqua-500: #648f9b;
  --aqua-100: #e3ecea;
  --sky-50: #f5f0e7;
  --ink: #1c2932;
  --muted: #68737a;
  --line: #ded5c7;
  --white: #fffdf8;
  --gold: #caa45e;
  --gold-dark: #80602c;
  --red: #c83f43;
  --green: #197650;
  --shadow-sm: 0 8px 22px rgba(8, 31, 51, .08);
  --shadow-md: 0 22px 56px rgba(8, 31, 51, .14);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  overflow-x: hidden;
  background: #f8f3ea;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
[hidden] { display: none !important; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy-950);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.section { padding: 96px 0; }
.section-shell { width: var(--shell); margin: 0 auto; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 38px; }
.section-heading > div:first-child { max-width: 750px; }
.section-heading.centered { display: block; max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading h2,
.formation-copy h2,
.about-copy h2,
.faq-grid > div h2 {
  margin: 8px 0 12px;
  color: var(--navy-950);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.section-heading p,
.formation-copy > p,
.faq-grid > div > p { margin: 0; color: var(--muted); font-size: 18px; }
.eyebrow {
  margin: 0;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow.light { color: #b9e8f7; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.button-primary { color: var(--white); background: var(--navy-900); box-shadow: 0 10px 22px rgba(7, 59, 102, .2); }
.button-primary:hover { background: var(--navy-800); box-shadow: 0 13px 28px rgba(7, 59, 102, .25); }
.button-secondary { color: var(--navy-900); background: var(--white); border-color: #bdd1df; }
.button-secondary:hover { border-color: var(--blue-600); background: var(--sky-50); }
.button-secondary.active { color: var(--white); background: var(--navy-900); }
.button-gold { color: #211709; background: var(--gold); box-shadow: 0 12px 24px rgba(202, 164, 94, .22); }
.button-gold:hover { background: #d9b774; }
.button-ghost-light { color: var(--white); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); }
.button-ghost-light:hover { background: rgba(255,255,255,.16); }
.button-call { color: var(--white); background: var(--red); }
.button-call:hover { background: #ad3034; }
.button-full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.call-mobile { display: none; }
.call-desktop { display: inline; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.platform-icon { width: 23px; height: 23px; flex: 0 0 auto; fill: currentColor; }
.platform-button .platform-icon { width: 20px; height: 20px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(8, 31, 51, .1);
  background: #fbf7ef;
  box-shadow: 0 5px 20px rgba(8, 31, 51, .06);
}
.header-inner {
  width: var(--shell);
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0 auto;
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy-950); text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; }
.brand b { font-size: 18px; line-height: 1.1; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.site-header nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.site-header nav a { color: #354a5e; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--blue-700); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; }
.header-phone span { color: var(--green); font-size: 11px; font-weight: 800; }
.header-phone b { color: var(--navy-950); font-size: 17px; }
.header-write {
  min-height: 44px;
  padding: 8px 15px;
  border: 1px solid var(--navy-900);
  border-radius: 10px;
  color: var(--navy-900);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}
.header-write:hover { color: var(--white); background: var(--navy-900); }

.hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(123deg, #061a2b 0%, var(--navy-900) 58%, #173e58 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .09;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, #000, transparent 58%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: 2%; top: -210px; border: 100px solid rgba(100,143,155,.13); }
.hero-glow-two { width: 300px; height: 300px; left: 40%; bottom: -190px; background: rgba(202,164,94,.1); }
.hero-inner {
  position: relative;
  z-index: 2;
  width: var(--shell);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 76px;
  margin: 0 auto;
  padding: 82px 0 110px;
}
.hero-copy h1 {
  max-width: 700px;
  margin: 18px 0 24px;
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: .99;
  letter-spacing: -.052em;
}
.hero-lead { max-width: 650px; margin: 0; color: #d8e9f3; font-size: 20px; }
.hero-lead strong { color: var(--white); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-actions .button { min-height: 56px; padding: 15px 25px; }
.hero-trust { display: flex; align-items: stretch; gap: 0; margin: 38px 0 0; padding: 0; list-style: none; }
.hero-trust > li { min-width: 132px; padding: 2px 25px; border-left: 1px solid rgba(255,255,255,.22); }
.hero-trust > li:first-child { padding-left: 0; border-left: 0; }
.hero-trust b { display: block; color: var(--gold); font-size: 25px; line-height: 1.1; }
.hero-trust span { display: block; margin-top: 5px; color: #c1d8e7; font-size: 12px; }
.hero-photo { position: relative; }
.photo-frame { position: relative; padding: 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 34px; background: #18384f; box-shadow: 0 35px 70px rgba(0,0,0,.27); transform: rotate(1deg); }
.photo-frame > img { width: 100%; height: 620px; border-radius: 26px; object-fit: cover; object-position: 50% 23%; }
.photo-caption {
  position: absolute;
  left: 27px;
  right: 27px;
  bottom: 27px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 15px;
  background: rgba(8,31,51,.92);
}
.status-dot { width: 10px; height: 10px; flex: 0 0 auto; border: 2px solid #b7f0d6; border-radius: 50%; background: #36c883; box-shadow: 0 0 0 5px rgba(54,200,131,.12); }
.photo-caption div { display: flex; flex-direction: column; }
.photo-caption b { line-height: 1.15; }
.photo-caption small { margin-top: 2px; color: #bcd6e6; }
.experience-seal {
  position: absolute;
  top: -30px;
  right: -34px;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 7px solid var(--navy-900);
  border-radius: 50%;
  color: #382300;
  background: var(--gold);
  box-shadow: var(--shadow-md);
  transform: rotate(8deg);
}
.experience-seal b { font-size: 32px; line-height: 1; }
.experience-seal span { font-size: 10px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.hero-wave { position: absolute; right: -5%; bottom: -68px; left: -5%; height: 125px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: #f8f3ea; }

.calculator-section { background: #f8f3ea; }
.price-date { min-width: 205px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--sky-50); text-align: right; }
.price-date span, .price-date small { display: block; color: var(--muted); font-size: 11px; }
.price-date b { display: block; color: var(--navy-900); font-size: 18px; }
.price-date small { color: var(--gold-dark); font-weight: 700; }
.search-box {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding: 0 18px;
  border: 1px solid #bfd4e2;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.search-box:focus-within { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(8,126,194,.1); }
.search-box svg { width: 24px; height: 24px; fill: none; stroke: var(--blue-700); stroke-width: 2; }
.search-box input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 17px; }
.search-box input::placeholder { color: #7b8d9c; }
.search-box kbd { padding: 4px 8px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: #f7fafc; font-size: 11px; font-family: inherit; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.service-card {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 6px 20px rgba(4,37,63,.045);
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-card:hover { z-index: 1; border-color: #80b7d4; box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.service-icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; color: var(--blue-700); background: #eaf6fb; }
.service-icon svg { width: 27px; height: 27px; }
.service-card-body { min-width: 0; display: flex; flex: 1; flex-direction: column; }
.service-title { color: var(--navy-950); font-size: 15px; font-weight: 800; line-height: 1.25; }
.service-price { margin-top: 5px; color: var(--blue-700); font-size: 13px; font-weight: 800; }
.service-note { align-self: flex-start; margin-top: 5px; padding: 3px 7px; border-radius: 5px; color: #735400; background: #fff3c8; font-size: 9px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.service-arrow { color: #82a1b5; font-size: 20px; }
.catalog-disclaimer { max-width: 900px; margin: 22px 0 0; color: var(--muted); font-size: 12px; }
.catalog-empty { grid-column: 1 / -1; padding: 48px 20px; border: 1px dashed #a9c5d6; border-radius: 20px; background: var(--sky-50); text-align: center; }
.catalog-empty h3 { margin: 10px 0 5px; color: var(--navy-950); font-size: 25px; }
.catalog-empty p { margin: 0 auto 20px; max-width: 520px; color: var(--muted); }
.empty-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto; border-radius: 50%; color: var(--white); background: var(--navy-900); font-size: 25px; font-weight: 900; }
.resume-banner { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; padding: 15px 17px; border: 1px solid #abd9cb; border-radius: 14px; background: #effbf7; }
.resume-banner > div { display: flex; flex-direction: column; }
.resume-banner strong { color: #155b43; }
.resume-banner span { color: var(--muted); font-size: 13px; }
.selected-summary { margin-bottom: 24px; padding: 22px; border: 1px solid #cab994; border-radius: 18px; background: #fffaf1; box-shadow: var(--shadow-sm); }
.selected-summary-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.selected-summary-head h3 { margin: 5px 0 0; color: var(--navy-950); font-size: 25px; }
.selected-summary-head > b { color: var(--navy-900); font-size: 20px; }
.selected-summary ul { display: grid; gap: 8px; margin: 18px 0; padding: 0; list-style: none; }
.selected-summary li { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); }
.selected-summary li > span { min-width: 0; display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.selected-summary li small { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy-900); font-weight: 800; }
.selected-summary li b { min-width: 0; color: var(--navy-950); }
.selected-summary li em { color: var(--gold-dark); font-size: 13px; font-style: normal; font-weight: 800; }
.selected-summary li > div { display: flex; gap: 7px; }
.selected-summary li button { min-height: 40px; padding: 7px 10px; border: 1px solid #c9bda9; border-radius: 8px; color: var(--navy-900); background: #faf5ec; font-size: 12px; font-weight: 800; cursor: pointer; }
.selected-summary li button:last-child { color: #9b3034; }

.calculator-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 20px;
  margin-top: 38px;
  padding: 18px;
  border-radius: 26px;
  background: #eef6fa;
}
.wizard-panel { min-height: 530px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-sm); }
.wizard-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.wizard-heading .eyebrow { max-width: 600px; color: var(--navy-900); font-size: 11px; }
.step-label { margin: 6px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.icon-button { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: var(--white); font-size: 27px; line-height: 1; cursor: pointer; }
.icon-button:hover { color: var(--navy-900); background: var(--sky-50); }
.progress { height: 7px; margin: 17px 0 35px; overflow: hidden; border-radius: 99px; background: #e2edf3; }
.progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue-600), var(--aqua-500)); transition: width .25s ease; }
.question h3, .review-card h3, .blocking-card h3 { max-width: 730px; margin: 0 0 10px; color: var(--navy-950); font-size: clamp(25px, 3.3vw, 36px); line-height: 1.15; letter-spacing: -.025em; }
.question-help { margin: 0 0 22px; color: var(--muted); }
.option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin-top: 24px; }
.option-card {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid #cddde7;
  border-radius: 13px;
  color: #263c4e;
  background: var(--white);
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}
.option-card:hover { border-color: #76aac7; background: #f6fbfd; }
.option-card.selected { border-color: var(--blue-600); color: var(--navy-900); background: #edf8fc; box-shadow: inset 0 0 0 1px var(--blue-600); }
.option-check { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #a7c0cf; border-radius: 50%; color: var(--white); font-size: 13px; }
.selected .option-check { border-color: var(--blue-600); background: var(--blue-600); }
.multi-wrap { min-width: 0; }
.multi-wrap .option-card { width: 100%; }
.inline-number { display: grid; grid-template-columns: 1fr 84px auto; align-items: center; gap: 8px; margin-top: 7px; padding: 10px 12px; border-radius: 10px; color: var(--muted); background: #f2f8fb; font-size: 13px; }
.inline-number input { width: 84px; min-height: 44px; padding: 7px; border: 1px solid #bad0dd; border-radius: 8px; color: var(--navy-950); background: var(--white); }
.wizard-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.wizard-footer .button { min-width: 140px; }
.validation { margin: 16px 0 0; padding: 10px 13px; border-radius: 9px; color: #8c282c; background: #fff0f0; font-size: 13px; font-weight: 700; }
.number-answer { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; margin-top: 27px; }
.number-answer label { min-height: 56px; display: flex; align-items: center; gap: 10px; padding: 5px 14px; border: 1px solid #b9cfdd; border-radius: 12px; background: var(--white); }
.number-answer input { width: 125px; border: 0; outline: 0; color: var(--navy-950); background: transparent; font-size: 25px; font-weight: 800; }
.number-answer input:disabled { color: var(--muted); }
.number-answer label b { color: var(--muted); }
.input-limits { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.matrix { display: grid; gap: 9px; margin-top: 24px; }
.matrix fieldset { min-width: 0; display: grid; grid-template-columns: minmax(140px, 1fr) auto; align-items: center; gap: 18px; margin: 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; }
.matrix legend { display: contents; color: var(--ink); font-size: 14px; font-weight: 800; }
.matrix fieldset > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.matrix-choice { min-height: 44px; padding: 8px 12px; border: 1px solid #c3d6e1; border-radius: 9px; color: #405466; background: var(--white); font-size: 12px; font-weight: 800; cursor: pointer; }
.matrix-choice.selected { border-color: var(--blue-600); color: var(--white); background: var(--blue-700); }
.text-answer { display: block; margin-top: 23px; }
.text-answer textarea { width: 100%; min-height: 160px; resize: vertical; padding: 15px; border: 1px solid #b9cfdd; border-radius: 13px; color: var(--ink); background: var(--white); outline: 0; }
.text-answer textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(8,126,194,.1); }
.text-answer > span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; text-align: right; }
.emergency-banner { display: flex; flex-direction: column; gap: 2px; margin: 18px 0 26px; padding: 15px 17px; border-left: 5px solid var(--red); border-radius: 10px; color: #6e2225; background: #fff0f0; }
.emergency-banner a { font-weight: 900; }
.blocking-card { padding: 24px 0 10px; }
.blocking-icon, .review-check { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 50%; color: var(--white); background: var(--red); font-size: 30px; font-weight: 900; }
.blocking-card > p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.blocking-card .button-row { margin-top: 24px; }
.text-button { min-height: 44px; margin-top: 22px; padding: 5px 0; border: 0; color: var(--blue-700); background: transparent; font-weight: 800; cursor: pointer; }
.review-check { background: var(--green); }
.review-card .eyebrow { margin-bottom: 6px; }
.task-description { padding: 11px 13px; border-radius: 9px; color: var(--muted); background: var(--sky-50); font-style: italic; }
.estimate-lines { margin: 24px 0; padding: 0; list-style: none; }
.estimate-lines li { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.estimate-lines span { display: flex; flex-direction: column; }
.estimate-lines b { font-size: 14px; }
.estimate-lines small { color: var(--muted); }
.estimate-lines strong { flex: 0 0 auto; color: var(--navy-900); font-size: 14px; }
.review-totals { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--sky-50); }
.review-totals > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 15px; }
.review-totals span { color: var(--muted); }
.review-totals b { color: var(--navy-950); }
.review-totals .grand { color: var(--white); background: var(--navy-900); }
.review-totals .grand span, .review-totals .grand b { color: var(--white); }
.review-totals .grand b { font-size: 19px; }
.accuracy { position: relative; margin-top: 18px; padding: 14px 15px 14px 45px; border-radius: 12px; background: #f3f7fa; }
.accuracy > span { position: absolute; top: 18px; left: 17px; width: 15px; height: 15px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(25,118,80,.12); }
.accuracy b { display: block; color: var(--navy-950); }
.accuracy p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.accuracy-medium > span { background: #bd7900; box-shadow: 0 0 0 5px rgba(189,121,0,.12); }
.accuracy-needs-review > span { background: var(--red); box-shadow: 0 0 0 5px rgba(200,63,67,.12); }
.legal-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; }

.cart-panel { position: sticky; top: 99px; }
.cart-panel > div:first-child { padding: 20px; border-radius: 17px; color: var(--white); background: var(--navy-950); box-shadow: var(--shadow-md); }
.cart-empty { min-height: 225px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart-empty > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 50%; color: #acddec; background: rgba(255,255,255,.1); }
.cart-empty svg { width: 25px; }
.cart-empty p { margin: 5px 0 0; color: #abc5d5; font-size: 12px; }
.cart-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cart-heading .eyebrow { color: #8ed7ea; font-size: 10px; }
.cart-heading h3 { margin: 5px 0 0; font-size: 22px; }
.cart-count { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #3a2700; background: var(--gold); font-weight: 900; }
.cart-items { margin: 18px 0; padding: 0; list-style: none; }
.cart-items > li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.13); }
.cart-items > li > div:first-child { display: flex; align-items: flex-start; gap: 9px; }
.cart-items small { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: #bfe5f0; font-weight: 900; }
.cart-items span { min-width: 0; display: flex; flex-direction: column; }
.cart-items b { font-size: 13px; line-height: 1.25; }
.cart-items em { margin-top: 3px; color: var(--gold); font-size: 11px; font-style: normal; font-weight: 800; }
.cart-actions { display: flex; gap: 14px; margin: 7px 0 0 32px; }
.cart-actions button { min-height: 32px; padding: 0; border: 0; color: #a8c8d8; background: transparent; font-size: 11px; text-decoration: underline; cursor: pointer; }
.cart-actions button:last-child { color: #ffb1b3; }
.cart-total { display: flex; flex-direction: column; padding: 15px 0 18px; border-top: 1px solid rgba(255,255,255,.16); }
.cart-total span { color: #b7d0df; font-size: 12px; }
.cart-total b { margin: 2px 0; color: var(--gold); font-size: 19px; }
.cart-total small { color: #9fbccc; font-size: 10px; }
.cart-panel .button-primary { color: var(--navy-950); background: var(--gold); box-shadow: none; }
.live-price { margin-top: 11px; padding: 10px 12px; border: 1px solid #bfd4e2; border-radius: 10px; color: var(--navy-900); background: var(--white); font-size: 12px; font-weight: 800; text-align: center; }

.estimate-section { padding-top: 30px; background: #edf5f9; }
.estimate-document { padding: 44px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-md); }
.estimate-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-bottom: 26px; border-bottom: 2px solid var(--navy-900); }
.estimate-title h2 { margin: 6px 0 3px; color: var(--navy-950); font-size: 35px; }
.estimate-title p:last-child { margin: 0; color: var(--muted); }
.estimate-title img { width: 84px; height: 84px; object-fit: contain; }
.estimate-service { margin-top: 32px; }
.estimate-service-head { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 13px; margin-bottom: 15px; }
.estimate-service-head > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--white); background: var(--blue-700); font-weight: 900; }
.estimate-service-head h3 { margin: 0; color: var(--navy-950); font-size: 20px; }
.estimate-service-head p { margin: 1px 0 0; color: var(--muted); font-size: 12px; }
.estimate-service-head > b { color: var(--navy-900); }
.estimate-service-actions { display: flex; gap: 9px; margin: -4px 0 13px 53px; }
.estimate-service-actions button {
  min-height: 36px;
  padding: 5px 12px;
  border: 1px solid #c9bda9;
  border-radius: 8px;
  color: var(--navy-900);
  background: #faf5ec;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.estimate-service-actions button:last-child { color: #9b3034; }
.estimate-service-actions button:hover { border-color: var(--gold-dark); background: var(--white); }
.estimate-description { margin: 0 0 13px; padding: 10px 12px; border-radius: 8px; color: var(--muted); background: var(--sky-50); }
.estimate-table { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.estimate-table > div { display: grid; grid-template-columns: minmax(250px, 1.7fr) .5fr .5fr .75fr; gap: 15px; align-items: start; padding: 11px 13px; border-top: 1px solid var(--line); font-size: 13px; }
.estimate-table > div:first-child { border-top: 0; }
.estimate-table-head { color: var(--muted); background: var(--sky-50); font-size: 10px !important; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.estimate-table small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.3; }
.estimate-table b { color: var(--navy-900); text-align: right; }
.estimate-grand { max-width: 580px; margin: 34px 0 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.estimate-grand > div { display: flex; justify-content: space-between; gap: 25px; padding: 10px 14px; }
.estimate-grand span { color: var(--muted); }
.estimate-grand b { color: var(--navy-950); }
.estimate-grand .grand { padding: 15px; color: var(--white); background: var(--navy-900); }
.estimate-grand .grand span, .estimate-grand .grand b { color: var(--white); }
.estimate-grand .grand b { font-size: 21px; }
.estimate-grand > p { margin: 0; padding: 8px 14px; color: var(--muted); background: var(--sky-50); font-size: 11px; }
.estimate-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.estimate-details section { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #fbfdfe; }
.estimate-details h3, .warnings h3 { margin: 0 0 10px; color: var(--navy-950); font-size: 16px; }
.estimate-details ul, .warnings ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 12px; }
.estimate-details li + li, .warnings li + li { margin-top: 5px; }
.warnings { margin-top: 15px; padding: 18px; border-left: 4px solid var(--gold-dark); border-radius: 9px; background: #fff9e7; }
.estimate-disclaimer { margin-top: 20px; padding: 18px; border-radius: 12px; color: var(--white); background: var(--navy-950); }
.estimate-disclaimer p { margin: 5px 0 0; color: #c3d9e6; font-size: 12px; }
.estimate-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.estimate-actions .button { flex: 1 1 210px; }

.popular-section { background: var(--sky-50); }
.popular-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.popular-grid article { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 8px 20px rgba(4,37,63,.045); }
.popular-grid article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: var(--blue-700); background: #eaf6fb; font-size: 12px; font-weight: 900; }
.popular-grid h3 { margin: 0; color: var(--navy-950); font-size: 16px; }
.popular-grid p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.popular-grid article > b { color: var(--navy-900); }
.popular-grid button { grid-column: 2 / -1; justify-self: start; min-height: 38px; padding: 0; border: 0; color: var(--blue-700); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.minimum-note { display: flex; align-items: center; gap: 10px; margin: 22px 0 0; padding: 14px 18px; border: 1px solid #d5c07d; border-radius: 12px; color: #614b13; background: #fff9e6; font-size: 13px; }
.minimum-note > span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #967000; font-weight: 900; }

.formation-section { overflow: hidden; color: var(--white); background: var(--navy-950); }
.formation-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 70px; }
.formation-copy h2 { color: var(--white); }
.formation-copy > p { margin-bottom: 25px; color: #b9d0df; }
.formation-copy .eyebrow { color: #72d1e4; }
.formation-copy .button-primary { color: var(--navy-950); background: var(--gold); }
.formula-card { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 13px; padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.06); }
.formula-card > div:not(.formula-total) { min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; padding: 19px; border-radius: 15px; background: var(--white); }
.formula-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: var(--white); font-size: 12px; font-weight: 900; }
.formula-icon.blue { background: var(--blue-700); }
.formula-icon.aqua { background: var(--aqua-500); }
.formula-card p { margin: 18px 0 0; }
.formula-card p b { display: block; color: var(--navy-950); font-size: 20px; }
.formula-card p small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
.plus, .equals { font-size: 28px; font-weight: 300; }
.equals { position: absolute; left: 50%; bottom: -25px; width: 50px; height: 50px; display: grid; place-items: center; border: 5px solid var(--navy-950); border-radius: 50%; color: var(--navy-950); background: var(--gold); transform: translateX(-50%); }
.formula-total { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; padding: 18px; border-radius: 13px; color: var(--navy-950); background: var(--gold); }
.formula-total span { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.formula-total b { font-size: 21px; }
.formula-total small { color: #604300; font-size: 10px; }

.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.about-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.about-gallery figure { position: relative; min-height: 520px; margin: 0; overflow: hidden; border-radius: 18px; background: #e6e0d5; }
.about-gallery img { width: 100%; height: 100%; object-fit: cover; }
.about-gallery figure:first-child img { object-position: 50% 42%; }
.about-gallery figure:last-child img { object-position: 50% 45%; }
.about-gallery figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 9px 11px; border-radius: 9px; color: var(--white); background: rgba(4,37,63,.78); font-size: 11px; font-weight: 800; }
.about-copy h2 { margin-top: 9px; }
.about-lead { color: var(--muted); font-size: 18px; }
.feature-list { margin: 27px 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 13px; padding: 13px 0; border-top: 1px solid var(--line); }
.feature-list li > span { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-size: 13px; font-weight: 900; }
.feature-list b { color: var(--navy-950); }
.feature-list p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.signature { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: var(--sky-50); }
.signature img { width: 75px; height: 75px; object-fit: contain; }
.signature div { display: flex; flex-direction: column; }
.signature b { color: var(--navy-950); font-size: 18px; }
.signature span { color: var(--muted); font-size: 12px; }

.tools-section { background: #eee7da; }
.tools-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.tools-gallery figure { margin: 0; overflow: hidden; border: 1px solid #d7cbb9; border-radius: 20px; background: var(--white); box-shadow: var(--shadow-sm); }
.tools-gallery img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: #e8e5df; }
.tools-gallery figcaption { padding: 15px 17px; color: var(--navy-950); font-weight: 800; }

.schedule-section { padding: 0 0 94px; }
.schedule-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 32px 36px; border-radius: 24px; color: var(--white); background: linear-gradient(105deg, var(--blue-700), var(--navy-900)); box-shadow: var(--shadow-md); }
.clock-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 20px; color: var(--gold); background: rgba(255,255,255,.1); }
.clock-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.schedule-card span { color: #b9deec; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.schedule-card h2 { margin: 4px 0; font-size: clamp(27px, 3.7vw, 43px); line-height: 1.1; }
.schedule-card p { margin: 0; color: #bdd7e5; font-size: 13px; }

.process-section { background: var(--sky-50); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-grid article { position: relative; padding: 25px 21px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.process-grid article::after { content: "→"; position: absolute; top: 32px; right: -13px; z-index: 2; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue-700); background: var(--white); font-size: 12px; }
.process-grid article:last-child::after { display: none; }
.process-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--white); background: var(--navy-900); font-weight: 900; }
.process-grid h3 { margin: 20px 0 7px; color: var(--navy-950); font-size: 17px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 80px; }
.faq-grid > div:first-child { position: sticky; top: 110px; }
.faq-grid > div > .button { margin-top: 23px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy-950); font-weight: 800; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--blue-700); background: #eaf6fb; font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 55px 20px 0; color: var(--muted); font-size: 14px; }

.brand-cta-section { padding: 0 0 92px; background: #f8f3ea; }
.brand-cta-card { min-height: 560px; display: grid; grid-template-columns: 1fr .88fr; align-items: center; overflow: hidden; border-radius: 30px; color: var(--white); background: var(--navy-950); box-shadow: var(--shadow-md); }
.brand-cta-copy { padding: 54px 16px 54px 58px; }
.brand-cta-copy h2 { margin: 9px 0 15px; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.04em; }
.brand-cta-copy > p:not(.eyebrow) { max-width: 540px; margin: 0 0 28px; color: #c4d3dc; font-size: 18px; }
.brand-cta-card > img { width: 100%; height: 560px; object-fit: contain; object-position: center bottom; background: #061b32; }

.contacts-section { padding: 82px 0; color: var(--white); background: var(--navy-950); }
.contacts-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 58px; }
.contact-brand { display: grid; grid-template-columns: 104px 1fr; align-items: center; gap: 18px; }
.contact-emblem { width: 104px; height: 104px; border-radius: 22px; object-fit: cover; box-shadow: 0 14px 36px rgba(0,0,0,.24); }
.contacts-grid h2 { margin: 8px 0 5px; font-size: clamp(38px, 5vw, 62px); line-height: 1; }
.contact-brand > div > p:not(.eyebrow) { margin: 0; color: #a9c6d7; }
.contact-phone { display: block; margin-top: 25px; color: var(--gold); font-size: clamp(26px, 2.7vw, 36px); font-weight: 900; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.contact-brand > div > small { display: block; color: #8daabb; }
.contact-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.contact-links a { min-height: 76px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; padding: 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.06); text-decoration: none; transition: background .18s ease, transform .18s ease; }
.contact-links a:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.contact-links .platform-icon { width: 40px; height: 40px; padding: 9px; border-radius: 11px; color: var(--navy-950); background: var(--gold); }
.contact-links span { font-weight: 800; }
.contact-links i { color: #8fcadd; font-style: normal; }
.contact-links a:last-child { grid-column: 1 / -1; }
.legal-section { padding: 22px 0; border-bottom: 1px solid #193d57; color: #91adbd; background: #031f35; }
.legal-section .section-shell { display: grid; grid-template-columns: 170px 1fr; gap: 30px; }
.legal-section b { color: #c2d7e3; font-size: 12px; text-transform: uppercase; }
.legal-section p { margin: 0; font-size: 11px; }

footer { padding: 24px 0; color: #b6ccd9; background: #031f35; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-brand { color: var(--white); }
.footer-brand img { width: 48px; height: 48px; }
.footer-brand small { color: #8daabb; }
.footer-grid p { margin: 0; font-size: 12px; }
.footer-grid > a { color: #b7dce8; font-size: 12px; font-weight: 800; text-decoration: none; }

.mobile-actions { display: none; }
.toast { position: fixed; z-index: 200; right: 24px; bottom: 24px; max-width: 350px; padding: 13px 18px; border-radius: 12px; color: var(--white); background: var(--navy-950); box-shadow: var(--shadow-md); font-weight: 800; }
.copy-fallback { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(4,37,63,.75); }
.copy-fallback > div { position: relative; width: min(650px, 100%); padding: 28px; border-radius: 20px; background: var(--white); box-shadow: var(--shadow-md); }
.copy-fallback h2 { margin: 7px 0; color: var(--navy-950); }
.copy-fallback p:not(.eyebrow) { color: var(--muted); }
.copy-fallback textarea { width: 100%; height: 250px; resize: vertical; padding: 13px; border: 1px solid #b7ccd9; border-radius: 10px; font-size: 12px; }
.copy-fallback .button { margin-top: 12px; }
.modal-close { position: absolute; top: 15px; right: 15px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: var(--white); font-size: 25px; cursor: pointer; }

.modal-open { overflow: hidden; }
.contact-menu {
  position: fixed;
  z-index: 320;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(3, 18, 31, .76);
}
.contact-menu-panel {
  position: relative;
  width: min(580px, 100%);
  max-height: min(820px, calc(100vh - 44px));
  overflow: auto;
  padding: 30px;
  border-radius: 24px;
  background: #fbf7ef;
  box-shadow: 0 28px 80px rgba(0,0,0,.32);
}
.contact-menu-head { display: flex; justify-content: space-between; gap: 58px; padding-right: 28px; }
.contact-menu-head h2 { margin: 7px 0 0; color: var(--navy-950); font-size: clamp(28px, 4vw, 40px); line-height: 1.05; }
.contact-menu-links { display: grid; gap: 9px; margin-top: 24px; }
.contact-menu-links a {
  min-height: 74px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: var(--white);
  text-decoration: none;
}
.contact-menu-links a:hover { border-color: var(--gold-dark); background: #f9f1e3; }
.contact-menu-links .platform-icon { width: 46px; height: 46px; padding: 10px; border-radius: 12px; color: var(--white); background: var(--navy-900); }
.contact-menu-links span { display: flex; min-width: 0; flex-direction: column; }
.contact-menu-links b { color: var(--navy-950); }
.contact-menu-links small { margin-top: 2px; color: var(--muted); }
.contact-menu-links i { color: var(--gold-dark); font-size: 22px; font-style: normal; }
.contact-menu-links .menu-call { border-color: #c9ab73; }

@media (max-width: 1080px) {
  .site-header nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr .72fr; gap: 42px; }
  .hero-copy h1 { font-size: 54px; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .calculator-shell { grid-template-columns: minmax(0, 1fr) 290px; }
  .formation-grid, .about-grid { gap: 45px; }
  .estimate-details { grid-template-columns: 1fr 1fr; }
  .estimate-details section:last-child { grid-column: 1 / -1; }
}

@media (max-width: 850px) {
  :root { --shell: min(100% - 32px, 760px); }
  .section { padding: 76px 0; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding: 72px 0 125px; }
  .hero-copy { max-width: 720px; }
  .hero-copy h1 { font-size: clamp(43px, 8vw, 64px); }
  .hero-photo { width: min(520px, 86%); margin: 0 auto; }
  .photo-frame > img { height: min(720px, 145vw); object-position: 50% 22%; }
  .calculator-shell { grid-template-columns: 1fr; }
  .cart-panel { position: static; }
  .cart-panel > div:first-child { padding: 20px; }
  .cart-empty { min-height: 150px; }
  .formation-grid, .about-grid, .faq-grid, .contacts-grid { grid-template-columns: 1fr; }
  .brand-cta-card { grid-template-columns: 1fr; }
  .brand-cta-copy { padding: 50px; }
  .brand-cta-card > img { height: min(720px, 110vw); }
  .formation-copy { max-width: 700px; }
  .about-gallery { order: 2; }
  .about-copy { order: 1; }
  .faq-grid > div:first-child { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(2)::after { display: none; }
  .schedule-card { grid-template-columns: auto 1fr; }
  .schedule-card .button { grid-column: 2; justify-self: start; }
  .contacts-grid { gap: 40px; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 24px); }
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 70px; }
  .section { padding: 60px 0; }
  .site-header { position: relative; }
  .header-inner { min-height: 70px; }
  .brand img { width: 48px; height: 48px; }
  .brand b { font-size: 16px; }
  .brand small { max-width: 170px; font-size: 9px; }
  .header-actions { display: none; }
  .hero-inner { gap: 50px; padding: 58px 0 105px; }
  .hero-copy h1 { margin-top: 14px; font-size: clamp(39px, 12vw, 54px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .call-mobile { display: inline; }
  .call-desktop { display: none; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-trust > li { min-width: 0; padding: 2px 10px; }
  .hero-trust b { font-size: 19px; }
  .hero-trust span { font-size: 10px; }
  .hero-photo { width: 92%; }
  .experience-seal { right: -18px; width: 92px; height: 92px; border-width: 5px; }
  .experience-seal b { font-size: 26px; }
  .section-heading { display: block; }
  .price-date { margin-top: 20px; text-align: left; }
  .section-heading h2, .formation-copy h2, .about-copy h2, .faq-grid > div h2 { font-size: 35px; }
  .section-heading p, .formation-copy > p, .faq-grid > div > p, .about-lead { font-size: 16px; }
  .search-box { min-height: 58px; padding: 0 14px; }
  .search-box input { font-size: 15px; }
  .search-box kbd { display: none; }
  .catalog-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 92px; padding: 14px; }
  .service-icon { width: 45px; height: 45px; }
  .resume-banner { align-items: stretch; flex-direction: column; }
  .selected-summary { padding: 16px 13px; }
  .selected-summary-head { align-items: flex-start; flex-direction: column; gap: 6px; }
  .selected-summary li { align-items: stretch; flex-direction: column; }
  .selected-summary li > span { grid-template-columns: 26px minmax(0, 1fr); }
  .selected-summary li em { grid-column: 2; }
  .selected-summary li > div { margin-left: 36px; }
  .selected-summary li button { flex: 1; }
  .calculator-shell { margin-right: -4px; margin-left: -4px; padding: 6px; border-radius: 18px; }
  .wizard-panel { min-height: 0; padding: 20px 16px; border-radius: 15px; }
  .progress { margin-bottom: 28px; }
  .question h3, .review-card h3, .blocking-card h3 { font-size: 27px; }
  .option-grid { grid-template-columns: 1fr; }
  .option-card { min-height: 58px; }
  .wizard-footer { position: sticky; z-index: 5; bottom: 68px; margin-right: -16px; margin-left: -16px; padding: 13px 16px; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 -8px 22px rgba(4,37,63,.08); }
  .wizard-footer .button { min-width: 0; flex: 1; }
  .matrix fieldset { display: block; padding: 12px; }
  .matrix legend { display: block; margin-bottom: 9px; }
  .matrix fieldset > div { justify-content: flex-start; }
  .matrix-choice { flex: 1; }
  .number-answer { display: grid; }
  .number-answer label { justify-content: space-between; }
  .estimate-lines li { display: block; }
  .estimate-lines strong { display: block; margin-top: 5px; }
  .review-totals > div { flex-direction: column; gap: 1px; }
  .estimate-document { width: calc(100% - 12px); padding: 20px 14px; border-radius: 16px; }
  .estimate-title h2 { font-size: 27px; }
  .estimate-title img { width: 64px; height: 64px; }
  .estimate-service-head { grid-template-columns: 34px 1fr; }
  .estimate-service-head > b { grid-column: 2; }
  .estimate-service-actions { margin-left: 47px; }
  .estimate-table { overflow: visible; border: 0; }
  .estimate-table > div { min-width: 0; grid-template-columns: 1fr auto; gap: 7px 14px; margin-top: 9px; border: 1px solid var(--line); border-radius: 10px; }
  .estimate-table > div > span:first-child { grid-column: 1 / -1; }
  .estimate-table > div > span:nth-child(2)::before { content: "Тип: "; color: var(--muted); }
  .estimate-table > div > span:nth-child(3)::before { content: "Количество: "; color: var(--muted); }
  .estimate-table > div > b { grid-column: 2; text-align: right; }
  .estimate-table-head { display: none !important; }
  .estimate-grand { margin-left: 0; }
  .estimate-details { grid-template-columns: 1fr; }
  .estimate-details section:last-child { grid-column: auto; }
  .popular-grid { grid-template-columns: 1fr; }
  .popular-grid article { grid-template-columns: 40px 1fr; }
  .popular-grid article > b { grid-column: 2; }
  .minimum-note { align-items: flex-start; flex-wrap: wrap; }
  .formula-card { grid-template-columns: 1fr; padding: 14px; }
  .formula-card > div:not(.formula-total) { min-height: 135px; }
  .plus { text-align: center; }
  .equals { display: none; }
  .formula-total { grid-column: auto; align-items: flex-start; flex-direction: column; margin-top: 0; }
  .about-gallery { grid-template-columns: 1fr 1fr; }
  .about-gallery figure { min-height: 420px; }
  .tools-gallery { grid-template-columns: 1fr; }
  .schedule-section { padding-bottom: 60px; }
  .schedule-card { grid-template-columns: 1fr; padding: 25px 20px; }
  .clock-icon { width: 58px; height: 58px; }
  .schedule-card .button { grid-column: auto; width: 100%; }
  .brand-cta-section { padding-bottom: 60px; }
  .brand-cta-card { width: calc(100% - 24px); border-radius: 22px; }
  .brand-cta-copy { padding: 34px 24px; }
  .brand-cta-copy > p:not(.eyebrow) { font-size: 16px; }
  .brand-cta-card > img { height: 120vw; max-height: 620px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article::after { display: none; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-brand { grid-template-columns: 1fr; gap: 16px; }
  .contact-emblem { width: 84px; height: 84px; border-radius: 18px; }
  .contact-phone { font-size: 25px; }
  .legal-section .section-shell { grid-template-columns: 1fr; gap: 8px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .mobile-actions {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    height: 66px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 7px 8px;
    border-top: 1px solid #bfd2df;
    background: var(--white);
    box-shadow: 0 -8px 25px rgba(4,37,63,.11);
  }
  .mobile-actions a, .mobile-actions button { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 10px; font-weight: 900; text-decoration: none; }
  .mobile-actions a { color: var(--white); background: var(--red); }
  .mobile-actions button { color: var(--white); background: var(--navy-900); }
  .toast { right: 12px; bottom: 78px; left: 12px; text-align: center; }
  .copy-fallback > div { padding: 23px 16px; }
  .contact-menu { place-items: end stretch; padding: 0; }
  .contact-menu-panel { width: 100%; max-height: min(86vh, 780px); padding: 25px 14px calc(20px + env(safe-area-inset-bottom)); border-radius: 24px 24px 0 0; }
  .contact-menu-head { padding: 0 52px 0 5px; }
  .contact-menu-links a { min-height: 68px; }
}

@media (max-width: 390px) {
  .hero-copy h1 { font-size: 41px; }
  .hero-trust { grid-template-columns: 1fr; gap: 11px; }
  .hero-trust > li { padding: 8px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .hero-trust > li:first-child { border-top: 0; }
  .about-gallery { grid-template-columns: 1fr; }
  .about-gallery figure { min-height: 520px; }
}

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

@media print {
  @page { size: A4; margin: 12mm; }
  body { padding: 0; background: #fff; font-size: 11pt; }
  .site-header,
  main > section:not(#estimate-section),
  footer,
  .skip-link,
  .no-print,
  .mobile-actions,
  .contact-menu,
  .copy-fallback,
  .toast { display: none !important; }
  #estimate-section { display: block !important; padding: 0; background: #fff; }
  #printable-estimate { position: static; width: 100%; padding: 0; border: 0; box-shadow: none; }
  .estimate-title { padding-bottom: 14px; }
  .estimate-title img { width: 58px; height: 58px; }
  .estimate-service { margin-top: 18px; break-inside: avoid; }
  .estimate-table > div { padding: 8px 10px; }
  .estimate-grand { margin-top: 18px; }
  .accuracy { margin-top: 10px; padding-top: 10px; padding-bottom: 10px; }
  .estimate-table > div { grid-template-columns: 1.7fr .5fr .5fr .8fr; }
  .estimate-details { grid-template-columns: 1fr 1fr 1fr; gap: 9px; margin-top: 14px; break-inside: avoid; }
  .estimate-details section { padding: 11px; }
  .estimate-details li + li { margin-top: 2px; }
  .estimate-details section:last-child { grid-column: auto; }
  .estimate-disclaimer { margin-top: 10px; padding: 12px; color: #000; border: 1px solid #aaa; background: #fff; break-inside: avoid; }
  .estimate-disclaimer p { color: #333; }
}
