:root {
  --blue-900: #004bd6;
  --blue-800: #1548a5;
  --blue-700: #245fc3;
  --blue-100: #eaf1ff;
  --yellow-500: #f8bf24;
  --yellow-400: #ffd35d;
  --text-900: #102348;
  --text-700: #44577b;
  --text-500: #6d7b96;
  --line: #dce6f6;
  --white: #ffffff;
  --bg: #f7faff;
  --shadow: 0 20px 48px rgba(12, 43, 102, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text-900);
  background: var(--white);
}

img {
  display: block;
  max-width: 100%;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
ul,
h1,
h2,
h3 {
  margin-top: 0;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.topbar {
  background: var(--blue-900);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
}

.topbar__inner,
.header__inner,
.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar__inner {
  min-height: 52px;
}

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

.topbar__items span,
.mini-features article,
.stats-strip article,
.reason-card,
.gallery-tile {
  display: flex;
  flex-direction: column;
}

.topbar__items span {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.topbar__cta {
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--yellow-500);
  color: var(--text-900);
  font-weight: 800;
  white-space: nowrap;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220, 230, 246, 0.75);
}

.header__inner {
  min-height: 88px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand__seal {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #1e69df, var(--blue-900));
  color: var(--white);
  font-weight: 500; 
  flex: 0 0 auto;
}

.brand__seal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand__copy strong,
.brand__copy span,
.brand__copy small {
  display: block;
}

.brand__copy strong {
  font-size: 1.45rem;
  line-height: 1.05;
  color: var(--blue-900);
}

.brand__copy span {
  margin-top: 4px;
  font-weight: 700;
  color: #34528e;
}

.brand__copy small {
  margin-top: 4px;
  color: var(--text-500);
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 700;
}

.nav a {
  position: relative;
  color: var(--text-700);
}

.nav a.is-active,
.nav a:hover {
  color: var(--blue-900);
}

.nav a.is-active::after,
.nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: var(--yellow-500);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 14px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(13, 61, 146, 0.18);
}

.button--solid {
  background: linear-gradient(135deg, var(--blue-800), var(--blue-900));
  color: var(--white);
}

.button--ghost {
  border: 1px solid #9ab0db;
  background: rgba(255, 255, 255, 0.82);
  color: var(--blue-900);
}

.button--accent {
  background: linear-gradient(135deg, var(--yellow-500), var(--yellow-400));
  color: var(--text-900);
}

.nav .button--solid {
  color: var(--white);
}

.nav .button--solid:hover {
  color: var(--white);
}

.button--small {
  min-height: 46px;
  padding: 0 18px;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue-900);
}

.nav-toggle span + span {
  margin-top: 5px;
}

.icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: 0 0 auto;
}

.icon--feature,
.icon--step,
.icon--reason,
.icon--gallery {
  width: 28px;
  height: 28px;
}

.icon--feature,
.icon--step {
  color: var(--blue-800);
}

.icon--panel {
  width: 32px;
  height: 32px;
}

.icon--stat {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 14px;
  color: #ffe18f;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 32px 0 28px;
  background:
    radial-gradient(circle at top left, rgba(62, 128, 255, 0.16), transparent 38%),
    linear-gradient(180deg, #f4f9ff 0%, #ffffff 58%);
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 35%, rgba(255, 255, 255, 0.14) 100%);
  pointer-events: none;
}

.hero__grid,
.about,
.hospital,
.course-admission,
.message-grid,
.info-panels {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.hero__grid {
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(36, 95, 195, 0.08);
  color: var(--blue-800);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section-tag--light {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
}

.hero h1 {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 0.98;
  color: var(--blue-900);
  letter-spacing: -0.04em;
}

.hero__text,
.about p,
.hospital__copy p,
.message-card p,
.info-card p,
.info-card li {
  color: var(--text-700);
  line-height: 1.65;
  font-size: 1.03rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}

.mini-features,
.stats-strip,
.reason-grid,
.process-steps,
.gallery-grid,
.footer__grid,
.hospital__highlights,
.feature-list {
  display: grid;
  gap: 16px;
}

.mini-features {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-features article {
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.mini-features strong,
.stats-strip strong,
.reason-card strong,
.about-highlights__card strong,
.hospital-panel__stats strong,
.process-steps span,
.fees-board strong,
.message-card h3,
.footer h3 {
  display: block;
}

.mini-features strong {
  color: var(--blue-900);
  font-size: 1.02rem;
}

.mini-features span,
.stats-strip small,
.reason-card span,
.process-steps small,
.footer a,
.footer p {
  color: var(--text-500);
}

.hero__visual img,
.card-image img,
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__visual {
  min-height: 450px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(21, 72, 165, 0.12);
}

.hero__visual img {
  object-position: right top;
}

.stats-strip {
  margin-top: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  border-radius: 28px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.stats-strip article {
  position: relative;
  min-height: 154px;
  padding: 24px 24px 22px;
  border-right: 0;
  border-radius: 26px;
  overflow: hidden;
  background: #0f3d92;
  box-shadow: 0 20px 34px rgba(15, 61, 146, 0.2);
  color: var(--white);
  justify-content: flex-start;
}

.stats-strip article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.stats-strip article:last-child {
  border-right: 0;
}

.stats-strip__label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: #ffd76e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
}

.stats-strip strong {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  font-size: clamp(1.7rem, 2vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.stats-strip small {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.45;
}

.stats-strip article:nth-child(2) {
  background: #1548a5;
}

.stats-strip article:nth-child(3) {
  background: #1a56bf;
}

.stats-strip article:nth-child(4) {
  background: #245fc3;
}

.section {
  padding: 82px 0;
}

.section--about {
  padding-top: 56px;
}

.section--muted {
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

.about,
.hospital {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
}

.about h2,
.section-heading h2,
.hospital__copy h2,
.course-card h2,
.cta-band h2 {
  margin-bottom: 16px;
  color: var(--blue-900);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  list-style: none;
  margin-top: 26px;
}

.feature-list li {
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--blue-900);
  font-weight: 700;
}

.card-image {
  min-height: 360px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-highlights,
.hospital-panel {
  min-height: 360px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about__visual img {
  object-position: center 22%;
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 26px;
  background:
    radial-gradient(circle at top right, rgba(248, 191, 36, 0.22), transparent 28%),
    linear-gradient(145deg, #eff5ff 0%, #dfeafc 100%);
  border: 1px solid var(--line);
}

.about-highlights__card {
  padding: 24px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(21, 72, 165, 0.12);
}

.about-highlights__card .icon {
  margin-bottom: 14px;
  color: var(--blue-800);
}

.about-highlights__card strong,
.hospital-panel__badge strong,
.hospital-panel__stats strong {
  color: var(--blue-900);
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.about-highlights__card span,
.hospital-panel__stats span,
.gallery-tile span {
  color: var(--text-700);
  line-height: 1.6;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading.center {
  text-align: center;
}

.reason-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reason-card,
.process-steps article,
.info-card,
.message-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(16, 35, 72, 0.08);
}

.reason-card {
  padding: 24px 18px;
  text-align: center;
  align-items: center;
}

.reason-card strong {
  margin-bottom: 10px;
  color: var(--blue-900);
  font-size: 1.06rem;
}

.reason-card .icon {
  margin-bottom: 14px;
  color: var(--blue-800);
}

.course-admission {
  grid-template-columns: 0.9fr 1.5fr;
  align-items: start;
}

.course-card {
  padding: 32px;
  background: linear-gradient(145deg, #194ca7 0%, #0c377f 100%);
  color: var(--white);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.course-card h2,
.course-card li {
  color: var(--white);
}

.pill {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(248, 191, 36, 0.18);
  color: var(--yellow-400);
  font-weight: 800;
  margin-bottom: 18px;
}

.course-card ul,
.info-card ul {
  margin: 0;
  padding-left: 18px;
}

.course-card li,
.info-card li {
  margin-bottom: 10px;
}

.process-card {
  padding: 10px 0 0;
}

.process-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-steps article {
  padding: 24px 18px;
  text-align: center;
}

.process-steps strong {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--blue-100);
  color: var(--blue-900);
  font-size: 1.35rem;
}

.process-steps span {
  margin-bottom: 8px;
  color: var(--blue-900);
  font-weight: 800;
  font-size: 1.02rem;
}

.process-steps .icon {
  margin: 0 auto 12px;
}

.fees-board {
  margin-top: 32px;
}

.fees-board__title {
  margin-bottom: 14px;
  color: var(--blue-900);
  font-size: 1.25rem;
  font-weight: 800;
}

.fees-board__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 35, 72, 0.08);
}

.fees-board__grid article {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.fees-board__grid article:last-child {
  border-right: 0;
}

.fees-board__grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--text-700);
}

.fees-board__grid strong {
  color: var(--blue-900);
  font-size: 1.8rem;
}

.fees-board__total {
  background: linear-gradient(135deg, #ffd76e 0%, #f8bf24 100%);
}

.info-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card {
  padding: 30px;
}

.info-card--accent {
  background: linear-gradient(180deg, #fff9e8 0%, #fff4d0 100%);
}

.hospital__highlights {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.hospital__highlights span {
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--blue-900);
  font-weight: 700;
}

.hospital__image img {
  object-position: center 88%;
}

.hospital-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background:
    radial-gradient(circle at top left, rgba(248, 191, 36, 0.2), transparent 30%),
    linear-gradient(145deg, #f3f7ff 0%, #e0eaff 100%);
  border: 1px solid var(--line);
}

.hospital-panel__badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.hospital-panel__badge .icon {
  color: var(--blue-800);
}

.hospital-panel__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.hospital-panel__stats article {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(21, 72, 165, 0.12);
}

.message-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.message-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  padding: 24px;
  align-items: start;
}

.avatar {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue-900), var(--blue-700));
  color: var(--white);
  font-weight: 800;
  font-size: 1.8rem;
}

.message-card h3 {
  margin-bottom: 12px;
  color: var(--blue-900);
}

.gallery-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gallery-grid figure {
  margin: 0;
  height: 184px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(16, 35, 72, 0.08);
}

.gallery-tile {
  justify-content: center;
  padding: 24px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(239, 245, 255, 0.96));
  border: 1px solid var(--line);
}

.gallery-tile .icon {
  margin-bottom: 14px;
  color: var(--blue-800);
}

.gallery-tile strong {
  margin-bottom: 10px;
  color: var(--blue-900);
  font-size: 1.05rem;
}

.gallery-grid figure:nth-child(1) img { object-position: left top; }
.gallery-grid figure:nth-child(2) img { object-position: center 24%; }
.gallery-grid figure:nth-child(3) img { object-position: center 46%; }
.gallery-grid figure:nth-child(4) img { object-position: center 70%; }
.gallery-grid figure:nth-child(5) img { object-position: right 82%; }

.gallery-action {
  margin-top: 24px;
  text-align: center;
}

.cta-band {
  padding: 42px 0;
  background:
    radial-gradient(circle at top right, rgba(24, 79, 180, 0.08), transparent 30%),
    #fff8e8;
  color: var(--text-900);
  border-top: 1px solid #f3ddb0;
  border-bottom: 1px solid #f3ddb0;
}

.cta-band h2,
.cta-band p {
  color: inherit;
}

.cta-band h2 {
  margin-bottom: 8px;
  color: var(--blue-900);
}

.cta-band p {
  color: var(--text-700);
}

.cta-band .cta-band__inner {
  padding: 28px 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(21, 72, 165, 0.08);
  box-shadow: 0 18px 36px rgba(16, 35, 72, 0.08);
}

.cta-band .button--accent {
  background: linear-gradient(135deg, #184fb4, #0f3d92);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(15, 61, 146, 0.22);
}

.cta-band .button--accent:hover {
  box-shadow: 0 20px 34px rgba(15, 61, 146, 0.28);
}

.footer {
  background: #0a2f70;
  color: rgba(255, 255, 255, 0.92);
}

.footer__grid {
  grid-template-columns: 1.3fr repeat(4, 1fr);
  padding: 52px 0;
}

.brand--footer .brand__copy strong,
.footer h3 {
  color: var(--white);
}

.footer h3 {
  margin-bottom: 16px;
  font-size: 1.05rem;
}

.footer a,
.footer p {
  display: block;
  margin-bottom: 10px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px 0;
}

@media (max-width: 1120px) {
  .brand__copy strong {
    font-size: 1.35rem;
  }

  .nav {
    gap: 14px;
    font-size: 0.95rem;
  }

  .hero__grid,
  .about,
  .hospital,
  .course-admission,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer__grid {
    gap: 30px;
  }
}

@media (max-width: 860px) {
  .topbar {
    display: none;
  }

  .header__inner {
    min-height: 76px;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 16px 22px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 30px rgba(16, 35, 72, 0.08);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a.is-active::after,
  .nav a:hover::after {
    bottom: -4px;
  }

  .hero {
    padding-top: 22px;
  }

  .hero__visual {
    min-height: 420px;
  }

  .mini-features,
  .stats-strip,
  .feature-list,
  .info-panels,
  .message-grid,
  .hospital__highlights,
  .fees-board__grid,
  .about-highlights,
  .hospital-panel__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-strip article,
  .fees-board__grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .stats-strip article {
    min-height: 0;
  }

  .fees-board__grid article {
    border-bottom: 1px solid var(--line);
  }

  .stats-strip article:last-child,
  .stats-strip article:nth-last-child(2),
  .fees-board__grid article:last-child,
  .fees-board__grid article:nth-last-child(2) {
    border-bottom: 0;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .brand__seal {
    width: 62px;
    height: 62px;
    font-size: 0.95rem;
  }

  .brand__copy strong {
    font-size: 1rem;
  }

  .brand__copy span,
  .brand__copy small {
    font-size: 0.82rem;
  }

  .button,
  .button--small {
    width: 100%;
  }

  .mini-features,
  .stats-strip,
  .feature-list,
  .reason-grid,
  .process-steps,
  .info-panels,
  .message-grid,
  .gallery-grid,
  .hospital__highlights,
  .fees-board__grid,
  .about-highlights,
  .hospital-panel__stats {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .hero__visual {
    min-height: 320px;
  }

  .course-card,
  .info-card,
  .message-card {
    padding: 22px;
  }

  .message-card {
    grid-template-columns: 1fr;
  }

  .avatar {
    width: 64px;
    height: 64px;
  }
}
