:root {
  --indigo: #1A2C6B;
  --indigo-deep: #0E1A42;
  --violet: #3D52C0;
  --violet-light: #EEF1FB;
  --sky-blue: #C9D3F5;
  --warm-white: #F8F9FD;
  --slate: #3A4268;
  --text: #111827;
  --muted: #606B8A;
  --accent: #5B7CFA;
  --border: #D0D7F2;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
}

/* ── HERO ──────────────────────────────────────────────────── */
.ra-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--indigo-deep);
}

.ra-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.30;
}

.ra-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(14, 26, 66, 0.45) 0%, rgba(14, 26, 66, 0.94) 70%);
}

.ra-hero__content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  padding: 64px 48px 56px;
}

.ra-hero__eyebrow {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(91, 124, 250, 0.45);
  border-radius: 40px;
  padding: 4px 14px;
  margin-bottom: 20px;
}

.ra-hero__title {
  font-family: var(--font-display);
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
}

.ra-hero__title span {
  color: var(--accent);
}

.ra-hero__lead {
  color: rgba(255, 255, 255, 0.78);
  max-width: 580px;
}

.ra-hero__wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  line-height: 0;
}

/* ── SCAN LINE SIGNATURE BAR ───────────────────────────────── */
.ra-scan-bar {
  background: var(--indigo-deep);
  padding: 0;
  overflow: hidden;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ra-scan-bar__track {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 2px;
  background: rgba(91, 124, 250, 0.18);
}

.ra-scan-bar__glow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 18px;
  background: linear-gradient(90deg, transparent, rgba(91, 124, 250, 0.7), transparent);
  border-radius: 50%;
  animation: ri-scan 3s ease-in-out infinite;
}

@keyframes ri-scan {
  0% {
    left: -10%;
  }

  100% {
    left: 110%;
  }
}

/* ── LAYOUT SHELL ──────────────────────────────────────────── */
.ra-page {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

/* ── SECTION HEADER ────────────────────────────────────────── */
.ra-section {
  margin-top: 72px;
}

.ra-section__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: 10px;
}

.ra-section__label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.ra-section__title {
  color: var(--indigo);
  margin-bottom: 16px;
}

.ra-section__bod {
  color: var(--slate);
  max-width: 780px;
}

/* ── ABOUT TWO-COL ─────────────────────────────────────────── */
.ra-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
}

.ra-about-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.ra-about-card__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.ra-about-card__body {
  padding: 24px;
}

.ra-about-card__tag {
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: 8px;
}

.ra-about-card__title {
  color: var(--indigo);
  margin-bottom: 10px;
}

.ra-about-card__text {
  color: var(--slate);
  line-height: 1.65;
}

/* ── CURRICULUM BAND ───────────────────────────────────────── */
.ra-curriculum {
  background: var(--indigo-deep);
  border-radius: var(--radius-lg);
  padding: 48px;
  margin-top: 72px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.ra-curriculum::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(91, 124, 250, 0.10);
}

.ra-curriculum__label {
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.ra-curriculum__title {
  margin-bottom: 14px;
  color: rgb(255, 255, 255);
}

.ra-curriculum__text {
  color: rgb(255, 255, 255);
  max-width: 1280px;
  margin-bottom: 28px;
}

.ra-curriculum__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ra-curriculum__pill {
  background: rgba(91, 124, 250, 0.18);
  border: 1px solid rgba(91, 124, 250, 0.35);
  color: var(--sky-blue);
  border-radius: 40px;
  padding: 6px 16px;
  font-weight: 500;
}

/* ── MODALITY HIGHLIGHT STRIP ──────────────────────────────── */
.ra-modality-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.ra-modality-tile {
  background: var(--indigo);
  border-radius: var(--radius-md);
  padding: 24px 18px;
  text-align: center;
  color: #fff;
}

.ra-modality-tile__ico {
  margin-bottom: 10px;
  display: block;
}

.ra-modality-tile__label {
  font-weight: 600;
  color: var(--sky-blue);
}

span.ra-modality-tile__icon {
  font-size: 50px;
}

/* ── LAB GRID ──────────────────────────────────────────────── */
.ra-lab-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.ra-lab-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.ra-lab-card:hover {
  box-shadow: 0 8px 28px rgba(26, 44, 107, 0.10);
}

.ra-lab-card__img {
  width: 100%;
  height: 248px;
  object-fit: cover;
}

.ra-lab-card__body {
  padding: 18px 20px;
}

.ra-lab-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--violet-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ra-lab-card__icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--violet);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ra-lab-card__name {
  font-weight: 600;
  color: var(--indigo);
}

/* ── CLINICAL SECTION ──────────────────────────────────────── */
.ra-clinical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 72px;
}

.ra-clinical__img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}

.ra-clinical__img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.ra-clinical__badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--indigo-deep);
  color: #fff;
  border-radius: var(--radius-sm);
  padding: 10px 16px;
  font-weight: 600;
}

.ra-clinical__badge span {
  display: block;
  color: var(--accent);
}

.ra-clinical__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.ra-clinical__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--slate);
}

.ra-clinical__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* ── CAREER GRID ───────────────────────────────────────────── */
.ra-career-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.ra-career-card {
  background: var(--violet-light);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px 18px;
  text-align: center;
}

.ra-career-card__icon {
  margin-bottom: 10px;
  font-size: 55px;
}

.ra-career-card__title {
  font-weight: 600;
  color: var(--indigo);
  line-height: 1.4;
}

/* ── HIGHER EDU ────────────────────────────────────────────── */
.ra-edu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.ra-edu-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px;
}

.ra-edu-item__num {
  color: var(--border);
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.ra-edu-item__text {
  font-weight: 500;
  color: var(--slate);
}

/* ── VISION & MISSION ──────────────────────────────────────── */
.ra-vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.ra-vm-card {
  border-radius: var(--radius-lg);
  padding: 36px;
  background-color: #f0f8ff;
}

.ra-vm-card--vision {
  background: var(--indigo-deep);
  color: #fff;
}

.ra-vm-card--mission {
  background: var(--violet);
  color: #fff;
}

.ra-vm-card__label {
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 10px;
}

.ra-vm-card__title {
  font-family: var(--font-display);
  margin-bottom: 14px;
}

.ra-vm-card__text {
  line-height: 1.75;
  opacity: 0.88;
}

/* ── INDUSTRY BAND ─────────────────────────────────────────── */
.ra-industry {
  background: var(--violet-light);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 38px;
  align-items: center;
}

.ra-industry__img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.ra-industry__section-label {
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: 10px;
}

.ra-industry__title {
  color: var(--indigo);
  margin-bottom: 14px;
}

.ra-industry__text {
  color: var(--slate);
  line-height: 1.7;
}

/* ── FOOTER ────────────────────────────────────────────────── */
.ra-footer {
  background: var(--indigo-deep);
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 24px;
  margin-top: 80px;
}

.ra-footer strong {
  color: rgba(255, 255, 255, 0.9);
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 768px) {
  .ra-hero__content {
    padding: 40px 24px 44px;
  }

  .ra-about-grid,
  .ra-clinical,
  .ra-vm-grid,
  .ra-industry {
    grid-template-columns: 1fr;
  }

  .ra-lab-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ra-career-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ra-edu-list {
    grid-template-columns: 1fr;
  }

  .ra-modality-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .ra-curriculum {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {

  .ra-lab-grid,
  .ra-career-grid,
  .ra-modality-strip {
    grid-template-columns: 1fr;
  }
}

.ct-vm-card--vision {
  background: #017789;
  color: #fff;
}

.ct-vm-card--mission {
  background: #012089;
  color: #fff;
}