/* ══════════════════════════════════════════════════════════════
   AYURVEDIC-THERAPIES.CSS
   ══════════════════════════════════════════════════════════════ */

/* STICKY NAV (therapy jump links) */
.therapy-nav{background:#fff;border-bottom:2px solid #E4E0D8;padding:0;position:sticky;top:68px;z-index:400;overflow-x:auto}
.therapy-nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;gap:0;min-width:max-content}
.tnav-link{display:flex;align-items:center;gap:7px;padding:14px 18px;font-size:13px;font-weight:500;color:#6B6B6B;text-decoration:none;white-space:nowrap;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s}
.tnav-link:hover,.tnav-link.active{color:#2D6A4F;border-bottom-color:#E67817}

/* THERAPY SECTION */
.therapy-section{padding:72px 0;border-bottom:1px solid #F0EDE8}
.therapy-section:last-child{border-bottom:none}
.therapy-section.alt{background:#F9F5F0}
.therapy-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.therapy-inner.rev{direction:rtl}
.therapy-inner.rev > *{direction:ltr}
.therapy-img{border-radius:18px;overflow:hidden;background:linear-gradient(160deg,#1A3D2B,#2D6A4F);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:rgba(255,255,255,.4);font-size:12px;text-align:center;padding:24px;position:relative}
.therapy-img::after{content:'';position:absolute;bottom:-12px;right:-12px;width:75%;height:70%;border-radius:14px;z-index:-1}
.therapy-section:not(.alt) .therapy-img::after{background:#E67817}
.therapy-section.alt .therapy-img::after{background:#2D6A4F}
.therapy-tag{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;padding:4px 12px;border-radius:20px;margin-bottom:10px}
.tag-eye{background:#D8F3DC;color:#1A3D2B}
.tag-pk{background:#FEF3E8;color:#C45F0A}
.tag-general{background:#EEF2FF;color:#4338CA}
.tag-head{background:#F3E8FF;color:#7B3FA0}
.therapy-title{margin-bottom:8px}
.therapy-sanskrit{font-size:13px;color:#9B9B9B;font-style:italic;margin-bottom:16px;font-family:'DM Sans',sans-serif}
.therapy-desc{font-size:14px;margin-bottom:16px;line-height:1.82}
.therapy-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}
.tm-item{background:#fff;border:1px solid #E4E0D8;border-radius:10px;padding:12px}
.tm-label{font-size:10px;font-weight:700;text-transform:uppercase;color:#9B9B9B;letter-spacing:.08em;margin-bottom:4px}
.tm-val{font-size:13px;font-weight:600;color:#1A1A1A}
.conditions-for{margin-top:20px}
.conditions-for h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2D6A4F;margin-bottom:10px;font-family:'DM Sans',sans-serif}
.cond-tags{display:flex;flex-wrap:wrap;gap:6px}
.cond-tag{background:#F0FAF3;border:1px solid #B7E4C7;border-radius:20px;padding:4px 11px;font-size:12px;color:#2D6A4F;font-weight:500}

/* MINOR THERAPIES GRID */
.minor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.minor-card{background:#fff;border:1px solid #E4E0D8;border-radius:14px;padding:24px;transition:box-shadow .2s,transform .18s}
.minor-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
.mc-icon{font-size:32px;margin-bottom:12px}
.mc-title{font-family:'Playfair Display',serif;font-size:18px;font-weight:600;color:#1A1A1A;margin-bottom:4px}
.mc-sanskrit{font-size:12px;color:#9B9B9B;font-style:italic;margin-bottom:10px}
.mc-desc{font-size:13px;color:#6B6B6B;line-height:1.7;margin-bottom:14px}
.mc-for{display:flex;flex-wrap:wrap;gap:5px}
.mc-tag{font-size:10px;font-weight:600;padding:3px 8px;border-radius:10px;background:#F9F5F0;border:1px solid #E4E0D8;color:#6B6B6B}

/* PROCEDURE STEPS */
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step-card{text-align:center;padding:24px 16px;position:relative}
.step-card:not(:last-child)::after{content:'→';position:absolute;right:-8px;top:50%;transform:translateY(-50%);font-size:18px;color:#E8DECE}
.step-num{width:48px;height:48px;border-radius:50%;background:#E67817;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:20px;font-weight:700;color:#fff;margin:0 auto 12px}
.step-title{font-size:14px;font-weight:600;color:#1A1A1A;margin-bottom:6px;font-family:'DM Sans',sans-serif}
.step-desc{font-size:12px;color:#6B6B6B;line-height:1.6}

/* RESPONSIVE */
@media(max-width:900px){.therapy-inner,.therapy-inner.rev{grid-template-columns:1fr;direction:ltr}.steps-grid{grid-template-columns:repeat(2,1fr)}.step-card::after{display:none}.minor-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.minor-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.therapy-meta{grid-template-columns:1fr}}
