/* ============================================================
   ONLINE YOGA TTC  ·  Professional Course Page
   ============================================================ */

.ot-wrap {
    --navy:    #0c0a23;
    --purple:  #5b47d5;
    --purpleL: #7b68e8;
    --purpleP: #f0eeff;
    --gold:    #d4951a;
    --text:    #111827;
    --muted:   #6b7280;
    --border:  #e5e7eb;
    --white:   #ffffff;
    --bgAlt:   #f9f8fe;
    font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text);
    font-size: 15px;
    line-height: 1.65;
}

/* ── HERO ──────────────────────────────────────────────────── */
.ot-hero {
    background:
        linear-gradient(135deg, rgba(12,10,35,.92) 0%, rgba(26,21,80,.86) 55%, rgba(37,28,114,.82) 100%),
        url('/frontend/assets/images/retreat/yoga-retreat/yoga-retreat-at-tattvaa-yogashala-banner.webp') center / cover no-repeat;
    padding: 110px 0 96px;
}
.ot-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.ot-hero__h1,
.ot-hero__desc { max-width: 700px; }
.ot-hero__crumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    color: rgba(255,255,255,.45);
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.ot-hero__crumb a { color: rgba(255,255,255,.45); text-decoration: none; }
.ot-hero__crumb a:hover { color: rgba(255,255,255,.8); }
.ot-hero__crumb span { color: rgba(255,255,255,.2); }
.ot-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(212,149,26,.15);
    border: 1px solid rgba(212,149,26,.3);
    color: #f5c96a;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
}
.ot-hero__tag i { font-size: 0.62rem; }
.ot-hero__h1 {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.18;
    margin: 0 0 14px;
    letter-spacing: -0.025em;
}
.ot-hero__h1 em { font-style: normal; color: #a894f7; }
.ot-hero__desc {
    font-size: 0.92rem;
    color: rgba(255,255,255,.65);
    margin-bottom: 28px;
    line-height: 1.7;
}

/* Hero stats row */
.ot-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 32px;
    margin-bottom: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.ot-hero__stat {
    display: flex;
    flex-direction: column;
}
.ot-hero__stat-num {
    font-size: 1.55rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.02em;
}
.ot-hero__stat-lbl {
    font-size: 0.63rem;
    font-weight: 600;
    color: rgba(255,255,255,.48);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ot-hero__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 18px;
    margin-bottom: 20px;
}
.ot-hero__meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.76rem;
    color: rgba(255,255,255,.6);
    font-weight: 600;
}
.ot-hero__meta-item i { color: #a894f7; font-size: 0.68rem; }
.ot-hero__pills { display: flex; flex-wrap: wrap; gap: 7px; }
.ot-hero__pill {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.72);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 6px;
}
.ot-hero__pill i { color: #a894f7; font-size: 0.66rem; }

/* ── TRUST BAR ─────────────────────────────────────────────── */
.ot-trust-bar {
    background: #f8f7fe;
    border-bottom: 1px solid var(--border);
    padding: 14px 24px;
}
.ot-trust-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 28px;
    justify-content: center;
}
.ot-trust-bar__item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ot-trust-bar__logo { height: 20px; width: auto; }
.ot-trust-bar__badge { height: 38px; width: auto; }
.ot-trust-bar__stars { color: #f59e0b; font-size: 0.78rem; letter-spacing: 1px; }
.ot-trust-bar__text { font-size: 0.76rem; color: var(--muted); font-weight: 500; }
.ot-trust-bar__text strong { color: var(--text); }
.ot-trust-bar__divider { width: 1px; height: 28px; background: var(--border); }
.ot-trust-bar__globe { font-size: 1.1rem; color: var(--purple); }

/* ── SIDEBAR: video preview ──────────────────────────────── */
.ot-card__video {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #000;
}
.ot-card__video-thumb {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    opacity: .75;
    transition: opacity .2s;
}
.ot-card__video:hover .ot-card__video-thumb { opacity: .58; }
.ot-card__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,.4);
    transition: transform .18s, box-shadow .18s;
}
.ot-card__play-btn:hover {
    transform: translate(-50%, -60%) scale(1.1);
    box-shadow: 0 6px 28px rgba(0,0,0,.5);
}
.ot-card__play-btn i { color: var(--purple); font-size: 1rem; margin-left: 3px; }
.ot-card__video-lbl {
    position: absolute;
    bottom: 10px;
    left: 0; right: 0;
    text-align: center;
    font-size: 0.66rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0,0,0,.8);
    margin: 0;
}

/* ── 2-COLUMN BODY ──────────────────────────────────────────── */
.ot-body {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 120px;
    align-items: start;
}
.ot-main { min-width: 0; padding-right: 40px; }

/* Sticky enrollment card */
.ot-sidebar { position: sticky; top: 24px; z-index: 10; padding-top: 48px; }
.ot-card--sticky {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,.1);
    border: 1px solid var(--border);
    background: var(--white);
}

/* ── ENROLLMENT CARD ─────────────────────────────────────── */
.ot-card {
    background: var(--white);
    border-radius: 14px;
    box-shadow: 0 8px 40px rgba(0,0,0,.18), 0 2px 8px rgba(0,0,0,.1);
    overflow: hidden;
    border: 1px solid var(--border);
}
.ot-card__body { padding: 18px 20px; }
.ot-card__price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 2px;
}
.ot-card__price { font-size: 2rem; font-weight: 900; color: var(--text); letter-spacing: -0.03em; line-height: 1; }
.ot-card__cur   { font-size: 0.9rem; font-weight: 700; color: var(--muted); }
.ot-card__save  { font-size: 0.65rem; font-weight: 800; background: #dcfce7; color: #166534; padding: 2px 7px; border-radius: 4px; letter-spacing: 0.04em; }
.ot-card__sub   { font-size: 0.72rem; color: var(--muted); margin-bottom: 14px; }
.ot-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    text-align: center;
    background: var(--purple);
    color: #fff;
    font-weight: 800;
    font-size: 0.88rem;
    padding: 13px 18px;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 16px rgba(91,71,213,.38);
    transition: background .18s, transform .15s;
    margin-bottom: 8px;
}
.ot-card__cta:hover { background: #4836b8; transform: translateY(-1px); color: #fff; }
.ot-card__cta2 {
    display: block;
    width: 100%;
    text-align: center;
    background: transparent;
    border: 1.5px solid var(--border);
    color: var(--text);
    font-weight: 700;
    font-size: 0.82rem;
    padding: 11px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: border-color .18s, color .18s;
    margin-bottom: 14px;
}
.ot-card__cta2:hover { border-color: var(--purple); color: var(--purple); }
.ot-card__divider  { border: none; border-top: 1px solid var(--border); margin: 0 0 12px; }
.ot-card__includes { list-style: none; padding: 0; margin: 0; }
.ot-card__includes li {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 0.76rem; color: var(--text); padding: 5px 0; font-weight: 600;
}
.ot-card__includes li i { color: #16a34a; font-size: 0.7rem; flex-shrink: 0; margin-top: 3px; }
.ot-card__trust-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 0 4px;
    border-top: 1px solid var(--border);
    margin-top: 10px;
}
.ot-card__trust-badges img { height: 38px; width: auto; }
.ot-card__deposit { font-size: 0.68rem; color: var(--muted); text-align: center; margin-top: 8px; }

/* ── SHARED SECTION STYLES ──────────────────────────────── */
.ot-section { padding: 48px 0; position: relative; }

/* Lotus separator between consecutive sections */
.ot-section + .ot-section { padding-top: 72px; }
.ot-section + .ot-section::before,
.ot-cert-section + .ot-section::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px; height: 48px;
    background: url('/frontend/assets/images/lotus-logo.svg') center / contain no-repeat;
    opacity: 0.45;
    z-index: 1;
}
.ot-section + .ot-section::after,
.ot-cert-section + .ot-section::after {
    content: '';
    position: absolute;
    top: 36px;
    left: 0; right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--border) 12%, var(--border) 88%, transparent);
}
.ot-cert-section + .ot-section { padding-top: 72px; }
.ot-section--alt { background: none; }

/* Lotus separator div (used between teachers → certificate) */
.ot-lotus-sep {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 28px 0;
    position: relative;
}
.ot-lotus-sep::before,
.ot-lotus-sep::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--border) 30%, var(--border) 70%, transparent);
}
.ot-lotus-sep::before { background: linear-gradient(to right, transparent, var(--border)); }
.ot-lotus-sep::after  { background: linear-gradient(to left,  transparent, var(--border)); }
.ot-lotus-sep__img {
    width: 48px; height: 48px;
    object-fit: contain;
    opacity: 0.45;
    flex-shrink: 0;
    display: block;
    margin: 0 12px;
}
.ot-sec-label {
    display: block;
    font-size: 0.65rem; font-weight: 900;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--purple); margin-bottom: 8px;
}
.ot-h2 {
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    font-weight: 900; color: var(--text);
    letter-spacing: -0.022em; margin: 0 0 6px; line-height: 1.2;
}
.ot-h2--price { color: var(--purple); }
.ot-lead {
    font-size: 0.88rem; color: var(--muted);
    max-width: 600px; margin: 0 0 28px; line-height: 1.7;
}
.ot-divider {
    width: 36px; height: 3px;
    background: var(--purple); border-radius: 2px; margin: 10px 0 18px;
}

/* ── WHAT YOU'LL LEARN ─────────────────────────────────── */
.ot-learn-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 36px;
    align-items: center;
}
.ot-learn-layout__content { min-width: 0; }
.ot-learn-layout__img { border-radius: 14px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.12); }
.ot-learn-layout__img img { width: 100%; height: 360px; object-fit: cover; display: block; }
.ot-learn__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 24px; }
.ot-learn__banner { border-radius: 14px; overflow: hidden; box-shadow: 0 6px 28px rgba(0,0,0,.1); }
.ot-learn__banner img { width: 100%; height: 280px; object-fit: cover; object-position: center 30%; display: block; }
.ot-learn__item {
    display: flex; align-items: flex-start; gap: 9px;
    font-size: 0.8rem; color: var(--text); line-height: 1.5;
    padding: 9px 12px;
    background: var(--white); border-radius: 8px; border: 1px solid var(--border);
}
.ot-learn__item i { color: #16a34a; font-size: 0.72rem; flex-shrink: 0; margin-top: 3px; }

/* ── WHO IS THIS FOR ─────────────────────────────────────── */
.ot-who__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ot-who__card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: 14px; padding: 22px 18px;
    transition: border-color .18s, box-shadow .18s;
}
.ot-who__card:hover { border-color: var(--purpleL); box-shadow: 0 4px 20px rgba(91,71,213,.08); }
.ot-who__icon {
    width: 46px; height: 46px;
    background: var(--purpleP); border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; color: var(--purple); margin-bottom: 14px;
}
.ot-who__title { font-size: 0.88rem; font-weight: 800; color: var(--text); margin-bottom: 7px; }
.ot-who__desc  { font-size: 0.78rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── WHY CHOOSE US ─────────────────────────────────────── */
.ot-why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ot-why__card {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 16px; background: var(--white);
    border-radius: 12px; border: 1px solid var(--border);
    transition: border-color .18s;
}
.ot-why__card:hover { border-color: #c4bbf5; }
.ot-why__icon {
    width: 38px; height: 38px; background: var(--purpleP);
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    font-size: 0.95rem; color: var(--purple); flex-shrink: 0;
}
.ot-why__text-wrap { flex: 1; min-width: 0; }
.ot-why__title { font-size: 0.84rem; font-weight: 800; color: var(--text); margin-bottom: 3px; }
.ot-why__desc  { font-size: 0.78rem; color: var(--muted); line-height: 1.6; margin: 0; }
.ot-why__hall  { margin-top: 24px; border-radius: 14px; overflow: hidden; position: relative; }
.ot-why__hall-img { width: 100%; height: 320px; object-fit: cover; display: block; }
.ot-why__hall-cap {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,.72));
    color: rgba(255,255,255,.88); font-size: 0.72rem; font-weight: 600;
    padding: 28px 16px 10px; margin: 0; text-align: center;
}

/* ── 8-WEEK JOURNEY ─────────────────────────────────────── */
.ot-journey { display: flex; flex-direction: column; gap: 24px; margin-top: 8px; }
.ot-journey__row {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 28px; align-items: center;
    background: var(--white); border: 1px solid var(--border);
    border-radius: 16px; padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
    transition: border-color .18s, box-shadow .18s;
}
.ot-journey__row:hover { border-color: var(--purpleL); box-shadow: 0 6px 24px rgba(91,71,213,.08); }
.ot-journey__row--alt { grid-template-columns: 240px 1fr; }
.ot-journey__row--alt .ot-journey__img-wrap { order: -1; }
.ot-journey__badge {
    display: inline-flex; align-items: center;
    background: var(--purple); color: #fff;
    font-size: 0.6rem; font-weight: 900;
    letter-spacing: 0.08em; text-transform: uppercase;
    padding: 3px 10px; border-radius: 20px; margin-bottom: 10px;
}
.ot-journey__title {
    font-size: 1rem; font-weight: 900; color: var(--text);
    margin: 0 0 12px; letter-spacing: -0.02em;
}
.ot-journey__bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.ot-journey__bullets li {
    font-size: 0.79rem; color: var(--muted);
    padding-left: 14px; position: relative; line-height: 1.55;
}
.ot-journey__bullets li::before {
    content: '›'; position: absolute; left: 0;
    color: var(--purple); font-weight: 900; line-height: 1.3;
}
.ot-journey__img-wrap {
    border-radius: 12px; overflow: hidden;
    aspect-ratio: 4/3;
}
.ot-journey__img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .4s ease;
}
.ot-journey__row:hover .ot-journey__img { transform: scale(1.04); }

/* ── SCHEDULE CARDS ─────────────────────────────────────── */
.ot-sched { display: flex; flex-direction: column; gap: 8px; }
.ot-sched__item {
    display: grid; grid-template-columns: 52px 1fr auto;
    align-items: center; gap: 0 14px;
    background: var(--white); border: 1px solid var(--border);
    border-radius: 10px; padding: 14px 16px;
    transition: border-color .15s, box-shadow .15s;
}
.ot-sched__item:hover { border-color: var(--purpleL); box-shadow: 0 2px 10px rgba(91,71,213,.08); }
.ot-sched__item--rest  { background: #fafafa; border-style: dashed; }
.ot-sched__item--rest:hover { border-color: var(--border); box-shadow: none; }
.ot-sched__day {
    width: 52px; height: 52px; border-radius: 10px;
    background: var(--purpleP); color: var(--purple);
    font-size: 0.75rem; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase;
    display: flex; align-items: center; justify-content: center;
}
.ot-sched__day--rest { background: #f0f0f0; color: #9ca3af; }
.ot-sched__info { min-width: 0; }
.ot-sched__topic { font-size: 0.84rem; font-weight: 700; color: var(--text); margin: 0 0 3px; }
.ot-sched__topic--rest { font-weight: 500; color: var(--muted); font-style: italic; }
.ot-sched__time {
    font-size: 0.7rem; color: var(--muted); font-weight: 600; margin: 0;
    display: flex; align-items: center; gap: 5px;
}
.ot-sched__time i { font-size: 0.6rem; color: var(--purpleL); }
.ot-sched__dur { background: var(--purpleP); color: var(--purple); font-size: 0.68rem; font-weight: 800; padding: 4px 10px; border-radius: 20px; white-space: nowrap; }
.ot-sched__dur--rest { background: transparent; color: var(--muted); }
.ot-sched__note {
    font-size: 0.76rem; color: var(--muted); margin-top: 12px;
    display: flex; align-items: flex-start; gap: 6px;
}
.ot-sched__note i { color: var(--purple); margin-top: 2px; flex-shrink: 0; }

/* ── SYLLABUS ACCORDION ─────────────────────────────────── */
.ot-acc { list-style: none; padding: 0; margin: 0; }
.ot-acc__item {
    border: 1px solid var(--border); border-radius: 10px;
    margin-bottom: 7px; background: var(--white); overflow: hidden;
}
.ot-acc__btn {
    display: flex; align-items: center; gap: 10px;
    width: 100%; padding: 13px 16px;
    background: none; border: none; cursor: pointer;
    text-align: left; font-family: inherit; transition: background .15s;
}
.ot-acc__btn:hover { background: var(--bgAlt); }
.ot-acc__item.is-open .ot-acc__btn { background: var(--purpleP); }
.ot-acc__num {
    width: 26px; height: 26px; border-radius: 7px;
    background: var(--border); color: var(--muted);
    font-size: 0.7rem; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: background .18s, color .18s;
}
.ot-acc__item.is-open .ot-acc__num { background: var(--purple); color: #fff; }
.ot-acc__label {
    font-size: 0.84rem; font-weight: 800; color: var(--text);
    flex: 1; line-height: 1.4; transition: color .15s;
}
.ot-acc__item.is-open .ot-acc__label { color: var(--purple); }
.ot-acc__arrow {
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--border); padding: 5px;
    flex-shrink: 0;
    stroke: var(--muted); fill: none; stroke-width: 2.5;
    transition: background .18s, transform .3s;
}
.ot-acc__item.is-open .ot-acc__arrow { background: var(--purple); transform: rotate(180deg); stroke: #fff; }
.ot-acc__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.ot-acc__item.is-open .ot-acc__body { grid-template-rows: 1fr; }
.ot-acc__inner { overflow: hidden; }
.ot-acc__content {
    padding: 4px 16px 16px 52px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px;
}
.ot-acc__col p {
    font-size: 0.78rem; color: var(--muted);
    padding: 4px 0 4px 14px; position: relative; margin: 0; line-height: 1.5;
}
.ot-acc__col p::before {
    content: '›'; position: absolute; left: 0;
    color: var(--purple); font-weight: 900;
}

/* ── TEACHERS (real photo cards) ────────────────────────── */
.ot-teachers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ot-teacher-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: 16px; overflow: hidden;
    transition: border-color .18s, box-shadow .18s;
}
.ot-teacher-card:hover { border-color: var(--purpleL); box-shadow: 0 8px 32px rgba(91,71,213,.1); }
.ot-teacher-card__photo-wrap { width: 100%; aspect-ratio: 3/4; overflow: hidden; background: var(--purpleP); }
.ot-teacher-card__photo {
    width: 100%; height: 100%;
    object-fit: cover; object-position: top center; display: block;
    transition: transform .4s ease;
}
.ot-teacher-card:hover .ot-teacher-card__photo { transform: scale(1.04); }
.ot-teacher-card__body { padding: 16px; }
.ot-teacher-card__name { font-size: 1rem; font-weight: 900; color: var(--text); margin: 0 0 4px; }
.ot-teacher-card__cred {
    display: flex; align-items: center; gap: 5px;
    font-size: 0.68rem; font-weight: 700; color: var(--purple); margin-bottom: 10px;
}
.ot-teacher-card__cred i { color: var(--gold); }
.ot-teacher-card__pills { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 10px; }
.ot-teacher-card__pills span {
    font-size: 0.62rem; font-weight: 700;
    background: var(--purpleP); color: var(--purple);
    border-radius: 4px; padding: 2px 7px;
}
.ot-teacher-card__bio { font-size: 0.73rem; color: var(--muted); line-height: 1.5; margin: 0; }

/* ── CERTIFICATE SECTION ────────────────────────────────── */
.ot-cert-section {
    background: linear-gradient(135deg, #0c0a23 0%, #1a1550 55%, #100f2e 100%);
    border-radius: 18px;
    padding: 36px;
    margin: 0;
}
.ot-cert-section__inner {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px; align-items: center;
}
.ot-cert-section__img-wrap { position: relative; }
.ot-cert-section__img {
    width: 100%; border-radius: 10px;
    box-shadow: 0 16px 50px rgba(0,0,0,.5); display: block;
    transform: rotate(-2.5deg);
    transition: transform .35s ease;
}
.ot-cert-section__img-wrap:hover .ot-cert-section__img { transform: rotate(0deg); }
.ot-cert-section__label {
    display: block; font-size: 0.62rem; font-weight: 900;
    letter-spacing: 0.12em; text-transform: uppercase; color: #a894f7; margin-bottom: 10px;
}
.ot-cert-section__h2 {
    font-size: clamp(1.1rem, 1.8vw, 1.45rem); font-weight: 900; color: #fff;
    letter-spacing: -0.02em; margin: 0 0 10px; line-height: 1.2;
}
.ot-cert-section__desc { font-size: 0.8rem; color: rgba(255,255,255,.52); line-height: 1.7; margin-bottom: 16px; }
.ot-cert-section__list { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 7px; }
.ot-cert-section__list li {
    display: flex; align-items: flex-start; gap: 9px;
    font-size: 0.78rem; color: rgba(255,255,255,.7); font-weight: 600;
}
.ot-cert-section__list li i { color: #4ade80; flex-shrink: 0; margin-top: 2px; }
.ot-cert-section__badges { display: flex; gap: 16px; align-items: center; }
.ot-cert-section__badges img {
    height: 60px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

/* ── WHAT'S INCLUDED ─────────────────────────────────────── */
.ot-included { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ot-included__tile {
    background: var(--white); border: 1px solid var(--border);
    border-radius: 12px; padding: 18px;
    transition: border-color .18s, box-shadow .18s;
}
.ot-included__tile:hover { border-color: var(--purpleL); box-shadow: 0 4px 16px rgba(91,71,213,.08); }
.ot-included__icon {
    width: 40px; height: 40px; background: var(--purpleP); border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; color: var(--purple); margin-bottom: 12px;
}
.ot-included__title { font-size: 0.84rem; font-weight: 800; color: var(--text); margin: 0 0 5px; }
.ot-included__desc  { font-size: 0.76rem; color: var(--muted); line-height: 1.55; margin: 0; }
.ot-included__cta-row {
    margin-top: 22px; display: flex; align-items: center;
    justify-content: space-between; gap: 16px;
    padding-top: 18px; border-top: 1px solid var(--border); flex-wrap: wrap;
}
.ot-included__price-note { font-size: 0.82rem; color: var(--muted); margin: 0; }
.ot-included__price-note strong { font-size: 1.1rem; color: var(--text); font-weight: 900; }

/* ── REVIEWS (real photos) ─────────────────────────────── */
.ot-reviews__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ot-review-card {
    background: var(--bgAlt); border: 1px solid var(--border);
    border-radius: 14px; padding: 20px;
    display: flex; flex-direction: column; gap: 14px;
    transition: border-color .18s;
}
.ot-review-card:hover { border-color: #c4bbf5; }
.ot-review-card__header { display: flex; align-items: center; gap: 12px; }
.ot-review__photo {
    width: 46px; height: 46px; border-radius: 50%;
    object-fit: cover; flex-shrink: 0;
    border: 2px solid var(--purpleP);
}
.ot-review__meta { flex: 1; min-width: 0; }
.ot-review__name { font-size: 0.84rem; font-weight: 800; color: var(--text); margin: 0 0 2px; }
.ot-review__location {
    font-size: 0.68rem; color: var(--muted);
    display: flex; align-items: center; gap: 4px; margin: 0;
}
.ot-review__location i { font-size: 0.58rem; color: var(--purple); }
.ot-review__stars { color: #f59e0b; font-size: 0.82rem; letter-spacing: 1px; flex-shrink: 0; }
.ot-review__text { font-size: 0.8rem; color: #374151; line-height: 1.72; font-style: italic; margin: 0; }

/* ── FAQ ─────────────────────────────────────────────────── */
.ot-faq__item {
    border: 1px solid var(--border); border-radius: 10px;
    overflow: hidden; background: var(--white); margin-bottom: 7px;
}
.ot-faq__btn {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    width: 100%; padding: 14px 16px; background: none; border: none; cursor: pointer;
    text-align: left; font-family: inherit; font-size: 0.82rem; font-weight: 700;
    color: var(--text); transition: background .15s;
}
.ot-faq__btn:hover { background: var(--bgAlt); }
.ot-faq__item.is-open .ot-faq__btn { background: var(--purpleP); color: var(--purple); }
.ot-faq__icon {
    width: 20px; height: 20px; border-radius: 50%; background: var(--border);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    transition: background .18s, transform .28s;
}
.ot-faq__icon svg { width: 10px; height: 10px; stroke: var(--muted); fill: none; stroke-width: 2.5; }
.ot-faq__item.is-open .ot-faq__icon { background: var(--purple); transform: rotate(180deg); }
.ot-faq__item.is-open .ot-faq__icon svg { stroke: #fff; }
.ot-faq__body  { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.ot-faq__item.is-open .ot-faq__body { grid-template-rows: 1fr; }
.ot-faq__inner { overflow: hidden; }
.ot-faq__answer { padding: 12px 16px 14px; font-size: 0.8rem; color: var(--muted); line-height: 1.7; border-top: 1px solid var(--border); }

/* ── MOBILE STICKY PRICE BAR ─────────────────────────────── */
.ot-mobile-bar {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0; z-index: 200;
    background: var(--white); border-top: 1px solid var(--border);
    box-shadow: 0 -4px 20px rgba(0,0,0,.1);
    padding: 10px 16px;
    align-items: center; justify-content: space-between; gap: 12px;
}
.ot-mobile-bar__price { font-size: 1rem; font-weight: 400; color: var(--muted); }
.ot-mobile-bar__price sup { font-size: 0.65rem; vertical-align: super; }
.ot-mobile-bar__price strong { font-size: 1.4rem; font-weight: 900; color: var(--text); }
.ot-mobile-bar__cta {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px;
    background: var(--purple); color: #fff;
    font-size: 0.86rem; font-weight: 800; padding: 11px 20px;
    border-radius: 10px; text-decoration: none; transition: background .15s;
}
.ot-mobile-bar__cta:hover { background: var(--purpleL); color: #fff; }

/* ── VIDEO PREVIEW SECTION ──────────────────────────────── */
.ot-video-section { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,.15); }
.ot-video-section__player { position: relative; cursor: pointer; background: #000; }
.ot-video-section__thumb { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; opacity: .72; transition: opacity .2s; }
.ot-video-section__player:hover .ot-video-section__thumb { opacity: .55; }
.ot-video-section__play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 72px; height: 72px; border-radius: 50%;
    background: rgba(255,255,255,.95); border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 28px rgba(0,0,0,.4); transition: transform .2s, box-shadow .2s;
}
.ot-video-section__play:hover { transform: translate(-50%, -50%) scale(1.1); box-shadow: 0 10px 36px rgba(0,0,0,.5); }
.ot-video-section__play i { color: var(--purple); font-size: 1.4rem; margin-left: 4px; }
.ot-video-section__embed iframe { border-radius: 14px; }

/* ── MID-PAGE CTA BANNER ─────────────────────────────────── */
.ot-cta-banner {
    background: linear-gradient(135deg, #0c0a23 0%, #2d1f8a 50%, #1a1550 100%);
    border-radius: 16px;
    padding: 40px 36px;
    margin: 48px 0;
    display: flex; align-items: center;
}
.ot-cta-banner__inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 28px; width: 100%; flex-wrap: wrap;
}
.ot-cta-banner__h2 {
    font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 900; color: #fff;
    letter-spacing: -0.02em; margin: 0 0 6px; line-height: 1.2;
}
.ot-cta-banner__sub { font-size: 0.78rem; color: rgba(255,255,255,.55); margin: 0; }
.ot-cta-banner__btns { display: flex; gap: 10px; align-items: center; flex-shrink: 0; flex-wrap: wrap; }
.ot-cta-banner__btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.84rem; font-weight: 800; padding: 12px 22px;
    border-radius: 10px; text-decoration: none; white-space: nowrap;
    transition: transform .15s, box-shadow .18s;
}
.ot-cta-banner__btn:hover { transform: translateY(-2px); }
.ot-cta-banner__btn--primary {
    background: var(--purple); color: #fff;
    box-shadow: 0 4px 18px rgba(91,71,213,.45);
}
.ot-cta-banner__btn--primary:hover { background: #4836b8; color: #fff; box-shadow: 0 8px 28px rgba(91,71,213,.55); }
.ot-cta-banner__btn--ghost {
    background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.8);
}
.ot-cta-banner__btn--ghost:hover { background: rgba(255,255,255,.15); color: #fff; }

/* ── ATMOSPHERIC MOOD SECTION ────────────────────────────── */
.ot-mood-section {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin: 48px 0;
    min-height: 320px;
    background: url('/frontend/assets/images/retreat/yoga-retreat/what-you-carry-home.webp') center / cover no-repeat;
    display: flex; align-items: center; justify-content: center;
}
.ot-mood-section__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(12,10,35,.85) 0%, rgba(26,21,80,.78) 100%);
}
.ot-mood-section__content {
    position: relative; z-index: 1;
    text-align: center; padding: 48px 32px; max-width: 580px;
}
.ot-mood-section__quote {
    font-size: 0.8rem; font-style: italic; color: rgba(255,255,255,.5);
    letter-spacing: 0.04em; margin-bottom: 16px; line-height: 1.7;
}
.ot-mood-section__h2 {
    font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-weight: 900; color: #fff;
    letter-spacing: -0.025em; margin: 0 0 10px; line-height: 1.2;
}
.ot-mood-section__sub {
    font-size: 0.82rem; color: rgba(255,255,255,.55); margin-bottom: 26px; line-height: 1.7;
}
.ot-mood-section__cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--purple); color: #fff; font-weight: 800;
    font-size: 0.86rem; padding: 13px 28px; border-radius: 10px;
    text-decoration: none; letter-spacing: 0.03em;
    box-shadow: 0 4px 20px rgba(91,71,213,.45);
    transition: background .18s, transform .15s;
}
.ot-mood-section__cta:hover { background: #4836b8; transform: translateY(-2px); color: #fff; }

/* ── RELATED COURSES ─────────────────────────────────────── */
.ot-related-courses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ot-related-card {
    display: flex; gap: 14px; align-items: flex-start;
    background: var(--white); border: 1px solid var(--border);
    border-radius: 14px; padding: 20px;
    text-decoration: none; color: inherit;
    transition: border-color .18s, box-shadow .18s, transform .18s;
}
.ot-related-card:hover { border-color: var(--purpleL); box-shadow: 0 6px 24px rgba(91,71,213,.1); transform: translateY(-2px); }
.ot-related-card__icon {
    width: 42px; height: 42px; border-radius: 10px;
    background: var(--purpleP); color: var(--purple);
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; flex-shrink: 0;
}
.ot-related-card__body { flex: 1; min-width: 0; }
.ot-related-card__title { font-size: 0.9rem; font-weight: 800; color: var(--text); margin: 0 0 4px; }
.ot-related-card__loc {
    font-size: 0.68rem; color: var(--purple); font-weight: 700;
    display: flex; align-items: center; gap: 4px; margin-bottom: 8px;
}
.ot-related-card__loc i { font-size: 0.62rem; }
.ot-related-card__desc { font-size: 0.76rem; color: var(--muted); line-height: 1.55; margin: 0 0 10px; }
.ot-related-card__link { font-size: 0.73rem; font-weight: 800; color: var(--purple); display: flex; align-items: center; gap: 5px; }
.ot-related-card__link i { font-size: 0.62rem; transition: transform .2s; }
.ot-related-card:hover .ot-related-card__link i { transform: translateX(3px); }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1023px) {
    .ot-body { grid-template-columns: 1fr; padding: 0 16px; }
    .ot-main { padding-right: 0; }
    .ot-sidebar { display: none; }
    .ot-mobile-bar { display: flex; }
    .ot-wrap { padding-bottom: 70px; }
    .ot-cert-section { padding: 28px 20px; }
    .ot-cert-section__inner { gap: 24px; }
    .ot-teachers-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
}
@media (max-width: 767px) {
    .ot-cta-banner { padding: 28px 20px; margin: 32px 0; }
    .ot-cta-banner__inner { flex-direction: column; align-items: flex-start; gap: 20px; }
    .ot-cta-banner__btns { flex-direction: column; width: 100%; }
    .ot-cta-banner__btn { justify-content: center; }
    .ot-mood-section { min-height: 260px; margin: 32px 0; }
    .ot-mood-section__content { padding: 36px 20px; }
    .ot-related-courses { grid-template-columns: 1fr; }
    .ot-section { padding: 36px 0; }
    .ot-hero { padding: 80px 0 64px; }
    .ot-hero__stats { gap: 8px 20px; }
    .ot-hero__stat-num { font-size: 1.25rem; }
    .ot-why__grid { grid-template-columns: 1fr; }
    .ot-who__grid { grid-template-columns: 1fr; }
    .ot-reviews__grid { grid-template-columns: 1fr; }
    .ot-learn__grid { grid-template-columns: 1fr; }
    .ot-learn-layout { grid-template-columns: 1fr; }
    .ot-learn-layout__img { display: none; }
    .ot-acc__content { grid-template-columns: 1fr; padding-left: 16px; }
    .ot-sched__item { grid-template-columns: 44px 1fr auto; }
    .ot-sched__day { width: 44px; height: 44px; font-size: 0.68rem; }
    .ot-journey__row { grid-template-columns: 1fr; }
    .ot-journey__row--alt { grid-template-columns: 1fr; }
    .ot-journey__row--alt .ot-journey__img-wrap { order: 0; }
    .ot-journey__img-wrap { aspect-ratio: 16/9; }
    .ot-teachers-grid { grid-template-columns: 1fr; }
    .ot-cert-section__inner { grid-template-columns: 1fr; }
    .ot-cert-section__img-wrap { max-width: 260px; margin: 0 auto; }
    .ot-included { grid-template-columns: 1fr; }
    .ot-included__cta-row { flex-direction: column; text-align: center; }
}
@media (max-width: 575px) {
    .ot-hero { padding: 86px 0 56px; }
    .ot-hero__h1 { font-size: 1.5rem; }
    .ot-trust-bar__divider { display: none; }
}
