:root {
  --bg: #07111f;
  --bg-2: #0a1830;
  --gold: #e0b34a;
  --gold-2: #f3d27a;
  --teal: #2ee6c8;
  --teal-2: #18c8ae;
  --text: #f4f7fb;
  --muted: #c5d0dc;
  --line: rgba(224, 179, 74, 0.28);
  --danger: #e0b34a;
  --font: "Manrope", system-ui, sans-serif;
  --display: "Unbounded", "Manrope", sans-serif;
  --header: 84px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  min-height: 100vh;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 80;
  padding: 8px 12px;
  background: var(--teal);
  color: #04241f;
  border-radius: 8px;
  font-weight: 700;
}
.skip:focus { top: 12px; }

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: var(--header);
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.72), transparent);
}

.site-header.is-solid {
  background: rgba(7, 17, 31, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 82px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(46, 230, 200, 0.32));
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.brand-kicker {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.brand-name {
  display: block;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.nav {
  display: flex;
  gap: 28px;
  color: rgba(244, 247, 251, 0.82);
  font-size: 14px;
  font-weight: 600;
}

.nav a:hover { color: var(--gold-2); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  border: 0;
  font: 700 15px/1 var(--font);
  cursor: pointer;
  transition: 0.18s ease;
}

.btn-teal {
  background: linear-gradient(180deg, #7af3dd, var(--teal-2));
  color: #04241f;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 8px 28px rgba(46, 230, 200, 0.45);
}

.btn-teal:hover {
  filter: brightness(1.06);
  box-shadow: 0 0 36px rgba(46, 230, 200, 0.65);
}

.btn-block { width: 100%; min-height: 52px; }
.btn[disabled] { opacity: 0.6; cursor: wait; }

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 110px 0 48px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: #07111f url("/img/hero.jpg") center 42% / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.55) 0%, rgba(7, 17, 31, 0.18) 32%, rgba(7, 17, 31, 0.45) 58%, #07111f 100%),
    radial-gradient(ellipse at 50% 38%, rgba(46, 230, 200, 0.12), transparent 42%);
}

.hero-emerge {
  position: absolute;
  left: 50%;
  top: 38%;
  z-index: 1;
  width: min(464px, 51vw);
  transform: translate(-50%, -52%) rotate(-8deg);
  pointer-events: none;
}

.hero-fg {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: url("/img/hero-fg.png?v=31") center 42% / cover no-repeat;
}

.hero-emerge-swirl {
  position: absolute;
  left: 18%;
  top: 6%;
  width: 64%;
  height: 64%;
  border-radius: 50%;
  background:
    conic-gradient(from 210deg, transparent 0 38%, rgba(90, 255, 230, 0.22), transparent 68%),
    radial-gradient(circle, rgba(46, 230, 200, 0.18), transparent 66%);
  filter: blur(16px);
  mix-blend-mode: screen;
}

.hero-emerge-energy,
.hero-emerge-blade {
  display: block;
  width: 100%;
  height: auto;
}

.hero-emerge-energy {
  position: absolute;
  inset: -4% -2% auto;
  mix-blend-mode: screen;
  opacity: 0.78;
  filter: saturate(1.25) brightness(1.18) blur(0.4px);
  -webkit-mask-image: radial-gradient(ellipse 72% 68% at 58% 42%, #000 30%, rgba(0, 0, 0, 0.55) 58%, transparent 78%);
  mask-image: radial-gradient(ellipse 72% 68% at 58% 42%, #000 30%, rgba(0, 0, 0, 0.55) 58%, transparent 78%);
}

.hero-emerge-blade {
  position: relative;
  z-index: 1;
  filter:
    drop-shadow(0 0 18px rgba(46, 230, 200, 0.45))
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.4));
  -webkit-mask-image: radial-gradient(ellipse 80% 78% at 46% 54%, #000 42%, rgba(0, 0, 0, 0.88) 62%, rgba(0, 0, 0, 0.4) 76%, transparent 92%);
  mask-image: radial-gradient(ellipse 80% 78% at 46% 54%, #000 42%, rgba(0, 0, 0, 0.88) 62%, rgba(0, 0, 0, 0.4) 76%, transparent 92%);
}

.hero-copy,
.hero .wrap { position: relative; z-index: 3; }

.hero-copy {
  text-align: center;
  padding-bottom: 28px;
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0;
}

h1 {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.12;
  max-width: 18ch;
  margin: 0 auto;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.lede {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 18px;
  max-width: 42ch;
}

.hero-copy .lede {
  color: #e8eef5;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
  max-width: 54ch;
}

.hero-overline {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 18px;
}

.hero-badges span {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(7, 17, 31, 0.5);
  color: #e8eef5;
  font-size: 13px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.btn-ghost {
  background: rgba(7, 17, 31, 0.35);
  color: var(--text);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.btn-ghost:hover {
  box-shadow: 0 0 0 1px var(--gold-2);
  color: var(--gold-2);
}

.note {
  color: var(--muted);
  font-size: 13px;
}

.hero-copy .note {
  margin: 14px auto 0;
  max-width: 46ch;
}

.hero-kicker {
  text-align: center;
  font-size: clamp(22px, 2.4vw, 30px);
  margin: 8px 0 22px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.glass {
  background: rgba(8, 18, 36, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 22px 16px 18px;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.benefits .glass {
  text-align: center;
  padding: 22px 14px 20px;
}

.benefits .icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
}

.benefits .icon img {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(224, 179, 74, 0.4), 0 10px 22px rgba(0, 0, 0, 0.4);
}

.benefits h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.benefits p,
.glass p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

section {
  position: relative;
  z-index: 1;
  padding: 72px 0;
  scroll-margin-top: 88px;
}

.section-navy {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(46, 230, 200, 0.05), transparent 46%),
    var(--bg-2);
}

.section-label {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h2 {
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.15;
}

.center { text-align: center; }

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 32px;
}

.section-head p,
.section-head h2 { max-width: 22ch; }
.section-head p { margin: 0; color: var(--muted); max-width: 40ch; }

.proof-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.lockouts { display: grid; gap: 12px; }

.lockout {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(7, 17, 31, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lock-ico {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(224, 179, 74, 0.35), 0 8px 18px rgba(0, 0, 0, 0.35);
}

.lockout.is-active {
  border-color: rgba(46, 230, 200, 0.35);
  box-shadow: inset 0 0 0 1px rgba(46, 230, 200, 0.12);
}

.lockout strong { display: block; font-size: 15px; }
.lockout span { color: var(--muted); font-size: 13px; }

.bar-wrap {
  display: grid;
  gap: 6px;
  justify-items: end;
  width: 150px;
  flex: none;
}

.bar-wrap em {
  font-style: normal;
  font-size: 12px;
  color: var(--gold-2);
  font-weight: 700;
}

.bar {
  width: 150px;
  height: 8px;
  border-radius: 99px;
  background: #1c2c44;
  overflow: hidden;
}

.bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--teal));
}

.quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.quote {
  margin: 0;
  padding: 22px 22px 18px;
}

.quote p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.45;
}

.quote footer {
  margin-top: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
}

.roles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.role-card {
  text-align: center;
  padding: 22px 16px 20px;
  display: grid;
  align-content: start;
}

.role-card .icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
}

.role-card .icon img {
  width: 96px;
  height: 96px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(224, 179, 74, 0.4), 0 10px 22px rgba(0, 0, 0, 0.4);
}

.role-card h3 { font-size: 18px; margin-bottom: 6px; }

.role-open {
  color: var(--teal) !important;
  font-size: 13px !important;
  font-weight: 700;
  margin-bottom: 8px !important;
}

.role-card .btn { margin-top: 16px; width: 100%; }

.officer {
  margin: 18px 0 0;
  padding: 14px 16px;
  max-width: 42ch;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 18, 36, 0.55);
  font-size: 15px;
}

.form-micro {
  margin: 12px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}

.success a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.schedule h3 { font-size: 16px; margin-bottom: 16px; }

.row {
  display: grid;
  grid-template-columns: 36px 40px 1fr auto;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  align-items: center;
}

.row-ico {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  object-fit: cover;
}
.row:first-of-type { border-top: 0; }
.row b { color: var(--gold-2); }

.time {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 700;
}

.warn-box {
  padding: 32px 36px;
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(224, 179, 74, 0.18), transparent 52%),
    linear-gradient(180deg, #2a2110, #16110a);
  border: 1px solid rgba(224, 179, 74, 0.55);
  box-shadow: 0 0 40px rgba(224, 179, 74, 0.12);
}

.warn-box h2 {
  text-align: center;
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 24px;
}

.warn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.warn-grid li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
}

.warn-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(224, 179, 74, 0.4);
}

.warn-grid strong { display: block; margin-bottom: 4px; }
.warn-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.path { padding-top: 28px; }

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
  text-align: center;
  position: relative;
}

.timeline article {
  background: rgba(8, 18, 36, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 22px 16px 20px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 118px;
  left: 16.6%;
  right: 16.6%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.tl-num {
  font-family: var(--display);
  font-size: 42px;
  color: var(--gold);
  letter-spacing: -0.04em;
}

.tl-ico {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  margin: 6px auto 14px;
  object-fit: cover;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 2px rgba(224, 179, 74, 0.45), 0 10px 22px rgba(0, 0, 0, 0.4);
}

.timeline h3 { font-size: 18px; margin-bottom: 8px; }
.timeline p { color: var(--muted); font-size: 14px; }

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  align-items: start;
}

.objections { display: grid; gap: 12px; }

.qa {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 18, 36, 0.7);
  border-radius: 14px;
  overflow: hidden;
}

.qa summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 48px 18px 20px;
  font-weight: 700;
  position: relative;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 16px;
  color: var(--gold);
  font-size: 22px;
  font-weight: 500;
}
.qa[open] summary::after { content: "–"; }
.qa p { margin: 0; padding: 0 20px 18px; color: var(--muted); }

.apply-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.apply-copy .lede,
.apply-copy .note {
  margin-left: 0;
  margin-right: 0;
}

.apply-copy .note {
  margin-top: 14px;
  max-width: 42ch;
}

.apply-points {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.apply-points li {
  padding-left: 22px;
  position: relative;
}
.apply-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.form-panel { padding: 26px 24px; }

.field { display: grid; gap: 8px; margin-bottom: 14px; }

label {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

input, select, textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 17, 31, 0.85);
  color: var(--text);
  border-radius: 12px;
  padding: 13px 14px;
  font: 500 15px/1.4 var(--font);
  outline: none;
}

textarea { min-height: 110px; resize: vertical; }

input:focus, select:focus, textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(46, 230, 200, 0.16);
}

.form-error {
  color: #f0c9c9;
  background: rgba(139, 58, 58, 0.18);
  border: 1px solid rgba(139, 58, 58, 0.35);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 14px;
  font-size: 14px;
}

.success { padding: 26px 24px; }
.success h3 { font-size: 28px; margin: 12px 0 10px; }

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.footer-bg {
  position: absolute;
  inset: 0;
  background: #07111f url("/img/footer-bg.jpg?v=38") center 55% / cover no-repeat;
}

.footer-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(7, 17, 31, 0.12);
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 28px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(244, 247, 251, 0.78);
}

.footer-nav a:hover { color: var(--gold-2); }

.footer-note {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 20px 18px;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
}

.mobile-cta { display: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { animation: none; transition: none; }
}

@media (max-width: 960px) {
  .nav { display: none; }
  .benefits,
  .proof-grid,
  .timeline,
  .warn-grid,
  .faq-grid,
  .apply-grid,
  .section-head,
  .quotes,
  .roles-grid {
    grid-template-columns: 1fr;
  }
  .section-head p, .section-head h2 { max-width: none; }
  .timeline::before { display: none; }
  h1 { max-width: none; }
  .hero { padding-top: 96px; min-height: 0; }
  .hero-emerge {
    width: min(368px, 69vw);
    top: 36%;
  }
  .warn-box { padding: 24px 18px; }
}

@media (max-width: 720px) {
  :root { --header: 76px; }
  .brand-mark { width: 64px; height: 48px; }
  .brand-name { font-size: 18px; }
  section { padding: 56px 0; }
  .row { grid-template-columns: 36px 32px 1fr; gap: 8px; }
  .lockout { grid-template-columns: 56px 1fr; }
  .lockout .bar-wrap { grid-column: 1 / -1; width: 100%; justify-items: stretch; }
  .bar-wrap, .bar { width: 100%; }
  .site-footer {
    padding-bottom: calc(12px + 64px + env(safe-area-inset-bottom));
  }
  .mobile-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(7, 17, 31, 0.94);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(16px);
  }
  .mobile-cta.is-hidden { display: none; }
  .mobile-cta .btn { width: 100%; }
}
