body.inner-page {
  background:
    radial-gradient(circle at top left, rgba(255, 215, 0, 0.1), transparent 28%),
    radial-gradient(circle at top right, rgba(32, 56, 112, 0.18), transparent 26%),
    linear-gradient(180deg, #020202 0%, #060814 38%, #050505 100%);
}

.page-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: 150px 8% 90px;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(4, 6, 14, 0.94), rgba(18, 21, 34, 0.82)),
    radial-gradient(circle at top right, rgba(255, 215, 0, 0.12), transparent 26%);
  z-index: 0;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 40px;
  align-items: center;
}

.page-hero-copy .section-tag,
.split-copy .section-tag,
.section-copy .section-tag {
  display: inline-block;
  margin-bottom: 18px;
  color: #ffd700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.page-hero-copy h1 {
  font-family: "Cinzel", serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.08;
  margin-bottom: 22px;
  background: linear-gradient(180deg, #fff6d8, #ffd700 58%, #b8860b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-hero-copy p {
  max-width: 700px;
  color: #d7d7d7;
  line-height: 1.85;
  font-size: 18px;
}

.page-hero-card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.page-hero-card h3 {
  font-family: "Cinzel", serif;
  color: #ffd700;
  font-size: 28px;
  margin-bottom: 18px;
}

.page-hero-card p,
.page-hero-card li {
  color: #e1e1e1;
  line-height: 1.8;
}

.page-hero-card ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.section-shell {
  padding: 100px 8%;
}

.section-shell.alt {
  background: rgba(255, 255, 255, 0.02);
}

.section-copy {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-copy h2,
.split-copy h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.15;
  margin-bottom: 18px;
  color: #fff;
}

.section-copy p,
.split-copy p {
  color: #cecece;
  line-height: 1.85;
  font-size: 17px;
}

.metrics-grid,
.card-grid,
.timeline-grid,
.contact-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.metrics-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.metric-card,
.info-card,
.timeline-card,
.contact-card,
.faq-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 215, 0, 0.14);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.metric-card:hover,
.info-card:hover,
.timeline-card:hover,
.contact-card:hover,
.faq-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 22px 48px rgba(255, 215, 0, 0.16);
}

.metric-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-family: "Cinzel", serif;
  color: #ffd700;
}

.metric-card span,
.metric-card p,
.info-card p,
.timeline-card p,
.contact-card p,
.faq-card p {
  color: #d6d6d6;
  line-height: 1.8;
}

.split-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: center;
}

.split-visual {
  min-height: 460px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  background:
    linear-gradient(160deg, rgba(255, 215, 0, 0.15), rgba(7, 10, 20, 0.25)),
    url("dr-arvind.jpg") center/cover no-repeat;
}

.split-copy {
  max-width: 640px;
}

.feature-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-list li {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 215, 0, 0.12);
  color: #f1f1f1;
}

.card-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card-grid.two-col {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.info-card .icon-badge,
.contact-card .icon-badge {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffd700, #b8860b);
  color: #111;
  font-size: 22px;
  box-shadow: 0 15px 35px rgba(255, 215, 0, 0.25);
}

.info-card h3,
.timeline-card h3,
.contact-card h3,
.faq-card h3 {
  margin-bottom: 14px;
  font-size: 24px;
  color: #ffd700;
  font-family: "Playfair Display", serif;
}

.timeline-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.bullet-panel {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.bullet-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 215, 0, 0.14);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.bullet-card h3 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #ffd700;
  font-family: "Playfair Display", serif;
}

.bullet-card ul {
  list-style: none;
  display: grid;
  gap: 12px;
}

.bullet-card li {
  color: #ddd;
  line-height: 1.75;
  padding-left: 18px;
  position: relative;
}

.bullet-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffd700;
}

.mentor-panel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 215, 0, 0.16);
}

.mentor-panel h3 {
  color: #ffd700;
  font-size: 28px;
  margin-bottom: 18px;
  font-family: "Cinzel", serif;
}

.mentor-panel p {
  color: #d6d6d6;
  line-height: 1.85;
  margin-bottom: 14px;
}

.mentor-highlights {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.mentor-highlights li {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.12);
  color: #f0f0f0;
}

.timeline-card .step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.12);
  border: 1px solid rgba(255, 215, 0, 0.22);
  color: #ffd700;
  font-weight: 700;
}

.contact-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.contact-stack,
.faq-stack {
  display: grid;
  gap: 22px;
}

.contact-card a {
  color: #ffd700;
  text-decoration: none;
}

.cta-panel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 42px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 215, 0, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.18);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cta-panel h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  color: #fff;
}

.cta-panel p {
  color: #d7d7d7;
  line-height: 1.8;
  max-width: 700px;
}

.cta-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .page-hero-content,
  .split-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: auto;
    padding: 140px 20px 80px;
  }

  .section-shell {
    padding: 80px 20px;
  }

  .split-visual {
    min-height: 360px;
  }

  .cta-panel {
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .page-hero-copy p,
  .section-copy p,
  .split-copy p {
    font-size: 16px;
  }

  .page-hero-card,
  .metric-card,
  .info-card,
  .timeline-card,
  .contact-card,
  .faq-card {
    padding: 22px;
  }

  .cta-actions .btn,
  .cta-actions .contact-btn {
    width: 100%;
    text-align: center;
  }
}
