@font-face {
  font-family: "Inter ETS";
  src: url("public/assets/Inter-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --header: #032c45;
  --footer: #00132f;
  --footer-deep: #001531;
  --primary: #0057f8;
  --primary-deep: #0038c8;
  --cta: #e6532f;
  --cta-hover: #c94125;
  --modal-muted: #9ba2aa;
  --hero-heading: #3a4652;
  --heading: #0b1b2b;
  --text: #515865;
  --muted: #f6f7f9;
  --border: #e3e7ec;
  --focus: #8b4a00;
  --focus-dark: #ffbd3e;
  --white: #fff;
  --container: 1152px;
  --container-wide: 1200px;
  --radius: 8px;
  --shadow: 0 3px 16px rgba(18, 37, 63, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: 108px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--white);
  font-family: "Inter ETS", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.site-header a:focus-visible,
.site-header button:focus-visible,
.offer-card a:focus-visible,
.offer-card button:focus-visible,
.site-footer a:focus-visible { outline-color: var(--focus-dark); }
.container, .container-wide { width: calc(100% - 32px); margin-inline: auto; }
.container { max-width: var(--container); }
.container-wide { max-width: var(--container-wide); }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #00132f;
  background: #fff;
  border-radius: 4px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--heading); letter-spacing: -0.028em; }
h2 { margin-bottom: 8px; font-size: 25px; line-height: 1.15; font-weight: 750; }
h3 { margin-bottom: 10px; font-size: 17px; line-height: 1.24; font-weight: 730; }
.section-intro { margin-bottom: 0; font-size: 13px; line-height: 1.4; }

.site-header { position: sticky; z-index: 40; top: 0; height: 84px; color: #fff; background: var(--header); }
.header-inner {
  width: calc(100% - 32px);
  max-width: var(--container);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
.brand { width: 296px; height: 83px; flex: 0 0 296px; overflow: hidden; }
.brand img { width: 296px; height: 83px; object-fit: cover; }
.group-note { margin: 0 0 0 16px; color: rgba(255,255,255,.88); font-size: 10px; line-height: 1.28; white-space: nowrap; }
.group-note strong { font-weight: 650; }
.group-note a { color: inherit; text-decoration: none; }
.group-note a:hover { text-decoration: underline; text-underline-offset: 3px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #fff; font-size: 11px; font-weight: 540; text-decoration: none; white-space: nowrap; }
.site-nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-nav .header-phone { font-size: 15px; font-weight: 750; }
.nav-toggle { display: none; }

.hero { position: relative; isolation: isolate; height: 542px; overflow: hidden; background: #fdfdfd; }
.hero-inner { position: relative; height: 100%; }
.hero-copy { position: relative; z-index: 2; width: 480px; padding-top: 66px; }
.hero h1 { margin-bottom: 30px; color: #0b1b2b; font-size: 30px; line-height: 1.09; font-weight: 760; transition: color .18s ease; }
body.modal-open .hero h1 { color: var(--modal-muted); }
.hero-lead { margin-bottom: 27px; font-size: 16px; line-height: 1.5; }
.hero-price { margin-bottom: 22px; color: #5d554b; font-size: 17px; line-height: 1.4; }
.hero-price strong { color: #c9432d; font-size: 18px; font-weight: 800; }
.hero-price span { font-weight: 680; }
.button {
  min-height: 44px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 7px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 720;
  cursor: pointer;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--cta); }
.hero .button-primary { min-width: 342px; min-height: 46px; }
.button-primary:hover { background: var(--cta-hover); }
body.modal-open .hero .button-primary { color: #fff; background: var(--modal-muted); transform: none; }
.hero-image {
  position: absolute;
  z-index: 1;
  top: 42px;
  right: calc(-52px - 1cm);
  width: 734px;
  height: 413px;
  object-fit: contain;
}
.hero-benefits {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 46px;
  width: 534px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}
.hero-benefits li { position: relative; z-index: 1; min-width: 0; padding: 0 10px; text-align: center; border-right: 1px solid #e7eaee; }
.hero-benefits li:first-child { padding-left: 0; }
.hero-benefits li:last-child { padding-right: 0; border-right: 0; }
.hero-benefits img { width: 48px; height: 45px; margin: 0 auto 6px; object-fit: contain; }
.hero-benefits span { display: block; color: #202936; font-size: 9px; line-height: 1.35; }

.trust { height: 183px; background: linear-gradient(#fdfdfd 0 31%, #f5f6f8 31% 100%); }
.trust-inner { padding-top: 16px; }
.trust h2 { color: var(--hero-heading); font-size: 23px; }
.trust-logos { width: 1200px; max-width: none; height: 96px; margin: 30px 0 0 -24px; object-fit: contain; }

.services { position: relative; height: 723px; overflow: hidden; padding-top: 65px; background: #fff; }
.services h2 { color: var(--hero-heading); font-size: 24px; }
.services h2, .services > .container-wide > .section-intro { margin-left: 24px; }
.services-decoration { position: absolute; z-index: 0; opacity: .78; }
.services-decoration-top { top: 0; right: 0; width: 510px; }
.services .container-wide { position: relative; z-index: 1; }
.service-grid { display: grid; gap: 14px; }
.service-grid-featured { width: 1100px; margin-top: 36px; grid-template-columns: repeat(3, 1fr); }
.service-grid-compact { margin-top: 14px; grid-template-columns: repeat(4, 1fr); }
.service-card {
  height: 264px;
  padding: 18px 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow);
}
.service-card-compact { height: 255px; padding: 14px 18px; }
.service-icon { width: 48px; height: 48px; margin-bottom: 10px; object-fit: contain; filter: contrast(1.35) saturate(1.2); }
.service-card-compact .service-icon { width: 42px; height: 42px; margin-bottom: 8px; }
.service-card h3 { color: #3a4652; margin-bottom: 8px; font-size: 17px; }
.service-card p { margin-bottom: 9px; font-size: 12px; line-height: 1.4; }
.service-card-compact h3 { margin-bottom: 8px; font-size: 17px; }
.service-card-compact p { margin-bottom: 9px; font-size: 12px; line-height: 1.4; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 3px 0; padding-left: 16px; color: #1f2731; font-size: 10.5px; line-height: 1.25; }
.service-card-compact .check-list li { margin: 3px 0; font-size: 10.5px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 850; }
.check-list a { color: #0058ff; font-weight: 700; text-underline-offset: 2px; }

.expertise { position: relative; height: 674px; overflow: hidden; padding-top: 61px; background: #fff; }
.expertise h2 { color: var(--hero-heading); font-size: 24px; }
.expertise h2, .expertise > .container-wide > .section-intro { margin-left: 24px; }
.expertise-decoration { position: absolute; top: 0; right: 0; width: 420px; opacity: .72; }
.expertise-grid { position: relative; z-index: 1; margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.expertise-card {
  height: 390px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.expertise-visual { width: 100%; height: 105px; margin-bottom: 4px; object-fit: contain; }
.expertise-factory-visual, .expertise-engineering-visual { position: relative; }
.expertise-factory-base { width: 100%; height: 100%; object-fit: contain; }
.expertise-engineering-base { width: 100%; height: 100%; object-fit: contain; }
.company-logo-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 56px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(145deg, #004bd9, #002bb5);
}
.company-logo-panel img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.entroros-logo-panel img { width: 78%; height: 78%; }
.energyform-logo-panel img { width: 88%; height: 88%; }
.expertise-card h3 { color: var(--heading); margin-bottom: 8px; font-size: 16px; }
.expertise-card > p { margin-bottom: 12px; font-size: 10.8px; line-height: 1.38; }
.facts { margin-top: auto; padding-top: 13px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
.facts p { margin: 0; padding: 0 12px; display: flex; flex-direction: column; gap: 5px; border-right: 1px solid var(--border); }
.facts p:first-child { padding-left: 0; }
.facts p:last-child { padding-right: 0; border-right: 0; }
.facts strong { color: #073ec3; font-size: 25px; line-height: 1; }
.facts span { color: #111820; font-size: 9.5px; line-height: 1.3; font-weight: 600; }
.expertise-card-blue { overflow: hidden; color: #fff; border-color: #0043cc; background: linear-gradient(145deg, #004bd9, #002bb5); }
.expertise-card-blue .expertise-visual {
  width: calc(100% + 40px);
  max-width: none;
  height: auto;
  margin: -18px -20px -3px;
}
.expertise-card-blue h3, .expertise-card-blue .facts strong, .expertise-card-blue .facts span { color: #fff; }
.expertise-card-blue .facts { border-color: rgba(255,255,255,.45); }
.expertise-card-blue .facts p { border-color: rgba(255,255,255,.45); }
.process { margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.process li { position: relative; display: flex; align-items: center; gap: 12px; color: #49515b; font-size: 10px; text-transform: uppercase; }
.process li:not(:last-child)::after { content: ""; position: absolute; top: 38px; right: 16px; width: 94px; border-top: 1px dashed #737a83; }
.process li:not(:last-child)::before { content: ""; position: absolute; z-index: 1; top: 34px; right: 16px; width: 8px; height: 8px; border-top: 1.5px solid #737a83; border-right: 1.5px solid #737a83; transform: rotate(45deg); }
.process-icon { width: 78px; height: 78px; flex: 0 0 78px; object-fit: contain; }

.resources { position: relative; height: 596px; overflow: hidden; padding-top: 50px; background: #fff; }
.resources h2 { color: var(--hero-heading); font-size: 24px; }
.resources h2 { margin-left: 24px; }
.resources-decoration { position: absolute; opacity: .7; }
.resources-decoration-top { top: 0; right: 0; width: 410px; }
.resources-decoration-bottom { bottom: 0; left: 0; width: 330px; }
.resources-layout { position: relative; z-index: 1; margin-top: 14px; display: grid; grid-template-columns: 620px 1fr; gap: 28px; }
.resource-grid { height: 434px; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.resource-grid li { min-width: 0; padding: 12px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-right: 1px solid #e4e8ed; }
.resource-grid li:nth-child(3n) { border-right: 0; }
.resource-grid li:nth-child(n+4) { border-top: 1px solid #e4e8ed; }
.resource-grid img { width: 62px; height: 62px; margin-bottom: 16px; object-fit: contain; filter: contrast(1.75); }
.resource-grid span { color: #222b36; font-size: 12.5px; line-height: 1.55; }
.resource-photo { width: 100%; height: 434px; object-fit: cover; border-radius: var(--radius); }

.contract-offer { height: 521px; padding-top: 16px; background: #fff; }
.offer-grid { height: 466px; display: grid; grid-template-columns: 720px 1fr; gap: 8px; }
.offer-card { position: relative; overflow: hidden; border-radius: var(--radius); color: #fff; background: #0338c4; }
.offer-original-art { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: fill; }
.offer-blueprint { display: none; position: absolute; z-index: 0; top: 0; right: 0; width: 55%; height: 100%; object-fit: cover; object-position: 52% center; }
.offer-content { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.offer-content .button { display: none; }
.offer-click-target { position: absolute; z-index: 2; left: calc(3.5% - 2px); top: 81.7%; width: calc(35.4% + 2px); height: calc(10.9% + 3px); padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; border: 0; border-radius: 6px; background: var(--cta); font: 720 14px/1.2 "Inter ETS", sans-serif; text-transform: uppercase; cursor: pointer; transition: background-color .18s ease, transform .18s ease; }
.offer-click-target::before { content: "Заказать аудит"; }
.offer-click-target::after { content: "→"; font-size: 25px; line-height: 1; font-weight: 450; }
.offer-click-target:hover { background: var(--cta-hover); transform: translateY(-1px); }
.offer-content h2 { margin-bottom: 22px; color: #fff; font-size: 27px; line-height: 1.05; text-transform: uppercase; }
.offer-content ul { margin: 0 0 19px; padding: 0; list-style: none; }
.offer-content li { position: relative; margin: 0; padding: 0 0 17px 42px; font-size: 13.5px; line-height: 1.35; }
.offer-content li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 26px; height: 26px; display: grid; place-items: center; border: 2px solid #15a1ff; border-radius: 50%; color: #fff; font-weight: 850; }
.button-light { min-width: 198px; color: #fff; background: var(--cta); text-transform: uppercase; }
.button-light:hover { background: var(--cta-hover); }
.button-light svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.lab-photo { width: 100%; height: 466px; object-fit: cover; object-position: right center; border-radius: var(--radius); }

.site-footer { position: relative; height: 559px; overflow: hidden; color: rgba(255,255,255,.88); background: linear-gradient(135deg, var(--footer), var(--footer-deep)); }
.footer-main { width: 540px; margin: 0 auto; padding-top: 46px; display: grid; grid-template-columns: 250px 220px; gap: 70px; }
.site-footer h2 { margin-bottom: 22px; color: #fff; font-size: 18px; text-transform: uppercase; letter-spacing: 0; }
.site-footer address { font-style: normal; }
.site-footer address p { min-height: 54px; margin: 0; padding: 10px 0; display: flex; align-items: flex-start; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 12px; line-height: 1.5; }
.site-footer address p:last-child { border-bottom: 0; }
.site-footer svg { width: 22px; height: 22px; flex: 0 0 22px; fill: none; stroke: #79b9ff; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.site-footer address a, .document-list a { text-underline-offset: 4px; text-decoration-color: rgba(255,255,255,.4); }
.site-footer address a:hover, .document-list a:hover { text-decoration-color: currentColor; }
.document-list { margin: 0; padding: 0; list-style: none; }
.document-list li { min-height: 42px; padding: 6px 0; display: flex; align-items: center; gap: 13px; font-size: 12px; }
.footer-bottom { position: absolute; right: 0; bottom: 0; left: 0; min-height: 125px; padding: 30px 64px 24px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); font-size: 10px; }
.footer-bottom p { margin-bottom: 8px; }
.footer-bottom a { text-underline-offset: 4px; }
.back-to-top { position: fixed; z-index: 50; right: 24px; bottom: 24px; width: 47px; height: 47px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; border: 1px solid rgba(124,235,230,.92); border-radius: 50%; background: rgba(54,196,194,.58); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 8px 24px rgba(0,79,88,.2); font-size: 7px; text-decoration: none; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px); transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s, background-color .18s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
.back-to-top:hover { background: rgba(42,183,183,.72); }
.back-to-top svg { width: 16px; height: 16px; stroke: #fff; }

body.modal-open { overflow: hidden; }
.audit-modal {
  width: min(480px, calc(100% - 32px));
  max-height: calc(100% - 32px);
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 16px;
  color: var(--text);
  background: rgba(222, 227, 229, .94);
  -webkit-backdrop-filter: blur(24px) saturate(165%);
  backdrop-filter: blur(24px) saturate(165%);
  box-shadow: 0 24px 70px rgba(0, 45, 65, .16), inset 0 1px 0 rgba(255,255,255,.82);
}
.audit-modal::backdrop { background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; }
.audit-modal[open] { animation: audit-modal-in .18s ease-out; }
.audit-modal-body { position: relative; padding: 26px 30px; }
.audit-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #52606f; background: rgba(238, 244, 247, .58); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font: 400 25px/1 Arial, sans-serif; cursor: pointer; }
.audit-close:hover { color: #0b1b2b; background: rgba(226, 238, 242, .8); }
.audit-modal h2 { max-width: 370px; margin: 0 44px 18px 0; color: #0b1b2b; font-size: 26px; line-height: 1.12; letter-spacing: -.025em; }
.audit-form { display: grid; gap: 14px; }
.audit-power { margin: 0; padding: 0; border: 0; }
.audit-power legend, .audit-field > span { margin-bottom: 8px; color: #17212e; font-size: 13px; line-height: 1.3; font-weight: 700; }
.audit-power legend { padding: 0; }
.audit-power legend small { margin-left: 4px; color: #77818c; font-size: 11px; font-weight: 500; }
.power-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.power-option { position: relative; cursor: pointer; }
.power-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.power-option span { min-height: 36px; padding: 7px 5px; display: grid; place-items: center; border: 1px solid rgba(183, 199, 211, .72); border-radius: 9px; color: #33404e; background: rgba(255, 255, 255, .52); font-size: 11.5px; line-height: 1.15; font-weight: 650; white-space: nowrap; transition: border-color .16s ease, color .16s ease, background-color .16s ease; }
.power-option:hover span { border-color: #70cfcf; }
.power-option input:checked + span { border-color: #168f99; color: #064b54; background: rgba(109, 218, 213, .22); }
.power-option input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
.audit-field { display: grid; }
.audit-field > span { display: flex; align-items: baseline; gap: 5px; }
.audit-field small { color: #77818c; font-size: 11px; font-weight: 500; }
.audit-field input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid rgba(183, 199, 211, .72); border-radius: 9px; color: #17212e; background: rgba(255, 255, 255, .58); font: 500 15px/1.2 "Inter ETS", sans-serif; }
.audit-field input::placeholder { color: #9aa4af; }
.audit-field input:hover { border-color: #a9b7c5; }
.audit-field input:focus { border-color: #168f99; outline: 3px solid rgba(22, 143, 153, .18); }
.audit-field-help { display: none; margin-top: 5px; color: #7b8793; font-size: 10px; line-height: 1.3; }
.audit-field.is-invalid input { border-color: #c8473b; outline-color: rgba(200, 71, 59, .14); }
.audit-field.is-invalid .audit-field-help { display: block; color: #b42318; }
.audit-form-error { min-height: 16px; margin: -5px 0 -7px; color: #b42318; font-size: 11px; line-height: 1.35; }
.audit-submit { width: 100%; min-height: 48px; margin-top: 2px; }
.audit-consent { margin: -6px 0 0; color: #818b96; font-size: 10px; line-height: 1.35; text-align: center; }
.audit-success { padding: 22px 4px 8px; text-align: center; }
.audit-success-icon { width: 54px; height: 54px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 50%; color: #064b54; background: rgba(109, 218, 213, .3); font-size: 25px; font-weight: 800; }
.audit-success h2 { max-width: none; margin: 0 0 10px; }
.audit-success p { margin-bottom: 22px; font-size: 14px; }
.audit-success-close { min-width: 180px; }

@keyframes audit-modal-in {
  from { opacity: 0; transform: translateY(10px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 999px) {
  html { scroll-padding-top: 76px; }
  .container, .container-wide, .header-inner { width: min(100% - 40px, 720px); }
  .site-header { position: sticky; z-index: 40; top: 0; height: 60px; min-height: 60px; }
  .header-inner { position: relative; min-height: 60px; flex-wrap: nowrap; }
  .brand { width: 160px; height: 45px; flex-basis: 160px; }
  .brand img { width: 160px; height: 45px; }
  .group-note { display: none; }
  .nav-toggle { margin-left: auto; min-width: 86px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 6px; background: transparent; font: 650 14px/1 "Inter ETS", sans-serif; }
  .nav-toggle svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
  .site-nav { position: absolute; top: 60px; right: 0; left: 0; width: 100%; margin-left: 0; padding: 8px 16px 14px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 16px; background: var(--header); box-shadow: 0 10px 24px rgba(0,19,47,.2); }
  .site-nav[data-collapsed="true"] { display: none; }
  .site-nav a { min-height: 44px; display: flex; align-items: center; font-size: 14px; }
  .site-nav .header-phone { font-size: 14px; }
  .hero, .trust, .services, .expertise, .resources, .contract-offer, .site-footer { height: auto; overflow: visible; }
  .hero { overflow: hidden; padding: 48px 0 36px; }
  .hero-copy { width: 58%; padding-top: 0; }
  .hero .button-primary { min-width: 0; }
  .hero-image {
    top: 72px;
    right: -14%;
    width: 62%;
    height: auto;
  }
  .hero-benefits { position: relative; left: auto; bottom: auto; width: 100%; margin-top: 52px; }
  .trust { padding: 24px 0; background: #f5f6f8; }
  .trust-inner { padding-top: 0; }
  .trust-logos { width: 100%; max-width: 100%; height: auto; margin: 8px 0 0; }
  .services, .expertise, .resources, .contract-offer { padding: 64px 0; }
  .services h2, .services > .container-wide > .section-intro,
  .expertise h2, .expertise > .container-wide > .section-intro,
  .resources h2 { margin-left: 0; }
  .services-decoration { display: none; }
  .service-grid-featured, .service-grid-compact, .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid-featured { width: 100%; }
  .service-card, .service-card-compact, .expertise-card { height: auto; min-height: 270px; }
  .expertise-card-blue { grid-column: 1 / -1; }
  .process { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .process li::after, .process li::before { display: none; }
  .resources-layout { grid-template-columns: 1fr; }
  .resource-grid { height: auto; }
  .resource-photo { height: 480px; }
  .offer-grid { height: auto; grid-template-columns: 1fr; }
  .offer-card, .lab-photo { min-height: 460px; }
  .offer-original-art, .offer-click-target { display: none; }
  .offer-blueprint { display: block; }
  .offer-content { position: relative; z-index: 1; width: 68%; height: auto; margin: 0; padding: 34px 24px 28px 30px; overflow: visible; clip: auto; clip-path: none; white-space: normal; }
  .offer-content .button { display: inline-flex; }
  .site-footer { padding-top: 54px; }
  .footer-main { width: min(100% - 40px, 720px); padding-top: 0; grid-template-columns: 1fr 1fr; gap: 74px; }
  .footer-bottom { position: static; margin-top: 48px; padding-inline: 20px; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .container, .container-wide, .header-inner { width: calc(100% - 32px); }
  h2 { font-size: 24px; }
  .site-nav { grid-template-columns: 1fr; }
  .hero { padding-top: 34px; }
  .hero-copy { width: 100%; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(27px, 8vw, 36px); }
  .hero-lead br { display: none; }
  .hero-image {
    position: relative;
    top: auto;
    right: auto;
    width: 112%;
    max-width: none;
    margin: 20px 0 0 -8%;
  }
  .hero-benefits { margin-top: 18px; grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .hero-benefits li:nth-child(2) { border-right: 0; }
  .hero-benefits span { font-size: 11px; }
  .trust-logos { width: 100%; height: auto; }
  .services, .expertise, .resources, .contract-offer { padding: 52px 0; }
  .section-intro br { display: none; }
  .service-grid-featured, .service-grid-compact, .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card-blue { grid-column: auto; }
  .service-card, .service-card-compact, .expertise-card { min-height: 0; }
  .service-card p, .service-card-compact p, .expertise-card > p { font-size: 13px; }
  .check-list li, .service-card-compact .check-list li { font-size: 12px; }
  .process { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-grid li { padding: 28px 12px; border-right: 0; border-top: 1px solid #e4e8ed; }
  .resource-grid li:first-child { border-top: 0; }
  .resource-photo { height: auto; }
  .resources-decoration { display: none; }
  .offer-card { min-height: 620px; }
  .offer-blueprint { top: auto; bottom: 0; width: 100%; height: 48%; object-position: center 55%; opacity: .68; }
  .offer-content { width: 100%; padding: 28px 22px; }
  .offer-content h2 { font-size: 23px; }
  .offer-content li { font-size: 13px; }
  .lab-photo { min-height: 0; height: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { min-height: 170px; align-items: flex-start; gap: 20px; }
  .back-to-top { flex: 0 0 43px; width: 43px; height: 43px; }
  .audit-modal { width: calc(100% - 16px); max-height: calc(100% - 16px); margin: auto 8px 8px; border-radius: 16px 16px 0 0; }
  .audit-modal-body { padding: 22px 20px 18px; }
  .audit-modal h2 { font-size: 23px; }
  .power-grid { grid-template-columns: repeat(2, 1fr); }
}

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

@media (forced-colors: active) {
  a:focus-visible, button:focus-visible { outline: 3px solid CanvasText; }
}

@media print {
  .nav-toggle, .skip-link, .back-to-top { display: none !important; }
  .site-header, .site-footer, .offer-card { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .hero, .trust, .services, .expertise, .resources, .contract-offer, .site-footer { height: auto; min-height: 0; overflow: visible; }
  .expertise-decoration, .resources-decoration { display: none; }
}
