:root {
  --bg: #f7efe2;
  --bg-soft: #fff8ef;
  --bg-cool: #eef4fb;
  --ink: #13263d;
  --ink-soft: #4b6177;
  --line: rgba(19, 38, 61, 0.1);
  --paper: rgba(255, 255, 255, 0.72);
  --paper-strong: rgba(255, 255, 255, 0.92);
  --accent: #ff7a1f;
  --accent-deep: #d85f08;
  --teal: #00a59c;
  --teal-soft: rgba(0, 165, 156, 0.1);
  --navy: #0f2136;
  --navy-soft: #18304a;
  --white: #ffffff;
  --shadow-soft: 0 20px 50px rgba(24, 31, 44, 0.08);
  --shadow-strong: 0 30px 70px rgba(20, 30, 46, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 122, 31, 0.2), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(0, 165, 156, 0.16), transparent 22%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 50%, var(--bg-cool) 100%);
  color: var(--ink);
  font-family: "Sora", sans-serif;
}

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

button,
input {
  font: inherit;
}

.scene {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.7;
  animation: drift 16s ease-in-out infinite alternate;
}

.orb-left {
  top: 2%;
  left: -8%;
  width: 26rem;
  height: 26rem;
  background: radial-gradient(circle, rgba(255, 122, 31, 0.35), transparent 70%);
}

.orb-right {
  right: -10%;
  top: 22%;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(0, 165, 156, 0.26), transparent 68%);
}

.grid-floor {
  position: absolute;
  inset: 8% 4% auto auto;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background:
    linear-gradient(rgba(19, 38, 61, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 38, 61, 0.08) 1px, transparent 1px);
  background-size: 1.5rem 1.5rem;
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.8), transparent 72%);
  opacity: 0.5;
  transform: rotate(12deg);
}

.site-header,
.page,
.site-footer {
  width: min(1180px, calc(100% - 2rem));
}

.site-header {
  position: sticky;
  top: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem auto 0;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.brand-mark,
.site-footer p:first-child {
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-mark span,
.site-footer span {
  color: var(--accent-deep);
}

.header-cta {
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.page {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 2.75rem 0 4rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: start;
}

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

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.eyebrow,
.hero-chip,
.section-kicker,
.meta-label,
.time-label,
.panel-label,
.card-tag {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
}

.eyebrow,
.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
}

.eyebrow {
  margin: 0;
  border: 1px solid rgba(19, 38, 61, 0.08);
  background: rgba(255, 255, 255, 0.74);
  color: var(--accent-deep);
}

.hero-chip {
  background: var(--teal-soft);
  color: var(--teal);
}

h1,
.section h2,
.hero-panel h2 {
  margin: 0;
  font-family: "Syne", sans-serif;
  letter-spacing: -0.05em;
}

h1 {
  margin-top: 1rem;
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  line-height: 0.96;
}

.tagline {
  margin: 1.35rem 0 0;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.75;
  color: var(--ink-soft);
}

.hero-support,
.section-intro,
.info-card p,
.benefit-card p,
.step-card p,
.faq-item p {
  color: var(--ink-soft);
  line-height: 1.78;
}

.hero-support {
  margin: 1rem 0 0;
  max-width: 40rem;
}

.skill-strip,
.trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.skill-strip {
  margin-top: 1.6rem;
}

.skill-strip span,
.trust-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.78rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.skill-strip span::before,
.trust-points span::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
}

.skill-strip span::before {
  background: var(--accent);
}

.trust-points {
  margin-top: 1.25rem;
}

.trust-points span::before {
  background: var(--teal);
}

.waitlist-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.waitlist-form input {
  width: 100%;
  min-height: 3.7rem;
  padding: 0 1rem;
  border: 1px solid rgba(19, 38, 61, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}

.waitlist-form input:focus {
  outline: 2px solid rgba(255, 122, 31, 0.16);
  border-color: rgba(255, 122, 31, 0.45);
}

.waitlist-form button {
  min-height: 3.7rem;
  padding: 0 1.35rem;
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--accent), #ffa24d);
  color: var(--white);
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow-strong);
}

.waitlist-form button:hover {
  transform: translateY(-1px);
}

.waitlist-form button:focus-visible {
  outline: 2px solid rgba(255, 122, 31, 0.24);
}

.form-note {
  margin: 0.85rem 0 0;
  font-size: 0.94rem;
  color: var(--ink-soft);
}

.form-note.is-error {
  color: #b03b25;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-soft) 70%, #10253d 100%);
  color: var(--white);
  box-shadow: var(--shadow-strong);
}

.hero-panel::after {
  content: "";
  position: absolute;
  top: -10%;
  right: -8%;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 31, 0.25), transparent 68%);
}

.panel-head,
.progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.panel-label,
.meta-label,
.time-label {
  color: rgba(255, 255, 255, 0.68);
}

.panel-label {
  margin: 0 0 0.35rem;
}

.hero-panel h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 0.98;
}

.panel-tag {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  font-weight: 700;
}

.launch-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.meta-card.dark {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.08);
}

.meta-card.dark strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.05rem;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.time-card {
  position: relative;
  overflow: hidden;
  padding: 1rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.09);
}

.time-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 165, 156, 0.22), transparent 68%);
}

.time-value {
  display: block;
  position: relative;
  z-index: 1;
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
}

.time-label {
  display: block;
  margin-top: 0.7rem;
}

.progress-block {
  margin-top: 1rem;
}

.progress-meta {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.progress-track {
  height: 0.7rem;
  margin-top: 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

#progress-bar {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffcb77, #79f3d2);
}

.status-bar {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.08);
}

.status-dot {
  width: 0.7rem;
  height: 0.7rem;
  flex: 0 0 0.7rem;
  border-radius: 999px;
  background: #79f3d2;
  box-shadow: 0 0 0 0 rgba(121, 243, 210, 0.5);
  animation: pulse 1.7s infinite;
}

#launch-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.launch-perks {
  list-style: none;
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0 0;
  padding: 0;
}

.launch-perks li {
  display: flex;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
}

.launch-perks li::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  flex: 0 0 0.65rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.section {
  margin-top: 5rem;
}

.section-kicker {
  margin: 0 0 0.7rem;
  color: var(--accent-deep);
}

.section h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 0.98;
}

.section-intro {
  max-width: 42rem;
  margin: 1rem 0 0;
}

.audience-grid,
.benefits-grid,
.faq-list {
  margin-top: 1.6rem;
}

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

.info-card,
.benefit-card,
.step-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.info-card,
.benefit-card {
  padding: 1.35rem;
}

.card-tag {
  color: var(--teal);
}

.info-card h3,
.benefit-card h3,
.step-card h3 {
  margin: 0.9rem 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

.info-card p,
.benefit-card p,
.step-card p {
  margin: 0.75rem 0 0;
}

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

.card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(255, 122, 31, 0.14);
  color: var(--accent-deep);
  font-family: "Syne", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.launch-path {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: start;
}

.path-steps {
  display: grid;
  gap: 1rem;
}

.step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.2rem;
}

.step-number {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-family: "Syne", sans-serif;
  font-size: 1.15rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  padding: 1.1rem 1.2rem;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.4rem;
  line-height: 1;
  color: var(--accent-deep);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0.8rem 0 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
}

.site-footer p {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.animate-rise {
  animation: rise 800ms ease-out both;
}

.delay-1 {
  animation-delay: 80ms;
}

.delay-2 {
  animation-delay: 160ms;
}

.delay-3 {
  animation-delay: 240ms;
}

.delay-4 {
  animation-delay: 320ms;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(2rem, -1rem, 0) scale(1.06);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(121, 243, 210, 0.5);
  }
  70% {
    box-shadow: 0 0 0 0.8rem rgba(121, 243, 210, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(121, 243, 210, 0);
  }
}

@media (max-width: 1040px) {
  .hero,
  .launch-path {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 42rem;
  }

  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    width: calc(100% - 1rem);
    top: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.75rem 0.85rem;
  }

  .page,
  .site-footer {
    width: calc(100% - 1rem);
  }

  .page {
    padding-top: 2rem;
  }

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

  .countdown-grid,
  .launch-meta,
  .benefits-grid,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.8rem, 16vw, 4.4rem);
  }

  .hero-panel,
  .info-card,
  .benefit-card,
  .step-card,
  .faq-item {
    border-radius: 1.3rem;
  }

  .countdown-grid,
  .launch-meta,
  .benefits-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .time-card {
    padding: 1rem;
  }
}
