:root {
  --navy: #082a57;
  --navy-deep: #041834;
  --blue: #1787ea;
  --blue-soft: #6fc2ff;
  --sky: #dff2ff;
  --ink: #0c1728;
  --text: #e9f4ff;
  --muted: rgba(233, 244, 255, 0.78);
  --line: rgba(255, 255, 255, 0.18);
  --glass: rgba(6, 19, 39, 0.58);
  --glass-strong: rgba(255, 255, 255, 0.12);
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(110, 187, 255, 0.35), transparent 36%),
    linear-gradient(180deg, #123964 0%, #0f2d4d 18%, #0c233c 48%, #091929 100%);
}

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

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

.page-shell {
  position: relative;
  overflow: hidden;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(30px);
  pointer-events: none;
  z-index: 0;
}

.page-shell::before {
  top: -8rem;
  right: -10rem;
  background: rgba(23, 135, 234, 0.22);
}

.page-shell::after {
  bottom: -12rem;
  left: -10rem;
  background: rgba(111, 194, 255, 0.16);
}

.site-header,
.hero,
.info-band,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 1.1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

.brand-mark {
  width: 4rem;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.18));
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.brand-title,
.brand-subtitle {
  display: block;
}

.brand-title {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.45rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f4f9ff;
}

.brand-subtitle {
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(233, 244, 255, 0.7);
}

.site-nav {
  display: flex;
  gap: 1.25rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12, 43, 74, 0.48);
  backdrop-filter: blur(12px);
}

.site-nav a {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--muted);
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.hero {
  width: 100%;
  margin: 1.1rem 0 0;
  min-height: 76vh;
  border-radius: 0;
  overflow: clip;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-inner {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.hero-backdrop,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  background:
    linear-gradient(100deg, rgba(18, 49, 82, 0.6) 12%, rgba(18, 49, 82, 0.22) 52%, rgba(18, 49, 82, 0.54) 100%),
    url("assets/veterans-park.jpg") center/cover no-repeat;
  transform: scale(1.04);
}


.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.5rem;
  padding: 6rem 2rem 2rem;
  align-items: start;
  min-height: 76vh;
}

.glass-panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero-copy,
.hero-panel {
  border-radius: var(--radius-xl);
}

.hero-copy {
  padding: 2.15rem;
  max-width: 42rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-soft);
}

.hero-copy .eyebrow {
  color: #16365f;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.75),
    0 0 18px rgba(255, 255, 255, 0.45);
}

.hero-copy h1,
.section-heading h2,
.monthly-intro h2,
.hero-panel h2 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  /*max-width: 10ch;*/
}

.lede,
.step-card p {
  color: var(--muted);
  line-height: 1.7;
}

.lede {
  margin: 1.35rem 0 0;
  max-width: 34rem;
  font-size: 1.18rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12.75rem;
  padding: 1.1rem 1.65rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #2ca0ff, #0f73d9);
  color: #fff;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel {
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(9, 22, 45, 0.76), rgba(9, 22, 45, 0.56));
}

.panel-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.panel-mark-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  flex: 0 0 auto;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(106, 177, 255, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 18px 32px rgba(0, 0, 0, 0.18);
}

.panel-mark {
  width: 3.9rem;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.2));
}

.hero-panel h2 {
  font-size: clamp(1.4rem, 2.4vw, 2.05rem);
}

.package-list {
  display: grid;
  gap: 0.9rem;
}

.package-card {
  display: block;
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.package-card-featured {
  background:
    linear-gradient(135deg, rgba(44, 160, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
  border-color: rgba(111, 194, 255, 0.4);
}

.package-time,
.package-name,
.package-meta,
.step-card h3,
.site-footer p {
  margin: 0;
}

.package-time {
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue-soft);
}

.package-name {
  margin-top: 0.3rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
}

.package-meta {
  margin-top: 0.35rem;
  color: var(--muted);
}

.info-band {
  padding: 2.4rem 0 1.1rem;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 1.4rem auto 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.section-heading h2,
.monthly-intro h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  max-width: 11ch;
}

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

.step-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(7, 21, 40, 0.85), rgba(10, 25, 44, 0.55));
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.88rem;
  color: var(--blue-soft);
  background: rgba(23, 135, 234, 0.14);
  border: 1px solid rgba(111, 194, 255, 0.25);
}

.step-card h3 {
  font-size: 1.35rem;
  color: #fff;
}

.monthly-section {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 1.2rem auto 0;
  padding: 1.6rem 0 2rem;
}

.monthly-intro {
  max-width: 42rem;
  margin-bottom: 1.4rem;
}

.monthly-intro p:not(.eyebrow),
.monthly-note p,
.monthly-form label span {
  color: var(--muted);
}

.monthly-intro p:not(.eyebrow),
.monthly-note p {
  line-height: 1.7;
}

.monthly-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  align-items: start;
}

.monthly-note,
.monthly-form {
  border-radius: var(--radius-xl);
  padding: 1.5rem;
}

.monthly-note {
  background: linear-gradient(180deg, rgba(8, 25, 47, 0.82), rgba(8, 25, 47, 0.58));
}

.monthly-note h3 {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  color: #fff;
}

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

.form-full {
  grid-column: 1 / -1;
}

.monthly-form label {
  display: block;
}

.monthly-form label span {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.monthly-form input,
.monthly-form select {
  width: 100%;
  padding: 0.92rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(3, 15, 31, 0.34);
  color: #fff;
  font: inherit;
}

.monthly-form input::placeholder {
  color: rgba(233, 244, 255, 0.45);
}

.monthly-form input:focus,
.monthly-form select:focus {
  outline: 2px solid rgba(111, 194, 255, 0.45);
  outline-offset: 2px;
}

.form-submit {
  margin-top: 1.25rem;
  border: 0;
  cursor: pointer;
}

.site-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 0.4rem 0 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(233, 244, 255, 0.62);
  font-size: 0.95rem;
  text-align: center;
}

@media (max-width: 980px) {
  .hero-grid,
  .steps,
  .monthly-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 5.25rem;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2,
  .monthly-intro h2 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: center;
  }

  .site-nav {
    flex-wrap: wrap;
    border-radius: 22px;
  }

  .brand-mark {
    width: 3.25rem;
  }

  .brand-subtitle {
    font-size: 0.76rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    padding: 4.6rem 1rem 1rem;
  }

  .hero-copy,
  .hero-panel,
  .monthly-note,
  .monthly-form,
  .step-card {
    padding: 1.25rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.7rem, 9vw, 2.35rem);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}
