:root {
  --blue: #0057b8;
  --blue-dark: #003a80;
  --blue-soft: #e8f2ff;
  --red: #df1f26;
  --red-dark: #a90f17;
  --ink: #0e2238;
  --muted: #5d6d7c;
  --line: #dce6ef;
  --white: #ffffff;
  --paper: #f7fbff;
  --shadow: 0 22px 70px rgba(0, 38, 84, 0.16);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.58;
}

body::selection {
  color: var(--white);
  background: var(--blue);
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.skip-link:focus {
  top: 1rem;
}

.topbar {
  background: #081727;
  color: var(--white);
  font-size: 0.94rem;
}

.topbar__inner,
.nav__inner,
.section__inner,
.footer__inner {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar span,
.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.topbar a {
  font-weight: 850;
  text-decoration: none;
}

.topbar svg {
  width: 1rem;
  height: 1rem;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 230, 239, 0.86);
  backdrop-filter: blur(16px);
}

.nav__inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

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

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.78rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.button svg,
.icon svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.button--call {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 16px 36px rgba(223, 31, 38, 0.28);
}

.button--call:hover,
.button--call:focus-visible {
  background: var(--red-dark);
}

.header-call {
  width: min(620px, 58vw);
  min-height: 66px;
  padding: 1rem 1.4rem;
  color: var(--white);
  font-size: clamp(1.08rem, 1.8vw, 1.45rem);
  box-shadow: 0 18px 44px rgba(223, 31, 38, 0.32);
}

.header-call svg {
  width: 1.35rem;
  height: 1.35rem;
}

.button--pulse {
  animation: ctaPulse 1.9s ease-in-out infinite;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: #081727;
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__media {
  z-index: -3;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
}

.hero__overlay {
  z-index: -2;
  background:
    radial-gradient(circle at 82% 20%, rgba(223, 31, 38, 0.26), transparent 28%),
    radial-gradient(circle at 14% 86%, rgba(0, 87, 184, 0.42), transparent 32%),
    linear-gradient(90deg, rgba(4, 15, 28, 0.92), rgba(4, 15, 28, 0.76) 48%, rgba(4, 15, 28, 0.22));
}

.hero__inner {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 6rem 0 5rem;
}

.hero__logo {
  display: block;
  width: min(260px, 62vw);
  margin-bottom: 1.3rem;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.36));
}

.hero__logo img,
.contact-logo img {
  width: 100%;
  height: auto;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: #d7ebff;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section:not(.section--blue) .eyebrow {
  color: var(--blue);
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero__copy {
  max-width: 700px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.06rem, 2vw, 1.26rem);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.8rem;
  flex-wrap: wrap;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.8rem;
}

.hero__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  color: #eef7ff;
  background: rgba(255, 255, 255, 0.11);
}

.ecg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.4rem;
  z-index: -1;
  opacity: 0.58;
  pointer-events: none;
}

.ecg svg {
  width: 100%;
  height: 90px;
}

.ecg path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1280;
  stroke-dashoffset: 1280;
  animation: ecgDraw 4.6s linear infinite;
}

.section {
  padding: 5.2rem 0;
}

.section--urgent {
  padding: 0;
  background: var(--white);
}

.urgent-strip {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.urgent-strip div {
  display: grid;
  gap: 0.2rem;
}

.urgent-strip strong {
  font-size: 1.08rem;
}

.urgent-strip span {
  color: var(--muted);
}

.section__head {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section__head h2,
.content h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.8vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section__head p,
.content p,
.alert-panel p,
.contact-copy p {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.alert-panel,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(0, 38, 84, 0.08);
}

.service-card {
  padding: 1.35rem;
}

.service-card h3,
.alert-panel h3 {
  margin: 0 0 0.65rem;
  font-size: 1.18rem;
  line-height: 1.22;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  color: var(--blue);
  background: var(--blue-soft);
}

.section--blue {
  color: var(--white);
  background:
    linear-gradient(135deg, #05254d, #0057b8 52%, #0a74d5);
}

.section--blue .section__head p {
  color: rgba(255, 255, 255, 0.82);
}

.zone-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  align-items: center;
}

.zone-map {
  position: relative;
  min-height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.09);
  background-size: 44px 44px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.zone-logo-core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(310px, 68%);
  display: grid;
  place-items: center;
  gap: 0.35rem;
  padding: 1.1rem 1.2rem 1.2rem;
  text-align: center;
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 48px rgba(0, 14, 35, 0.22);
}

.zone-logo-core picture {
  display: block;
  width: min(190px, 72%);
  filter: drop-shadow(0 12px 22px rgba(0, 58, 128, 0.18));
}

.zone-logo-core img {
  width: 100%;
  height: auto;
}

.zone-logo-core span {
  color: var(--muted);
  font-size: 0.9rem;
}

.map-dot {
  position: absolute;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
  font-size: 0.86rem;
  background: var(--red);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  animation: floatPin 4s ease-in-out infinite;
  z-index: 3;
}

.dot-1 { left: 8%; top: 16%; }
.dot-2 { right: 8%; top: 17%; animation-delay: 0.35s; }
.dot-3 { left: 9%; bottom: 19%; animation-delay: 0.7s; }
.dot-4 { right: 10%; bottom: 20%; animation-delay: 1.05s; }
.dot-5 { left: 36%; top: 7%; animation-delay: 1.4s; }
.dot-6 { left: 40%; bottom: 8%; animation-delay: 1.75s; }
.dot-7 { right: 17%; top: 46%; animation-delay: 2.1s; }
.dot-8 { left: 13%; top: 46%; animation-delay: 2.45s; }

.zone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.zone-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  transition: transform 180ms ease, background-color 180ms ease;
}

.zone-chip:hover,
.zone-chip:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
}

.split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2rem;
  align-items: start;
}

.content {
  max-width: 760px;
}

.check-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 1.35rem 1fr;
  gap: 0.65rem;
}

.check-list li::before {
  content: "";
  width: 0.76rem;
  height: 0.76rem;
  margin-top: 0.43rem;
  border-radius: 999px;
  background: var(--red);
}

.keyword-note {
  margin-top: 1.2rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.alert-panel {
  padding: 1.35rem;
}

.section--soft {
  background: #eef6ff;
}

.faq {
  display: grid;
  gap: 0.8rem;
}

.faq details {
  padding: 1rem 1.15rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-section {
  color: var(--white);
  background: #07182c;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: center;
}

.contact-logo {
  display: block;
  width: min(260px, 72vw);
  margin-bottom: 1.2rem;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.4));
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-actions {
  display: grid;
  gap: 0.8rem;
}

.big-call {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 0.9rem;
  align-items: center;
  min-height: 92px;
  padding: 1.05rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: var(--white);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.big-call {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(135deg, #ff2b32 0%, var(--red) 46%, var(--red-dark) 100%);
  box-shadow: 0 20px 46px rgba(223, 31, 38, 0.32);
}

.big-call::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -35%;
  width: 30%;
  transform: skewX(-18deg);
  background: rgba(255, 255, 255, 0.22);
  animation: callShine 4.2s ease-in-out infinite;
}

.big-call:hover,
.big-call:focus-visible {
  transform: translateY(-2px);
}

.big-call svg {
  position: relative;
  z-index: 1;
  grid-row: 1 / span 2;
  width: 2.1rem;
  height: 2.1rem;
}

.big-call span {
  position: relative;
  z-index: 1;
  grid-column: 2;
  display: block;
  opacity: 0.84;
}

.big-call strong {
  position: relative;
  z-index: 1;
  grid-column: 2;
  display: block;
  font-size: clamp(1.25rem, 3vw, 1.85rem);
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
}

.footer {
  padding: 2rem 0;
  color: rgba(255, 255, 255, 0.78);
  background: #05111f;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  gap: 1.5rem;
  align-items: center;
}

.footer strong {
  display: block;
  color: var(--white);
}

.footer p {
  margin: 0.3rem 0 0;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

html.reveal-enabled .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

html.reveal-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 16px 36px rgba(223, 31, 38, 0.28), 0 0 0 0 rgba(223, 31, 38, 0.32);
  }
  50% {
    box-shadow: 0 16px 36px rgba(223, 31, 38, 0.34), 0 0 0 10px rgba(223, 31, 38, 0);
  }
}

@keyframes ecgDraw {
  0% {
    stroke-dashoffset: 1280;
    opacity: 0.1;
  }
  18% {
    opacity: 0.85;
  }
  72% {
    stroke-dashoffset: 0;
    opacity: 0.85;
  }
  100% {
    stroke-dashoffset: -1280;
    opacity: 0.1;
  }
}

@keyframes floatPin {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes callShine {
  0%,
  60% {
    left: -35%;
  }
  100% {
    left: 125%;
  }
}

@media (max-width: 940px) {
  .nav__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.75rem 0;
  }

  .header-call {
    width: 100%;
  }

  .service-grid,
  .zone-layout,
  .split,
  .contact-grid,
  .footer__inner {
    grid-template-columns: 1fr;
  }

  .zone-map {
    min-height: 340px;
  }

  .zone-logo-core {
    width: min(290px, 72%);
  }

  .zone-logo-core picture {
    width: min(168px, 68%);
  }

  .map-dot {
    font-size: 0.78rem;
  }

  .dot-8 {
    display: none;
  }
}

@media (max-width: 620px) {
  .topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.65rem 0;
  }

  .brand img {
    width: 118px;
  }

  .hero {
    min-height: 760px;
  }

  .hero__overlay {
    background:
      radial-gradient(circle at 78% 18%, rgba(223, 31, 38, 0.24), transparent 26%),
      linear-gradient(90deg, rgba(4, 15, 28, 0.94), rgba(4, 15, 28, 0.76));
  }

  .hero__inner {
    padding: 4.2rem 0 4rem;
  }

  .hero__actions .button,
  .urgent-strip .button,
  .alert-panel .button {
    width: 100%;
  }

  .urgent-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .section {
    padding: 3.6rem 0;
  }

  .section--urgent {
    padding: 0;
  }

  .zone-chip {
    width: 100%;
  }

  .zone-map {
    min-height: 430px;
  }

  .zone-logo-core {
    width: min(275px, 74%);
  }

  .map-dot {
    min-height: 30px;
    padding: 0.28rem 0.56rem;
    font-size: 0.72rem;
  }

  .dot-1 { left: 5%; top: 16%; }
  .dot-2 { right: 5%; top: 17%; }
  .dot-3 { left: 6%; bottom: 18%; }
  .dot-4 { right: 6%; bottom: 19%; }
  .dot-5 { left: 34%; top: 6%; }
  .dot-6 { left: 37%; bottom: 7%; }
  .dot-7 { right: 7%; top: 47%; }

  .footer__inner {
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
