:root {
  --blue: #00408e;
  --blue-dark: #072c61;
  --blue-light: #7eb2ef;
  --ink: #111b2b;
  --muted: #647083;
  --line: #dce2ea;
  --paper: #f5f3ee;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #ffca3a;
  outline-offset: 3px;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 18px;
  background: #fff;
  color: var(--blue);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: #00408e;
  backdrop-filter: blur(12px);
}

.header-row {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 244px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-phone {
  display: flex;
  flex-direction: column;
  padding-left: 22px;
  border-left: 1px solid rgba(255,255,255,.24);
  white-space: nowrap;
}

.header-phone span {
  color: rgba(255,255,255,.58);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-phone strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
}

.mobile-menu {
  display: none;
  position: relative;
  margin-left: auto;
}

.mobile-menu summary {
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  width: 18px;
  height: 2px;
  display: block;
  background: #fff;
}

.mobile-menu nav {
  position: absolute;
  top: 54px;
  right: 0;
  min-width: 260px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: #00408e;
  box-shadow: 0 20px 50px rgba(12, 28, 55, 0.18);
}

.mobile-menu nav a {
  display: block;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-weight: 700;
}

.mobile-menu nav a:last-child {
  border-bottom: 0;
  color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 81% 32%, rgba(103, 162, 229, 0.38), transparent 27%),
    linear-gradient(125deg, #00408e 0%, #064d9f 54%, #003170 100%);
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  top: -45%;
  right: -16%;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 110px rgba(255, 255, 255, 0.03), 0 0 0 220px rgba(255, 255, 255, 0.025);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.hero-layout {
  position: relative;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr);
  gap: 70px;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 78px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 18px;
  animation: rise 650ms ease-out both;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 2px;
  display: inline-block;
  background: currentColor;
}

.eyebrow.light {
  color: #b9d8ff;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(46px, 5.15vw, 76px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.hero h1 em {
  color: #a9cff9;
  font-style: normal;
  font-weight: 400;
}

.hero-lead {
  max-width: 665px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 38px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button span {
  font-size: 21px;
  line-height: 1;
}

.button-light {
  background: #fff;
  color: var(--blue);
}

.button-light:hover {
  background: #e8f1fc;
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.46);
  color: #fff;
}

.button-outline:hover {
  background: rgba(255,255,255,.1);
}

.emergency-link {
  display: flex;
  align-items: center;
  gap: 13px;
}

.emergency-link > span:last-child {
  display: flex;
  flex-direction: column;
}

.emergency-link small {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.emergency-link strong {
  font-size: 18px;
}

.pulse {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #64e1a4;
  box-shadow: 0 0 0 7px rgba(100,225,164,.14);
}

.hero-visual {
  position: relative;
  align-self: end;
  height: 515px;
  overflow: hidden;
  border-radius: 180px 180px 0 0;
  background: linear-gradient(145deg, #edf2f7, #cbd8e5);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55), 0 40px 80px rgba(0, 29, 69, .3);
  animation: rise 750ms 100ms ease-out both;
}

.hero-visual::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #fff;
  opacity: .7;
}

.hero-visual img {
  position: absolute;
  z-index: 2;
  right: 50%;
  bottom: -8px;
  height: 425px;
  max-width: none;
  transform: translateX(50%);
  filter: drop-shadow(0 28px 30px rgba(5, 24, 45, .28));
}

.lift-halo {
  position: absolute;
  z-index: 1;
  top: 96px;
  left: 50%;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(0,64,142,.16);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 35px rgba(255,255,255,.26), 0 0 0 70px rgba(255,255,255,.17);
}

.hero-visual-note {
  position: absolute;
  z-index: 3;
  top: 88px;
  left: 30px;
  display: flex;
  flex-direction: column;
  padding: 15px 18px;
  background: rgba(255,255,255,.88);
  color: var(--ink);
  box-shadow: 0 12px 35px rgba(15,42,75,.14);
}

.hero-visual-note span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-visual-note strong {
  color: var(--blue);
  font-size: 19px;
}

.vertical-caption {
  position: absolute;
  z-index: 3;
  right: 18px;
  top: 115px;
  color: rgba(0,64,142,.55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}

.proof-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.2);
}

.proof-strip > div {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 24px 30px;
  border-right: 1px solid rgba(255,255,255,.16);
}

.proof-strip > div:first-child {
  padding-left: 0;
}

.proof-strip > div:last-child {
  border-right: 0;
}

.proof-strip strong {
  font-size: 30px;
  letter-spacing: -.04em;
}

.proof-strip span {
  max-width: 130px;
  color: rgba(255,255,255,.63);
  font-size: 13px;
  line-height: 1.35;
}

.section-pad {
  padding-block: 112px;
}

.section-heading {
  margin-bottom: 54px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: 80px;
  align-items: end;
}

.section-heading h2,
.about h2,
.faq h2,
.contact-copy h2,
.documents-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 59px);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.section-heading > p,
.split-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.audience-section {
  background: var(--paper);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cfd6de;
  border-bottom: 1px solid #cfd6de;
}

.audience-grid article {
  min-height: 248px;
  padding: 28px 26px 30px;
  border-right: 1px solid #cfd6de;
  transition: background 180ms ease, transform 180ms ease;
}

.audience-grid article:last-child {
  border-right: 0;
}

.audience-grid article:hover {
  background: #fff;
  transform: translateY(-5px);
}

.audience-grid article > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.audience-grid h3 {
  margin: 80px 0 10px;
  font-size: 22px;
  letter-spacing: -.025em;
}

.audience-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.services {
  overflow: hidden;
  background: #0b1d35;
  color: #fff;
}

.inverse-heading > p {
  color: rgba(255,255,255,.6);
}

.service-list {
  border-top: 1px solid rgba(255,255,255,.2);
}

.service-row {
  display: grid;
  grid-template-columns: 78px minmax(270px, .9fr) minmax(300px, 1.15fr) 56px;
  gap: 28px;
  align-items: center;
  min-height: 142px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  transition: background 180ms ease, padding 180ms ease;
}

.service-row:hover {
  padding-inline: 18px;
  background: rgba(91, 155, 227, .11);
}

.service-number {
  color: #73a8e6;
  font-size: 13px;
  font-weight: 800;
}

.service-row h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -.03em;
}

.service-row p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 15px;
}

.service-row > a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  font-size: 22px;
  transition: background 180ms ease, color 180ms ease;
}

.service-row > a:hover {
  background: #fff;
  color: var(--blue);
}

.about {
  background: #fff;
}

.about-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 86px;
  align-items: stretch;
}

.about-story {
  padding: 28px 0 20px;
}

.about-story h2 {
  max-width: 690px;
}

.about-story .lead-text {
  max-width: 710px;
  margin: 35px 0 18px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.55;
}

.about-story > p:not(.eyebrow):not(.lead-text) {
  max-width: 710px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  gap: 25px;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
  font-weight: 800;
}

.about-panel {
  position: relative;
  min-height: 590px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 48px;
  background:
    linear-gradient(140deg, rgba(0,64,142,.96), rgba(0,38,87,.98)),
    repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255,255,255,.06) 20px, rgba(255,255,255,.06) 21px);
  color: #fff;
}

.about-panel::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255,255,255,.035), 0 0 0 84px rgba(255,255,255,.025);
}

.about-mark {
  color: rgba(255,255,255,.16);
  font-size: 102px;
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: 1;
}

.about-panel > p {
  position: relative;
  z-index: 2;
  margin: auto 0 28px;
  font-size: 25px;
  line-height: 1.45;
  letter-spacing: -.025em;
}

.about-documents {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255,255,255,.2);
}

.about-documents > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.about-documents > div:first-child span {
  color: rgba(255,255,255,.52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.about-documents > div:first-child strong {
  max-width: 170px;
  font-size: 13px;
  line-height: 1.35;
}

.about-document-list {
  display: flex;
  align-items: center;
  padding-left: 18px;
}

.about-document-list a {
  position: relative;
  width: 50px;
  height: 70px;
  overflow: hidden;
  margin-left: -14px;
  border: 2px solid rgba(255,255,255,.82);
  background: #fff;
  box-shadow: 0 10px 22px rgba(0,20,48,.26);
  transform: rotate(-2deg);
  transition: transform 180ms ease, z-index 180ms ease;
}

.about-document-list a:nth-child(even) {
  transform: rotate(2deg) translateY(2px);
}

.about-document-list a:hover {
  z-index: 3;
  transform: translateY(-6px) rotate(0);
}

.about-document-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-document-list a > span {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  background: var(--blue-dark);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.coverage {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.22);
}

.coverage span {
  color: rgba(255,255,255,.55);
  font-size: 12px;
  text-transform: uppercase;
}

.coverage strong {
  text-align: right;
  font-size: 15px;
}

.objects {
  background: var(--paper);
}

.object-slider {
  touch-action: pan-y;
}

.object-slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: transparent;
}

.object-photo-stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #d8e0e8;
}

.object-slide-image {
  position: relative;
  width: 100%;
  display: block;
  background: transparent;
}

.object-slide-image img {
  width: 100%;
  height: clamp(460px, 49vw, 620px);
  display: block;
  object-fit: cover;
  object-position: center;
  animation: slide-in 320ms ease both;
}

.object-slide-image img.portrait-object {
  height: min(68vw, 780px);
  object-position: center 34%;
}

.object-slide-image > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 13px;
  background: rgba(7, 24, 45, .82);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transition: opacity 180ms ease;
}

.object-slide-image:hover > span {
  opacity: 1;
}

.object-slide-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 27px 34px;
  background: var(--blue);
  color: #fff;
}

.object-kicker {
  color: #b9d8ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.object-slide-info h3 {
  margin: 9px 0 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -.045em;
}

.object-slider-controls {
  display: grid;
  grid-template-columns: 48px 74px 48px;
  gap: 14px;
  align-items: center;
}

.object-slider-controls button,
.slider-arrow {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  transition: background 180ms ease, color 180ms ease;
}

.object-slider-controls button:hover,
.slider-arrow:hover {
  background: #fff;
  color: var(--blue);
}

.object-slider-controls > span {
  text-align: center;
  color: rgba(255,255,255,.58);
  font-size: 13px;
}

.object-slider-controls b {
  color: #fff;
  font-size: 21px;
}

.object-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 110px));
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.object-thumbnails button {
  position: relative;
  height: 70px;
  overflow: hidden;
  padding: 0;
  border: 3px solid transparent;
  background: #d5dde6;
  cursor: pointer;
  opacity: .58;
  transition: opacity 180ms ease, border-color 180ms ease;
}

.object-thumbnails button.active,
.object-thumbnails button:hover {
  border-color: var(--blue);
  opacity: 1;
}

.object-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-thumbnails span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 3px 6px;
  background: rgba(7,24,45,.8);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.process {
  background: #fff;
}

.centered-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.centered-heading .eyebrow {
  justify-content: center;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 31px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: #ccd5e0;
}

.process-grid article {
  position: relative;
  z-index: 2;
  padding: 0 24px;
  text-align: center;
}

.process-grid article > span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 25px;
  border: 1px solid #c8d2df;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
}

.process-grid h3 {
  margin: 0 0 9px;
  font-size: 21px;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.documents {
  background: linear-gradient(128deg, #003b84, #064f9f);
  color: #fff;
}

.documents-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 62px;
  align-items: center;
}

.documents-copy > p:not(.eyebrow) {
  max-width: 470px;
  margin: 28px 0 32px;
  color: rgba(255,255,255,.66);
  font-size: 16px;
}

.document-slider {
  min-width: 0;
  touch-action: pan-y;
}

.document-stage {
  display: grid;
  grid-template-columns: 50px minmax(0, 410px) 50px;
  justify-content: center;
  gap: 18px;
  align-items: center;
}

.document-main {
  position: relative;
  aspect-ratio: .72;
  overflow: hidden;
  border: 9px solid rgba(255,255,255,.16);
  background: #fff;
  box-shadow: 0 30px 70px rgba(0,23,52,.3);
}

.document-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: slide-in 320ms ease both;
}

.document-zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 9px 11px;
  background: rgba(7,24,45,.85);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  opacity: 0;
  transition: opacity 180ms ease;
}

.document-main:hover .document-zoom {
  opacity: 1;
}

.document-slider-meta {
  max-width: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin: 20px auto 0;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255,255,255,.23);
}

.document-slider-meta > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.document-slider-meta > div span {
  color: #b9d8ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.document-slider-meta strong {
  max-width: 420px;
  font-size: 15px;
  line-height: 1.35;
}

.slider-count {
  flex: 0 0 auto;
  color: rgba(255,255,255,.54);
  font-size: 12px;
}

.slider-count b {
  color: #fff;
  font-size: 21px;
}

.document-thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.document-thumbnails button {
  width: 54px;
  height: 70px;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
  opacity: .45;
  transition: opacity 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.document-thumbnails button.active,
.document-thumbnails button:hover {
  border-color: #fff;
  opacity: 1;
  transform: translateY(-3px);
}

.document-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes slide-in {
  from { opacity: .45; transform: translateX(8px); }
  to { opacity: 1; transform: translateX(0); }
}

.faq {
  background: #fff;
}

.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 100px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
  font-size: 21px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 690px;
  margin: -3px 55px 26px 0;
  color: var(--muted);
  line-height: 1.7;
}

.faq-list details p a {
  color: var(--blue);
  font-weight: 800;
}

.contacts {
  position: relative;
  background: var(--paper);
  padding-top: 20px;
}

.contact-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  padding: 66px 72px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 30px 80px rgba(7, 31, 67, .2);
}

.contact-copy h2 {
  max-width: 670px;
}

.contact-copy > p:not(.eyebrow) {
  margin: 24px 0 30px;
  color: rgba(255,255,255,.68);
  font-size: 17px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  gap: 34px 25px;
  padding-left: 54px;
  border-left: 1px solid rgba(255,255,255,.22);
}

.contact-details div {
  display: flex;
  flex-direction: column;
}

.contact-details span {
  margin-bottom: 6px;
  color: rgba(255,255,255,.54);
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.contact-details a,
.contact-details address {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.contact-details a:hover {
  text-decoration: underline;
}

.map-wrap {
  position: relative;
  width: 100%;
  height: 440px;
  margin-top: -72px;
  overflow: hidden;
  background: #cbd4df;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.68) contrast(.98);
}

.map-canvas {
  width: 100%;
  height: 100%;
}

/* Панель масштаба — снизу справа, кнопка маршрута — в свободном углу сверху. */
.map-zoom {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  display: grid;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,31,67,.22);
}

.map-zoom button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #dde4ec;
  background: #fff;
  color: var(--blue);
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}

.map-zoom button:last-child { border-bottom: 0; }

.map-zoom button:hover { background: #eef3f9; }

.map-route {
  position: absolute;
  z-index: 3;
  top: 98px;
  right: 24px;
  padding: 12px 16px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(7,31,67,.22);
  transition: background 180ms ease;
}

.map-route:hover { background: var(--blue-dark); }

.map-canvas canvas {
  filter: saturate(.68) contrast(.98);
}

/* Метка на живой карте: кончик стоит ровно на координате при любом зуме. */
.map-address-card[data-ymap-marker] {
  position: relative;
  top: auto;
  left: auto;
  width: min(390px, 84vw);
  pointer-events: auto;
  transform: translate(-50%, calc(-100% - 13px));
}

.map-address-card[data-ymap-marker]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 18px;
  height: 18px;
  background: var(--blue);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 180ms ease;
}

.map-address-card[data-ymap-marker]:hover {
  transform: translate(-50%, calc(-100% - 16px));
}

.map-address-card[data-ymap-marker]:hover::after {
  background: var(--blue-dark);
}

.map-address-card {
  position: absolute;
  top: 98px;
  left: 24px;
  z-index: 2;
  width: min(390px, calc(100% - 48px));
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 34px rgba(7,31,67,.25);
  transition: background 180ms ease, transform 180ms ease;
}

.map-address-card:hover {
  background: var(--blue-dark);
  transform: translateY(-3px);
}

.map-address-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
}

.map-address-icon > span {
  position: relative;
  width: 15px;
  height: 19px;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.map-address-icon > span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.map-address-copy {
  min-width: 0;
  flex: 1;
}

.map-address-copy small,
.map-address-copy strong { display: block; }

.map-address-copy small {
  margin-bottom: 3px;
  color: rgba(255,255,255,.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.map-address-copy strong {
  font-size: 14px;
  line-height: 1.35;
}

.map-address-arrow {
  flex: 0 0 auto;
  color: rgba(255,255,255,.78);
  font-size: 18px;
}
footer {
  background: #00408e;
  color: #fff;
}

.footer-row {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-row .brand img {
  width: 220px;
}

.footer-row p,
.footer-row > a:last-child {
  color: rgba(255,255,255,.55);
  font-size: 13px;
}

.footer-disclaimer {
  padding: 18px 0 23px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.cookie-notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 300;
  width: min(430px, calc(100% - 48px));
  padding: 22px;
  border: 1px solid rgba(0,64,142,.16);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 55px rgba(7,31,67,.22);
  animation: rise 260ms ease both;
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.cookie-notice button {
  min-height: 44px;
  padding: 0 19px;
  border: 0;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  transition: background 180ms ease;
}

.cookie-notice button:hover {
  background: var(--blue-dark);
}

@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-phone { margin-left: auto; }
  .mobile-menu { margin-left: 0; }
  .hero-layout { gap: 38px; }
  .hero h1 { font-size: clamp(45px, 5.5vw, 64px); }
  .proof-strip > div { padding-inline: 18px; }
  .service-row { grid-template-columns: 54px minmax(230px, .9fr) minmax(280px, 1.1fr) 50px; }
  .documents-layout { gap: 44px; }
  .document-stage { grid-template-columns: 46px minmax(0, 360px) 46px; gap: 12px; }
  .contact-card { gap: 46px; padding-inline: 50px; }
  .contact-details { padding-left: 38px; }
}

@media (max-width: 880px) {
  .section-pad { padding-block: 82px; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; padding-top: 66px; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { width: min(500px, 88%); height: 470px; justify-self: center; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip > div { border-bottom: 1px solid rgba(255,255,255,.16); }
  .proof-strip > div:first-child { padding-left: 18px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid article:nth-child(2) { border-right: 0; }
  .audience-grid article:nth-child(-n+2) { border-bottom: 1px solid #cfd6de; }
  .service-row { grid-template-columns: 52px 1fr 48px; gap: 20px; padding-block: 24px; }
  .service-row p { grid-column: 2 / 4; grid-row: 2; padding-right: 40px; }
  .about-layout { grid-template-columns: 1fr; gap: 45px; }
  .about-panel { min-height: 560px; }
  .object-slide-image img { height: clamp(390px, 68vw, 560px); }
  .object-slide-image img.portrait-object { height: min(88vw, 720px); }
  .object-slide-info { padding: 30px 32px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .process-grid::before { display: none; }
  .documents-layout { grid-template-columns: 1fr; }
  .document-slider { width: min(100%, 650px); margin-inline: auto; }
  .document-stage { grid-template-columns: 50px minmax(0, 410px) 50px; gap: 18px; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-details { padding: 38px 0 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 32px, 1180px); }
  .header-row { min-height: 70px; gap: 13px; }
  .brand img { width: 190px; }
  .header-phone { display: none; }
  .mobile-menu { margin-left: auto; }
  .hero-layout { padding-top: 50px; padding-bottom: 52px; }
  .hero h1 { font-size: clamp(39px, 12vw, 53px); line-height: 1.02; }
  .hero-lead { margin-top: 25px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 30px; }
  .hero-visual { width: 100%; height: 400px; }
  .hero-visual img { height: 350px; }
  .hero-visual-note { top: 56px; left: 20px; }
  .proof-strip strong { font-size: 25px; }
  .proof-strip span { font-size: 12px; }
  .proof-strip > div { min-height: 100px; padding: 18px 10px 18px 0; gap: 10px; }
  .proof-strip > div:first-child { padding-left: 0; }
  .proof-strip > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.16); }
  .proof-strip > div:nth-child(even) { padding-left: 16px; border-right: 0; }
  .section-pad { padding-block: 68px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .about h2, .faq h2, .contact-copy h2, .documents-copy h2 { font-size: 38px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 190px; border-right: 0; border-bottom: 1px solid #cfd6de; }
  .audience-grid article:nth-child(3) { border-bottom: 1px solid #cfd6de; }
  .audience-grid h3 { margin-top: 48px; }
  .service-row { grid-template-columns: 37px 1fr 40px; gap: 12px; }
  .service-row h3 { font-size: 21px; }
  .service-row p { grid-column: 1 / -1; padding: 0 0 0 49px; }
  .service-row:hover { padding-inline: 0; }
  .about-panel { min-height: 440px; padding: 32px; }
  .about-mark { font-size: 82px; }
  .about-panel > p { font-size: 21px; }
  .about-documents { align-items: flex-start; flex-direction: column; }
  .about-document-list { padding-left: 14px; }
  .coverage { flex-direction: column; }
  .coverage strong { text-align: left; }
  .object-slide-image img { height: 72vw; min-height: 280px; max-height: 390px; }
  .object-slide-image img.portrait-object { height: min(105vw, 580px); max-height: none; }
  .object-slide-info { grid-template-columns: 1fr; gap: 24px; padding: 25px 24px; }
  .object-slide-info h3 { font-size: 29px; }
  .object-slider-controls { width: min(100%, 240px); }
  .object-thumbnails { overflow-x: auto; grid-template-columns: repeat(5, minmax(70px, 1fr)); justify-content: start; padding-bottom: 5px; }
  .object-thumbnails button { height: 62px; }
  .process-grid { grid-template-columns: 1fr; gap: 38px; }
  .process-grid article { padding: 0 12px; }
  .document-stage { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 7px; }
  .document-stage .slider-arrow { width: 38px; height: 38px; }
  .document-main { border-width: 6px; }
  .document-slider-meta { align-items: flex-start; margin-top: 15px; }
  .document-slider-meta strong { font-size: 14px; }
  .document-thumbnails { gap: 6px; }
  .document-thumbnails button { width: 45px; height: 60px; }
  .faq-list summary { min-height: 76px; font-size: 16px; }
  .contact-card { width: 100%; padding: 50px 24px; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .contact-details { grid-template-columns: 1fr; gap: 25px; }
  .map-wrap { height: 370px; margin-top: 0; }
  .map-address-card { top: 18px; left: 16px; width: calc(100% - 32px); min-height: 70px; padding: 11px 13px; }
  .map-address-card:hover { transform: none; }
  .map-address-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .map-address-copy strong { font-size: 13px; }
  /* На живой карте адрес показан меткой в самой карте, верх свободен — кнопку
     маршрута убираем в правый верхний угол, иначе на узком экране она висит
     посреди карты. В запасной версии с iframe наверху лежит карточка адреса во
     всю ширину, поэтому там кнопка остаётся под ней. */
  .map-wrap[data-ymap-state="live"] .map-route { top: 14px; right: 14px; padding: 10px 13px; font-size: 12px; }
  .footer-row { flex-direction: column; justify-content: center; padding-block: 30px; text-align: center; }
  .footer-disclaimer { padding: 18px 0 24px; }
  .cookie-notice { right: 16px; bottom: 16px; width: calc(100% - 32px); padding: 19px; }
}

/* Просмотр изображений: затемнение, стрелки, подпись. Открывается по клику
   на свидетельство СРО и на крупные фотографии обоих слайдеров. */
.lightbox {
  position: fixed;
  /* выше плашки cookie (300), иначе она перекрывает просмотр */
  z-index: 400;
  inset: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 72px 24px 32px;
  background: rgba(4, 18, 42, .92);
}

.lightbox[hidden] { display: none; }

.lightbox-figure {
  display: grid;
  gap: 14px;
  justify-items: center;
  margin: 0;
  min-width: 0;
}

.lightbox-figure img {
  max-width: 100%;
  max-height: calc(100vh - 160px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
}

.lightbox-figure figcaption {
  color: #dbe6f5;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  background: #fff;
  color: var(--blue);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover { background: var(--blue-light); }

.lightbox-arrow {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-arrow:hover { background: rgba(255, 255, 255, .2); }

.lightbox-arrow[hidden] { visibility: hidden; display: grid; }

body.lightbox-open { overflow: hidden; }

@media (max-width: 720px) {
  .lightbox { padding: 64px 12px 24px; gap: 10px; }
  .lightbox-arrow { width: 42px; height: 42px; font-size: 28px; }
  .lightbox-figure img { max-height: calc(100vh - 180px); }
}

/* --- Знак разработчика в подвале ------------------------------------------
   Стоит слева в уже существующей нижней строке — отдельной строки не заводит.
   Знак перекрашен под палитру сайта (голубой и белый). */
.dev-credit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.86);
  text-decoration: none;
}
.dev-credit img { flex: 0 0 auto; display: block; width: auto; height: 32px; }
.dev-credit span { font-size: 14px; font-weight: 600; line-height: 1.15; white-space: nowrap;
  /* Выключка своя: подпись стоит в чужой строке подвала и иначе
     наследует её выравнивание — у «Полесья» так уезжала вправо. */
  text-align: left; }
.dev-credit:hover { color: #fff; text-decoration: none; }

/* Нижняя строка подвала: знак разработчика слева, оговорка следом. Выключку по
   центру снимаем — иначе строка разъезжается вокруг знака. */
.footer-disclaimer { display: flex; align-items: center; justify-content: space-between; gap: 22px; text-align: right; }
