body {
  background: #f8fafc;
}

.case-studies-body {
  animation: none;
}

.testimonial-body {
  animation: none;
}

.naac-guide-body {
  animation: none;
}

.privacy-policy-body {
  animation: none;
}

.page-shell {
  min-height: 100vh;
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.page-nav-link {
  border-radius: 9999px;
  padding: 0.625rem 0.95rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #475569;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-nav-link:hover,
.page-nav-link.is-active {
  background: #e0f2fe;
  color: #002b64;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(6, 182, 212, 0.18), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #eef9ff 58%, #f8fafc 100%);
}

.page-hero::after {
  position: absolute;
  right: -7rem;
  bottom: -9rem;
  width: 22rem;
  height: 22rem;
  content: "";
  border-radius: 9999px;
  background: rgba(255, 122, 0, 0.16);
  filter: blur(18px);
}

.page-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.page-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, transparent, rgba(6, 182, 212, 0.08), transparent);
  opacity: 0;
  transform: translateX(-35%);
  transition: opacity 0.35s ease, transform 0.6s ease;
  pointer-events: none;
}

.page-card:hover {
  transform: translateY(-4px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.page-card:hover::after {
  opacity: 1;
  transform: translateX(35%);
}

.page-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: #e0f2fe;
  padding: 0.5rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #002b64;
}

.page-section {
  scroll-margin-top: 110px;
}

.page-footer {
  background: #020617;
  color: #cbd5e1;
}

.page-footer a {
  color: #e2e8f0;
}

.page-footer a:hover {
  color: #ffffff;
}

.page-feature-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.page-feature-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: #475569;
  font-size: 0.925rem;
  line-height: 1.65;
}

.page-feature-list li::before {
  flex: 0 0 auto;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.55rem;
  content: "";
  border-radius: 9999px;
  background: #ff7a00;
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.13);
}

.page-band {
  background:
    radial-gradient(circle at 88% 20%, rgba(6, 182, 212, 0.15), transparent 32%),
    linear-gradient(135deg, #0f172a 0%, #002b64 58%, #075985 100%);
  color: #ffffff;
}

.page-band-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.5rem;
}

.page-stat {
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 1.25rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.page-form-field {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 0.85rem 1rem;
  font-size: 0.925rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-form-field:focus {
  border-color: #002b64;
  box-shadow: 0 0 0 4px rgba(0, 43, 100, 0.09);
}

.journey-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  isolation: isolate;
  transform: translateZ(0);
}

.journey-visual::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.22) 46%, transparent 58%);
  transform: translateX(-120%);
  animation: journey-light-sweep 5.5s ease-in-out infinite;
  pointer-events: none;
}

.journey-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.7s ease;
}

.journey-visual:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.018);
}

.journey-visual-feature {
  animation: journey-card-arrive 0.9s ease-out both;
}

.journey-visual-glow {
  position: absolute;
  z-index: 0;
  width: 12rem;
  height: 12rem;
  border-radius: 9999px;
  filter: blur(28px);
  opacity: 0.45;
  animation: journey-glow-float 8s ease-in-out infinite alternate;
}

.journey-visual-glow-one {
  top: -4rem;
  left: -3rem;
  background: #06b6d4;
}

.journey-visual-glow-two {
  right: -3rem;
  bottom: -4rem;
  background: #ff7a00;
  animation-delay: -2s;
}

.journey-evolution-visual,
.journey-infographic {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 20% 15%, rgba(6, 182, 212, 0.22), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(255, 122, 0, 0.18), transparent 30%),
    rgba(255, 255, 255, 0.08);
  padding: 1.25rem;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  isolation: isolate;
  animation: journey-card-arrive 0.9s ease-out both;
}

.journey-evolution-visual::before,
.journey-infographic::before {
  position: absolute;
  inset: -35%;
  z-index: 0;
  content: "";
  background: conic-gradient(from 180deg, transparent, rgba(6, 182, 212, 0.14), rgba(255, 122, 0, 0.16), transparent);
  animation: visual-spin 22s linear infinite;
}

.journey-visual-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  border-radius: 1.25rem;
  background: rgba(2, 6, 23, 0.32);
  padding: 1rem;
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.journey-visual-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  background: #ff7a00;
  box-shadow: 0 0 0 6px rgba(255, 122, 0, 0.16), 0 0 26px rgba(255, 122, 0, 0.7);
  animation: journey-dot-pulse 2.6s ease-in-out infinite;
}

.journey-era-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.journey-era-grid::before {
  position: absolute;
  top: 3.1rem;
  right: 8%;
  left: 8%;
  height: 2px;
  content: "";
  border-radius: 9999px;
  background: linear-gradient(90deg, #06b6d4, #22c55e, #ff7a00, #7c3aed, #06b6d4);
  background-size: 220% 100%;
  animation: journey-track-flow 5s linear infinite;
}

.journey-era-card {
  position: relative;
  min-height: 12.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.94);
  padding: 1rem;
  color: #0f172a;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  animation: era-card-float 7s ease-in-out infinite;
}

.journey-era-card:nth-child(2) { animation-delay: -1.1s; }
.journey-era-card:nth-child(3) { animation-delay: -2.2s; }
.journey-era-card:nth-child(4) { animation-delay: -3.3s; }
.journey-era-card:nth-child(5) { animation-delay: -4.4s; }

.journey-era-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 4.5rem;
  height: 4.5rem;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 9999px;
  color: #002b64;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  animation: era-icon-pulse 3.2s ease-in-out infinite;
}

.journey-era-card:nth-child(2) .journey-era-icon { color: #15803d; }
.journey-era-card:nth-child(3) .journey-era-icon { color: #e26b00; }
.journey-era-card:nth-child(4) .journey-era-icon { color: #6d28d9; }
.journey-era-card:nth-child(5) .journey-era-icon { color: #087990; }

.journey-era-icon svg {
  width: 2.35rem;
  height: 2.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-era-card b {
  display: block;
  margin-top: 1rem;
  color: #002b64;
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.journey-era-card p {
  margin-top: 0.45rem;
  color: #334155;
  font-size: 0.86rem;
  line-height: 1.55;
}

.journey-mini-track {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
}

.journey-mini-track span {
  display: inline-flex;
  min-width: 4.2rem;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(2, 6, 23, 0.45);
  padding: 0.55rem 0.75rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.journey-era-lane {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.journey-era-lane::before {
  position: absolute;
  top: 3.15rem;
  right: 8%;
  left: 8%;
  height: 2px;
  content: "";
  border-radius: 9999px;
  background: linear-gradient(90deg, #0b5aaa, #2f8b24, #ff7a00, #6d28d9, #087990);
  background-size: 220% 100%;
  animation: journey-track-flow 5s linear infinite;
}

.journey-era-lane article {
  position: relative;
  min-height: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  padding: 1rem;
  color: #0f172a;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  animation: era-card-float 7s ease-in-out infinite;
}

.journey-era-lane article:nth-child(2) { animation-delay: -1.1s; }
.journey-era-lane article:nth-child(3) { animation-delay: -2.2s; }
.journey-era-lane article:nth-child(4) { animation-delay: -3.3s; }
.journey-era-lane article:nth-child(5) { animation-delay: -4.4s; }

.journey-era-lane article b {
  display: block;
  margin-top: 1rem;
  color: #002b64;
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.journey-era-lane article p {
  margin-top: 0.45rem;
  color: #334155;
  font-size: 0.84rem;
  line-height: 1.5;
}

.journey-event-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.journey-event-grid::before {
  position: absolute;
  top: 2.2rem;
  right: 1rem;
  left: 1rem;
  height: 2px;
  content: "";
  border-radius: 9999px;
  background: linear-gradient(90deg, #0b5aaa, #2f8b24, #ff7a00, #6d28d9, #087990, #0b5aaa);
  background-size: 220% 100%;
  animation: journey-track-flow 6s linear infinite;
}

.journey-event {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  color: #0f172a;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.journey-event.is-active {
  border-color: rgba(255, 122, 0, 0.55);
  box-shadow: 0 22px 52px rgba(255, 122, 0, 0.2);
  transform: translateY(-6px);
}

.journey-event span {
  position: absolute;
  top: -0.85rem;
  left: 1rem;
  border-radius: 9999px;
  background: #0b5aaa;
  padding: 0.45rem 0.65rem;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 0 0 5px rgba(11, 90, 170, 0.16);
}

.journey-event:nth-child(2n) span { background: #2f8b24; box-shadow: 0 0 0 5px rgba(47, 139, 36, 0.16); }
.journey-event:nth-child(3n) span { background: #ff7a00; box-shadow: 0 0 0 5px rgba(255, 122, 0, 0.16); }
.journey-event:nth-child(4n) span { background: #6d28d9; box-shadow: 0 0 0 5px rgba(109, 40, 217, 0.16); }
.journey-event:nth-child(5n) span { background: #087990; box-shadow: 0 0 0 5px rgba(8, 121, 144, 0.16); }

.journey-event i {
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  border: 1.5px solid currentColor;
  border-radius: 1rem;
  color: #0b5aaa;
  background: #ffffff;
  margin-top: 0.7rem;
  animation: era-icon-pulse 3.4s ease-in-out infinite;
}

.journey-event:nth-child(2n) i { color: #2f8b24; }
.journey-event:nth-child(3n) i { color: #ff7a00; }
.journey-event:nth-child(4n) i { color: #6d28d9; }
.journey-event:nth-child(5n) i { color: #087990; }

.journey-event svg {
  width: 2.15rem;
  height: 2.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-event h3 {
  margin-top: 0.8rem;
  color: #002b64;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.journey-event p {
  margin-top: 0.4rem;
  color: #334155;
  font-size: 0.8rem;
  line-height: 1.5;
}

.journey-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.journey-highlight span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.75rem 1rem;
  color: #e0f2fe;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.journey-clear-timeline {
  position: relative;
  display: grid;
  gap: 1.25rem;
}

.journey-clear-timeline::before {
  position: absolute;
  top: 0.75rem;
  bottom: 0.75rem;
  left: 1rem;
  width: 2px;
  content: "";
  border-radius: 9999px;
  background: linear-gradient(180deg, #06b6d4, #ff7a00, #7c3aed, #06b6d4);
  background-size: 100% 220%;
  animation: journey-line-flow 7s linear infinite;
}

.journey-milestone {
  position: relative;
  margin-left: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  animation: journey-card-arrive 0.85s ease-out both, journey-card-float 7s ease-in-out infinite;
}

.journey-milestone:nth-child(2) { animation-delay: 0.08s, -1s; }
.journey-milestone:nth-child(3) { animation-delay: 0.16s, -2s; }
.journey-milestone:nth-child(4) { animation-delay: 0.24s, -3s; }
.journey-milestone:nth-child(5) { animation-delay: 0.32s, -4s; }
.journey-milestone:nth-child(6) { animation-delay: 0.4s, -5s; }
.journey-milestone:nth-child(7) { animation-delay: 0.48s, -6s; }
.journey-milestone:nth-child(8) { animation-delay: 0.56s, -7s; }
.journey-milestone:nth-child(9) { animation-delay: 0.64s, -8s; }
.journey-milestone:nth-child(10) { animation-delay: 0.72s, -9s; }
.journey-milestone:nth-child(11) { animation-delay: 0.8s, -10s; }

.journey-milestone::before {
  position: absolute;
  top: 1.35rem;
  left: -2.95rem;
  width: 1rem;
  height: 1rem;
  content: "";
  border: 3px solid #ffffff;
  border-radius: 9999px;
  background: #ff7a00;
  box-shadow: 0 0 0 6px rgba(255, 122, 0, 0.2), 0 0 24px rgba(255, 122, 0, 0.65);
  animation: journey-dot-pulse 2.8s ease-in-out infinite;
}

.journey-milestone span {
  display: inline-flex;
  border-radius: 9999px;
  background: rgba(6, 182, 212, 0.14);
  padding: 0.35rem 0.7rem;
  color: #67e8f9;
  font-size: 0.82rem;
  font-weight: 900;
}

.journey-milestone h3 {
  margin-top: 0.75rem;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
}

.journey-milestone p {
  margin-top: 0.5rem;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.65;
}

@media (min-width: 1024px) {
  .journey-era-lane {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

  .journey-clear-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 2rem;
  }

  .journey-clear-timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .journey-milestone {
    margin-left: 0;
  }

  .journey-milestone:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .journey-milestone:nth-child(even) {
    margin-left: 2.5rem;
    transform-origin: left center;
  }

  .journey-milestone:nth-child(odd)::before {
    right: -3rem;
    left: auto;
  }

  .journey-milestone:nth-child(even)::before {
    left: -3rem;
  }
}

.journey-full-section {
  overflow: hidden;
}

.journey-shell {
  width: min(100%, 1540px);
}

.journey-full-section .journey-infographic {
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.journey-full-section .journey-visual-header {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(2, 6, 23, 0.34), rgba(255, 255, 255, 0.12)),
    rgba(2, 6, 23, 0.45);
  font-size: clamp(1.8rem, 4vw, 3.75rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.journey-full-section .journey-visual-header em {
  color: #ff970f;
  font-style: normal;
}

.journey-kicker {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  color: #ffffff;
  text-align: center;
  font-size: clamp(0.9rem, 1.6vw, 1.2rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.journey-intro {
  position: relative;
  z-index: 2;
  max-width: 76rem;
  margin: 0.9rem auto 0;
  color: #dbeafe;
  text-align: center;
  font-size: clamp(0.94rem, 1.4vw, 1.12rem);
  line-height: 1.8;
}

.journey-full-section .journey-era-lane {
  margin-top: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.journey-full-section .journey-era-lane article {
  min-height: 13.25rem;
  border-radius: 0.9rem;
}

.journey-full-section .journey-event-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.35rem;
  margin-top: 2.75rem;
  padding: 1.5rem 0.25rem 0.5rem;
  scroll-behavior: smooth;
}

.journey-full-section .journey-event-grid::before {
  top: 2.95rem;
}

.journey-full-section .journey-event {
  min-height: 17rem;
  border-radius: 0.9rem;
}

.journey-full-section .journey-event span {
  top: -1.1rem;
  left: 50%;
  min-width: 3.75rem;
  justify-content: center;
  transform: translateX(-50%);
  text-align: center;
}

.journey-full-section .journey-event h3 {
  font-size: 0.86rem;
}

.journey-full-section .journey-event p {
  font-size: 0.78rem;
}

@media (min-width: 1280px) {
  .journey-shell {
    width: calc(100vw - 3rem);
    max-width: none;
  }

  .journey-full-section .journey-event-grid {
    display: grid;
    grid-template-columns: repeat(14, minmax(178px, 1fr));
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 1.25rem;
    scrollbar-color: rgba(255, 122, 0, 0.75) rgba(255, 255, 255, 0.16);
    scrollbar-width: thin;
  }

  .journey-full-section .journey-event-grid::-webkit-scrollbar {
    height: 0.6rem;
  }

  .journey-full-section .journey-event-grid::-webkit-scrollbar-track {
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.16);
  }

  .journey-full-section .journey-event-grid::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: linear-gradient(90deg, #0b5aaa, #ff7a00);
  }
}

@keyframes journey-light-sweep {
  0%, 42% { transform: translateX(-120%); }
  72%, 100% { transform: translateX(120%); }
}

@keyframes journey-glow-float {
  from { transform: translate3d(0, 0, 0) scale(0.95); }
  to { transform: translate3d(1.5rem, -0.75rem, 0) scale(1.08); }
}

@keyframes journey-line-flow {
  to { background-position: 0 220%; }
}

@keyframes journey-dot-pulse {
  0%, 100% { transform: scale(0.92); box-shadow: 0 0 0 5px rgba(255, 122, 0, 0.16), 0 0 20px rgba(255, 122, 0, 0.48); }
  50% { transform: scale(1.08); box-shadow: 0 0 0 9px rgba(6, 182, 212, 0.18), 0 0 28px rgba(6, 182, 212, 0.6); }
}

@keyframes journey-card-arrive {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes journey-card-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -4px; }
}

@keyframes journey-track-flow {
  to { background-position: 220% 0; }
}

.journey-digii {
  overflow: hidden;
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 48%, #f3f8ff 100%);
  color: #102033;
}

.journey-digii-heading {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.journey-digii-heading h2 {
  margin-top: 1rem;
  color: #0d2440;
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  font-weight: 800;
  opacity: 1 !important;
  line-height: 1.05;
}

.journey-digii-heading p {
  margin-top: 1.15rem;
  color: #56677b;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.8;
}

.journey-digii-story {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  max-width: 1120px;
  margin: 3.5rem auto 0;
  opacity: 1 !important;
}

.journey-digii-story figure {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(13, 36, 64, 0.1);
}

.journey-digii-story img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.journey-digii-story > div {
  border-left: 4px solid #f4a51c;
  padding: 0.25rem 0 0.25rem 1.4rem;
}

.journey-digii-story span {
  color: #f08a00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-digii-story h3 {
  margin-top: 0.7rem;
  color: #0d2440;
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  font-weight: 800;
  opacity: 1 !important;
  line-height: 1.18;
}

.journey-digii-story p {
  margin-top: 0.85rem;
  color: #5d6d80;
  font-size: 1rem;
  line-height: 1.75;
}

.journey-digii-timeline {
  position: relative;
  display: grid;
  gap: 1.6rem;
  max-width: 1180px;
  margin: 4rem auto 0;
}

.journey-digii-timeline::before {
  position: absolute;
  top: 0.4rem;
  bottom: 0.4rem;
  left: 1.15rem;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, #75b84a, #f4a51c, #1f77b4);
}

.journey-digii-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem 1rem;
  margin-left: 3rem;
  border: 1px solid rgba(17, 48, 82, 0.09);
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 1.1rem;
  opacity: 1 !important;
  box-shadow: 0 14px 34px rgba(13, 36, 64, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.journey-digii-timeline article::before {
  position: absolute;
  top: 1.35rem;
  left: -2.45rem;
  width: 1rem;
  height: 1rem;
  content: "";
  border: 3px solid #ffffff;
  border-radius: 9999px;
  background: #75b84a;
  box-shadow: 0 0 0 5px rgba(117, 184, 74, 0.18);
}

.journey-digii-timeline article:nth-child(3n)::before {
  background: #f4a51c;
  box-shadow: 0 0 0 5px rgba(244, 165, 28, 0.18);
}

.journey-digii-timeline article:nth-child(4n)::before {
  background: #1f77b4;
  box-shadow: 0 0 0 5px rgba(31, 119, 180, 0.18);
}

.journey-digii-timeline article:hover {
  border-color: rgba(244, 165, 28, 0.38);
  box-shadow: 0 20px 45px rgba(13, 36, 64, 0.12);
  transform: translateY(-4px) !important;
}

.journey-digii-timeline span {
  grid-column: 1 / -1;
  width: max-content;
  min-width: 4.6rem;
  border-radius: 9999px;
  background: #eff7e9;
  padding: 0.45rem 0.8rem;
  color: #4c8f2b;
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

.journey-digii-timeline i {
  display: inline-flex;
  width: 3.6rem;
  height: 3.6rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe7f2;
  border-radius: 0.5rem;
  background: #f8fbff;
  color: #1f77b4;
}

.journey-digii-timeline svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.journey-digii-timeline h3 {
  align-self: end;
  color: #0d2440;
  font-size: 1.04rem;
  font-weight: 800;
  opacity: 1 !important;
  line-height: 1.25;
}

.journey-digii-timeline p {
  grid-column: 1 / -1;
  color: #5d6d80;
  font-size: 0.93rem;
  line-height: 1.65;
}

.journey-digii-continue {
  width: max-content;
  max-width: 100%;
  margin: 3rem auto 0;
  border: 1px solid rgba(244, 165, 28, 0.35);
  border-radius: 9999px;
  background: #ffffff;
  padding: 0.85rem 1.35rem;
  color: #0d2440;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(13, 36, 64, 0.08);
}

@media (min-width: 768px) {
  .journey-digii-story {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .journey-digii-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 4rem;
  }

  .journey-digii-timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .journey-digii-timeline article {
    margin-left: 0;
  }

  .journey-digii-timeline article:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .journey-digii-timeline article:nth-child(even) {
    margin-left: 1.5rem;
    transform: translateY(4rem) !important;
  }

  .journey-digii-timeline article:nth-child(even):hover {
    transform: translateY(calc(4rem - 4px)) !important;
  }

  .journey-digii-timeline article:nth-child(odd)::before {
    right: -2.55rem;
    left: auto;
  }

  .journey-digii-timeline article:nth-child(even)::before {
    left: -2.55rem;
  }

  .journey-digii-continue {
    margin-top: 7rem;
  }
}

@media (min-width: 1180px) {
  .journey-digii-timeline {
    gap: 2.2rem 5rem;
  }

  .journey-digii-timeline article:nth-child(odd) {
    margin-right: 2.25rem;
  }

  .journey-digii-timeline article:nth-child(even) {
    margin-left: 2.25rem;
  }

  .journey-digii-timeline article:nth-child(odd)::before {
    right: -3.4rem;
  }

  .journey-digii-timeline article:nth-child(even)::before {
    left: -3.4rem;
  }
}

@keyframes era-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes era-icon-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12); }
  50% { transform: scale(1.06); box-shadow: 0 18px 42px rgba(6, 182, 212, 0.22); }
}

.motion-dashboard,
.solution-flow-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(0, 43, 100, 0.12);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 15% 15%, rgba(6, 182, 212, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(226, 246, 250, 0.78));
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.14);
  isolation: isolate;
}

.motion-dashboard::before {
  position: absolute;
  inset: -35%;
  content: "";
  background: conic-gradient(from 180deg, transparent, rgba(6, 182, 212, 0.18), rgba(255, 122, 0, 0.2), transparent);
  animation: visual-spin 18s linear infinite;
}

.motion-dashboard-top {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
  padding: 1.25rem 1.25rem 0;
}

.motion-dashboard-top span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 9999px;
  background: #06b6d4;
  box-shadow: 0 0 18px rgba(6, 182, 212, 0.55);
}

.motion-dashboard-top span:nth-child(2) {
  background: #ff7a00;
  box-shadow: 0 0 18px rgba(255, 122, 0, 0.5);
}

.motion-dashboard-top span:nth-child(3) {
  background: #002b64;
}

.motion-dashboard-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.25rem;
}

.motion-tile {
  min-height: 112px;
  border: 1px solid rgba(0, 43, 100, 0.1);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  padding: 1rem;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
  animation: tile-float 6s ease-in-out infinite;
}

.motion-tile:nth-child(2) { animation-delay: -1.2s; }
.motion-tile:nth-child(3) { animation-delay: -2s; }
.motion-tile:nth-child(4) { animation-delay: -2.8s; }
.motion-tile:nth-child(5) { animation-delay: -3.6s; }
.motion-tile:nth-child(6) { animation-delay: -4.4s; }

.motion-tile-wide {
  grid-column: span 2;
}

.motion-tile-tall {
  grid-row: span 2;
  min-height: 240px;
}

.motion-tile b {
  display: block;
  color: #002b64;
  font-size: 0.9rem;
}

.motion-tile em {
  display: block;
  height: 0.55rem;
  margin-top: 0.85rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, rgba(0, 43, 100, 0.22), rgba(6, 182, 212, 0.55), rgba(255, 122, 0, 0.45));
  animation: bar-pulse 3.5s ease-in-out infinite;
}

.motion-tile em:nth-of-type(2) { width: 72%; animation-delay: -0.8s; }
.motion-tile em:nth-of-type(3) { width: 54%; animation-delay: -1.4s; }

.motion-orbit {
  position: absolute;
  z-index: 1;
  border: 1px dashed rgba(0, 43, 100, 0.18);
  border-radius: 9999px;
  animation: visual-spin 16s linear infinite;
}

.motion-orbit-one {
  right: -4rem;
  bottom: -4rem;
  width: 15rem;
  height: 15rem;
}

.motion-orbit-two {
  top: 4rem;
  left: -5rem;
  width: 13rem;
  height: 13rem;
  animation-direction: reverse;
}

.solution-flow-visual {
  background:
    radial-gradient(circle at 50% 45%, rgba(6, 182, 212, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(240, 249, 255, 0.82));
}

.solution-flow-visual::before {
  position: absolute;
  inset: 12%;
  content: "";
  border: 1px dashed rgba(0, 43, 100, 0.18);
  border-radius: 9999px;
  animation: visual-spin 20s linear infinite;
}

.flow-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  min-width: 7.5rem;
  justify-content: center;
  border: 1px solid rgba(0, 43, 100, 0.12);
  border-radius: 9999px;
  background: #ffffff;
  padding: 0.85rem 1rem;
  color: #002b64;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
  animation: node-float 5s ease-in-out infinite;
}

.flow-node-one { top: 14%; left: 9%; }
.flow-node-two { top: 25%; right: 10%; animation-delay: -1s; }
.flow-node-three { bottom: 18%; left: 12%; animation-delay: -2s; }
.flow-node-four { right: 13%; bottom: 14%; animation-delay: -3s; }

.flow-line {
  position: absolute;
  height: 2px;
  border-radius: 9999px;
  background: linear-gradient(90deg, transparent, #06b6d4, #ff7a00, transparent);
  animation: line-flow 3.4s ease-in-out infinite;
}

.flow-line-one {
  top: 34%;
  left: 23%;
  width: 54%;
  transform: rotate(12deg);
}

.flow-line-two {
  top: 56%;
  left: 19%;
  width: 60%;
  transform: rotate(-18deg);
  animation-delay: -1.2s;
}

.flow-line-three {
  top: 67%;
  left: 28%;
  width: 48%;
  transform: rotate(10deg);
  animation-delay: -2.1s;
}

@keyframes visual-spin {
  to { transform: rotate(360deg); }
}

@keyframes tile-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes bar-pulse {
  0%, 100% { opacity: 0.45; transform: scaleX(0.74); transform-origin: left; }
  50% { opacity: 1; transform: scaleX(1); transform-origin: left; }
}

@keyframes node-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes line-flow {
  0%, 100% { opacity: 0.2; filter: blur(0); }
  50% { opacity: 1; filter: blur(0.5px); }
}

@media (max-width: 640px) {
  .motion-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .motion-tile-wide,
  .motion-tile-tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 104px;
  }

  .flow-node {
    min-width: 6.25rem;
    padding: 0.75rem 0.8rem;
    font-size: 0.72rem;
  }
}

.journey-digii {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(14, 165, 233, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(249, 115, 22, 0.13), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
  color: #1f2933;
}

.journey-digii-heading {
  max-width: 920px;
  margin: 0 auto 3.25rem;
  text-align: center;
}

.journey-digii-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.45rem, 5vw, 4.75rem);
  font-weight: 800;
  line-height: 1.08;
  opacity: 1 !important;
}

.journey-digii-heading h2::after {
  display: block;
  width: 5.5rem;
  height: 4px;
  margin: 1.1rem auto 0;
  content: "";
  border-radius: 9999px;
  background: linear-gradient(90deg, #0ea5e9, #22c55e, #f97316, #ec4899);
}

.journey-digii-timeline {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
}

.journey-digii-timeline::before {
  position: absolute;
  top: 0.5rem;
  bottom: 3rem;
  left: 50%;
  width: 3px;
  content: "";
  border-radius: 9999px;
  background: linear-gradient(180deg, #0ea5e9, #22c55e, #f97316, #7c3aed, #ec4899, #0ea5e9);
  transform: translateX(-50%);
}

.journey-story {
  --journey-accent: #0ea5e9;
  --journey-soft: rgba(14, 165, 233, 0.1);
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
  min-height: 205px;
  align-items: start;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

.journey-story:nth-child(2) { --journey-accent: #ef4444; --journey-soft: rgba(239, 68, 68, 0.1); }
.journey-story:nth-child(3) { --journey-accent: #22c55e; --journey-soft: rgba(34, 197, 94, 0.11); }
.journey-story:nth-child(4) { --journey-accent: #a855f7; --journey-soft: rgba(168, 85, 247, 0.11); }
.journey-story:nth-child(5) { --journey-accent: #f97316; --journey-soft: rgba(249, 115, 22, 0.12); }
.journey-story:nth-child(6) { --journey-accent: #06b6d4; --journey-soft: rgba(6, 182, 212, 0.11); }
.journey-story:nth-child(7) { --journey-accent: #ec4899; --journey-soft: rgba(236, 72, 153, 0.1); }
.journey-story:nth-child(8) { --journey-accent: #84cc16; --journey-soft: rgba(132, 204, 22, 0.12); }
.journey-story:nth-child(9) { --journey-accent: #2563eb; --journey-soft: rgba(37, 99, 235, 0.1); }
.journey-story:nth-child(10) { --journey-accent: #14b8a6; --journey-soft: rgba(20, 184, 166, 0.11); }
.journey-story:nth-child(11) { --journey-accent: #f59e0b; --journey-soft: rgba(245, 158, 11, 0.13); }
.journey-story:nth-child(12) { --journey-accent: #6366f1; --journey-soft: rgba(99, 102, 241, 0.11); }
.journey-story:nth-child(13) { --journey-accent: #10b981; --journey-soft: rgba(16, 185, 129, 0.11); }
.journey-story:nth-child(14) { --journey-accent: #e11d48; --journey-soft: rgba(225, 29, 72, 0.1); }
.journey-story:nth-child(15) { --journey-accent: #0891b2; --journey-soft: rgba(8, 145, 178, 0.11); }

.journey-digii-timeline .journey-story {
  border: 0;
  border-radius: 0;
  background: transparent;
  margin: 0 !important;
  padding: 0;
  box-shadow: none;
  transform: none !important;
  transition: none;
}

.journey-digii-timeline .journey-story:nth-child(odd),
.journey-digii-timeline .journey-story:nth-child(even) {
  margin: 0 !important;
  transform: none !important;
}

.journey-digii-timeline .journey-story::before {
  display: none;
}

.journey-date {
  margin-top: 0.2rem;
  color: #0f172a;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.15;
}

.journey-digii-timeline .journey-node {
  position: relative;
  z-index: 2;
  grid-column: 2;
  display: inline-flex;
  min-width: 0;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border: 3px solid var(--journey-accent);
  border-radius: 9999px;
  background: #ffffff;
  padding: 0;
  color: var(--journey-accent);
  font-size: 1rem;
  font-weight: 400;
  box-shadow: 0 0 0 8px #ffffff, 0 12px 24px var(--journey-soft);
  text-align: center;
}

.journey-digii-timeline .journey-node svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.journey-digii-timeline .journey-card {
  position: relative;
  width: min(100%, 300px);
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0.7rem;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, var(--journey-accent), rgba(255, 255, 255, 0.3)) border-box;
  padding: 1.25rem 1.05rem;
  text-align: center;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.journey-digii-timeline .journey-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, var(--journey-soft), transparent 55%);
  pointer-events: none;
}

.journey-digii-timeline .journey-card:hover {
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14);
  transform: translateY(-4px);
}

.journey-digii-timeline .journey-card p {
  position: relative;
  z-index: 1;
  margin: 0.8rem auto 0;
  color: #4b5563;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.55;
}

.journey-digii-timeline .journey-media {
  position: relative;
  z-index: 1;
  display: flex;
  width: 6.5rem;
  height: 6.5rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 1.2rem;
  background: var(--journey-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}

.journey-digii-timeline .journey-media::before {
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.journey-digii-timeline .journey-media svg {
  display: none;
  width: 68px;
  height: 68px;
  fill: none;
  stroke: var(--journey-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.journey-story:nth-child(1) .journey-media::before { background-image: url("../images/journey-icons/2009-beginning.png"); }
.journey-story:nth-child(2) .journey-media::before { background-image: url("../images/journey-icons/2010-implementation.png"); }
.journey-story:nth-child(3) .journey-media::before { background-image: url("../images/journey-icons/2011-admission.png"); }
.journey-story:nth-child(4) .journey-media::before { background-image: url("../images/journey-icons/2012-client.png"); }
.journey-story:nth-child(5) .journey-media::before { background-image: url("../images/journey-icons/2013-interface.png"); }
.journey-story:nth-child(6) .journey-media::before { background-image: url("../images/journey-icons/2014-global.png"); }
.journey-story:nth-child(7) .journey-media::before { background-image: url("../images/journey-icons/2015-finance.png"); }
.journey-story:nth-child(8) .journey-media::before { background-image: url("../images/journey-icons/2016-obe.png"); }
.journey-story:nth-child(9) .journey-media::before { background-image: url("../images/journey-icons/2017-analytics.png"); }
.journey-story:nth-child(10) .journey-media::before { background-image: url("../images/journey-icons/2018-mobile.png"); }
.journey-story:nth-child(11) .journey-media::before { background-image: url("../images/journey-icons/2022-naac.png"); }
.journey-story:nth-child(12) .journey-media::before { background-image: url("../images/journey-icons/2024-campus.png"); }
.journey-story:nth-child(13) .journey-media::before { background-image: url("../images/journey-icons/2025-digilocker.png"); }
.journey-story:nth-child(14) .journey-media::before { background-image: url("../images/journey-icons/2026-geo.png"); }

.journey-arrow {
  position: absolute;
  top: 16px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-top: 1px solid color-mix(in srgb, var(--journey-accent), white 54%);
  border-right: 1px solid color-mix(in srgb, var(--journey-accent), white 54%);
  transform: rotate(45deg);
}

.journey-story.is-right .journey-date {
  grid-column: 1;
  justify-self: end;
  padding-right: 1.2rem;
  text-align: right;
}

.journey-story.is-right .journey-card {
  grid-column: 3;
  justify-self: start;
}

.journey-story.is-right .journey-arrow {
  left: calc(50% + 52px);
}

.journey-story.is-left .journey-date {
  grid-column: 3;
  justify-self: start;
  padding-left: 1.2rem;
}

.journey-story.is-left .journey-card {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
}

.journey-story.is-left .journey-arrow {
  right: calc(50% + 52px);
  transform: rotate(225deg);
}

.journey-story.is-continue {
  min-height: 100px;
}

.journey-story.is-continue .journey-card {
  display: flex;
  min-height: 80px;
  align-items: center;
}

.journey-story.is-continue .journey-card p {
  margin-top: 0;
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 800;
}

.journey-story.is-continue .journey-arrow {
  top: 14px;
}

@media (min-width: 768px) {
  .journey-digii-timeline {
    margin-top: -1.5rem;
  }

  .journey-story:not(.is-continue) {
    min-height: 188px;
  }

  .journey-story:nth-child(even):not(.is-continue) {
    min-height: 250px;
    padding-top: 4.75rem !important;
  }

  .journey-story:nth-child(4n):not(.is-continue) {
    padding-top: 6.25rem !important;
  }

  .journey-story:nth-child(4n + 1):not(.is-continue) {
    min-height: 220px;
  }

  .journey-story.is-continue {
    padding-top: 1.75rem !important;
  }
}

@media (max-width: 767px) {
  .journey-digii-heading {
    margin-bottom: 2.25rem;
  }

  .journey-digii-timeline {
    max-width: 560px;
  }

  .journey-digii-timeline::before {
    left: 28px;
  }

  .journey-story,
  .journey-story.is-left,
  .journey-story.is-right {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: auto;
    gap: 0 0.75rem;
    padding-top: 0 !important;
    padding-bottom: 1.5rem;
  }

  .journey-node {
    grid-column: 1;
    justify-self: center;
  }

  .journey-story .journey-date,
  .journey-story.is-left .journey-date,
  .journey-story.is-right .journey-date {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    padding: 0;
    text-align: left;
  }

  .journey-story .journey-card,
  .journey-story.is-left .journey-card,
  .journey-story.is-right .journey-card {
    grid-column: 2;
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    margin-top: 0.7rem;
  }

  .journey-story .journey-arrow,
  .journey-story.is-left .journey-arrow,
  .journey-story.is-right .journey-arrow {
    top: 60px;
    right: auto;
    left: 52px;
    transform: rotate(225deg);
  }

  .journey-story.is-continue .journey-card {
    min-height: 72px;
  }
}

.product-page {
  --product-accent: #0f766e;
  --product-accent-2: #38bdf8;
  --product-soft: rgba(15, 118, 110, 0.1);
  --product-softer: rgba(56, 189, 248, 0.12);
  --product-ink: #0f172a;
}

.product-theme-arts {
  --product-accent: #0f766e;
  --product-accent-2: #84cc16;
  --product-soft: rgba(15, 118, 110, 0.1);
  --product-softer: rgba(132, 204, 22, 0.14);
}

.product-theme-engineering {
  --product-accent: #1d4ed8;
  --product-accent-2: #06b6d4;
  --product-soft: rgba(29, 78, 216, 0.1);
  --product-softer: rgba(6, 182, 212, 0.14);
}

.product-theme-university {
  --product-accent: #6d28d9;
  --product-accent-2: #f97316;
  --product-soft: rgba(109, 40, 217, 0.1);
  --product-softer: rgba(249, 115, 22, 0.13);
}

.product-theme-school {
  --product-accent: #0ea5e9;
  --product-accent-2: #22c55e;
  --product-soft: rgba(14, 165, 233, 0.11);
  --product-softer: rgba(34, 197, 94, 0.13);
}

.product-page .page-pill {
  background: var(--product-soft);
  color: var(--product-accent);
}

.product-hero {
  background:
    radial-gradient(circle at 80% 22%, var(--product-softer), transparent 30%),
    radial-gradient(circle at 8% 20%, var(--product-soft), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.product-hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--product-accent), white 78%);
  border-radius: 1.75rem;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, var(--product-accent), var(--product-accent-2)) border-box;
  padding: 0.8rem;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
}

.product-hero-media::before {
  position: absolute;
  inset: auto 1.2rem 1.2rem auto;
  z-index: 2;
  width: 4.5rem;
  height: 4.5rem;
  content: "";
  border-radius: 1.25rem;
  background: linear-gradient(135deg, var(--product-accent), var(--product-accent-2));
  opacity: 0.88;
}

.product-hero-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 1.2rem;
  object-fit: cover;
}

.product-proof-card {
  border-color: color-mix(in srgb, var(--product-accent), white 78%);
  background:
    linear-gradient(135deg, var(--product-soft), transparent 38%),
    #ffffff;
}

.product-icon-card {
  position: relative;
  --product-card-pad: 1.5rem;
  border-color: color-mix(in srgb, var(--product-accent), white 82%);
  background:
    linear-gradient(135deg, var(--product-soft), transparent 42%),
    #ffffff;
  opacity: 1 !important;
  transform: none !important;
}

.product-icon-card.p-7 {
  --product-card-pad: 1.75rem;
}

.product-icon-card::before {
  position: relative;
  z-index: 1;
  width: 3.35rem;
  height: 3.35rem;
  display: block;
  margin-bottom: 1.1rem;
  content: "";
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--product-accent), var(--product-accent-2));
  box-shadow: 0 14px 30px var(--product-soft);
}

.product-icon-card::after {
  position: absolute;
  inset: auto;
  top: calc(var(--product-card-pad) + 0.775rem);
  left: calc(var(--product-card-pad) + 0.775rem);
  z-index: 2;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: #ffffff;
  opacity: 1;
  transform: none;
  transition: none;
  pointer-events: none;
  -webkit-mask: var(--product-icon) center / contain no-repeat;
  mask: var(--product-icon) center / contain no-repeat;
}

.product-page .product-hero a:first-child {
  background: linear-gradient(135deg, var(--product-accent), var(--product-accent-2));
  box-shadow: 0 16px 32px var(--product-soft);
}

.product-page .product-hero a:last-child {
  border-color: color-mix(in srgb, var(--product-accent), white 72%);
  color: var(--product-accent);
}

.product-icon-students,
.product-icon-people {
  --product-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='8' cy='8' r='3' fill='black'/%3E%3Ccircle cx='16' cy='8' r='3' fill='black'/%3E%3Cpath d='M3 21c.8-4 2.9-6 5-6s4.2 2 5 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 21c.8-4 2.9-6 5-6s4.2 2 5 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.product-icon-curriculum,
.product-icon-regulation,
.product-icon-governance {
  --product-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 19.5V5.8A2.8 2.8 0 0 1 6.8 3H20v15H7a3 3 0 0 0-3 3z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M8 7h8M8 11h8M8 15h5' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.product-icon-accreditation,
.product-icon-exams {
  --product-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h8l4 4v14H7z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M15 3v5h4M9 15l2 2 4-5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.product-icon-mobility,
.product-icon-attendance {
  --product-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='2.5' width='10' height='19' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M10 6h4M11 18h2' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='11.5' r='2.4' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.product-icon-research,
.product-icon-dashboard {
  --product-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20h16M6 17v-5M11 17V8M16 17v-9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='m5 11 5-5 4 4 5-6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.product-icon-admission {
  --product-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20h16M6 20V8l6-4 6 4v12' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M10 20v-6h4v6M9 10h2M13 10h2' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.product-icon-fees {
  --product-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='6' width='18' height='12' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='3' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M6 9h2M16 15h2' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.product-icon-communication {
  --product-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v11H8l-4 4z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M8 9h8M8 13h5' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (max-width: 1023px) {
  .product-hero-media {
    max-width: 42rem;
  }
}

.case-page {
  background: #f8fbff;
}

.case-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 122, 0, 0.16), transparent 30%),
    radial-gradient(circle at 8% 22%, rgba(6, 182, 212, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.case-page .page-pill {
  background: rgba(6, 182, 212, 0.12);
  color: #075985;
}

.case-hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(6, 182, 212, 0.22);
  border-radius: 1.75rem;
  background:
    linear-gradient(135deg, rgba(0, 43, 100, 0.96), rgba(8, 145, 178, 0.9)),
    #002b64;
  padding: 2rem;
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.case-hero-panel::after {
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 14rem;
  height: 14rem;
  content: "";
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.25);
}

.case-hero-kicker {
  position: relative;
  z-index: 1;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.case-stat-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-stat-grid div {
  min-height: 9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  backdrop-filter: blur(14px);
}

.case-stat-grid strong {
  display: block;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
}

.case-stat-grid span {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.case-analytics-graphic {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  align-items: end;
  margin-top: 1rem;
  grid-template-columns: 1fr 1.1fr;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.1rem;
}

.case-chart-bars {
  display: flex;
  height: 6.5rem;
  align-items: end;
  gap: 0.55rem;
}

.case-chart-bars span {
  flex: 1;
  min-width: 0.8rem;
  height: var(--bar);
  border-radius: 999px 999px 0.35rem 0.35rem;
  background: linear-gradient(180deg, #ffffff, #7dd3fc);
  box-shadow: 0 12px 26px rgba(14, 165, 233, 0.24);
}

.case-chart-copy strong,
.case-chart-copy span {
  display: block;
}

.case-chart-copy strong {
  font-size: 1rem;
}

.case-chart-copy span {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.45;
}

.case-graphic-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-graphic-card {
  display: grid;
  min-height: 10rem;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1.35rem;
  background: #ffffff;
  padding: 1.25rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.case-ring {
  display: inline-grid;
  width: 5rem;
  height: 5rem;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #ffffff 55%, transparent 56%),
    conic-gradient(#ff7a00 var(--value), rgba(14, 165, 233, 0.15) 0);
  color: #002b64;
  font-weight: 900;
}

.case-graphic-card strong,
.case-graphic-card span {
  display: block;
}

.case-graphic-card strong {
  color: #0f172a;
  font-size: 1rem;
}

.case-graphic-card span {
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.55;
}

.case-study-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-study-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dbeafe;
  border-radius: 1.5rem;
  background:
    linear-gradient(135deg, rgba(6, 182, 212, 0.08), transparent 36%),
    #ffffff;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.case-study-card.is-featured {
  grid-column: 1 / -1;
  border-color: rgba(255, 122, 0, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 122, 0, 0.12), transparent 34%),
    linear-gradient(315deg, rgba(6, 182, 212, 0.11), transparent 38%),
    #ffffff;
}

.case-study-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.case-number {
  display: inline-flex;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, #002b64, #06b6d4);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
}

.case-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.08);
  padding: 0.45rem 0.8rem;
  color: #075985;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-card h3 {
  margin-top: 1.25rem;
  color: #0f172a;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.18;
}

.case-study-card p,
.case-study-card li {
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.72;
}

.case-study-card p {
  margin-top: 0.85rem;
}

.case-mini-stats {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-mini-stats div {
  min-height: 5.8rem;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(255, 122, 0, 0.08)),
    #ffffff;
  padding: 0.95rem;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.case-mini-stats span {
  display: block;
  margin-bottom: 0.3rem;
  color: #002b64;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.case-progress-graphic {
  display: grid;
  gap: 0.55rem 0.85rem;
  align-items: center;
  margin-top: 1.1rem;
  grid-template-columns: minmax(5.5rem, auto) 1fr;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1rem;
  background: rgba(6, 182, 212, 0.06);
  padding: 1rem;
}

.case-progress-graphic span {
  color: #0f4669;
  font-size: 0.82rem;
  font-weight: 800;
}

.case-progress-graphic div {
  overflow: hidden;
  height: 0.65rem;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.14);
}

.case-progress-graphic i {
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #002b64, #06b6d4, #ff7a00);
}

.case-study-card h4 {
  margin-top: 1.35rem;
  color: #002b64;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.case-study-card ul {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.case-study-card li {
  position: relative;
  padding-left: 1.35rem;
}

.case-study-card li::before {
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.48rem;
  height: 0.48rem;
  content: "";
  border-radius: 999px;
  background: #ff7a00;
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12);
}

.case-columns {
  display: grid;
  gap: 1.5rem;
  margin-top: 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.case-outcomes span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.08);
  padding: 0.55rem 0.8rem;
  color: #0f4669;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.case-band {
  background: linear-gradient(135deg, #061936, #005f87);
  color: #ffffff;
}

.case-band .page-pill {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.case-band-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-band-grid div {
  min-height: 7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.25rem;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  line-height: 1.45;
}

.case-band-icon {
  display: flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

@media (max-width: 900px) {
  .case-stat-grid,
  .case-analytics-graphic,
  .case-graphic-strip,
  .case-study-grid,
  .case-columns,
  .case-mini-stats,
  .case-band-grid {
    grid-template-columns: 1fr;
  }

  .case-stat-grid div,
  .case-band-grid div {
    min-height: auto;
  }
}

.testimonial-page {
  background: #f8fbff;
}

.testimonial-hero {
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 122, 0, 0.16), transparent 30%),
    radial-gradient(circle at 8% 18%, rgba(6, 182, 212, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.testimonial-page .page-pill {
  background: rgba(6, 182, 212, 0.12);
  color: #075985;
}

.testimonial-feature-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 1.65rem;
  background:
    linear-gradient(#fffdf5, #fffdf5) padding-box,
    linear-gradient(135deg, #c69238, #002b64, #ffdc88) border-box;
  padding: 0.85rem;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.16);
}

.testimonial-feature-frame::after {
  position: absolute;
  inset: auto 1.2rem 1.2rem auto;
  width: 4rem;
  height: 4rem;
  content: "";
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgba(0, 43, 100, 0.92), rgba(255, 122, 0, 0.78));
  opacity: 0.9;
}

.testimonial-feature-frame img {
  display: block;
  width: 100%;
  max-height: 34rem;
  border-radius: 1.1rem;
  object-fit: cover;
  object-position: top center;
}

.testimonial-trust-visual {
  position: relative;
  min-height: 31rem;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 122, 0, 0.2), transparent 30%),
    radial-gradient(circle at 18% 80%, rgba(6, 182, 212, 0.22), transparent 32%),
    linear-gradient(135deg, #ffffff, #f3fbff);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.14);
}

.testimonial-trust-visual::before {
  position: absolute;
  inset: 3rem 3.3rem;
  content: "";
  border: 1px solid rgba(0, 43, 100, 0.12);
  border-radius: 1.35rem;
  background:
    linear-gradient(90deg, rgba(0, 43, 100, 0.08) 1px, transparent 1px) 0 0 / 1.4rem 1.4rem,
    linear-gradient(rgba(0, 43, 100, 0.08) 1px, transparent 1px) 0 0 / 1.4rem 1.4rem,
    rgba(255, 255, 255, 0.58);
}

.testimonial-trust-visual::after {
  position: absolute;
  right: 2.4rem;
  bottom: 2.2rem;
  width: 5.4rem;
  height: 5.4rem;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle, #ffffff 32%, transparent 33%),
    conic-gradient(#ff7a00 0 38%, #06b6d4 38% 72%, #002b64 72% 100%);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
}

.trust-visual-card {
  position: absolute;
  z-index: 1;
  width: min(70%, 24rem);
  border: 1px solid rgba(6, 182, 212, 0.2);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 1.5rem;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(14px);
}

.trust-visual-card.is-front {
  top: 4.2rem;
  left: 3rem;
}

.trust-visual-card.is-back {
  right: 3rem;
  bottom: 4.8rem;
  background: linear-gradient(135deg, rgba(0, 43, 100, 0.95), rgba(8, 145, 178, 0.9));
  color: #ffffff;
}

.trust-visual-card span,
.trust-visual-card strong,
.trust-visual-card p {
  display: block;
}

.trust-visual-card span {
  color: #075985;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.trust-visual-card.is-back span {
  color: rgba(255, 255, 255, 0.7);
}

.trust-visual-card strong {
  margin-top: 0.65rem;
  color: #002b64;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 0.95;
}

.trust-visual-card.is-back strong {
  color: #ffffff;
}

.trust-visual-card p {
  margin-top: 0.75rem;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.55;
}

.trust-visual-card.is-back p {
  color: rgba(255, 255, 255, 0.76);
}

.trust-visual-ribbon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a00, #facc15);
  padding: 0.65rem 0.9rem;
  color: #241100;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 15px 30px rgba(255, 122, 0, 0.22);
}

.testimonial-stat {
  min-height: 8rem;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1.25rem;
  background:
    linear-gradient(135deg, rgba(6, 182, 212, 0.08), rgba(255, 122, 0, 0.07)),
    #ffffff;
  padding: 1.25rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.testimonial-stat strong,
.testimonial-stat span {
  display: block;
}

.testimonial-stat strong {
  color: #002b64;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 900;
  line-height: 1;
}

.testimonial-stat span {
  margin-top: 0.65rem;
  color: #475569;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.testimonial-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-cert-card {
  overflow: hidden;
  border: 1px solid rgba(6, 182, 212, 0.2);
  border-radius: 1.45rem;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.testimonial-cert-card.is-large {
  grid-column: span 2;
}

.testimonial-cert-card a {
  display: block;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 122, 0, 0.08), rgba(6, 182, 212, 0.08)),
    #fffaf0;
}

.testimonial-cert-card img {
  display: block;
  width: 100%;
  height: 24rem;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.testimonial-cert-card:hover img {
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.025);
}

.testimonial-cert-card div {
  padding: 1.15rem;
}

.testimonial-cert-card span {
  display: inline-flex;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.08);
  padding: 0.35rem 0.65rem;
  color: #075985;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial-cert-card h3 {
  margin-top: 0.85rem;
  color: #0f172a;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.25;
}

.testimonial-cert-card p {
  margin-top: 0.4rem;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}

.testimonial-band {
  background: linear-gradient(135deg, #061936, #005f87);
}

.testimonial-band .page-pill {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.testimonial-band-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-band-list div {
  min-height: 7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.25rem;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .testimonial-grid,
  .testimonial-band-list {
    grid-template-columns: 1fr;
  }

  .testimonial-cert-card.is-large {
    grid-column: auto;
  }

  .testimonial-cert-card img {
    height: 26rem;
  }

  .testimonial-trust-visual {
    min-height: 33rem;
  }

  .testimonial-trust-visual::before {
    inset: 1.5rem;
  }

  .trust-visual-card {
    width: auto;
  }

  .trust-visual-card.is-front {
    top: 4.7rem;
    right: 1.5rem;
    left: 1.5rem;
  }

  .trust-visual-card.is-back {
    right: 1.5rem;
    bottom: 3.5rem;
    left: 1.5rem;
  }

  .trust-visual-ribbon {
    top: 1.4rem;
    right: 1.4rem;
  }
}

.naac-guide-page {
  background: #f8fbff;
}

.naac-guide-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 122, 0, 0.15), transparent 30%),
    radial-gradient(circle at 10% 22%, rgba(6, 182, 212, 0.16), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.naac-guide-hero > .relative {
  z-index: 1;
}

.naac-guide-page .page-pill {
  background: rgba(6, 182, 212, 0.12);
  color: #075985;
}

.naac-guide-page h1,
.naac-guide-page h2 {
  color: #0f172a;
}

.naac-guide-page h3 {
  color: #132238;
}

.naac-hero-visual {
  position: relative;
  min-height: 30rem;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1.75rem;
  background:
    linear-gradient(90deg, rgba(0, 43, 100, 0.07) 1px, transparent 1px) 0 0 / 1.45rem 1.45rem,
    linear-gradient(rgba(0, 43, 100, 0.07) 1px, transparent 1px) 0 0 / 1.45rem 1.45rem,
    radial-gradient(circle at 85% 22%, rgba(255, 122, 0, 0.18), transparent 30%),
    radial-gradient(circle at 15% 82%, rgba(6, 182, 212, 0.22), transparent 32%),
    #ffffff;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.14);
}

.naac-visual-card {
  position: absolute;
  top: 3rem;
  left: 3rem;
  right: 3rem;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5rem;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(14px);
}

.naac-visual-card span,
.naac-visual-card strong,
.naac-visual-card p {
  display: block;
}

.naac-visual-card span {
  color: #075985;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.naac-visual-card strong {
  margin-top: 0.6rem;
  color: #002b64;
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 900;
  line-height: 0.9;
}

.naac-visual-card p {
  margin-top: 0.9rem;
  color: #475569;
  line-height: 1.6;
}

.naac-visual-steps {
  position: absolute;
  right: 2.2rem;
  bottom: 2.2rem;
  left: 2.2rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.naac-visual-steps span {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #002b64, #0891b2);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.naac-content-card {
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1.45rem;
  background: #ffffff;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.naac-content-card p {
  color: #475569;
  line-height: 1.75;
}

.naac-content-card p + p {
  margin-top: 1rem;
}

.naac-benefit-grid,
.naac-document-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.naac-benefit-grid div,
.naac-document-grid span {
  min-height: 5rem;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(6, 182, 212, 0.08), rgba(255, 122, 0, 0.06)),
    #ffffff;
  padding: 1rem;
  color: #0f4669;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.naac-criteria-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.naac-criteria-grid article {
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1.45rem;
  background:
    linear-gradient(135deg, rgba(6, 182, 212, 0.08), transparent 36%),
    #ffffff;
  padding: 1.4rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.naac-criteria-grid article > span {
  display: inline-flex;
  width: 2.7rem;
  height: 2.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #002b64, #06b6d4);
  color: #ffffff;
  font-weight: 900;
}

.naac-criteria-grid h3 {
  margin-top: 1rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
}

.naac-criteria-grid p,
.naac-criteria-grid li {
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.65;
}

.naac-criteria-grid p {
  margin-top: 0.7rem;
}

.naac-criteria-grid ul {
  display: grid;
  gap: 0.4rem;
  margin-top: 1rem;
}

.naac-criteria-grid li,
.naac-check-list li {
  position: relative;
  padding-left: 1.35rem;
}

.naac-criteria-grid li::before,
.naac-check-list li::before {
  position: absolute;
  top: 0.68rem;
  left: 0;
  width: 0.48rem;
  height: 0.48rem;
  content: "";
  border-radius: 999px;
  background: #ff7a00;
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12);
}

.naac-band,
.naac-cta {
  background: linear-gradient(135deg, #061936, #005f87);
}

.naac-band .page-pill {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.naac-process-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.naac-process-grid div {
  min-height: 11rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.2rem;
  color: rgba(255, 255, 255, 0.82);
}

.naac-process-grid span {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-weight: 900;
}

.naac-process-grid strong {
  display: block;
  margin-top: 0.8rem;
  color: #ffffff;
  font-size: 1rem;
}

.naac-process-grid p {
  margin-top: 0.5rem;
  font-size: 0.88rem;
  line-height: 1.55;
}

.naac-check-list {
  display: grid;
  gap: 0.75rem;
  color: #475569;
  line-height: 1.65;
}

.naac-faq {
  display: grid;
  gap: 1rem;
}

.naac-faq details {
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1rem;
  background: #ffffff;
  padding: 1rem 1.15rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.naac-faq summary {
  cursor: pointer;
  color: #0f172a;
  font-weight: 800;
}

.naac-faq p {
  margin-top: 0.8rem;
  color: #475569;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .naac-benefit-grid,
  .naac-document-grid,
  .naac-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .naac-criteria-grid,
  .naac-benefit-grid,
  .naac-document-grid,
  .naac-process-grid,
  .naac-visual-steps {
    grid-template-columns: 1fr;
  }

  .naac-hero-visual {
    display: grid;
    gap: 1rem;
    min-height: auto;
    padding: 1.5rem;
  }

  .naac-visual-card {
    position: static;
  }

  .naac-visual-steps {
    position: static;
  }
}

.privacy-policy-page {
  background: #f8fbff;
}

.privacy-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(6, 182, 212, 0.16), transparent 32%),
    radial-gradient(circle at 10% 20%, rgba(255, 122, 0, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.privacy-hero > .relative {
  z-index: 1;
}

.privacy-policy-page h1,
.privacy-policy-page h2,
.privacy-policy-page h3 {
  color: #0f172a;
}

.privacy-summary-card {
  position: sticky;
  top: 7rem;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1.45rem;
  background:
    linear-gradient(135deg, rgba(6, 182, 212, 0.09), rgba(255, 122, 0, 0.06)),
    #ffffff;
  padding: 1.5rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.privacy-summary-card span {
  display: block;
  color: #075985;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.privacy-summary-card strong {
  display: block;
  margin-top: 0.5rem;
  color: #002b64;
  font-size: 1.5rem;
  font-weight: 900;
}

.privacy-summary-card p,
.privacy-summary-card a {
  display: block;
  margin-top: 0.55rem;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.65;
}

.privacy-summary-card a {
  color: #075985;
  font-weight: 800;
}

.privacy-content {
  display: grid;
  gap: 1.25rem;
}

.privacy-content section {
  border: 1px solid rgba(6, 182, 212, 0.16);
  border-radius: 1.35rem;
  background: #ffffff;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.privacy-content h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 850;
  line-height: 1.2;
}

.privacy-content h3 {
  margin-top: 1.2rem;
  font-size: 1.05rem;
  font-weight: 850;
}

.privacy-content p,
.privacy-content li,
.privacy-content dd {
  color: #475569;
  line-height: 1.75;
}

.privacy-content p {
  margin-top: 0.9rem;
}

.privacy-content ul {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.privacy-content li {
  position: relative;
  padding-left: 1.35rem;
}

.privacy-content li::before {
  position: absolute;
  top: 0.68rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  content: "";
  border-radius: 999px;
  background: #ff7a00;
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12);
}

.privacy-content dl {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.privacy-content dl div {
  border-radius: 1rem;
  background: #f8fbff;
  padding: 1rem;
}

.privacy-content dt {
  color: #0f4669;
  font-weight: 850;
}

.privacy-content dd {
  margin-top: 0.35rem;
}

.privacy-content a {
  color: #075985;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .privacy-summary-card {
    position: static;
  }
}
