/* Page-specific redesign: 28 Days Yoga TTC with 10 Massages
   Scoped via body.page-ttc-massage to avoid affecting other pages.
*/

body.page-ttc-massage {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-ttc-massage .main-banner,
body.page-ttc-massage .content-section,
body.page-ttc-massage .benefits-section {
  scroll-margin-top: 110px;
}

/* Hero */
body.page-ttc-massage .main-banner {
  min-height: 62vh;
  padding: 140px 0 70px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(1200px 600px at 20% 20%, rgba(255, 155, 63, 0.25), transparent 60%),
    radial-gradient(900px 500px at 80% 35%, rgba(50, 201, 107, 0.22), transparent 62%),
    linear-gradient(135deg, #1f2933 0%, #2b3a45 45%, #26323b 100%);
}

body.page-ttc-massage .main-banner::before {
  background-image: url('../images/premiumyoga.jpg');
  opacity: 0.18;
  filter: saturate(1.05) contrast(1.05);
}

body.page-ttc-massage .main-banner h1 {
  letter-spacing: -0.6px;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 1.12;
  margin-bottom: 14px;
}

body.page-ttc-massage .main-banner p {
  max-width: 60ch;
  font-size: 1.05rem;
  line-height: 1.8;
  opacity: 0.95;
  margin-bottom: 0;
}

body.page-ttc-massage .hero-cta {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

body.page-ttc-massage .hero-cta .btn-apply {
  padding: 13px 26px;
}

body.page-ttc-massage .hero-image-section img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
  transform: translateZ(0);
}

/* Sections */
body.page-ttc-massage .content-section {
  padding: 80px 0;
  background: transparent;
}

body.page-ttc-massage .content-section.section--light {
  background: var(--yoga-white);
}

body.page-ttc-massage .content-section.section--soft {
  background: linear-gradient(135deg, rgba(245, 247, 250, 1) 0%, rgba(195, 207, 226, 0.9) 100%);
}

body.page-ttc-massage .content-section.section--cta {
  padding: 70px 0;
  background: radial-gradient(1100px 420px at 15% 10%, rgba(255, 155, 63, 0.23), transparent 58%),
    radial-gradient(900px 380px at 85% 70%, rgba(50, 201, 107, 0.2), transparent 60%),
    linear-gradient(135deg, #111827 0%, #1f2933 55%, #111827 100%);
}

body.page-ttc-massage .section-title {
  text-align: center;
  color: #1f2933;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: -0.4px;
}

body.page-ttc-massage .info-table {
  background: #ffffff;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(31, 41, 51, 0.08);
}

body.page-ttc-massage .info-table .section-title.section-title--left {
  text-align: left;
}

body.page-ttc-massage .info-table p {
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.85;
}

/* Highlights */
body.page-ttc-massage .benefits-section {
  padding: 85px 0;
  background: radial-gradient(900px 380px at 80% 20%, rgba(255, 155, 63, 0.18), transparent 60%),
    linear-gradient(135deg, rgba(245, 247, 250, 1) 0%, rgba(195, 207, 226, 0.85) 100%);
}

body.page-ttc-massage .benefit-card {
  border-radius: 18px;
  border: 1px solid rgba(31, 41, 51, 0.08);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.12);
}

body.page-ttc-massage .benefit-card ul {
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

body.page-ttc-massage .benefit-card ul li {
  padding-left: 34px;
  position: relative;
  color: #374151;
  font-size: 1.02rem;
  line-height: 1.7;
}

body.page-ttc-massage .benefit-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9b3f 0%, #32c96b 100%);
  box-shadow: 0 6px 18px rgba(255, 155, 63, 0.25);
}

/* Pricing table */
body.page-ttc-massage .pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(31, 41, 51, 0.08);
}

body.page-ttc-massage .pricing-table thead th {
  background: linear-gradient(135deg, rgba(255, 155, 63, 0.18), rgba(50, 201, 107, 0.12));
  color: #1f2933;
  font-weight: 700;
  padding: 16px 14px;
  border-bottom: 1px solid rgba(31, 41, 51, 0.08);
  white-space: nowrap;
}

body.page-ttc-massage .pricing-table tbody td {
  padding: 16px 14px;
  border-bottom: 1px solid rgba(31, 41, 51, 0.07);
  color: #374151;
  vertical-align: middle;
}

body.page-ttc-massage .pricing-table tbody tr:last-child td {
  border-bottom: none;
}

body.page-ttc-massage .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Schedule list */
body.page-ttc-massage .schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

body.page-ttc-massage .schedule-list li {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(31, 41, 51, 0.08);
  color: #374151;
}

body.page-ttc-massage .schedule-time {
  font-weight: 700;
  color: #1f2933;
  white-space: nowrap;
}

@media (max-width: 575px) {
  body.page-ttc-massage .schedule-list li {
    grid-template-columns: 1fr;
  }
}

/* CTAs */
body.page-ttc-massage .btn-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  border: 0;
  color: #1f2933;
  background: linear-gradient(110deg, #ff7a3c 0%, #ff9349 40%, #ffce68 100%);
  box-shadow: 0 18px 50px rgba(248, 158, 79, 0.45);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

body.page-ttc-massage .btn-apply:hover {
  transform: translateY(-1px);
  filter: saturate(1.02);
  box-shadow: 0 22px 65px rgba(248, 158, 79, 0.6);
}

body.page-ttc-massage .cta-card {
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
}

body.page-ttc-massage .cta-card .section-title {
  background: linear-gradient(135deg, #ff9b3f 0%, #32c96b 45%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

