:root {
  --brand-teal: #2c666e;
  --brand-teal-deep: #1d494f;
  --brand-cream: #f0edee;
  --brand-cream-soft: rgba(240, 237, 238, 0.76);
  --brand-line: rgba(240, 237, 238, 0.14);
  --brand-line-strong: rgba(240, 237, 238, 0.2);
  --brand-chip: rgba(240, 237, 238, 0.1);
  --brand-surface: rgba(240, 237, 238, 0.1);
  --brand-surface-strong: rgba(29, 73, 79, 0.9);
  --brand-surface-soft: rgba(12, 28, 31, 0.14);
  --page-bg: #255a61;
  --shadow-soft: 0 24px 80px rgba(12, 26, 28, 0.22);
  --shadow-strong: 0 34px 100px rgba(10, 22, 24, 0.28);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --page-width: 1220px;
  --font-body: "Manrope", sans-serif;
  --font-display: "Sora", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--page-bg);
  color: var(--brand-cream);
  font-family: var(--font-body);
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 28px clamp(18px, 3vw, 32px) 30px;
}

.main-shell {
  display: grid;
  gap: 28px;
}

.topbar,
.hero,
.teaser-band,
.closing-strip,
.prelaunch-footer {
  position: relative;
  z-index: 2;
  max-width: var(--page-width);
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid var(--brand-line-strong);
  border-radius: 28px;
  background: rgba(16, 38, 42, 0.16);
  box-shadow: 0 18px 48px rgba(10, 22, 24, 0.16);
  backdrop-filter: blur(12px);
}

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

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  border: 1px solid rgba(44, 102, 110, 0.18);
  background: var(--brand-cream);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.55);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.brand-copy span {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(240, 237, 238, 0.62);
}

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

.status-pill,
.ghost-link,
.eyebrow,
.panel-tag,
.section-label,
.subtle-note,
.signal-label,
.teaser-step {
  border: 1px solid var(--brand-line);
  background: var(--brand-chip);
  backdrop-filter: blur(16px);
}

.status-pill,
.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.88rem;
}

.ghost-link {
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ghost-link:hover {
  background: rgba(240, 237, 238, 0.16);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding: 78px 0 8px;
}

.hero-copy {
  max-width: 700px;
  padding-top: 18px;
}

.eyebrow,
.panel-tag,
.section-label {
  font-family: var(--font-display);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #9ae6df;
  box-shadow: 0 0 0 7px rgba(154, 230, 223, 0.14);
}

.hero-title {
  max-width: 10.5ch;
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.65rem, 4.2vw, 4.45rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.hero-text {
  max-width: 34rem;
  margin: 24px 0 0;
  color: var(--brand-cream-soft);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
  margin-top: 34px;
}

.primary-button {
  font-family: var(--font-body);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--brand-cream);
  color: var(--brand-teal-deep);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(10, 22, 24, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 46px rgba(10, 22, 24, 0.24);
}

.primary-button.full-width {
  width: 100%;
}

.subtle-note {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(240, 237, 238, 0.7);
  line-height: 1.45;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.signal-card,
.teaser-card {
  padding: 24px;
  border: 1px solid rgba(240, 237, 238, 0.12);
  border-radius: 26px;
  background: var(--brand-surface-soft);
  box-shadow: 0 18px 48px rgba(10, 22, 24, 0.16);
  backdrop-filter: blur(12px);
}

.signal-card-feature {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 10px 18px;
  align-items: end;
}

.signal-card-feature .signal-label {
  grid-column: 1 / -1;
}

.signal-card-feature strong {
  margin-top: 0;
  font-size: 1.24rem;
}

.signal-card-feature p {
  margin-top: 0;
  max-width: 32rem;
}

.signal-label,
.teaser-step {
  font-family: var(--font-display);
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(240, 237, 238, 0.62);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signal-card strong,
.teaser-card h3 {
  display: block;
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.signal-card p,
.teaser-card p,
.panel-intro p,
.section-heading p,
.closing-copy p,
.form-footnote {
  margin: 12px 0 0;
  color: var(--brand-cream-soft);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.7;
}

.interest-panel {
  padding: 32px;
  border: 1px solid var(--brand-line-strong);
  border-radius: 32px;
  background: rgba(23, 54, 59, 0.94);
  box-shadow: 0 28px 70px rgba(9, 22, 24, 0.24);
  backdrop-filter: blur(14px);
}

.panel-intro {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(240, 237, 238, 0.1);
}

.panel-intro h2 {
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.panel-support {
  margin: 16px 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(240, 237, 238, 0.62);
}

.success-banner {
  display: none;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(154, 230, 223, 0.3);
  border-radius: 18px;
  background: rgba(154, 230, 223, 0.12);
  color: var(--brand-cream);
  line-height: 1.6;
}

.success-banner.is-visible {
  display: block;
}

form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  margin: 0;
}

label span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(240, 237, 238, 0.7);
}

form label span::after {
  content: "Required";
  flex-shrink: 0;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 237, 238, 0.42);
}

input,
select,
textarea {
  font-family: var(--font-body);
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(240, 237, 238, 0.18);
  border-radius: 16px;
  background: rgba(240, 237, 238, 0.06);
  color: var(--brand-cream);
  padding: 15px 16px;
  font-size: 0.98rem;
  font-weight: 500;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(240, 237, 238, 0.46);
}

select {
  appearance: none;
  padding-right: 48px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(240, 237, 238, 0.74) 50%),
    linear-gradient(135deg, rgba(240, 237, 238, 0.74) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 2px),
    calc(100% - 16px) calc(50% - 2px);
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

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

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(240, 237, 238, 0.34);
  background: rgba(240, 237, 238, 0.12);
  box-shadow: 0 0 0 4px rgba(240, 237, 238, 0.08);
}

.honeypot {
  position: absolute;
  left: -5000px;
  opacity: 0;
  pointer-events: none;
}

.form-footnote {
  font-size: 0.82rem;
  margin-top: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(240, 237, 238, 0.1);
}

.form-footnote a {
  color: var(--brand-cream);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.teaser-band,
.closing-strip {
  margin-top: 0;
  padding: 40px clamp(22px, 3vw, 40px);
  border: 1px solid rgba(240, 237, 238, 0.12);
  border-radius: 32px;
  background: rgba(240, 237, 238, 0.08);
  box-shadow: 0 20px 56px rgba(10, 22, 24, 0.16);
  backdrop-filter: blur(12px);
}

.teaser-band {
  display: grid;
  gap: 30px;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.closing-copy h2 {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 0;
}

.closing-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  background: rgba(16, 38, 42, 0.34);
}

.closing-copy {
  max-width: 36rem;
}

.prelaunch-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 6px 2px;
  border-top: 1px solid rgba(240, 237, 238, 0.1);
  color: rgba(240, 237, 238, 0.68);
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-credit a {
  color: var(--brand-cream);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-credit a:hover {
  color: rgba(240, 237, 238, 0.82);
}

.primary-button:focus-visible,
.ghost-link:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(154, 230, 223, 0.16);
}

.primary-button[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
  box-shadow: 0 14px 28px rgba(10, 22, 24, 0.16);
}

.reveal-up,
.reveal-card,
.reveal-panel,
.reveal-section,
.reveal-fade {
  will-change: transform, opacity;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .interest-panel {
    max-width: 720px;
  }

  .signal-card-feature {
    grid-template-columns: 1fr;
  }

  .signal-card-feature p {
    margin-top: 10px;
  }
}

@media (max-width: 840px) {
  .page-shell {
    padding: 18px 18px 24px;
  }

  .topbar {
    padding: 14px 16px;
    border-radius: 24px;
  }

  .status-pill {
    display: none;
  }

  .signal-grid,
  .field-row {
    grid-template-columns: 1fr;
  }

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

  .teaser-band,
  .closing-strip {
    padding: 28px 22px;
  }

  .closing-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-copy {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .hero-title {
    max-width: none;
    font-size: 2.2rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .interest-panel {
    padding: 22px 18px;
  }

  .panel-intro h2 {
    font-size: 1.7rem;
  }

  form label span {
    flex-wrap: wrap;
  }

  .prelaunch-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
