/* Athlete Profile Blueprint — product landing */

.ap-blueprint-page {
  background: #fff;
}

.bp-narrow {
  max-width: 720px;
}

.bp-logo {
  margin-bottom: 28px;
}

.bp-logo img {
  width: 170px;
}

/* HERO */

.bp-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 72px;
  background:
    radial-gradient(circle at 70% 18%, rgba(90, 157, 67, 0.14), transparent 42%),
    linear-gradient(180deg, var(--mint) 0%, #fff 72%);
}

.bp-hero-inner {
  max-width: 860px;
  text-align: center;
}

.bp-hero .eyebrow {
  color: var(--green);
}

.bp-hero h1 {
  margin: 0 auto 16px;
  max-width: 780px;
  color: var(--deep-navy);
  font-size: clamp(2.2rem, 4.6vw, 3.55rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.bp-hero h1 span {
  color: var(--green);
}

.bp-hero-sub {
  margin: 0 auto 28px;
  max-width: 560px;
  color: rgba(16, 35, 58, 0.78);
  font-size: 1.12rem;
  line-height: 1.45;
}

.bp-hero-media {
  margin: 0 auto 32px;
  max-width: 560px;
}

.bp-hero-media img {
  width: 100%;
  height: auto;
}

.bp-hero-actions {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.bp-cta {
  min-width: 260px;
  box-shadow: 0 10px 26px rgba(59, 127, 50, 0.22);
}

.bp-trust {
  margin: 0;
  color: rgba(16, 35, 58, 0.58);
  font-size: 0.92rem;
  font-weight: 700;
}

/* SECTIONS */

.bp-section {
  padding: 80px 0;
  background: #fff;
}

.bp-section-dark {
  background:
    radial-gradient(circle at 88% 30%, rgba(90, 157, 67, 0.16), transparent 40%),
    linear-gradient(135deg, var(--deep-navy), var(--navy));
  color: #fff;
}

.bp-section-mint {
  background: var(--mint);
}

.bp-section .eyebrow,
.bp-buy .eyebrow {
  margin-bottom: 10px;
}

.bp-section-dark .eyebrow {
  color: var(--lime);
}

.bp-section h2,
.bp-buy h2 {
  margin: 0 0 16px;
  color: var(--deep-navy);
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.bp-section-dark h2 {
  color: #fff;
}

.bp-section p,
.bp-buy p {
  margin: 0 0 18px;
  color: rgba(16, 35, 58, 0.78);
  font-size: 1.08rem;
  line-height: 1.5;
}

.bp-section-dark p {
  color: rgba(255, 255, 255, 0.82);
}

.bp-lead {
  margin-bottom: 24px !important;
}

.bp-aside {
  margin-top: 8px !important;
  padding-top: 22px;
  border-top: 1px solid rgba(16, 35, 58, 0.1);
  color: rgba(16, 35, 58, 0.7) !important;
}

.bp-aside a {
  color: var(--green);
  font-weight: 800;
}

.bp-aside a:hover {
  text-decoration: underline;
}

.bp-actions {
  margin-top: 28px;
}

/* SPLIT LAYOUTS */

.bp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.bp-split-reverse .bp-split-copy {
  order: 2;
}

.bp-split-reverse .bp-split-media {
  order: 1;
}

.bp-split-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.bp-section-dark .bp-split-media img {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.bp-section:not(.bp-section-dark) .bp-split-media img {
  box-shadow: 0 18px 48px rgba(13, 39, 63, 0.12);
}

/* LIST */

.bp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(16, 35, 58, 0.1);
}

.bp-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(16, 35, 58, 0.1);
  color: var(--deep-navy);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
}

.bp-list li::before {
  content: "→";
  margin-right: 12px;
  color: var(--green);
  font-weight: 900;
}

/* STEPS */

.bp-steps-section {
  text-align: center;
}

.bp-steps-head {
  max-width: 640px;
  margin: 0 auto 48px;
}

.bp-steps-head h2 {
  margin-bottom: 0;
}

.bp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(16, 35, 58, 0.12);
  border-bottom: 1px solid rgba(16, 35, 58, 0.12);
}

.bp-steps article {
  padding: 40px 32px;
  text-align: left;
  border-right: 1px solid rgba(16, 35, 58, 0.12);
}

.bp-steps article:last-child {
  border-right: 0;
}

.bp-step-num {
  margin-bottom: 22px;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.bp-steps h3 {
  margin: 0 0 10px;
  color: var(--deep-navy);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.bp-steps p {
  margin: 0;
  color: rgba(16, 35, 58, 0.68);
  font-size: 1.02rem;
  line-height: 1.45;
}

/* BUY */

.bp-buy {
  padding: 80px 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(90, 157, 67, 0.18), transparent 42%),
    linear-gradient(135deg, var(--deep-navy), var(--navy));
  color: #fff;
  text-align: center;
}

.bp-buy-inner {
  max-width: 560px;
}

.bp-buy .eyebrow {
  color: var(--lime);
}

.bp-buy h2 {
  color: #fff;
}

.bp-price {
  margin: 8px 0 18px;
  color: var(--lime);
  font-size: clamp(2.8rem, 5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
}

.bp-price small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
}

.bp-buy p {
  color: rgba(255, 255, 255, 0.8);
}

.bp-buy .bp-cta {
  margin: 8px 0 22px;
}

.bp-guarantee {
  margin: 0 !important;
  font-size: 0.95rem !important;
  color: rgba(255, 255, 255, 0.58) !important;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .bp-split,
  .bp-split-reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bp-split-reverse .bp-split-copy,
  .bp-split-reverse .bp-split-media {
    order: unset;
  }

  .bp-steps {
    grid-template-columns: 1fr;
  }

  .bp-steps article {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 35, 58, 0.12);
    padding: 28px 8px;
  }

  .bp-steps article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .bp-hero {
    padding: 28px 0 56px;
  }

  .bp-section,
  .bp-buy {
    padding: 56px 0;
  }

  .bp-hero-actions .btn,
  .bp-actions .btn,
  .bp-buy .btn {
    width: 100%;
  }

  .bp-cta {
    min-width: 0;
  }

  .bp-steps-head {
    margin-bottom: 28px;
  }
}
