/* Shared styles for the yoga-teacher-training-in-rishikesh/ cluster page templates.
   Modeled on css/retreat-cluster.css so the two clusters share one visual language.
   Used by every YTT commercial/comparison page so markup stays lightweight. */

.rt-head{ max-width: 860px; margin-left: auto; margin-right: auto; text-align: center; }
.rt-head .rt-eyebrow{
  display: inline-block; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #1d5450; margin-bottom: 10px;
}
.rt-head h2.title{
  font-family: "Poppins", "Inter", sans-serif; color: #123a37; font-weight: 600;
  font-size: clamp(24px, 3.2vw, 34px); line-height: 1.25; letter-spacing: normal; margin-bottom: 10px;
}
.rt-head p.sub-title{
  font-family: "Inter", sans-serif; color: #647270; font-size: 16px; letter-spacing: normal;
  text-transform: none; font-weight: 500; margin-bottom: 12px;
}
.rt-head .hr-logo{ display: inline-block; width: 173px; height: auto; margin: 0 auto 4px; }

/* Hero + trust strip */
.ts-hero, .ts-trust{
  --ts-primary: #1d5450; --ts-primary-dark: #123a37; --ts-accent: #c69a3a;
  --ts-coral: #f16a57; --ts-coral-dark: #d6503e; --ts-text: #23302e;
  --ts-text-muted: #647270; --ts-border: #e7e1d3; --ts-container: 1180px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7; font-size: 16px;
}
.ts-hero .ts-container, .ts-trust .ts-container{ max-width: var(--ts-container); margin: 0 auto; padding: 0 18px; }
.ts-hero .ts-btn{
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 50px; font-weight: 600; font-size: 15px;
  border: 2px solid transparent; transition: all .2s ease; white-space: nowrap; text-decoration: none;
}
.ts-hero .ts-btn-primary{ background: var(--ts-primary); color: #fff; border-color: var(--ts-primary); }
.ts-hero .ts-btn-primary:hover{ background: var(--ts-primary-dark); border-color: var(--ts-primary-dark); color: #fff; }
.ts-hero .ts-btn-outline{ background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }
.ts-hero .ts-btn-outline:hover{ background: rgba(255,255,255,.15); color: #fff; border-color: #fff; }
.ts-hero{
  position: relative; min-height: min(70vh, 520px); display: flex; align-items: center; color: #fff;
  background: linear-gradient(180deg, rgba(11,36,34,.72) 0%, rgba(11,36,34,.55) 45%, rgba(11,36,34,.82) 100%), url('/images/webp/200-hour-yoga-teacher-training-in-rishikesh-home.webp') center / cover no-repeat;
}
.ts-hero-inner{ padding: 80px 0 50px; width: 100%; }
.ts-hero-eyebrow{
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.35); padding: 6px 16px; border-radius: 50px;
  font-size: 13px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; margin-bottom: 18px;
}
.ts-hero-eyebrow i{ color: var(--ts-coral); }
.ts-hero h1{
  font-family: "Poppins", "Inter", sans-serif; color: #fff; font-size: clamp(26px, 4.2vw, 42px);
  font-weight: 700; margin-bottom: 16px; max-width: 820px; line-height: 1.28;
}
.ts-hero p.ts-hero-sub{ font-size: clamp(15px, 1.6vw, 19px); color: #eef4f3; max-width: 660px; margin-bottom: 26px; font-weight: 400; }
.ts-hero-ctas{ display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.ts-hero-badges{ display: flex; flex-wrap: wrap; gap: 14px 26px; font-size: 14px; }
.ts-hero-badges .ts-badge-item{ display: flex; align-items: center; gap: 8px; font-weight: 600; }
.ts-hero-badges i{ color: var(--ts-accent); }
@media (max-width: 575.98px){
  .ts-hero{ min-height: min(92vh, 560px); }
  .ts-hero-inner{ padding: 64px 0 40px; }
  .ts-hero-ctas .ts-btn{ width: 100%; }
}
.ts-trust{ background: #fff; border-bottom: 1px solid var(--ts-border); padding: 22px 0; color: var(--ts-text); }
.ts-trust-item{ text-align: center; padding: 6px 8px; }
.ts-trust-item .ts-trust-num{ font-family: "Poppins", sans-serif; font-weight: 700; font-size: 20px; color: var(--ts-primary-dark); }
.ts-trust-item .ts-trust-num .fa-star{ color: var(--ts-accent); font-size: 16px; }
.ts-trust-item .ts-trust-label{ font-size: 12.5px; color: var(--ts-text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: .02em; }
.ts-trust-sep{ border-left: 1px solid var(--ts-border); }

/* Pricing cards */
.ts-pricing{
  --ts-primary: #1d5450; --ts-primary-dark: #123a37; --ts-primary-light: #e7f0ef;
  --ts-accent: #c69a3a; --ts-coral: #f16a57; --ts-coral-dark: #d6503e;
  --ts-bg-alt: #f3efe5; --ts-text: #23302e; --ts-text-muted: #647270;
  --ts-border: #e7e1d3; --ts-radius: 16px; --ts-shadow: 0 10px 30px rgba(18,58,55,.08);
  --ts-container: 1180px; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ts-text); background: var(--ts-bg-alt); line-height: 1.7; font-size: 16px; padding: 64px 0;
}
.ts-pricing .ts-container{ max-width: var(--ts-container); margin: 0 auto; padding: 0 18px; }
.ts-pricing .ts-head{ max-width: 820px; margin: 0 auto 40px; text-align: center; }
.ts-pricing .ts-eyebrow{ display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ts-primary); margin-bottom: 10px; }
.ts-pricing .ts-head h2{ font-family: "Poppins", "Inter", sans-serif; color: var(--ts-primary-dark); font-weight: 600; line-height: 1.25; font-size: clamp(24px, 3.2vw, 34px); margin-bottom: 12px; }
.ts-pricing .ts-head p{ color: var(--ts-text-muted); font-size: 16px; margin: 0; }
.ts-pricing .ts-head p a{ color: var(--ts-primary); text-decoration: none; }
.ts-pricing .ts-head p a:hover{ color: var(--ts-accent); }
.ts-pricing .ts-price-card{ background: #fff; border: 1px solid var(--ts-border); border-radius: var(--ts-radius); padding: 30px 26px; text-align: center; height: 100%; position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.ts-pricing .ts-price-card:hover{ transform: translateY(-4px); box-shadow: var(--ts-shadow); }
.ts-pricing .ts-price-card.ts-popular{ border-color: var(--ts-coral); box-shadow: var(--ts-shadow); }
.ts-pricing .ts-price-badge{ position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--ts-coral); color: #fff; font-size: 11.5px; font-weight: 700; padding: 5px 16px; border-radius: 50px; text-transform: uppercase; letter-spacing: .04em; }
.ts-pricing .ts-price-card .ts-duration{ font-weight: 700; font-size: 17px; margin-bottom: 18px; color: var(--ts-primary-dark); }
.ts-pricing .ts-price-row{ display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-top: 1px dashed var(--ts-border); }
.ts-pricing .ts-price-row:first-of-type{ border-top: none; }
.ts-pricing .ts-price-room{ font-size: 13.5px; color: var(--ts-text-muted); font-weight: 600; text-align: left; }
.ts-pricing .ts-price-amt{ text-align: right; font-weight: 700; color: var(--ts-primary-dark); font-size: 18px; }
.ts-pricing .ts-price-note{ font-size: 13px; color: var(--ts-text-muted); }
.ts-pricing .ts-price-note i{ color: var(--ts-primary); margin-right: 4px; }
.ts-pricing .ts-btn{ display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: 50px; font-weight: 600; font-size: 15px; border: 2px solid transparent; transition: all .2s ease; white-space: nowrap; text-decoration: none; margin-top: 20px; }
.ts-pricing .ts-btn-coral{ background: var(--ts-coral); color: #fff; border-color: var(--ts-coral); width: 100%; }
.ts-pricing .ts-btn-coral:hover{ background: var(--ts-coral-dark); border-color: var(--ts-coral-dark); color: #fff; }
@media (max-width: 767.98px){ .ts-pricing{ padding: 46px 0; } }

/* CTA banner */
.ts-cta{
  --ts-primary: #1d5450; --ts-primary-dark: #123a37; --ts-border: #e7e1d3; --ts-radius: 16px; --ts-container: 1180px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; font-size: 16px; padding: 64px 0;
}
.ts-cta .ts-container{ max-width: var(--ts-container); margin: 0 auto; padding: 0 18px; }
.ts-cta .ts-cta-banner{ background: linear-gradient(120deg, var(--ts-primary-dark), var(--ts-primary)); color: #fff; border-radius: var(--ts-radius); padding: 46px 30px; text-align: center; }
.ts-cta .ts-cta-banner h2{ font-family: "Poppins", "Inter", sans-serif; color: #fff; margin-bottom: 10px; font-weight: 600; line-height: 1.25; font-size: clamp(22px, 3vw, 30px); }
.ts-cta .ts-cta-banner p{ color: #dfeceb; margin-bottom: 14px; }
.ts-cta .ts-cta-banner .ts-cta-policy{ color: #cfe6e3; font-size: 13.5px; margin-bottom: 24px; }
.ts-cta .ts-cta-banner .ts-cta-policy a{ color: #fff; text-decoration: underline; }
.ts-cta .ts-btn{ display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: 50px; font-weight: 600; font-size: 15px; border: 2px solid transparent; transition: all .2s ease; white-space: nowrap; text-decoration: none; }
.ts-cta .ts-btn-outline{ background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }
.ts-cta .ts-btn-outline:hover{ background: rgba(255,255,255,.15); color: #fff; border-color: #fff; }
@media (max-width: 767.98px){ .ts-cta{ padding: 46px 0; } }

/* Simple comparison / curriculum / dates tables used inside .rt-table sections */
.rt-table{ width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
.rt-table th, .rt-table td{ border: 1px solid #e7e1d3; padding: 10px 14px; text-align: left; vertical-align: top; }
.rt-table th{ background: #123a37; color: #fff; font-weight: 600; }
.rt-table tr:nth-child(even) td{ background: #f8f6f0; }
.rt-table caption{ caption-side: top; text-align: left; font-size: 13px; color: #647270; margin-bottom: 6px; }
.rt-table-wrap{ overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* Credential / trust badge strip (RYS registration, ratings, batch size) */
.ts-badge-strip{ display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.ts-badge-strip span{
  display: inline-flex; align-items: center; gap: 8px; background: #f3efe5; border: 1px solid #e7e1d3;
  border-radius: 50px; padding: 8px 16px; font-size: 13.5px; font-weight: 600; color: #123a37;
}
.ts-badge-strip i{ color: #1d5450; }

/* Teacher / trainer grid */
.ts-teacher-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 28px 0; }
.ts-teacher-card{ background: #fff; border: 1px solid #e7e1d3; border-radius: 16px; overflow: hidden; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.ts-teacher-card:hover{ transform: translateY(-4px); box-shadow: 0 10px 30px rgba(18,58,55,.08); }
.ts-teacher-photo{ width: 100%; aspect-ratio: 1/1; overflow: hidden; }
.ts-teacher-photo img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.ts-teacher-card h3{ font-family: "Poppins", "Inter", sans-serif; font-size: 17px; font-weight: 600; color: #123a37; margin: 14px 0 2px; }
.ts-teacher-role{ font-size: 12.5px; color: #c69a3a; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 8px; }
.ts-teacher-card p{ font-size: 14px; color: #647270; padding: 0 16px 18px; }
@media (max-width: 991.98px){ .ts-teacher-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px){ .ts-teacher-grid{ grid-template-columns: 1fr; } }

/* Curriculum module cards */
.ts-module-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 28px 0; }
.ts-module-card{ background: #fff; border: 1px solid #e7e1d3; border-left: 4px solid #1d5450; border-radius: 12px; padding: 22px 24px; }
.ts-module-card h3{ font-family: "Poppins", "Inter", sans-serif; font-size: 17px; font-weight: 600; color: #123a37; margin-bottom: 8px; }
.ts-module-card p{ font-size: 14.5px; color: #647270; margin: 0; }
@media (max-width: 767.98px){ .ts-module-grid{ grid-template-columns: 1fr; } }

/* Review / testimonial cards */
.ts-review-row{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 28px 0; }
.ts-review-card{ background: #f8f6f0; border: 1px solid #e7e1d3; border-radius: 14px; padding: 22px; }
.ts-review-stars{ color: #c69a3a; font-size: 13px; margin-bottom: 10px; }
.ts-review-card p{ font-size: 14.5px; color: #23302e; font-style: italic; margin-bottom: 12px; }
.ts-review-person{ display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; color: #123a37; }
.ts-review-person img{ width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
@media (max-width: 767.98px){ .ts-review-row{ grid-template-columns: 1fr; } }

/* Numbered "why choose us" list, reused pattern from tier-2 sample */
.ts-numlist{ list-style: none; margin: 28px 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 34px; }
.ts-numlist li{ display: flex; gap: 16px; }
.ts-numlist .ts-num{ font-family: "Poppins", sans-serif; font-size: 26px; font-weight: 700; color: #e7e1d3; line-height: 1; flex-shrink: 0; }
.ts-numlist h3{ font-family: "Poppins", "Inter", sans-serif; font-size: 16.5px; font-weight: 600; color: #123a37; margin-bottom: 4px; }
.ts-numlist p{ font-size: 14.5px; color: #647270; margin: 0; }
@media (max-width: 767.98px){ .ts-numlist{ grid-template-columns: 1fr; } }

/* ===== Cluster content image slots ===== */
.rt-media{ margin:1.75rem 0; }
.rt-media img{ width:100%; height:auto; object-fit:cover; }
.rt-imgslot{
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:.35rem; width:100%; padding:1rem; text-align:center;
  background:#f4f1ea; border:1px dashed #c4b7a2; color:#8a7c64;
  font-family:Inter,system-ui,sans-serif;
}
.rt-imgslot-dim{ font-size:1.25rem; font-weight:700; letter-spacing:.02em; color:#6f6350; }
.rt-imgslot-src{ font-size:.75rem; opacity:.85; word-break:break-all; }
.rt-imgslot-alt{ font-size:.7rem; opacity:.6; max-width:46ch; line-height:1.35; }

/* Image not shot yet: collapse the slot so it leaves no gap in production */
.rt-media:not(:has(img)):not(:has(.rt-imgslot)){ display:none; }
