/* ══════════════════════════════════════════════════════════════
   ONLINE-YOGA.CSS
   ══════════════════════════════════════════════════════════════ */

/* HERO */
.ph {
  padding: 72px 0 64px;
}
.ph-inner {
  display: flex;
  align-items: center;
}
.ph-content {
  max-width: 640px;
}
.hero {
  background: linear-gradient(155deg, #0d2b1e 0%, #1a3d2b 40%, #2d6a4f 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-single .hero-inner {
  grid-template-columns: 1fr !important;
}
.hero-single .hero-bg {
  opacity: 0.55;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 18px;
}
.hero-badge::before {
  content: "🧘";
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 4px 11px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 4px 6px 0;
}
.hero-tags {
  margin-bottom: 20px;
  line-height: 2;
}
.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.hero-visual {
  position: relative;
}
.hero-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(4px);
}
.hc-class {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.hc-class-header {
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hc-live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #e53e3e;
}
.hc-live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e53e3e;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.3);
  }
}
.hc-class-name {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 0 18px 6px;
}
.hc-class-sub {
  font-size: 11px;
  color: #8a7060;
  padding: 0 18px 14px;
}
.hc-participants {
  display: flex;
  align-items: center;
  gap: -4px;
  padding: 0 18px 14px;
}
.hc-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  margin-right: -6px;
  flex-shrink: 0;
}
.hc-count {
  font-size: 11px;
  color: #8a7060;
  margin-left: 12px;
}
.hc-bar {
  height: 4px;
  background: #f0ede8;
  margin: 0 18px 14px;
  border-radius: 2px;
  overflow: hidden;
}
.hc-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #e67817, #2d6a4f);
  border-radius: 2px;
  width: 65%;
}
.hc-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}
.hc-info-item {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px 12px;
}
.hc-info-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 3px;
  font-weight: 600;
}
.hc-info-val {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}
.hc-join {
  display: block;
  background: #e67817;
  color: #fff;
  text-align: center;
  padding: 11px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 6px;
}
.schedule-mini {
  margin-top: 14px;
}
.schedule-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 8px;
}
.schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
.schedule-row:last-child {
  border-bottom: none;
}
.schedule-name {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
.schedule-time {
  color: rgba(255, 255, 255, 0.55);
}
.schedule-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* TRUST STRIP */
.trust-strip {
  background: #f9f5f0;
  border-bottom: 1px solid #e4d8c8;
  padding: 14px 0;
}
.trust-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: #3d2a1a;
  white-space: nowrap;
}
.trust-item span {
  font-size: 16px;
}
.trust-divider {
  width: 1px;
  height: 22px;
  background: #e4d8c8;
  flex-shrink: 0;
}

/* WHAT IS AYURVEDIC YOGA */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 56px;
  align-items: center;
}
.quote-block {
  background: #fef3e8;
  border-left: 4px solid #e67817;
  border-radius: 0 14px 14px 0;
  padding: 20px 22px;
  margin-top: 20px;
}
.quote-block p {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-style: italic;
  color: #3d2a1a;
  line-height: 1.65;
}
.quote-block cite {
  font-size: 11px;
  color: #8a7060;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 8px;
}
.pillar-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}
.pillar-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #f9f5f0;
  border: 1px solid #e4d8c8;
  border-radius: 12px;
  padding: 16px;
}
.pillar-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.pillar-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 3px;
}
.pillar-desc {
  font-size: 12px;
  color: #8a7060;
  line-height: 1.6;
}

/* CLASSES GRID */
.classes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.class-card {
  background: #fff;
  border: 1px solid #e4d8c8;
  border-radius: 18px;
  overflow: hidden;
  transition:
    box-shadow 0.2s,
    transform 0.18s;
  display: flex;
  flex-direction: column;
}
.class-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.class-card.featured {
  border-color: #e67817;
  box-shadow: 0 4px 20px rgba(230, 120, 23, 0.15);
}
.cc-header {
  padding: 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.cc-h1 {
  background: linear-gradient(160deg, #1a3d2b, #2d6a4f);
}
.cc-h2 {
  background: linear-gradient(160deg, #2c3e6b, #4a6fa5);
}
.cc-h3 {
  background: linear-gradient(160deg, #7a3510, #c45f0a);
}
.cc-h4 {
  background: linear-gradient(160deg, #3d1a5a, #7b3fa0);
}
.cc-h5 {
  background: linear-gradient(160deg, #1a4d2e, #52b788);
}
.cc-h6 {
  background: linear-gradient(160deg, #2c5282, #4338ca);
}
.cc-watermark {
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-size: 80px;
  opacity: 0.08;
  line-height: 1;
  pointer-events: none;
}
.cc-badge-wrap {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}
.cc-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
}
.cc-pop {
  display: inline-flex;
  align-items: center;
  background: #e67817;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
}
.cc-icon {
  font-size: 38px;
  margin-bottom: 10px;
}
.cc-name {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
.cc-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cc-tagline {
  font-size: 13px;
  color: #5c5040;
  line-height: 1.7;
  margin-bottom: 14px;
  flex: 1;
}
.cc-features {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}
.cc-feat {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #3d2a1a;
  line-height: 1.5;
}
.cc-feat::before {
  content: "✓";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: #f0faf3;
  border: 1.5px solid #52b788;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: #2d6a4f;
  line-height: 16px;
  text-align: center;
}
.cc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.cc-meta-item {
  font-size: 11px;
  color: #8a7060;
  display: flex;
  align-items: center;
  gap: 4px;
}
.cc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid #f0ede8;
}
.cc-fee {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}
.cc-fee-sub {
  font-size: 10px;
  color: #9b9b9b;
  font-family: "DM Sans", sans-serif;
  display: block;
  margin-top: 2px;
}
.cc-enroll {
  background: #e67817;
  color: #fff;
  border: none;
  padding: 9px 16px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
  transition: background 0.15s;
}
.cc-enroll:hover {
  background: #c45f0a;
  color: #fff;
}

/* HOW IT WORKS */
.hiw-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.hiw-card {
  background: #fff;
  border: 1px solid #e4d8c8;
  border-radius: 14px;
  padding: 22px;
  text-align: center;
  position: relative;
}
.hiw-num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: #e67817;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.hiw-icon {
  font-size: 36px;
  margin: 14px 0 12px;
}
.hiw-card h4 {
  font-size: 14px;
  margin-bottom: 7px;
  color: #1a1a1a;
}
.hiw-card p {
  font-size: 12px;
  color: #8a7060;
  line-height: 1.65;
}
.hiw-connector {
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #e4d8c8;
  z-index: 1;
}

/* SCHEDULE */
.schedule-wrap {
  background: #f9f5f0;
  border-radius: 18px;
  padding: 28px;
  border: 1px solid #e4d8c8;
}
.schedule-tabs {
  display: flex;
  gap: 0;
  background: #fff;
  border-radius: 10px;
  padding: 4px;
  margin-bottom: 24px;
  border: 1px solid #e4d8c8;
}
.stab {
  flex: 1;
  padding: 9px;
  border-radius: 7px;
  border: none;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: #8a7060;
  background: transparent;
  transition: all 0.15s;
}
.stab.active {
  background: #2d6a4f;
  color: #fff;
  font-weight: 600;
}
.schedule-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.schedule-table th {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a7060;
  padding: 0 14px 8px;
  text-align: left;
}
.schedule-row-tr {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.schedule-row-tr td {
  padding: 13px 14px;
  font-size: 13px;
  vertical-align: middle;
}
.schedule-row-tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.schedule-row-tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.sched-class {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
}
.sched-teacher {
  font-size: 11px;
  color: #8a7060;
}
.sched-level {
  display: inline-flex;
  background: #f0faf3;
  border: 1px solid #b7e4c7;
  border-radius: 20px;
  padding: 2px 9px;
  font-size: 10px;
  color: #2d6a4f;
  font-weight: 600;
}
.sched-level.inter {
  background: #fef3e8;
  border-color: #f6c589;
  color: #7a3510;
}
.sched-level.adv {
  background: #f5f3ff;
  border-color: #d4c5f9;
  color: #5b21b6;
}
.sched-join {
  background: #e67817;
  color: #fff;
  border: none;
  padding: 7px 14px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
}
.sched-join:hover {
  background: #c45f0a;
}
.sched-dot-g {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2d6a4f;
  display: inline-block;
}
.sched-dot-o {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e67817;
  display: inline-block;
}
.sched-dot-p {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7b3fa0;
  display: inline-block;
}

/* INSTRUCTORS */
.instructors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.instr-card {
  background: #fff;
  border: 1px solid #e4d8c8;
  border-radius: 16px;
  overflow: hidden;
  transition:
    box-shadow 0.2s,
    transform 0.18s;
}
.instr-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}
.instr-img {
  height: 210px;
  background: linear-gradient(160deg, #1a3d2b, #2d6a4f);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  position: relative;
}
.instr-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instr-body {
  padding: 22px;
  text-align: center;
}
.instr-name {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.instr-qual {
  font-size: 11px;
  color: #e67817;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
}
.instr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-bottom: 12px;
}
.instr-tag {
  background: #f0faf3;
  border: 1px solid #b7e4c7;
  border-radius: 20px;
  padding: 3px 9px;
  font-size: 10px;
  color: #2d6a4f;
  font-weight: 600;
}
.instr-bio {
  font-size: 12px;
  color: #8a7060;
  line-height: 1.7;
}

/* PRAKRITI YOGA */
.prakriti-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.pk-card {
  border-radius: 18px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.18s,
    box-shadow 0.2s;
}
.pk-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.pk-vata {
  background: linear-gradient(160deg, #e8edff, #d0daff);
  border: 1px solid #b0beff;
}
.pk-pitta {
  background: linear-gradient(160deg, #fff0e0, #ffe0c0);
  border: 1px solid #ffba80;
}
.pk-kapha {
  background: linear-gradient(160deg, #e0f5ea, #c0ebce);
  border: 1px solid #80cfa0;
}
.pk-icon {
  font-size: 40px;
  margin-bottom: 14px;
}
.pk-dosha {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 8px;
}
.pk-vata .pk-dosha {
  color: #4338ca;
}
.pk-pitta .pk-dosha {
  color: #c45f0a;
}
.pk-kapha .pk-dosha {
  color: #2d6a4f;
}
.pk-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.pk-card p {
  font-size: 13px;
  color: #3d2a1a;
  line-height: 1.7;
  margin-bottom: 14px;
}
.pk-poses {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pk-pose {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #3d2a1a;
  font-weight: 500;
}
.pk-pose::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pk-vata .pk-pose::before {
  background: #4338ca;
}
.pk-pitta .pk-pose::before {
  background: #c45f0a;
}
.pk-kapha .pk-pose::before {
  background: #2d6a4f;
}
.pk-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 14px;
  text-decoration: none;
}
.pk-vata .pk-link {
  color: #4338ca;
}
.pk-pitta .pk-link {
  color: #c45f0a;
}
.pk-kapha .pk-link {
  color: #2d6a4f;
}

/* EYE YOGA SPECIAL */
.eye-yoga-section {
  background: linear-gradient(160deg, #1a3d2b, #2d6a4f);
  padding: 72px 0;
}
.eye-yoga-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: center;
}
.eye-exercises {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
.ee-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 16px;
}
.ee-icon {
  font-size: 24px;
  margin-bottom: 8px;
}
.ee-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.ee-desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.ee-benefit {
  font-size: 10px;
  font-weight: 600;
  color: #f5a623;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* TESTIMONIALS */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tcard {
  background: #fff;
  border: 1px solid #e4d8c8;
  border-radius: 14px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tc-stars {
  color: #f5a623;
  font-size: 14px;
  letter-spacing: 2px;
}
.tc-text {
  font-size: 13px;
  color: #3d2a1a;
  line-height: 1.78;
  font-style: italic;
  flex: 1;
}
.tc-text::before {
  content: "\201C";
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #e67817;
  line-height: 0;
  vertical-align: -8px;
  margin-right: 2px;
}
.tc-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f0ede8;
}
.tc-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e67817;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.tc-name {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
}
.tc-meta {
  font-size: 11px;
  color: #9b9b9b;
  margin-top: 2px;
}
.tc-tag {
  display: inline-flex;
  background: #d8f3dc;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 10px;
  color: #1a3d2b;
  font-weight: 600;
  margin-top: 3px;
}

/* FAQ */
.faq-wrap {
  max-width: 780px;
  margin: 32px auto 0;
}
.faq-item {
  border-bottom: 1px solid #e4d8c8;
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  text-align: left;
  gap: 14px;
}
.faq-icon {
  font-size: 22px;
  color: #e67817;
  flex-shrink: 0;
  transition: transform 0.2s;
  font-style: normal;
}
.faq-a {
  font-size: 14px;
  color: #5c5040;
  line-height: 1.78;
  padding-bottom: 16px;
  display: none;
}
.faq-item.open .faq-a {
  display: block;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

/* ENROLL */
.enroll-section {
  background: linear-gradient(135deg, #1a3d2b, #2d6a4f);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.enroll-section::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}
.enroll-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: center;
}
.ef {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.ef-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 5px;
}
.ef-sub {
  font-size: 13px;
  color: #9b9b9b;
  margin-bottom: 22px;
}
.ef-group {
  margin-bottom: 14px;
}
.ef-group label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #3d3d3d;
  margin-bottom: 5px;
}
.ef-inp {
  width: 100%;
  padding: 11px 13px;
  font-size: 14px;
  border: 1.5px solid #e4d8c8;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  color: #1a1a1a;
  background: #fff;
  outline: none;
  transition: border-color 0.15s;
}
.ef-inp:focus {
  border-color: #2d6a4f;
  box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.1);
}
.ef-inp::placeholder {
  color: #c4c0b8;
}
select.ef-inp {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%239B9B9B' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  padding-right: 34px;
  cursor: pointer;
}
.ef-submit {
  width: 100%;
  background: #e67817;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  margin-top: 4px;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ef-submit:hover {
  background: #c45f0a;
}
.ef-note {
  text-align: center;
  font-size: 11px;
  color: #9b9b9b;
  margin-top: 9px;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    display: none;
  }
  .classes-grid {
    grid-template-columns: 1fr 1fr;
  }
  .instructors-grid {
    grid-template-columns: 1fr 1fr;
  }
  .prakriti-grid {
    grid-template-columns: 1fr 1fr;
  }
  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }
  .enroll-inner {
    grid-template-columns: 1fr;
  }
  .hiw-grid {
    grid-template-columns: 1fr 1fr;
  }
  .intro-grid {
    grid-template-columns: 1fr;
  }
  .eye-yoga-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .classes-grid,
  .instructors-grid,
  .prakriti-grid,
  .testi-grid,
  .hiw-grid,
  .eye-exercises {
    grid-template-columns: 1fr;
  }
  .ph {
    padding: 48px 0 40px;
  }
}
