:root {
  color-scheme: dark;
  --ink: #07090d;
  --charcoal: #0d1219;
  --deep-navy: #101927;
  --phthalo-green: #0f2f23;
  --tiffany-blue: #37beb0;
  --phthalo-lite: #28a56f;
  --ovo-gold: #d1aa5a;
  --off-white: #eeeef0;
  --cool-gray: #a3a7b4;
  --alert-red: #ef4444;
  --hero-gradient-start: #0b1b2c;
  --hero-gradient-end: #07090d;
  --bg: var(--ink);
  --surface: var(--deep-navy);
  --surface-soft: var(--phthalo-green);
  --text: var(--off-white);
  --muted: var(--cool-gray);
  --line: rgb(238 238 240 / 0.13);
  --line-strong: rgb(55 190 176 / 0.32);
  --shadow: 0 22px 70px rgb(0 0 0 / 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(135deg, rgb(55 190 176 / 0.16), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgb(209 170 90 / 0.18), transparent 22rem),
    linear-gradient(180deg, #0c1118 0%, var(--ink) 54%, #090d12 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgb(238 238 240 / 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgb(238 238 240 / 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgb(0 0 0 / 0.8), transparent 72%);
  content: "";
}

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

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 64px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(14px, 3vw, 30px);
  padding: 10px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
  font-weight: 800;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgb(0 0 0 / 0.32);
}

.nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgb(209 170 90 / 0.42);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 800;
  background: var(--ovo-gold);
  box-shadow: 0 12px 24px rgb(209 170 90 / 0.14);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding-bottom: clamp(22px, 3vw, 36px);
}

.hero__copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--ovo-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.launch-note {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-left: 3px solid var(--tiffany-blue);
  color: rgb(238 238 240 / 0.84);
  font-size: 0.9rem;
  font-weight: 800;
  background: rgb(55 190 176 / 0.07);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.85rem, 6vw, 5.55rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 610px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.14rem);
  line-height: 1.6;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

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

.button--primary {
  color: var(--hero-gradient-end);
  background: linear-gradient(135deg, #59e0d4, var(--tiffany-blue));
  box-shadow: 0 18px 34px rgb(55 190 176 / 0.18);
}

.button--ghost {
  border-color: var(--line);
  color: var(--text);
  background: var(--deep-navy);
  box-shadow: 0 8px 20px var(--hero-gradient-end);
}

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

.sport-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 20px;
  padding: 0;
}

.sport-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgb(55 190 176 / 0.2);
  border-radius: 999px;
  color: rgb(238 238 240 / 0.84);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: rgb(55 190 176 / 0.075);
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 20px;
}

.proof-mark {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tiffany-blue);
  box-shadow: 0 0 0 6px rgb(55 190 176 / 0.11), 0 0 20px rgb(55 190 176 / 0.42);
}

.social-proof__text {
  margin: 0;
  color: rgb(238 238 240 / 0.64);
  font-size: 0.9rem;
}

.social-proof__text strong {
  color: var(--off-white);
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 760px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.benefit-strip li {
  min-width: 0;
}

.benefit-strip strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.2;
}

.benefit-strip span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.signup-panel {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgb(55 190 176 / 0.11), rgb(238 238 240 / 0.025)),
    rgb(13 18 25 / 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.signup-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1;
}

.signup-panel > p:not(.eyebrow) {
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.organizer-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(320px, 1fr);
  gap: clamp(22px, 5vw, 56px);
  align-items: center;
  margin-top: clamp(18px, 5vw, 54px);
  padding: clamp(18px, 4vw, 44px) 0;
}

.organizer-workflow,
.workflow-heading,
.workflow-steps {
  min-width: 0;
}

.organizer-workflow {
  display: grid;
  gap: 24px;
}

.workflow-heading {
  display: grid;
  align-content: center;
  gap: 12px;
  max-width: 620px;
}

.workflow-heading img {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgb(12 13 15 / 0.34);
}

.workflow-heading .eyebrow {
  margin-bottom: 0;
}

.workflow-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.55rem);
  line-height: 1;
}

.workflow-heading p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.workflow-heading .button {
  width: fit-content;
  min-width: 190px;
}

.workflow-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.workflow-steps li {
  display: grid;
  grid-template-columns: minmax(190px, 0.44fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.workflow-steps strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
}

.workflow-steps strong span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--hero-gradient-end);
  font-size: 0.88rem;
  font-weight: 900;
  background: var(--tiffany-blue);
}

.workflow-steps li > span {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.phone-preview {
  position: relative;
  width: min(100%, 360px);
  min-height: 560px;
  justify-self: center;
  padding: 16px;
  border: 1px solid rgb(238 238 240 / 0.22);
  border-radius: 34px;
  background:
    linear-gradient(180deg, #f8fafc, #e9edf2);
  box-shadow:
    0 30px 70px rgb(0 0 0 / 0.38),
    inset 0 0 0 8px #111827;
}

.phone-preview::before {
  position: absolute;
  inset: 9px;
  border: 1px solid rgb(17 24 39 / 0.24);
  border-radius: 28px;
  pointer-events: none;
  content: "";
}

.phone-preview__status,
.app-header,
.run-card,
.list-header,
.player-list {
  position: relative;
}

.phone-preview__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 12px 20px;
  color: var(--deep-navy);
  font-size: 0.86rem;
  font-weight: 800;
}

.phone-preview__status span:last-child {
  width: 54px;
  height: 16px;
  border-radius: 999px;
  background: var(--deep-navy);
}

.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 10px 18px;
}

.app-header p,
.run-card p,
.player-row p,
.form-note {
  color: var(--muted);
}

.app-header p {
  margin-bottom: 4px;
  font-size: 0.88rem;
  font-weight: 700;
}

.app-header h2 {
  margin-bottom: 0;
  font-size: 1.68rem;
  letter-spacing: 0;
  color: var(--deep-navy);
}

.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--off-white);
  font-weight: 900;
}

.avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 1.5rem;
}

.avatar--purple {
  background: var(--phthalo-lite);
}

.avatar--teal {
  background: var(--phthalo-lite);
}

.avatar--orange {
  background: var(--phthalo-lite);
}

.avatar--blue {
  background: var(--tiffany-blue);
}

.avatar--bear {
  object-fit: cover;
  border: 2px solid var(--tiffany-blue);
  background: var(--deep-navy);
}

.run-card {
  margin: 0 10px 22px;
  padding: 18px;
  border: 1px solid rgb(55 190 176 / 0.22);
  border-radius: 18px;
  background: linear-gradient(135deg, #102b23, #0f172a);
  box-shadow: 0 14px 28px rgb(0 0 0 / 0.2);
}

.run-card__top,
.list-header,
.player-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sport-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--tiffany-blue);
  font-size: 0.78rem;
  font-weight: 900;
  background: var(--deep-navy);
}

.run-card h3 {
  margin: 16px 0 8px;
  font-size: 1.32rem;
}

.run-card p {
  margin-bottom: 18px;
}

.progress {
  width: 100%;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(238 238 240 / 0.22);
}

.progress span {
  display: block;
  width: 70%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--phthalo-lite), var(--tiffany-blue));
}

.run-status-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.run-status-list span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgb(238 238 240 / 0.16);
  border-radius: 999px;
  color: rgb(238 238 240 / 0.86);
  font-size: 0.72rem;
  font-weight: 800;
  background: rgb(238 238 240 / 0.06);
}

.list-header {
  padding: 0 12px 12px;
  color: var(--deep-navy);
  font-size: 0.94rem;
  font-weight: 900;
}

.player-list {
  display: grid;
  gap: 12px;
  padding: 0 10px;
}

.player-row {
  gap: 14px;
  padding: 14px;
  border: 1px solid rgb(12 27 51 / 0.08);
  border-radius: 15px;
  background: var(--off-white);
  box-shadow: 0 8px 16px rgb(12 13 15 / 0.08);
}

.player-row div {
  flex: 1;
  min-width: 0;
}

.player-row strong {
  display: block;
  margin-bottom: 3px;
  color: var(--deep-navy);
}

.player-row p {
  margin-bottom: 0;
  font-size: 0.88rem;
}

.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgb(209 170 90 / 0.45);
  border-radius: 999px;
  color: var(--ovo-gold);
  font-size: 0.78rem;
  font-weight: 900;
  background: var(--off-white);
}

.status--paid {
  color: var(--phthalo-lite);
  border-color: var(--phthalo-lite);
  background: var(--off-white);
}

.status--wait {
  color: var(--alert-red);
  border-color: var(--alert-red);
  background: var(--off-white);
}

.faq-section {
  display: grid;
  gap: 18px;
  justify-items: center;
  margin-top: 12px;
  padding: clamp(24px, 5vw, 44px) 0 0;
  border-top: 1px solid var(--line);
}

.faq-heading {
  text-align: center;
}

.faq-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
}

.faq {
  display: grid;
  width: min(780px, 100%);
  gap: 12px;
}

.faq__item {
  border-bottom: 1px solid var(--line);
}

.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  color: var(--tiffany-blue);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

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

.faq__item summary::after {
  flex: 0 0 auto;
  color: var(--tiffany-blue);
  content: "↓";
  transition: transform 160ms ease;
}

.faq__item[open] summary::after {
  transform: rotate(180deg);
}

.faq__item p {
  position: relative;
  margin: 0 0 18px 34px;
  color: var(--muted);
  line-height: 1.65;
}

.faq__item p::before {
  position: absolute;
  left: -28px;
  color: var(--tiffany-blue);
  content: "↳";
}

.feedback-section {
  max-width: 820px;
  margin: clamp(34px, 7vw, 76px) auto 0;
  padding-top: clamp(24px, 5vw, 42px);
  border-top: 1px solid var(--line);
  text-align: center;
}

.feedback-section h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
}

.feedback-section p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.feedback-section a,
.privacy-content a:not(.button) {
  color: var(--tiffany-blue);
  font-weight: 800;
}

.bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 5vw, 56px);
  margin-top: clamp(36px, 7vw, 72px);
  padding: clamp(26px, 5vw, 48px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.bottom-cta h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1;
}

.bottom-cta p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.bottom-cta .button {
  flex: 0 0 auto;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding-top: 28px;
  color: rgb(238 238 240 / 0.64);
  font-size: 0.9rem;
}

.footer-brand img {
  width: 156px;
  height: auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.footer-links a {
  color: var(--text);
  font-weight: 800;
}

.site-footer p {
  margin-bottom: 0;
}

.privacy-page {
  max-width: 900px;
}

.privacy-content {
  padding: clamp(28px, 7vw, 72px) 0;
}

.privacy-content h1 {
  max-width: 780px;
  font-size: clamp(2.75rem, 7vw, 5rem);
}

.privacy-content h2 {
  margin: 34px 0 10px;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
}

.privacy-content p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.75;
}

.privacy-content .button {
  margin-top: 18px;
}

.signup-form {
  display: grid;
  gap: 14px;
}

.signup-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 900;
}

.signup-form input,
.signup-form select {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid rgb(238 238 240 / 0.12);
  border-radius: 10px;
  outline: none;
  color: var(--text);
  font: inherit;
  background: rgb(7 9 13 / 0.64);
}

.signup-form input:focus,
.signup-form select:focus {
  border-color: var(--tiffany-blue);
  box-shadow: 0 0 0 4px var(--deep-navy);
}

.signup-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--off-white) 50%), linear-gradient(135deg, var(--off-white) 50%, transparent 50%);
  background-position: calc(100% - 20px) 23px, calc(100% - 14px) 23px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.signup-form .button {
  width: 100%;
  margin-top: 4px;
}

.signup-form .button--primary {
  color: var(--hero-gradient-end);
  background: var(--tiffany-blue);
}

.form-note {
  margin-bottom: 0;
  font-size: 0.88rem;
  line-height: 1.5;
}

.form-note.is-success {
  color: var(--phthalo-lite);
}

.hidden-field {
  display: none;
}

@media (max-width: 900px) {
  .hero,
  .organizer-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
  }

  .workflow-steps li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .phone-preview {
    justify-self: center;
  }

  .bottom-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .bottom-cta {
    display: grid;
  }

  .site-footer,
  .footer-links {
    justify-items: start;
    justify-content: start;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 24px, 1180px);
    padding-top: 14px;
  }

  .nav {
    margin-bottom: 18px;
  }

  .brand span {
    font-size: 0.95rem;
  }

  .nav__link {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.88rem;
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4.1rem);
  }

  .button {
    width: 100%;
  }

  .social-proof {
    align-items: flex-start;
  }

  .signup-panel,
  .phone-preview {
    border-radius: 20px;
  }

  .phone-preview {
    min-height: auto;
    padding: 14px;
    border-radius: 28px;
  }

  .phone-preview::before {
    inset: 8px;
    border-radius: 22px;
  }

  .app-header,
  .run-card,
  .list-header,
  .player-list {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .run-card {
    padding: 18px;
  }

  .workflow-heading .button {
    width: 100%;
  }

  .bottom-cta .button {
    width: 100%;
  }

  .faq__item summary {
    align-items: flex-start;
  }

  .faq__item p {
    margin-left: 28px;
  }
}

/* ============================================================
   ADDITIONS — paste these at the bottom of your styles.css
   ============================================================ */

/* --- Sport tag row (hero) ---------------------------------- */
.sport-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  padding: 0;
}

.sport-tag {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  letter-spacing: 0.02em;
}

/* --- Social proof strip ------------------------------------ */
.social-proof {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.social-proof__avatars {
  display: flex;
}

.sp-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #0d1117;
  margin-left: -0.5rem;
}

.sp-avatar:first-child {
  margin-left: 0;
}

.social-proof__text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.social-proof__text strong {
  color: rgba(255, 255, 255, 0.9);
}

/* --- Updated signup headline ------------------------------- */
/* The new h2 is longer, so slightly reduce size on small screens */
@media (max-width: 640px) {
  .signup-copy h2 {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
}

/* --- FAQ accordion ----------------------------------------- */
.faq {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq__item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  overflow: hidden;
}

.faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

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

.faq__item summary::after {
  content: "+";
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq__item[open] summary::after {
  transform: rotate(45deg);
}

.faq__item p {
  padding: 0 1rem 0.875rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  line-height: 1.6;
}

/* --- Full-width button variant ----------------------------- */
.button--full {
  width: 100%;
  justify-content: center;
}

/* --- CTA button color unification -------------------------- */
/* Makes the gold waitlist button match the teal primary color  */
/* Remove or comment out this block if you prefer to keep gold. */
.signup-form .button--primary {
  background: #2ec4b6;
  color: #0d1117;
}

.signup-form .button--primary:hover {
  background: #26b0a3;
}

.signup-form .checkbox-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(255,255,255,0.78);
  line-height: 1.5;
  cursor: pointer;
}
.signup-form .checkbox-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 3px 0 0 0;
  padding: 0;
  border: 1px solid rgb(238 238 240 / 0.3);
  border-radius: 4px;
  background: transparent;
  accent-color: #2ec4b6;
  flex-shrink: 0;
  cursor: pointer;
}
.signup-form .checkbox-row .field-hint {
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 1;
  color: rgba(255,255,255,0.78);
}
.signup-form .checkbox-row a {
  color: #4fd1c5;
  text-decoration: underline;
}
.signup-form .field-hint {
  font-weight: 400;
  opacity: 0.65;
  font-size: 0.78rem;
}
