html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #10243e;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.holding-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(90, 183, 223, 0.2), transparent 29rem),
    linear-gradient(135deg, #10243e 0%, #10243e 55%, #163b5b 100%);
}

.holding-page::after {
  content: "";
  position: absolute;
  right: -9rem;
  bottom: -18rem;
  width: 40rem;
  height: 40rem;
  border: 5rem solid rgba(90, 183, 223, 0.08);
  transform: rotate(18deg);
}

.blueprint-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, transparent 0%, black 45%, black 100%);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}

.brand-name {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}

.brand-line {
  margin-top: 0.45rem;
  color: #a9d8ee;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #d9edf7;
  font-size: 0.82rem;
}

.status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #67d49b;
  box-shadow: 0 0 0 0.25rem rgba(103, 212, 155, 0.13);
}

.eyebrow,
.card-kicker {
  color: #82c9e8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.display-title {
  max-width: 13ch;
  font-size: clamp(3rem, 7vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.copy {
  max-width: 42rem;
  color: #c9d8e4;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.btn {
  padding: 0.9rem 1.35rem;
  border-radius: 0.3rem;
  font-weight: 700;
}

.btn-primary {
  border-color: #5ab7df;
  background: #5ab7df;
  color: #0d2740;
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: #82cae9;
  background: #82cae9;
  color: #0d2740;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.55);
}

.service-list span {
  padding: 0.5rem 0.75rem;
  border-left: 2px solid #5ab7df;
  background: rgba(255, 255, 255, 0.06);
  color: #d7e4ed;
  font-size: 0.82rem;
}

.contact-card {
  position: relative;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 27, 47, 0.72);
  box-shadow: 0 1.5rem 4rem rgba(4, 15, 28, 0.28);
  backdrop-filter: blur(12px);
}

.card-rule {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 0.3rem;
  background: #5ab7df;
}

.contact-row {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-row dt {
  color: #8eacc0;
  font-size: 0.8rem;
  font-weight: 600;
}

.contact-row dd {
  margin: 0;
  color: #edf7fc;
}

.contact-row a {
  color: #edf7fc;
  text-decoration-color: rgba(130, 201, 232, 0.65);
  text-underline-offset: 0.2rem;
}

footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #91aabd;
  font-size: 0.75rem;
}

@media (max-width: 767.98px) {
  .status-pill {
    max-width: 8rem;
    text-align: left;
  }

  .display-title {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .blueprint-grid {
    mask-image: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
