.prep-hero {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 220px;
  max-height: 360px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 218, 185, 0.15);
}

.prep-hero img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 360px;
  object-fit: cover;
  object-position: center 35%;
}

.prep-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 22, 48, 0.92) 0%, rgba(4, 22, 48, 0.35) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
}

html.prep-page-root,
body.prep-page {
  margin: 0;
  overflow: hidden;
  height: 100%;
}

.prep-shell {
  width: 100%;
}

.prep-brand:hover {
  opacity: 0.92;
}

.prep-topbar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .prep-topbar {
    grid-template-columns: auto 1fr auto;
  }
}

.prep-content {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
}

.prep-content .glass-card {
  padding: 1.25rem 1.35rem;
  margin-bottom: 1rem;
}

.prep-content h2 {
  color: #ffdab9;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.prep-content h3 {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.25rem 0 0.5rem;
}

.prep-content p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  margin: 0 0 0.85rem;
}

.prep-gurmukhi {
  font-family: 'Noto Sans Gurmukhi', 'Gurmukhi MT', serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 218, 185, 0.95);
  margin: 0.5rem 0 0.75rem;
}

.prep-quote {
  border-left: 3px solid rgba(255, 218, 185, 0.45);
  padding-left: 1rem;
  margin: 0.75rem 0 1rem;
}

.prep-quote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.prep-subtitle {
  color: rgba(255, 218, 185, 0.85);
  font-size: 0.95rem;
  margin-top: 0.25rem;
}

.prep-main-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  min-height: 0;
  padding-bottom: 1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.prep-main-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
