:root {
  --navy: #071b2f;
  --navy-soft: #0c2943;
  --blue: #006ba7;
  --blue-bright: #0089cd;
  --red: #d8232a;
  --ink: #102237;
  --muted: #5d6b78;
  --line: #dce4ea;
  --paper: #f5f7f9;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 247, 249, 0.98)),
    radial-gradient(circle at 10% 5%, rgba(0, 137, 205, 0.15), transparent 34%);
}

.site-shell::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--blue) 0 76%, var(--red) 76% 100%);
}

.ambient {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
}

.ambient-one {
  top: 8%;
  right: -12rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(0, 107, 167, 0.1);
}

.ambient-two {
  bottom: -14rem;
  left: -11rem;
  width: 30rem;
  height: 30rem;
  background: rgba(0, 107, 167, 0.035);
}

.page-frame {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 122px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  width: 276px;
  padding: 6px 0;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.location-tag {
  color: var(--navy-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.location-tag::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  content: "";
  background: var(--red);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 72px;
  align-items: center;
  padding: 78px 0 72px;
}

.hero-copy {
  max-width: 670px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.status-pill span {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue-bright);
  box-shadow: 0 0 0 6px rgba(0, 137, 205, 0.11);
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.lead {
  max-width: 625px;
  margin: 30px 0 0;
  color: #334a5e;
  font-size: clamp(20px, 2vw, 25px);
  letter-spacing: -0.018em;
  line-height: 1.48;
}

.supporting-copy {
  max-width: 610px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button svg,
.contact-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.button-primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(0, 80, 128, 0.18);
}

.button-primary:hover {
  background: #005c91;
  transform: translateY(-1px);
  box-shadow: 0 15px 34px rgba(0, 80, 128, 0.24);
}

.button-secondary {
  border-color: #c9d4dc;
  background: rgba(255, 255, 255, 0.8);
  color: var(--navy-soft);
}

.button-secondary:hover {
  border-color: #9fb1bf;
  background: var(--white);
  transform: translateY(-1px);
}

.button:focus-visible,
.contact-links a:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(0, 137, 205, 0.35);
  outline-offset: 4px;
}

.file-note {
  margin: 13px 0 0 2px;
  color: #7a8791;
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-height: 485px;
  margin: 0;
  overflow: hidden;
  border-radius: 4px 38px 4px 4px;
  background: var(--navy-soft);
  box-shadow: 0 28px 60px rgba(7, 27, 47, 0.19);
}

.hero-visual::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 6px;
  height: 30%;
  content: "";
  background: var(--red);
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(5, 21, 36, 0.9) 100%);
}

.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 32px;
  left: 34px;
  max-width: 320px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.45;
}

.hero-visual figcaption span {
  display: block;
  margin-bottom: 7px;
  color: #7fd0f3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  align-items: center;
  padding: 36px 42px;
  border-left: 4px solid var(--blue);
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 20px 45px rgba(7, 27, 47, 0.12);
}

.contact-heading p {
  margin: 0 0 7px;
  color: #7fd0f3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-heading h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.025em;
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-links a {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 14px 0;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.contact-links a:hover {
  color: #9addf7;
}

.contact-icon {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #7fd0f3;
}

.contact-links span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-links small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 34px;
  color: #74818b;
  font-size: 12px;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-top: 58px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .page-frame {
    width: min(100% - 34px, 1180px);
  }

  .site-header {
    min-height: 98px;
  }

  .brand {
    width: 218px;
  }

  .hero {
    gap: 38px;
    padding: 48px 0 48px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 59px);
  }

  .lead {
    margin-top: 24px;
  }

  .actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 330px;
    border-radius: 4px 28px 4px 4px;
  }

  .contact-panel {
    padding: 30px 24px;
  }

  .contact-links {
    grid-template-columns: 1fr;
    gap: 0;
  }

  footer {
    flex-direction: column;
    gap: 8px;
  }
}

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

  .button {
    transition: none;
  }
}
