:root {
  --navy: #0b2d4a;
  --navy-dark: #061d31;
  --teal: #0ea5a4;
  --cyan: #38bdf8;
  --gold: #d4af37;
  --white: #ffffff;
  --muted: #c4d4df;
  --max-width: 1240px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--navy-dark);
  color: var(--white);
  font-family: Montserrat, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, a { font: inherit; }

.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 20;
  padding: 11px 16px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--navy-dark);
  font-weight: 800;
  transition: top .2s ease;
}

.skip-link:focus { top: 18px; }

.coming-soon {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.backdrop,
.overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  image-rendering: auto;
  filter: saturate(.88) contrast(1.04);
}

.overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4,23,39,.98) 0%, rgba(4,23,39,.94) 38%, rgba(4,23,39,.52) 68%, rgba(4,23,39,.24) 100%),
    linear-gradient(0deg, rgba(4,23,39,.82) 0%, transparent 42%);
}

.page-shell {
  width: min(calc(100% - 56px), var(--max-width));
  min-height: 100vh;
  min-height: 100svh;
  margin-inline: auto;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
}

.topbar {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  width: 194px;
  height: 78px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 15px 45px rgba(0,0,0,.18);
}

.brand img {
  width: 194px;
  height: auto;
  display: block;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(5,31,50,.55);
  color: #d9e7ef;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.status-light {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(212,175,55,.13);
}

.hero {
  display: flex;
  align-items: center;
  padding: 46px 0 62px;
}

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

.eyebrow {
  margin: 0 0 19px;
  color: #bcebee;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 35px;
  height: 2px;
  display: inline-block;
  margin-right: 12px;
  background: var(--gold);
  vertical-align: middle;
}

h1 {
  margin: 0;
  font-size: clamp(4.8rem, 10.5vw, 9.5rem);
  line-height: .82;
  letter-spacing: -.075em;
  text-shadow: 0 12px 50px rgba(0,0,0,.3);
}

h1::after {
  content: "";
  display: inline-block;
  width: .11em;
  height: .11em;
  margin-left: .07em;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 22px rgba(56,189,248,.45);
}

h2 {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--cyan);
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.lead {
  max-width: 670px;
  margin: 24px 0 30px;
  color: #d4e1e9;
  font-size: 1.06rem;
  line-height: 1.75;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.primary-button,
.email-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.primary-button {
  padding: 0 24px;
  background: var(--teal);
  color: var(--white);
  font-size: .88rem;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(14,165,164,.24);
}

.email-button {
  gap: 18px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.07);
  color: var(--white);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.primary-button:hover,
.email-button:hover { transform: translateY(-2px); }
.email-button:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.11); }

.primary-button:focus-visible,
.email-button:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(56,189,248,.55);
  outline-offset: 4px;
}

.email-label { font-size: .78rem; font-weight: 700; }
.copy-label { color: var(--gold); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.promise {
  margin: 26px 0 0;
  color: #9eb4c2;
  font-size: .78rem;
  letter-spacing: .04em;
}

.capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 15px;
  background: rgba(6,29,49,.72);
  box-shadow: 0 22px 55px rgba(0,0,0,.2);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.capabilities article {
  min-height: 92px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(255,255,255,.11);
}

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

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

.icon img { width: 25px; height: 25px; }

.capabilities strong,
.capabilities small { display: block; }
.capabilities strong { font-size: .85rem; }
.capabilities small { margin-top: 2px; color: #9fb4c2; font-size: .68rem; }

.footer {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #849dac;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  padding: 12px 17px;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy-dark);
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
  font-size: .8rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.toast.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .overlay {
    background:
      linear-gradient(90deg, rgba(4,23,39,.97), rgba(4,23,39,.75)),
      linear-gradient(0deg, rgba(4,23,39,.9), transparent 48%);
  }

  .capabilities { grid-template-columns: repeat(2, 1fr); }
  .capabilities article:nth-child(2) { border-right: 0; }
  .capabilities article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.11); }
}

@media (max-width: 620px) {
  .page-shell { width: min(calc(100% - 28px), var(--max-width)); }
  .topbar { min-height: 92px; }
  .brand { width: 154px; height: 64px; }
  .brand img { width: 154px; }
  .status { padding: 9px 11px; font-size: .61rem; letter-spacing: .06em; }
  .status-light { width: 7px; height: 7px; }
  .hero { padding: 40px 0 46px; }
  h1 { font-size: clamp(4.4rem, 24vw, 6.2rem); line-height: .88; }
  h2 { font-size: 1.65rem; }
  .lead { font-size: .96rem; line-height: 1.65; }
  .actions { align-items: stretch; flex-direction: column; }
  .primary-button, .email-button { width: 100%; }
  .email-button { justify-content: space-between; }
  .capabilities { grid-template-columns: 1fr; }
  .capabilities article { min-height: 78px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .capabilities article:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.11); }
  .capabilities article:last-child { border-bottom: 0; }
  .footer { padding: 22px 0; flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media (max-height: 760px) and (min-width: 621px) {
  .topbar { min-height: 94px; }
  .hero { padding: 28px 0 38px; }
  h1 { font-size: clamp(4.6rem, 9vw, 7.4rem); }
  .lead { margin: 18px 0 22px; }
  .promise { margin-top: 18px; }
  .capabilities article { min-height: 78px; }
  .footer { min-height: 52px; }
}

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