:root {
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #070a0d;
  color: #f5f7f2;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 20% 0%, rgba(50, 255, 132, 0.16), transparent 32rem),
    radial-gradient(circle at 90% 12%, rgba(255, 107, 43, 0.14), transparent 30rem),
    linear-gradient(145deg, #090c0f 0%, #11161a 50%, #070a0d 100%);
}

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

.page-shell {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(190, 255, 207, 0.28);
  border-radius: 8px;
  background: linear-gradient(145deg, #b7ff45, #24e87d);
  color: #071009;
  box-shadow: 0 0 32px rgba(74, 255, 124, 0.28);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(220, 255, 227, 0.16);
  border-radius: 8px;
  color: #061008;
  background: #b7ff45;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 18px 60px rgba(120, 255, 73, 0.22);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: #ceff72;
  box-shadow: 0 24px 72px rgba(120, 255, 73, 0.3);
}

.button:disabled {
  cursor: progress;
  opacity: 0.72;
  transform: none;
}

.button-small {
  min-height: 40px;
  padding: 0 15px;
  font-size: 14px;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
  gap: 46px;
  align-items: center;
}

.hero {
  min-height: calc(100vh - 78px);
  padding: 42px 0 80px;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #aaff64;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.25;
}

p {
  color: #b9c2b8;
  line-height: 1.65;
}

.hero-subtitle {
  max-width: 630px;
  margin-bottom: 30px;
  color: #dbe5d9;
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}

.trial-note {
  max-width: 300px;
  color: #aeb9ad;
  font-size: 14px;
  line-height: 1.45;
}

.dashboard-card,
.review-card,
.info-card,
.step-card,
.pricing-cta {
  border: 1px solid rgba(225, 255, 231, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(12, 17, 19, 0.82);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34);
}

.dashboard-card {
  position: relative;
  padding: 22px;
}

.dashboard-card::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(183, 255, 69, 0.3), transparent, rgba(255, 107, 43, 0.22));
  content: "";
}

.dashboard-top,
.chart-header,
.insight-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dashboard-top h2 {
  margin: 0;
  font-size: 24px;
}

.muted {
  margin-bottom: 4px;
  color: #7e8b7d;
  font-size: 13px;
}

.status-pill,
.signal,
.note-label {
  border-radius: 999px;
  background: rgba(183, 255, 69, 0.14);
  color: #caff78;
  font-size: 12px;
  font-weight: 800;
}

.status-pill {
  padding: 7px 10px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 22px 0 14px;
}

.metric {
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(3, 7, 9, 0.38);
}

.metric span {
  display: block;
  margin-bottom: 7px;
  color: #7d897d;
  font-size: 12px;
}

.metric strong {
  display: block;
  color: #f8fff5;
  font-size: 18px;
}

.chart-panel {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #091013;
}

.chart-header {
  margin-bottom: 16px;
  color: #dfe9dd;
  font-size: 13px;
  font-weight: 700;
}

.zone-bars {
  display: grid;
  height: 122px;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: end;
}

.zone-bars span {
  min-height: 18px;
  height: var(--h);
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #b7ff45, #20d06e);
}

.insight-row {
  margin: 14px 0;
  padding: 15px;
  border-radius: 8px;
  background: rgba(255, 107, 43, 0.1);
}

.insight-row strong {
  color: #fff7ef;
}

.signal {
  padding: 8px 10px;
  background: rgba(255, 107, 43, 0.16);
  color: #ffb177;
}

.coach-note {
  padding: 18px;
  border-radius: 8px;
  background: rgba(183, 255, 69, 0.08);
}

.coach-note p {
  margin: 12px 0 0;
  color: #e8f1e4;
}

.note-label {
  padding: 6px 9px;
}

.section-block,
.sample-section,
.pricing-cta {
  margin: 24px 0;
  padding: 70px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.card-grid {
  display: grid;
  gap: 14px;
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.info-card,
.step-card {
  padding: 24px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.info-card:hover,
.step-card:hover {
  transform: translateY(-3px);
  border-color: rgba(183, 255, 69, 0.34);
  background: rgba(20, 28, 29, 0.9);
}

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

.compact {
  padding-top: 46px;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.step-card {
  display: flex;
  gap: 16px;
}

.step-card > span {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: #ff7a30;
  color: #120804;
  font-weight: 900;
}

.sample-section {
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1fr);
}

.review-card {
  padding: 28px;
}

.ride-line {
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: #f1f7ed;
  font-weight: 800;
}

.review-section {
  margin-top: 22px;
}

.review-section p,
.review-section ul {
  margin-bottom: 0;
}

.review-section ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  color: #cbd6c9;
  line-height: 1.5;
}

.review-section li::marker {
  color: #b7ff45;
}

.next-step {
  margin-top: 24px;
  padding: 18px;
  border-left: 4px solid #b7ff45;
  border-radius: 8px;
  background: rgba(183, 255, 69, 0.09);
}

.next-step span {
  color: #cfff77;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.next-step p {
  margin: 7px 0 0;
  color: #f4ffee;
  font-weight: 700;
}

.pricing-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
  margin-top: 40px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(183, 255, 69, 0.14), rgba(255, 122, 48, 0.1)),
    rgba(10, 16, 17, 0.92);
}

.pricing-cta h2 {
  margin-bottom: 8px;
}

.price-line {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
}

.cta-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.cta-panel p {
  margin: 0;
  color: #b8c5b7;
  font-size: 14px;
  text-align: center;
}

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

.signup-form label,
.result-label {
  color: #cfff77;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.signup-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(225, 255, 231, 0.16);
  border-radius: 8px;
  outline: none;
  background: rgba(3, 7, 9, 0.58);
  color: #f8fff5;
  font: inherit;
}

.signup-form input:focus {
  border-color: rgba(183, 255, 69, 0.74);
  box-shadow: 0 0 0 3px rgba(183, 255, 69, 0.12);
}

.signup-form .form-error {
  color: #ffb177;
  font-weight: 700;
}

.access-result {
  display: grid;
  gap: 12px;
  text-align: center;
}

.access-result strong {
  padding: 14px;
  border: 1px solid rgba(183, 255, 69, 0.28);
  border-radius: 8px;
  background: rgba(183, 255, 69, 0.1);
  color: #f8fff5;
  font-size: 23px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.payment-link {
  color: #7f8a80;
  font-size: 12px;
  text-align: center;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 36px;
  color: #839083;
  font-size: 14px;
}

.footer p {
  margin: 0;
  color: #839083;
}

.footer a {
  color: #c9f984;
}

@media (max-width: 900px) {
  .page-shell {
    width: min(100% - 24px, 680px);
  }

  .section-grid,
  .sample-section,
  .pricing-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 36px;
  }

  .card-grid.three,
  .step-list {
    grid-template-columns: 1fr;
  }

  .section-block,
  .sample-section {
    padding: 44px 0;
  }

  .section-heading.align-left {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    align-items: center;
  }

  .brand span:last-child {
    max-width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .button-small {
    padding: 0 12px;
    font-size: 13px;
  }

  h1 {
    font-size: 45px;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .button-primary {
    width: 100%;
  }

  .trial-note {
    max-width: none;
  }

  .dashboard-card,
  .review-card,
  .pricing-cta {
    padding: 18px;
  }

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

  .dashboard-top {
    align-items: flex-start;
  }

  .footer {
    flex-direction: column;
  }
}
