:root {
  --bg-0: #07151d;
  --bg-1: #0d2835;
  --panel: rgba(9, 29, 39, 0.72);
  --panel-strong: rgba(8, 25, 34, 0.9);
  --line: rgba(156, 220, 194, 0.2);
  --text: #e9f6f1;
  --muted: #a9c5be;
  --accent: #6cd9b4;
  --accent-strong: #17b88a;
  --accent-soft: rgba(108, 217, 180, 0.13);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  color: var(--text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 10%, #1f3d4d 0%, transparent 45%),
    radial-gradient(circle at 85% 5%, #154433 0%, transparent 35%),
    linear-gradient(160deg, var(--bg-0), var(--bg-1) 62%, #0f3a2f);
  line-height: 1.45;
}

a {
  color: inherit;
}

.container {
  width: min(1080px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.topbar {
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.topnav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.95rem;
  color: var(--muted);
}

.topnav a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.topnav a:hover {
  color: var(--text);
}

.hero {
  padding: 5.3rem 0 1.6rem;
}

.kicker {
  margin: 0;
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.78rem;
}

h1,
h2 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.1;
  margin: 0;
}

h1 {
  margin-top: 0.65rem;
  font-size: clamp(2.05rem, 5.2vw, 4rem);
  max-width: 18ch;
}

.lede {
  margin: 1rem 0 0;
  max-width: 66ch;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.hero-cta {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.72rem 1.2rem;
  border: 1px solid transparent;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.2s ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--accent), #9cf8d9);
  color: #083427;
  box-shadow: 0 12px 24px rgba(58, 215, 169, 0.23);
}

.button-ghost {
  border-color: var(--line);
  background: var(--accent-soft);
}

.signal-row {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.signal-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.34rem 0.66rem;
  color: #d7f5ea;
  background: rgba(10, 33, 43, 0.8);
  font-size: 0.84rem;
}

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

.card,
.billing,
.contact,
.banner,
.faq details,
.step-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  backdrop-filter: blur(4px);
}

.card {
  padding: 1rem 1rem 1.1rem;
}

.card h2 {
  font-size: 1.35rem;
  margin-bottom: 0.45rem;
}

.card h3,
.step-card h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.18rem;
  margin: 0 0 0.42rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.section-head {
  margin-bottom: 0.8rem;
}

.section-head h2 {
  font-size: clamp(1.68rem, 3.6vw, 2.2rem);
  max-width: 24ch;
}

.audience,
.launch,
.faq,
.contact,
.banner {
  margin-top: 1rem;
}

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

.step-card {
  padding: 1rem;
}

.step-index {
  display: inline-block;
  font-size: 0.76rem;
  color: var(--accent);
  letter-spacing: 0.11em;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.billing {
  margin-top: 1rem;
  padding: 1.15rem;
}

.billing-intro {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

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

.pricing-card {
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  background: rgba(8, 26, 35, 0.7);
  padding: 0.86rem;
}

.pricing-card h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.16rem;
}

.pricing-card-featured {
  border-color: rgba(108, 217, 180, 0.55);
  box-shadow: 0 10px 26px rgba(32, 150, 116, 0.2);
}

.pricing-price {
  margin: 0.42rem 0 0;
  color: #d7f5ea;
  font-weight: 700;
  font-size: 1.02rem;
}

.pricing-copy {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.pricing-list {
  margin: 0.58rem 0 0;
  padding-left: 1.06rem;
  display: grid;
  gap: 0.3rem;
  color: #d4f2e7;
  font-size: 0.88rem;
}

.billing-footnote {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.text-link {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact {
  padding: 1.1rem;
}

.contact h2 {
  font-size: 1.42rem;
}

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

.contact-grid a {
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  padding: 0.62rem 0.75rem;
  background: rgba(10, 33, 43, 0.7);
  color: #d4f2e7;
}

.faq h2 {
  font-size: 1.6rem;
}

.faq-grid {
  margin-top: 0.65rem;
  display: grid;
  gap: 0.65rem;
}

.faq details {
  padding: 0.75rem 0.82rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
}

.faq details p {
  color: var(--muted);
  margin: 0.5rem 0 0.1rem;
}

.banner {
  margin-bottom: 0.4rem;
  padding: 1.2rem;
}

.banner h2 {
  font-size: 1.54rem;
}

.banner p {
  margin: 0.42rem 0 0.95rem;
  color: var(--muted);
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
  padding: 2.4rem 0 2.9rem;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-links a {
  text-decoration: none;
}

.orb {
  position: fixed;
  border-radius: 999px;
  z-index: -1;
  filter: blur(8px);
  pointer-events: none;
}

.orb-a {
  width: 280px;
  height: 280px;
  top: 10vh;
  left: -70px;
  background: rgba(60, 238, 177, 0.13);
  animation: drift 14s ease-in-out infinite;
}

.orb-b {
  width: 240px;
  height: 240px;
  right: 2vw;
  bottom: 5vh;
  background: rgba(126, 200, 255, 0.13);
  animation: drift 12s ease-in-out infinite reverse;
}

.reveal {
  animation: rise 0.6s ease both;
}

.delay-1 {
  animation-delay: 0.08s;
}

.delay-2 {
  animation-delay: 0.16s;
}

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

@keyframes drift {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.03);
  }
}

.legal {
  padding: 4rem 0 3rem;
}

.legal h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  max-width: none;
}

.legal h2 {
  font-size: 1.35rem;
  margin-top: 1.4rem;
}

.legal p,
.legal li {
  color: var(--muted);
}

.legal ul {
  padding-left: 1.2rem;
}

/* Start page */
.start-main {
  padding: 2.8rem 0 2.6rem;
}

.start-shell {
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  background: var(--panel-strong);
  padding: 1.2rem;
}

.start-shell h1 {
  margin-top: 0.7rem;
  max-width: 16ch;
}

.start-lede {
  margin-top: 0.78rem;
  color: var(--muted);
  max-width: 66ch;
}

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

.field {
  display: grid;
  gap: 0.42rem;
}

.field span {
  color: var(--muted);
  font-size: 0.93rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(8, 26, 35, 0.78);
  border-radius: 0.72rem;
  color: var(--text);
  padding: 0.66rem 0.74rem;
  font: inherit;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(108, 217, 180, 0.32);
  outline-offset: 1px;
}

.field-span-2 {
  grid-column: 1 / -1;
}

.start-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.status-note {
  margin-top: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0.76rem;
  padding: 0.63rem 0.75rem;
  color: var(--muted);
  background: rgba(10, 33, 43, 0.7);
}

.status-note.success {
  color: #9ff3cf;
  border-color: rgba(108, 217, 180, 0.35);
}

.status-note.warn {
  color: #ffe5a5;
  border-color: rgba(255, 190, 78, 0.35);
}

.start-meta {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.93rem;
}

@media (max-width: 980px) {
  .feature-grid,
  .audience-grid,
  .launch-grid {
    grid-template-columns: 1fr;
  }

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

  .hero {
    padding-top: 4.4rem;
  }
}

@media (max-width: 680px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topnav {
    gap: 0.8rem;
  }

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

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

  .footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 2.2rem;
  }

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

  .field-span-2 {
    grid-column: auto;
  }
}
