:root {
  color-scheme: light;
  --ink: #101418;
  --muted: #5d6673;
  --line: #dfe4ea;
  --paper: #f8fbff;
  --white: #ffffff;
  --night: #07080d;
  --night-2: #12192a;
  --blue: #28b9ff;
  --brand-blue: #28b9ff;
  --pink: #ff169a;
  --hot-pink: #ff169a;
  --green: #23c58d;
  --gold: #d59b2d;
  --coral: #ff6d4d;
  --shadow: 0 24px 70px rgba(16, 20, 24, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(40, 185, 255, 0.08), transparent 430px),
    var(--paper);
  letter-spacing: 0;
}

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

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

p {
  color: var(--muted);
  line-height: 1.7;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 24px;
  background: rgba(248, 251, 255, 0.84);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand-mark {
  width: 250px;
  height: 98px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: 24px;
  font-size: 0.95rem;
  color: #28313b;
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--blue);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 750;
  white-space: nowrap;
}

.header-cta {
  color: var(--white);
  background: linear-gradient(135deg, var(--hot-pink), var(--brand-blue));
  box-shadow: 0 12px 28px rgba(255, 22, 154, 0.2);
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--hot-pink), var(--brand-blue));
  box-shadow: 0 16px 36px rgba(255, 22, 154, 0.28);
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}

.button.light {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  min-height: calc(100vh - 76px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 58px 24px 64px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 48px;
  align-items: center;
}

.eyebrow {
  color: var(--hot-pink);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.76rem;
  margin-bottom: 14px;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.hero-text,
.page-hero p {
  max-width: 660px;
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span {
  color: #36404b;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(40, 185, 255, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.88rem;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 9% -2% 3% 12%;
  background: linear-gradient(135deg, rgba(40, 185, 255, 0.28), rgba(255, 22, 154, 0.2) 52%, rgba(35, 197, 141, 0.16));
  border-radius: 32px;
  transform: rotate(-5deg);
}

.screenshot-hero::before {
  inset: 6% 3% 2% 7%;
  border-radius: 42px;
  transform: rotate(4deg);
}

.screenshot-stage {
  position: relative;
  min-height: 670px;
  display: grid;
  place-items: center;
}

.product-gallery {
  min-height: 700px;
}

.product-gallery::before {
  inset: 7% 0 4% 10%;
  border-radius: 34px;
  transform: rotate(3deg);
}

.phone-shot {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border-radius: 24px;
  background: #101418;
  box-shadow:
    0 26px 70px rgba(16, 20, 24, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.55) inset;
}

.phone-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-shot-primary {
  top: 112px;
  left: 3%;
  z-index: 4;
  width: min(390px, 64vw);
  aspect-ratio: 1206 / 2470;
  transform: rotate(-4deg);
  padding: 7px;
  background: linear-gradient(135deg, rgba(255, 22, 154, 0.95), rgba(40, 185, 255, 0.95));
}

.phone-shot-primary img,
.phone-shot-secondary img {
  border-radius: 20px;
}

.phone-shot-secondary {
  width: min(390px, 64vw);
  aspect-ratio: 1206 / 2470;
  padding: 7px;
}

.phone-shot-program {
  top: 0;
  left: 49%;
  z-index: 2;
  width: min(390px, 64vw);
  transform: translateX(-50%) rotate(-1.25deg);
  opacity: 0.96;
}

.phone-shot-light {
  right: -10%;
  bottom: 4px;
  z-index: 5;
  transform: rotate(3.5deg);
  background: #ffffff;
}

.screenshot-brand {
  position: absolute;
  top: -82px;
  right: -168px;
  width: 520px;
  opacity: 0.12;
  pointer-events: none;
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: min(390px, 78vw);
  padding: 10px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 22, 154, 0.95), rgba(40, 185, 255, 0.95));
  box-shadow:
    0 34px 90px rgba(16, 20, 24, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.app-screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  background: #eefcff;
}

.callout {
  position: absolute;
  z-index: 3;
  width: 210px;
  padding: 16px;
  border: 1px solid rgba(40, 185, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 48px rgba(16, 20, 24, 0.12);
}

.callout strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.95rem;
}

.callout p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
}

.callout::before {
  content: "";
  position: absolute;
  width: var(--line-width, 82px);
  height: 2px;
  background: linear-gradient(90deg, var(--hot-pink), var(--brand-blue));
  transform: rotate(var(--line-angle, 0deg));
  transform-origin: left center;
}

.pin {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--hot-pink);
  box-shadow: 0 0 0 6px rgba(255, 22, 154, 0.15);
}

.callout-timer {
  top: 38px;
  right: -10px;
}

.callout-timer::before {
  left: -72px;
  top: 33px;
  --line-width: 76px;
  --line-angle: 166deg;
}

.callout-timer .pin {
  left: -73px;
  top: 26px;
}

.callout-tabs {
  top: 192px;
  left: -32px;
}

.callout-tabs::before {
  right: -84px;
  top: 32px;
  --line-width: 88px;
  --line-angle: 15deg;
}

.callout-tabs .pin {
  right: -88px;
  top: 37px;
  background: var(--brand-blue);
  box-shadow: 0 0 0 6px rgba(40, 185, 255, 0.16);
}

.callout-plates {
  left: -8px;
  bottom: 178px;
}

.callout-plates::before {
  right: -96px;
  top: 34px;
  --line-width: 100px;
  --line-angle: -12deg;
}

.callout-plates .pin {
  right: -99px;
  top: 21px;
}

.callout-complete {
  right: -24px;
  bottom: 78px;
}

.callout-complete::before {
  left: -92px;
  top: 32px;
  --line-width: 96px;
  --line-angle: 170deg;
}

.callout-complete .pin {
  left: -96px;
  top: 20px;
  background: var(--brand-blue);
  box-shadow: 0 0 0 6px rgba(40, 185, 255, 0.16);
}

.app-window {
  position: relative;
  padding: 16px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(40, 185, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #12192a, #07080d);
  color: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.window-brand {
  position: absolute;
  right: -88px;
  top: -170px;
  width: 560px;
  max-width: none;
  opacity: 0.24;
  pointer-events: none;
}

.window-top {
  display: flex;
  gap: 7px;
  padding: 8px 4px 18px;
}

.window-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #394657;
}

.calculator-card {
  position: relative;
  z-index: 1;
  padding: 24px;
  border: 1px solid rgba(40, 185, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
}

.calc-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.calc-header p,
.mini-panels span {
  margin: 0;
  color: #aab6c4;
  font-size: 0.9rem;
}

.calc-header strong {
  display: block;
  margin-top: 4px;
  font-size: 3.3rem;
  line-height: 1;
}

.calc-header button {
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 22, 154, 0.18);
  padding: 10px 14px;
  font-weight: 800;
}

.barbell {
  display: grid;
  grid-template-columns: 22px 22px 16px 10px 1fr 10px 16px 22px 22px;
  align-items: center;
  gap: 3px;
  min-height: 120px;
  margin: 26px 0;
}

.bar {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8f9bad, #f5f7fb, #8995a6);
}

.plate {
  border-radius: 7px;
  height: 86px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.plate-blue {
  background: linear-gradient(180deg, #66d1ff, #1099df);
}

.plate-gold {
  height: 68px;
  background: linear-gradient(180deg, #ff61c1, #c90d78);
}

.collar {
  height: 42px;
  border-radius: 3px;
  background: #d7dde7;
}

.plate-list,
.mini-panels,
.stat-grid,
.feature-grid,
.pricing-grid,
.about-layout {
  display: grid;
  gap: 16px;
}

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

.plate-list div,
.mini-panels div {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.plate-list span,
.plate-list strong,
.mini-panels span,
.mini-panels strong {
  display: block;
}

.plate-list span {
  color: #aab6c4;
  font-size: 0.82rem;
}

.plate-list strong {
  margin-top: 5px;
  font-size: 1rem;
}

.mini-panels {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}

.mini-panels strong {
  margin-top: 6px;
  font-size: 1.4rem;
}

.section,
.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 86px 24px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section h2,
.final-cta h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.4rem);
  line-height: 1;
  margin-bottom: 18px;
}

.intro-band,
.split-band,
.story-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.section-copy {
  max-width: 520px;
}

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

.stat-grid div,
.feature-card,
.price-card,
.about-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}

.feature-card,
.price-card,
.about-card,
details {
  box-shadow: 0 12px 40px rgba(40, 185, 255, 0.06);
}

.stat-grid strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 8px;
}

.stat-grid span {
  color: var(--muted);
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card h3,
.price-card h3,
.about-card h2 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.feature-icon {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, var(--brand-blue), #1477ff);
  position: relative;
}

.feature-icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 4px;
}

.units-icon {
  background: linear-gradient(135deg, var(--hot-pink), #a80fef);
}

.coach-icon {
  background: linear-gradient(135deg, var(--coral), var(--hot-pink));
}

.phone-icon {
  background: linear-gradient(135deg, var(--green), var(--brand-blue));
}

.center-action {
  text-align: center;
  margin-top: 28px;
}

.text-link {
  color: #087ec0;
  font-weight: 800;
}

.copy-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.workflow-band {
  align-items: start;
  scroll-margin-top: 110px;
}

.workflow-list {
  counter-reset: workflow;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-list li {
  counter-increment: workflow;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) minmax(190px, 240px);
  align-items: center;
  gap: 18px;
  min-height: 168px;
  padding: 18px;
  color: #343d48;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(40, 185, 255, 0.06);
  overflow: hidden;
}

.workflow-list li:nth-child(even) .workflow-shot {
  transform: rotate(0.45deg);
}

.workflow-list li:nth-child(odd) .workflow-shot {
  transform: rotate(-0.35deg);
}

.workflow-list li::before {
  content: counter(workflow);
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--white);
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--hot-pink), var(--brand-blue));
}

.workflow-list li > span {
  font-weight: 760;
  line-height: 1.45;
}

.workflow-shot {
  position: relative;
  margin: 0;
  justify-self: end;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  padding: 3px;
  background: linear-gradient(135deg, rgba(255, 22, 154, 0.9), rgba(40, 185, 255, 0.9));
  box-shadow: 0 16px 34px rgba(16, 20, 24, 0.12);
}

.workflow-shot::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.workflow-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #111317;
  border-radius: 6px;
}

.workflow-list li:nth-child(3) .workflow-shot,
.workflow-list li:nth-child(4) .workflow-shot,
.workflow-list li:nth-child(5) .workflow-shot {
  aspect-ratio: 1 / 1;
  max-width: 210px;
}

.workflow-list li:nth-child(1) .workflow-shot img {
  background: #fdeaf2;
}

.pricing-section {
  border-radius: 28px;
}

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

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
}

.plan {
  color: var(--green);
  font-weight: 800;
  margin-bottom: 10px;
}

.price-card h3 {
  font-size: 2.1rem;
}

.price-card ul {
  margin: 16px 0 26px;
  padding-left: 20px;
  color: #343d48;
  line-height: 1.9;
}

.price-card .button {
  margin-top: auto;
}

.featured-price {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 22, 154, 0.2), rgba(40, 185, 255, 0.14)),
    linear-gradient(145deg, var(--night), var(--night-2));
  border-color: transparent;
}

.featured-price p,
.featured-price li {
  color: #c4cedb;
}

.faq-list {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 0 22px;
}

summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 0;
  font-weight: 800;
}

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

details p {
  margin-bottom: 20px;
}

.final-cta {
  margin: 70px auto 0;
  padding: 86px 24px;
  text-align: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 22, 154, 0.22), transparent 35%, rgba(40, 185, 255, 0.24)),
    var(--night);
}

.final-cta p {
  color: #c4cedb;
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 44px 24px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-start;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
}

.page-hero {
  text-align: center;
  padding-top: 88px;
  padding-bottom: 50px;
}

.page-hero p {
  margin-left: auto;
  margin-right: auto;
}

.detail-stack {
  display: grid;
  gap: 18px;
}

.detail-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 36px;
  align-items: start;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.detail-row h2 {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
}

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

.story-band {
  text-align: center;
  display: block;
  max-width: 920px;
}

.story-band p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.faq-page {
  padding-top: 40px;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open .site-nav {
    display: grid;
    grid-column: 1 / -1;
    justify-self: stretch;
    gap: 6px;
    padding: 12px 0;
  }

  .site-header.is-open .header-cta {
    display: inline-flex;
    grid-column: 1 / -1;
    justify-self: start;
  }

  .hero,
  .intro-band,
  .split-band,
  .detail-row {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 46px;
  }

  .screenshot-stage {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
    gap: 12px;
    align-items: end;
    min-height: 0;
  }

  .product-gallery::before {
    inset: 8% 3% 0;
  }

  .phone-shot {
    position: relative;
    inset: auto;
    transform: none;
  }

  .phone-shot-primary {
    left: auto;
    width: min(100%, 330px);
    justify-self: end;
  }

  .phone-shot-secondary {
    width: min(100%, 210px);
  }

  .phone-shot-light {
    display: none;
  }

  .phone-frame {
    width: min(420px, 100%);
  }

  .callout {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .callout::before,
  .pin,
  .screenshot-brand {
    display: none;
  }

  .feature-grid,
  .stat-grid,
  .about-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-list li {
    grid-template-columns: 40px minmax(0, 1fr) minmax(180px, 220px);
  }
}

@media (max-width: 640px) {
  .hero,
  .section,
  .page-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 3rem;
  }

  .brand-mark {
    width: 190px;
    height: 74px;
  }

  .hero {
    min-height: auto;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .phone-shot-primary {
    justify-self: center;
    width: min(100%, 310px);
  }

  .phone-shot-program {
    display: none;
  }

  .workflow-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    min-height: 0;
    padding: 18px;
  }

  .workflow-shot {
    grid-column: 2;
    width: min(100%, 280px);
    justify-self: start;
    margin-top: 10px;
    transform: none !important;
  }

  .workflow-list li:nth-child(3) .workflow-shot,
  .workflow-list li:nth-child(4) .workflow-shot,
  .workflow-list li:nth-child(5) .workflow-shot {
    width: min(100%, 260px);
    max-width: none;
  }

  .hero-visual {
    min-width: 0;
  }

  .app-window {
    border-radius: 20px;
    padding: 12px;
  }

  .calculator-card {
    padding: 18px;
  }

  .calc-header strong {
    font-size: 2.4rem;
  }

  .plate-list,
  .mini-panels,
  .feature-grid,
  .stat-grid,
  .pricing-grid,
  .copy-columns,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .barbell {
    grid-template-columns: 17px 17px 13px 8px 1fr 8px 13px 17px 17px;
    min-height: 96px;
  }

  .plate {
    height: 72px;
  }

  .plate-gold {
    height: 56px;
  }

  .site-footer {
    flex-direction: column;
  }
}
