.tp-profile {
  background: var(--tp-bg);
  left: auto;
  margin: 0;
  max-width: none !important;
  overflow: clip;
  position: relative;
  right: auto;
  width: 100%;
}

.tp-profile-canvas {
  display: grid;
  gap: 24px;
  margin: 0 auto;
  max-width: 1376px;
  padding: 112px 24px 24px;
  width: 100%;
}

.tp-profile-panel {
  background: var(--tp-surface);
  border: 1px solid var(--tp-border);
  border-radius: 24px;
  padding: clamp(52px, 7vw, 96px);
  scroll-margin-top: 112px;
}

.tp-profile-kicker {
  color: var(--tp-purple);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.tp-profile-section-heading {
  margin-bottom: clamp(36px, 5vw, 64px);
  max-width: 770px;
}

.tp-profile-section-heading h2,
.tp-profile-about-new h2,
.tp-session-card h2,
.tp-course-section h2,
.tp-pricing-section h2,
.tp-profile-final-new h2 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
}

.tp-profile-section-heading > p,
.tp-pricing-section .tp-profile-section-heading > p {
  color: var(--tp-muted);
  font-size: 18px;
  margin-top: 18px;
  max-width: 650px;
}

.tp-profile-text-link {
  align-items: center;
  color: var(--tp-text) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  text-decoration: none !important;
}

.tp-profile-text-link span {
  color: var(--tp-orange);
  font-size: 20px;
  transition: transform 180ms ease;
}

.tp-profile-text-link:hover span { transform: translateX(4px); }

/* Coach hero */
.tp-coach-hero {
  align-items: stretch;
  display: grid;
  gap: clamp(42px, 7vw, 104px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  min-height: min(760px, calc(100vh - 130px));
  overflow: hidden;
  padding: clamp(52px, 7vw, 100px);
  position: relative;
}

.tp-coach-hero::before {
  background: radial-gradient(circle, rgba(255,110,19, .13), transparent 68%);
  content: "";
  height: 420px;
  left: -180px;
  pointer-events: none;
  position: absolute;
  top: -190px;
  width: 420px;
}

.tp-coach-hero__content {
  align-self: center;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.tp-coach-hero h1 {
  font-size: clamp(52px, 6.8vw, 96px);
  font-weight: 800;
  max-width: 800px;
}

.tp-coach-hero__title {
  color: var(--tp-purple);
  font-family: Nunito, ui-rounded, sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.35;
  margin-top: 20px !important;
}

.tp-coach-hero__expertise {
  color: var(--tp-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .11em;
  margin-top: 12px !important;
  text-transform: uppercase;
}

.tp-coach-hero__bio {
  color: var(--tp-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
  margin-top: 27px;
  max-width: 640px;
}

.tp-coach-hero__bio p + p { margin-top: 12px; }

.tp-coach-hero__slogan {
  border-left: 3px solid var(--tp-orange);
  color: var(--tp-text);
  font-family: Nunito, ui-rounded, sans-serif;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 700;
  line-height: 1.35;
  margin-top: 30px !important;
  padding-left: 20px;
}

.tp-coach-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}

.tp-coach-hero__media {
  align-self: stretch;
  background: linear-gradient(145deg, var(--tp-purple-soft), var(--tp-orange-soft));
  border-radius: 220px 220px 24px 24px;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.tp-coach-hero__media::after {
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: inherit;
  content: "";
  inset: 9px;
  pointer-events: none;
  position: absolute;
}

.tp-coach-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tp-coach-hero__fallback {
  align-items: center;
  color: var(--tp-purple-deep);
  display: flex;
  font-family: Nunito, ui-rounded, sans-serif;
  font-size: clamp(76px, 10vw, 130px);
  font-weight: 800;
  height: 100%;
  justify-content: center;
}

/* Shared value proposition */
.tp-profile-standard { background: #faf7f3; }
.tp-benefit-grid { display: grid; gap: 0 54px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tp-benefit-card {
  align-items: flex-start;
  border-top: 1px solid var(--tp-border);
  display: grid;
  gap: 22px;
  grid-template-columns: 54px 1fr;
  padding: 30px 0;
}
.tp-benefit-card:nth-child(-n+2) { border-top: 0; padding-top: 0; }
.tp-benefit-card__icon {
  align-items: center;
  background: var(--tp-surface);
  border: 1px solid var(--tp-border);
  border-radius: 50%;
  color: var(--tp-purple);
  display: flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}
.tp-benefit-card__icon svg { fill: none; height: 28px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 28px; }
.tp-benefit-card h3 { font-size: 22px; font-weight: 800; }
.tp-benefit-card p { color: var(--tp-muted); font-size: 15px; line-height: 1.7; margin-top: 9px; }

/* About */
.tp-profile-about-new {
  display: grid;
  gap: clamp(40px, 7vw, 110px);
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
}
.tp-profile-about-new header { border-left: 4px solid var(--tp-orange); padding-left: 28px; }
.tp-profile-about-new__copy { color: var(--tp-muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.85; }
.tp-profile-about-new__copy p + p { margin-top: 18px; }

/* Strategy session */
.tp-session-section { background: #faf7f3; }
.tp-session-card {
  background: var(--tp-surface);
  border: 1px solid var(--tp-border);
  border-radius: 20px;
  display: grid;
  gap: clamp(44px, 7vw, 100px);
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  padding: clamp(34px, 5vw, 64px);
}
.tp-session-card header > p { color: var(--tp-purple); font-size: 15px; font-weight: 700; margin-top: 18px; }
.tp-session-card__details { color: var(--tp-muted); }
.tp-session-card__details > p { font-size: 17px; line-height: 1.75; margin-top: 24px; }
.tp-session-card__price { color: var(--tp-text); display: block; font-family: Nunito, ui-rounded, sans-serif; font-size: 44px; line-height: 1; }
.tp-session-card__price span { color: var(--tp-muted); display: block; font-family: Inter, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .05em; margin-top: 11px; text-transform: uppercase; }
.tp-session-card ul,
.tp-plan-card ul { list-style: none; margin: 25px 0 30px; padding: 0; }
.tp-session-card li,
.tp-plan-card li { color: var(--tp-muted); line-height: 1.55; padding: 7px 0 7px 28px; position: relative; }
.tp-session-card li::before,
.tp-plan-card li::before { color: var(--tp-orange); content: "✓"; font-weight: 800; left: 0; position: absolute; }

/* Course */
.tp-course-section {
  align-items: center;
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
}
.tp-course-section > div > p { color: var(--tp-muted); font-size: 18px; line-height: 1.75; margin-top: 22px; max-width: 650px; }
.tp-course-card { background: var(--tp-text); border-radius: 20px; color: #fff; overflow: hidden; padding: clamp(34px, 4vw, 52px); position: relative; }
.tp-course-card::before { background: var(--tp-gradient); content: ""; height: 5px; left: 0; position: absolute; right: 0; top: 0; }
.tp-course-card > span { color: var(--tp-yellow); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.tp-course-card h3 { color: #fff; font-size: 34px; margin-top: 13px; }
.tp-course-card__subtitle { color: rgba(255,255,255,.62); font-size: 14px; margin-top: 7px !important; }
.tp-course-card > strong { display: block; font-family: Nunito, ui-rounded, sans-serif; font-size: 45px; margin-top: 24px; }
.tp-course-card > strong + p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.7; margin-top: 14px; }
.tp-course-card .tp-button { margin-top: 28px; width: 100%; }

/* Pricing */
.tp-pricing-section { background: #faf7f3; }
.tp-plan-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tp-plan-card {
  background: var(--tp-surface);
  border: 1px solid var(--tp-border);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  overflow: hidden;
  padding: clamp(30px, 4vw, 46px);
  position: relative;
}
.tp-plan-card.is-featured { border-color: rgba(145,10,154, .42); box-shadow: 0 18px 45px rgba(42, 25, 30, .08); }
.tp-plan-card.is-featured::before { background: var(--tp-gradient); content: ""; height: 5px; left: 0; position: absolute; right: 0; top: 0; }
.tp-plan-card.is-featured::after { background: var(--tp-purple-soft); border-radius: 999px; color: var(--tp-purple); content: "Most Popular"; font-size: 10px; font-weight: 800; letter-spacing: .09em; padding: 7px 11px; position: absolute; right: 24px; text-transform: uppercase; top: 24px; }
.tp-plan-card > div > span { color: var(--tp-purple); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tp-plan-card h3 { font-size: clamp(25px, 2.5vw, 34px); margin-top: 10px; padding-right: 88px; }
.tp-plan-card > div > strong { display: block; font-family: Nunito, ui-rounded, sans-serif; font-size: 42px; line-height: 1; margin-top: 24px; }
.tp-plan-card ul { flex: 1; }
.tp-plan-card li { border-top: 1px solid var(--tp-border); font-size: 14px; padding-bottom: 10px; padding-top: 10px; }
.tp-plan-card li::before { top: 10px; }
.tp-plan-card .tp-button { align-self: flex-start; }

/* Final CTA */
.tp-profile-final-new { align-items: center; display: flex; gap: 44px; justify-content: space-between; }
.tp-profile-final-new > div:first-child { max-width: 780px; }
.tp-profile-final-new p { color: var(--tp-muted); font-size: 18px; margin-top: 17px; }
.tp-profile-final-new__actions { align-items: center; display: flex; flex: 0 0 auto; flex-direction: column; gap: 18px; }

/* Founder intensive */
.tp-founder-hero .tp-coach-hero__title {
  color: var(--tp-text);
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tp-founder-intensive {
  background: var(--tp-text);
  color: #fff;
  display: grid;
  gap: clamp(48px, 8vw, 120px);
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
}

.tp-founder-intensive h2 { color: #fff; font-size: clamp(40px, 5vw, 66px); }
.tp-founder-intensive__intro > strong { display: block; font-family: Nunito, ui-rounded, sans-serif; font-size: clamp(48px, 6vw, 72px); line-height: 1; margin-top: 34px; }
.tp-founder-intensive__intro > strong small { color: rgba(255,255,255,.5); font-family: Inter, sans-serif; font-size: 12px; letter-spacing: .12em; }
.tp-founder-intensive__availability { color: var(--tp-yellow); display: block; font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.6; margin-top: 18px; text-transform: uppercase; }
.tp-founder-intensive__details > p { color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.75; }
.tp-founder-intensive__details ul { columns: 2; gap: 28px; list-style: none; margin: 28px 0 34px; padding: 0; }
.tp-founder-intensive__details li { break-inside: avoid; color: rgba(255,255,255,.72); font-size: 14px; padding: 8px 0 8px 25px; position: relative; }
.tp-founder-intensive__details li::before { color: var(--tp-yellow); content: "✓"; font-weight: 800; left: 0; position: absolute; }

.tp-founder-framework { background: #faf7f3; }
.tp-founder-stage-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tp-founder-stage-grid article { background: #fff; border: 1px solid var(--tp-border); border-radius: 18px; min-height: 310px; padding: clamp(28px, 4vw, 44px); }
.tp-founder-stage-grid article > span { color: var(--tp-orange); display: block; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.tp-founder-stage-grid article > strong { color: var(--tp-purple); display: block; font-family: Nunito, ui-rounded, sans-serif; font-size: 28px; margin-top: 30px; }
.tp-founder-stage-grid h3 { font-size: 22px; margin-top: 8px; }
.tp-founder-stage-grid p { color: var(--tp-muted); font-size: 15px; line-height: 1.7; margin-top: 16px; }

/* Scroll reveal and quick booking pill */
.tp-profile-ready .tp-profile-reveal { opacity: 0; transform: translateY(24px); transition: opacity 620ms ease, transform 620ms cubic-bezier(.2,.75,.25,1); }
.tp-profile-ready .tp-profile-reveal.is-visible { opacity: 1; transform: translateY(0); }
.tp-profile-quick {
  align-items: center;
  background: rgba(28, 24, 32, .96);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  bottom: 20px;
  box-shadow: 0 14px 40px rgba(28,24,32,.2);
  color: #fff;
  display: flex;
  font-size: 12px;
  gap: 16px;
  left: 50%;
  opacity: 0;
  padding: 6px 7px 6px 18px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 18px);
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
  visibility: hidden;
  z-index: 99980;
}
.tp-profile-quick.is-visible { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); visibility: visible; }
.tp-profile-quick > span { font-weight: 700; max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tp-profile-quick a { background: var(--tp-gradient); border-radius: 999px; color: #fff !important; font-weight: 700; padding: 11px 17px; text-decoration: none !important; white-space: nowrap; }

@media (max-width: 1024px) {
  .tp-coach-hero { gap: 48px; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); }
  .tp-coach-hero__media { min-height: 450px; }
  .tp-benefit-grid { gap: 0 34px; }
  .tp-profile-about-new,
  .tp-session-card,
  .tp-course-section { gap: 50px; }

  .tp-founder-intensive { gap: 50px; }
}

@media (max-width: 760px) {
  .tp-profile-canvas { gap: 14px; padding: 102px 14px 14px; }
  .tp-profile-panel { border-radius: 18px; padding: 42px 26px; scroll-margin-top: 96px; }
  .tp-profile-section-heading h2,
  .tp-profile-about-new h2,
  .tp-session-card h2,
  .tp-course-section h2,
  .tp-pricing-section h2,
  .tp-profile-final-new h2 { font-size: clamp(34px, 10vw, 48px); }
  .tp-coach-hero { grid-template-columns: 1fr; min-height: 0; }
  .tp-coach-hero__content { order: 2; }
  .tp-coach-hero__media { aspect-ratio: 4 / 5; min-height: 0; order: 1; }
  .tp-coach-hero h1 { font-size: clamp(47px, 14vw, 70px); }
  .tp-benefit-grid,
  .tp-profile-about-new,
  .tp-session-card,
  .tp-course-section,
  .tp-plan-grid,
  .tp-founder-intensive,
  .tp-founder-stage-grid { grid-template-columns: 1fr; }
  .tp-benefit-card:nth-child(2) { border-top: 1px solid var(--tp-border); padding-top: 30px; }
  .tp-profile-about-new header { padding-left: 20px; }
  .tp-session-card { gap: 38px; padding: 28px; }
  .tp-plan-card { min-height: 0; }
  .tp-profile-final-new { align-items: flex-start; flex-direction: column; }
  .tp-profile-final-new__actions { align-items: flex-start; }
  .tp-founder-intensive__details ul { columns: 1; }
}

@media (max-width: 480px) {
  .tp-profile-canvas { padding: 96px 8px 8px; }
  .tp-profile-panel { border-radius: 15px; padding: 38px 21px; }
  .tp-coach-hero { gap: 34px; }
  .tp-coach-hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .tp-coach-hero__actions .tp-button { width: 100%; }
  .tp-benefit-card { gap: 16px; grid-template-columns: 46px 1fr; }
  .tp-benefit-card__icon { height: 46px; width: 46px; }
  .tp-session-card { padding: 25px 20px; }
  .tp-session-card__price { font-size: 39px; }
  .tp-course-card { padding: 32px 24px; }
  .tp-plan-card { padding: 32px 24px; }
  .tp-plan-card h3 { padding-right: 0; }
  .tp-plan-card.is-featured::after { position: static; align-self: flex-start; display: inline-flex; margin-bottom: 18px; order: -1; }
  .tp-profile-quick { bottom: 10px; max-width: calc(100vw - 20px); width: max-content; }
  .tp-profile-quick > span { display: none; }
  .tp-profile-quick a { text-align: center; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .tp-profile-ready .tp-profile-reveal,
  .tp-profile-ready .tp-profile-reveal.is-visible,
  .tp-profile-quick,
  .tp-profile-text-link span { transition: none; }
}
