.launch-project-page {
  background: #ffffff;
  color: #1d2b33;
}

.launch-container {
  width: min(1320px, calc(100% - 2rem));
  margin-inline: auto;
}

.launch-hero {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background:
    radial-gradient(circle at 84% 12%, rgba(34, 81, 255, 0.18), transparent 28rem),
    linear-gradient(135deg, #051c2c 0%, #071827 68%, #ffffff 68%, #f5f5f5 100%);
  overflow: hidden;
}

.launch-hero-grid,
.launch-split,
.launch-resource-layout,
.launch-faq-grid,
.launch-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.launch-hero-copy {
  color: #ffffff;
}

.launch-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: #5a82ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.launch-eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: #2251ff;
}

.launch-eyebrow-light {
  color: #051c2c;
}

.launch-eyebrow-dark {
  color: #ffffff;
}

.launch-hero h1,
.launch-section h2,
.launch-final h2,
.launch-band h2 {
  letter-spacing: -0.05em;
}

.launch-hero h1 {
  max-width: 11ch;
  margin: 1rem 0 1.25rem;
  font-size: clamp(3.2rem, 7.8vw, 6.9rem);
  line-height: 0.92;
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
}

.launch-hero p {
  max-width: 680px;
  color: rgba(255, 253, 247, 0.9);
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  line-height: 1.76;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.launch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.88rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.launch-btn:hover,
.launch-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.launch-btn-primary {
  background: #2251ff;
  color: #1d2b33;
  box-shadow: 0 14px 32px rgba(34, 81, 255, 0.24);
}

.launch-btn-secondary {
  background: rgba(4, 31, 22, 0.62);
  color: #ffffff;
  border-color: rgba(255, 253, 247, 0.38);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.launch-hero-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background: #eff4ef;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.launch-hero-visual img,
.launch-track-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.launch-hero-visual img {
  transform: scale(1.02);
  animation: launchFloat 12s ease-in-out infinite alternate;
}

.launch-visual-note {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(6, 21, 17, 0.78);
  color: #ffffff;
  backdrop-filter: blur(14px);
}

.launch-visual-note span {
  display: block;
  color: #5a82ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.launch-visual-note strong {
  display: block;
  margin-top: 0.35rem;
  line-height: 1.35;
}

.launch-band {
  padding: clamp(2rem, 5vw, 4rem) 0;
  background: #051c2c;
  color: #ffffff;
}

.launch-band h2 {
  margin: 0.8rem 0 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.launch-band p {
  color: rgba(255, 253, 247, 0.88);
  font-size: 1.08rem;
  line-height: 1.75;
}

.launch-section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.launch-cream {
  background: #f5f5f5;
}

.launch-section-head {
  max-width: 780px;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.launch-section-head h2,
.launch-final h2,
.launch-form-intro h2 {
  margin: 0.8rem 0 1rem;
  color: #1d2b33;
  font-size: clamp(2.1rem, 4.8vw, 4.5rem);
  line-height: 0.98;
}

.launch-section-head p,
.launch-form-intro p,
.launch-final p {
  color: #667085;
  font-size: 1.08rem;
  line-height: 1.72;
}

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

.launch-card,
.launch-track-card,
.launch-resource,
.launch-form,
.launch-contact-panel,
.launch-faq-list details {
  background: #ffffff;
  border: 1px solid rgba(5, 28, 44, 0.13);
  box-shadow: 0 16px 45px rgba(5, 28, 44, 0.09);
}

.launch-card {
  min-height: 100%;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-radius: 26px;
}

.launch-card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1.1rem;
  border-radius: 16px;
  background: #eaf5ee;
  color: #051c2c;
  font-weight: 900;
}

.launch-card h3,
.launch-track-card h3,
.launch-resource h3 {
  margin: 0 0 0.55rem;
  color: #1d2b33;
  line-height: 1.2;
}

.launch-card p,
.launch-track-card p,
.launch-resource p,
.launch-faq-list p {
  margin: 0;
  color: #667085;
  line-height: 1.62;
}

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

.launch-track-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(150px, 0.44fr) minmax(0, 1fr);
  border-radius: 28px;
}

.launch-track-card img {
  aspect-ratio: 4 / 3;
}

.launch-track-card div {
  padding: clamp(1rem, 2vw, 1.45rem);
}

.launch-track-card span {
  display: inline-flex;
  margin-bottom: 0.6rem;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  background: #eaf5ee;
  color: #051c2c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-resource-layout,
.launch-faq-grid {
  align-items: start;
}

.launch-resource-list {
  display: grid;
  gap: 0.85rem;
}

.launch-resource {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1rem;
  border-radius: 22px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.launch-resource:hover,
.launch-resource:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(34, 81, 255, 0.34);
  outline: none;
}

.launch-resource > span {
  color: #2251ff;
  font-weight: 950;
}

.launch-dark {
  background: #051c2c;
  color: #ffffff;
}

.launch-dark .launch-section-head h2 {
  color: #ffffff;
}

.launch-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.launch-process li {
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
}

.launch-process span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #2251ff;
  color: #1d2b33;
  font-weight: 950;
}

.launch-process h3 {
  margin: 0 0 0.45rem;
  color: #ffffff;
}

.launch-process p {
  margin: 0;
  color: rgba(255, 253, 247, 0.72);
  line-height: 1.62;
}

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

.launch-faq-list details {
  border-radius: 20px;
  padding: 1rem 1.15rem;
}

.launch-faq-list summary {
  color: #1d2b33;
  cursor: pointer;
  font-weight: 900;
}

.launch-faq-list p {
  margin-top: 0.75rem;
}

.launch-form-section {
  background:
    radial-gradient(circle at 6% 12%, rgba(34, 81, 255, 0.13), transparent 24rem),
    #f5f5f5;
}

.launch-form-grid {
  align-items: start;
}

.launch-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 30px;
}

.launch-form label {
  display: grid;
  gap: 0.45rem;
  color: #1d2b33;
  font-weight: 850;
}

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

.launch-form input,
.launch-form select,
.launch-form textarea {
  width: 100%;
  border: 1px solid rgba(5, 28, 44, 0.18);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  background: #ffffff;
  color: #1d2b33;
}

.launch-form textarea {
  resize: vertical;
}

.launch-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.launch-file-field {
  border: 1px dashed rgba(5, 28, 44, 0.2);
  border-radius: 20px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.68);
}

.launch-file-field span,
.launch-file-field output {
  color: #667085;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
}

.launch-file-field output {
  display: grid;
  gap: 0.35rem;
}

.launch-file-pill {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  background: #eaf5ee;
  color: #051c2c;
  padding: 0.38rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.launch-form-feedback {
  margin: 0;
  border: 1px solid rgba(5, 28, 44, 0.14);
  border-left: 4px solid #2251ff;
  border-radius: 16px;
  background: #ffffff;
  color: #1d2b33;
  padding: 0.95rem 1rem;
  font-weight: 800;
  line-height: 1.5;
}

.launch-form-feedback[data-state="error"] {
  border-left-color: #8b1e1e;
  color: #8b1e1e;
}

.launch-form input:focus,
.launch-form select:focus,
.launch-form textarea:focus {
  outline: 3px solid rgba(34, 81, 255, 0.25);
  border-color: #2251ff;
}

.launch-contact-panel {
  margin-top: 1.5rem;
  padding: 1.1rem;
  border-radius: 24px;
}

.launch-contact-panel a {
  color: #051c2c;
  font-weight: 850;
  text-decoration: underline;
}

.launch-link-button {
  display: inline-flex;
  margin-top: 0.6rem;
  border: none;
  background: transparent;
  color: #051c2c;
  font-weight: 900;
  cursor: pointer;
  text-decoration: underline;
}

.launch-final {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.launch-final-panel {
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(34, 81, 255, 0.16), transparent 26rem),
    linear-gradient(135deg, #051c2c, #051c2c);
  color: #ffffff;
}

.launch-final h2 {
  color: #ffffff;
  max-width: 820px;
}

.launch-final p {
  max-width: 760px;
  color: rgba(255, 253, 247, 0.88);
}

@keyframes launchFloat {
  from {
    transform: scale(1.02) translateY(0);
  }
  to {
    transform: scale(1.05) translateY(-10px);
  }
}

@media (max-width: 980px) {
  .launch-hero {
    background:
      radial-gradient(circle at 84% 12%, rgba(34, 81, 255, 0.18), transparent 28rem),
      linear-gradient(180deg, #051c2c 0%, #071827 100%);
  }

  .launch-hero-grid,
  .launch-split,
  .launch-resource-layout,
  .launch-faq-grid,
  .launch-form-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .launch-hero h1 {
    max-width: 12ch;
    font-size: clamp(3rem, 13vw, 5.2rem);
  }

  .launch-fit-grid,
  .launch-track-grid,
  .launch-process,
  .launch-form {
    grid-template-columns: 1fr;
  }

  .launch-track-card {
    grid-template-columns: 1fr;
  }

  .launch-track-card img {
    aspect-ratio: 16 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
