html {
  scroll-behavior: smooth;
  scroll-timeline: none;
}

#about {
  scroll-margin-top: 80px;
}


.dashboard-hero {
  position: relative;
  background: url('../../images/main-img/dashboard_topsection.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.dashboard-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.highlight-red { color: #C41E3A; }
.left-column { padding-right: 40px; }

.left-row-1 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.5vw, 33px);
  line-height: clamp(30px, 4vw, 55px);
  text-transform: uppercase;
  max-width: 620px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #F7C201, #FFEF0C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.left-row-2 h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.4;
  color: #F0E927;
  margin-bottom: 20px;
}

.hero-fintech {
  color: #F0E927;
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
}

.hero-sub {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
}

.hero-brand {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
}

.left-row-2,
.left-row-3 {
  animation: heroZoom 4s ease-in-out infinite;
  display: inline-block;
}

.left-row-3 { animation-delay: 0.4s; }

@keyframes heroZoom {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.05); }
}

.left-row-3 p {
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 2.2vw, 29px);
  line-height: clamp(26px, 3vw, 43px);
  color: #fff;
}

/* =====================
   FORM CARD
   ===================== */
.hero-form-card {
  border-radius: 20px;
  background:
    linear-gradient(180deg, #585858 0%, #730005 100%) padding-box,
    linear-gradient(180deg, #A7000E, #730005) border-box;
  padding: 30px 25px;
  max-width: 406px;
  margin: auto;
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

.form-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.6vw, 18px);
  white-space: nowrap;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.form-subheading {
  font-size: 15px;
  color: #fff;
  background: #715A56;
  border-radius: 5px;
  padding: 8px 15px;
  text-align: center;
  margin-bottom: 20px;
}

.custom-input {
  height: 46px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 0.95rem;
}

.custom-input:focus {
  border-color: #C41E3A;
  box-shadow: 0 0 0 0.1rem rgba(196,30,58,0.25);
}

.mobile-input-group .country-code {
  background: #f8f9fa;
  border: 1px solid #d1d5db;
  border-right: none;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.in-flag { width: 20px; }

.form-submit-btn {
  background: linear-gradient(186.34deg, #F1352F, #F1352F);
  color: #fff;
  height: 48px;
  border-radius: 20px;
  border: none;
  font-size: 17px;
  transition: 0.3s;
  z-index: 2;
}

.form-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(196,30,58,0.3);
}

/* =====================
   ABOUT US SECTION
   ===================== */
.index-about-section { 
  background: url('../../images/main-img/about-us-background.png') center/cover no-repeat;
}

.index-about-image {
  padding: 0;
  max-height: 350px;
  overflow: hidden;
}

.index-about-image img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  display: block;
}

.index-about-content {
  padding: 25px 50px;
  background-color: #ffffff;
}

.index-about-heading {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px;
}

.index-about-text {
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 15px;
}

.index-about-text:last-child { margin-bottom: 0; }
.index-about-highlight { color: #F1352F; font-weight: 700; }

/* =====================
   PROGRAMMES OVERVIEW
   ===================== */
.index-prog-section {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #EC2939 0%, #570F12 100%);
  padding: 40px 6%;
  gap: 48px;
}

.index-prog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.index-prog-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.index-prog-text {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  line-height: 1.75;
  margin: 0;
}

.index-prog-audience {
  font-size: 17px;
  font-weight: 600;
  color: #FFEF0C;
  margin: 0;
}

.index-prog-schedule {
  font-size: 17px;
  margin: 0;
  white-space: nowrap;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  padding: 10px 16px;
  border-radius: 6px;
}

.index-prog-schedule-label {
  font-weight: 700;
  color: #E31E24;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.index-prog-schedule-value {
  color: #E31E24;
  font-weight: 500;
}

.index-prog-image-wrap { flex: 0 0 380px; }

.index-prog-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  width: 100%;
}

.index-prog-card-img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.index-prog-meta {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 14px 18px;
}

.index-prog-meta span {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.index-prog-meta-divider { display: none; }

/* =====================
   KEY HIGHLIGHTS (WHY AI)
   ===================== */
.index-why-text {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* =====================
   EXPLORE WHAT YOU LEARN
   ===================== */
.index-learn-section {
  background-color: #FFF5F6;
  padding: 28px 0;
}

.index-learn-heading {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 20px;
}

.index-learn-section .outcome-block {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 12px;
}

.index-learn-section .outcome-text { color: #1a1a1a; font-size: 17px; }
.index-learn-section .outcomes-center { padding: 0; }

.outcome-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 6px;
}

.index-learn-center-card {
  width: 452px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-learn-center-card .outcomes-center-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  padding: 0;
}

.index-learn-center-card .index-learn-center-text {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.7;
  text-align: center;
  padding: 20px 18px;
  margin: 0;
  background: #fff;
}

.index-learn-center-card .index-learn-center-text strong {
  font-weight: 700;
  color: #1a1a1a;
}

/* =====================
   SKILLS YOU GAIN
   ===================== */
.index-skills-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 0 0 32px;
}

.index-skills-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #F1352F;
  background: #fff;
  padding: 20px 0;
  max-width: 1000px;
  width: 100%;
}

.index-skills-body {
  display: flex;
  align-items: stretch;
  min-height: 300px;
  max-width: 1000px;
  width: 100%;
}

.index-skills-image {
  flex: 0 0 40%;
  overflow: hidden;
}

.index-skills-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.index-skills-right {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.index-skills-box {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-radius: 10px;
}

.index-skills-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.index-skills-box p {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}

/* =====================
   GLOBAL FONT OVERRIDES
   ===================== */
.index-about-heading,
.index-learn-heading,
.highlights-heading,
.outcomes-heading { font-size: 30px; }

.index-about-text,
.index-why-text,
.index-learn-center-text,
.highlights-list li,
.outcome-text { font-size: 17px; }

/* =====================
   RESPONSIVE — TABLET (≤992px)
   ===================== */
@media (max-width: 992px) {
  /* Hero */
  .dashboard-hero { padding: 50px 0; background-position: center 30%; }
  .left-column { text-align: center; padding-right: 0; }

  /* About */
  .index-about-content { padding: 30px 30px; }

  /* Programmes */
  .index-prog-section { 
    flex-direction: column; 
    gap: 28px; 
    padding: 32px 6%; 
    background: linear-gradient(180deg, #EC2939 0%, #570F12 100%);
  }
  .index-prog-image-wrap { flex: 0 0 auto; width: 100%; max-width: 480px; margin: 0 auto; }
  .index-prog-schedule { white-space: normal; }

  /* Learn */
  .outcomes-container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 20px;
  }
  .outcomes-center { order: 1; }
  .outcomes-left { order: 2; flex-direction: row; justify-content: center; gap: 16px; }
  .outcomes-right { order: 3; flex-direction: row; justify-content: center; gap: 16px; }
  .outcome-block { max-width: 200px; }
  .index-learn-center-card { width: 100%; }

  /* Skills */
  .index-skills-heading,
  .index-skills-body { max-width: 100%; padding-left: 4%; padding-right: 4%; }
}

/* =====================
   RESPONSIVE — MOBILE (≤768px)
   ===================== */
@media (max-width: 768px) {
  /* Hero */
  .dashboard-hero { padding: 40px 0; }
  .left-row-1 { font-size: 18px; line-height: 28px; }
  .left-row-2 h1 { font-size: 36px; line-height: 1.2; }
  .hero-fintech { font-size: 36px; }
  .hero-sub { font-size: 20px; }
  .hero-brand { font-size: 20px; }
  .left-row-3 p { font-size: 16px; line-height: 26px; }
  .hero-form-card { max-width: 100%; margin-top: 24px; }
  .form-heading { white-space: normal; }

  /* About */
  .index-about-image { max-height: 240px; }
  .index-about-image img { height: 240px; }
  .index-about-content { padding: 24px 20px; text-align: center; }
  .index-about-heading { font-size: 24px; }
  .index-about-text { font-size: 15px; }

  /* Programmes */
  .index-prog-heading { font-size: 22px; }
  .index-prog-text,
  .index-prog-audience,
  .index-prog-schedule { font-size: 15px; }
  .index-prog-schedule { white-space: normal; }

  /* Learn */
  .index-learn-heading { font-size: 22px; }
  .outcomes-left, .outcomes-right { flex-direction: column; align-items: center; }
  .outcome-block { max-width: 100%; }
  .index-learn-center-card .outcomes-center-image { height: 200px; }

  /* Skills */
  .index-skills-heading { font-size: 22px; padding: 16px 4%; }
  .index-skills-body { flex-direction: column; }
  .index-skills-image { flex: 0 0 200px; width: 100%; }
  .index-skills-right { flex: 1; padding: 12px; }
  .index-skills-box p { font-size: 15px; }

  /* Social sidebar */
  .social-sidebar { display: flex; }
}

/* =====================
   RESPONSIVE — SMALL MOBILE (≤480px)
   ===================== */
@media (max-width: 480px) {
  .left-row-1 { font-size: 16px; }
  .left-row-2 h1 { font-size: 24px; }
  .index-about-heading,
  .index-learn-heading,
  .index-prog-heading,
  .index-skills-heading { font-size: 20px; }
  .index-prog-section { padding: 24px 4%; }
  .index-skills-heading { padding: 14px 4%; }
  .index-skills-body { padding: 0 4%; }
}

/* =====================
   COURSE HIGHLIGHTS SECTION
   ===================== */
.index-highlights-section {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #EC2939 0%, #570F12 100%);
  padding: 52px 6%;
  gap: 48px;
}

.index-highlights-content { flex: 1; }

.index-highlights-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 28px;
}

.index-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.index-highlights-list li {
  font-size: 17px;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.index-highlights-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.index-highlights-label {
  font-weight: 700;
  color: #ffffff;
}

.index-highlights-video {
  flex: 0 0 420px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.index-highlights-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 992px) {
  .index-highlights-section { 
    flex-direction: column; 
    gap: 32px; 
    background: linear-gradient(180deg, #EC2939 0%, #570F12 100%);
  }
  .index-highlights-video { flex: 0 0 auto; width: 100%; max-width: 480px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .index-highlights-section { 
    padding: 36px 6%; 
    background: linear-gradient(180deg, #EC2939 0%, #570F12 100%);
  }
  .index-highlights-heading { font-size: 22px; margin-bottom: 20px; }
  .index-highlights-list li { font-size: 15px; }
}

/* =====================
   CERTIFICATION SECTION
   ===================== */
.index-cert-section {
  display: flex;
  align-items: stretch;
  height: 320px; 
  overflow: hidden;
  margin: 40px 0;
}

.index-cert-image {
  background-color: #ff6b6b;
  flex: 0 0 50%;
  overflow: hidden;
  align-self: center;
  height: 100%;
  border-radius: 16px 0px 0px 16px;
}

.index-cert-image img {
  width: 100%;
  height: 100%;
  object-fit:cover; 
  display:block;
}

.index-cert-content {
  flex: 0 0 50%;
  background: #EC2939;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px;
  gap: 10px;
  border-radius: 0 16px 16px 0;
}

.index-cert-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 26px; 
  color: #ffffff;
  margin: 0;
}

.index-cert-text {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin: 0;
}

.index-cert-highlight {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .index-cert-section {
    height: auto;
    flex-direction: column;
  }
  .index-cert-image {
    flex: 0 0 240px;
    border-radius: 16px 16px 0 0;
  }
  .index-cert-content {
    padding: 32px 24px;
    border-radius: 0 0 16px 16px;
    background: #EC2939;
  }
  .index-cert-heading { font-size: 22px; }
  .index-cert-text { font-size: 15px; }
}

@media (max-width: 480px) {
  .index-cert-section { flex-direction: column; }
  .index-cert-image { flex: 0 0 180px; }
  .index-cert-content { 
    padding: 20px 24px; 
    background: #EC2939;
  }
  .index-cert-heading { font-size: 18px; }
  .index-cert-text { font-size: 14px; }
}

/* =====================
   CAREER OUTCOMES SECTION
   ===================== */
.index-career-section {
  background: #FFF5F6;
  padding: 52px 6%;
}

.index-career-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #2E3359;
  text-transform: uppercase;
  margin: 0 0 32px;
  text-align: center;
}

/* =====================
   CAREER OUTCOMES GRID
   ===================== */
.index-career-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.index-career-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid #E31E24;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}

.index-career-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.index-career-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.index-career-body {
  padding: 16px 18px;
  flex: 1;
}

.index-career-body h4 {
  font-size: 15px;
  font-weight: 700;
  color: #2E3359;
  margin: 0 0 8px;
  line-height: 1.4;
}

.index-career-body h4 span {
  font-weight: 400;
  color: #E31E24;
}

.index-career-body p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 992px) {
  .index-career-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .index-career-grid { grid-template-columns: 1fr; }
  .index-career-heading { font-size: 22px; }
}

/* =====================
   FAQ SECTION
   ===================== */
.index-faq-section {
  background: linear-gradient(180deg, #A7000E 0%, #570F12 100%);
  padding: 56px 6%;
}

.index-faq-inner {
  max-width: 860px;
  margin: 0 auto;
}

.index-faq-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.index-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.index-faq-item {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  overflow: hidden;
  transition: background 0.25s;
}

.index-faq-item.open {
  background: rgba(255,255,255,0.14);
}

.index-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.index-faq-q span {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
}

.index-faq-q i {
  font-size: 1rem;
  color: #FFEF0C;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.index-faq-item.open .index-faq-q i {
  transform: rotate(45deg);
}

.index-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s;
  padding: 0 22px;
}

.index-faq-item.open .index-faq-a {
  max-height: 200px;
  padding: 0 22px 18px;
}

.index-faq-a p {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 14px;
}

@media (max-width: 768px) {
  .index-faq-section {
    background: linear-gradient(180deg, #A7000E 0%, #570F12 100%);
  }
  .index-faq-heading { font-size: 22px; }
  .index-faq-q span { font-size: 15px; }
}

/* ── FAQ font size increase ── */
.index-faq-q span { font-size: 17px; }
.index-faq-a p { font-size: 16px; }

/* =====================
   RANKINGS & RECOGNITION — MINIMAL (FINAL ACTIVE DESIGN)
   ===================== */
.index-rank-section {
  background: #fff !important;
  padding: 36px 6% !important;
}

.index-rank-heading {
  font-size: 22px !important;
  color: #6B0F2F !important;
  text-align: left !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.index-rank-heading::after { display: none !important; }

.index-rank-main {
  display: flex;
  align-items: center;
  gap: 36px;
}

/* Certs */
.index-rank-certs {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px !important;
  flex-shrink: 0;
}

.index-rank-cert-card {
  background: #fff !important;
  border-radius: 10px !important;
  padding: 8px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1) !important;
  border: 1px solid #e2e8f0 !important;
  transform: none !important;
  opacity: 1 !important;
  transition: transform 0.25s, box-shadow 0.25s !important;
}

.index-rank-cert-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.14) !important;
}

.index-rank-cert-card img {
  height: 130px !important;
  width: 110px !important;
  max-width: unset !important;
  object-fit: contain !important;
  display: block;
}

/* Stats */
.index-rank-stats {
  flex: 1;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.index-rank-stat {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 !important;
  background: transparent !important;
  border-left: none !important;
  border-radius: 0 !important;
  flex-direction: row !important;
  text-align: left !important;
}

.index-rank-stat i {
  color: #E31E24;
  font-size: 1rem;
  flex-shrink: 0;
}

.index-rank-stat p {
  font-size: 14px !important;
  color: #334155 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

.index-rank-stat p strong { color: #1a1a1a; }

/* EFMD strip */
.index-rank-efmd-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #570F12;
  border-radius: 8px;
  padding: 10px 16px;
  margin-top: 4px;
}

.index-rank-efmd-strip > i {
  color: #F0E68C;
  font-size: 1.1rem;
  flex-shrink: 0;
  animation: pulseBadge 2s infinite;
}

.index-rank-efmd-words {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.efmd-word {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.efmd-word.animate { opacity: 1; transform: translateY(0); }

.efmd-highlight {
  color: #FFEF0C !important;
  font-weight: 900 !important;
  font-size: 15px !important;
}

@media (max-width: 768px) {
  .index-rank-main { 
    flex-direction: column; 
    align-items: flex-start; 
    gap: 20px; 
  }
  .index-rank-section {
    background: #fff !important;
  }
  .index-rank-heading {
    color: #6B0F2F !important;
  }
  .index-rank-cert-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
  }
  .index-rank-cert-card img { 
    height: 110px !important; 
    width: 90px !important; 
  }
  .index-rank-stat p {
    color: #334155 !important;
  }
  .index-rank-efmd-strip {
    background: #570F12;
  }
  .efmd-word {
    color: rgba(255,255,255,0.85);
  }
  .efmd-highlight {
    color: #FFEF0C !important;
  }
}

/* =====================
   RANKINGS & RECOGNITION — NEW (ALTERNATE SECTION)
   ===================== */
.rank-section {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #FFF5F6;
  padding: 56px 6%;
}

.rank-left { flex: 0 0 40%; }

.rank-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #E31E24;
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 3px solid #E31E24;
}

.rank-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rank-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 18px;
  border-left: 4px solid #E31E24;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.rank-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #570F12;
  color: #FFEF0C;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rank-badge i { font-size: 14px; }

.rank-list li p {
  font-size: 15px;
  color: #334155;
  line-height: 1.65;
  margin: 0;
}

.rank-list li p strong { color: #6B0F2F; }

.rank-efmd {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #570F12, #A7000E);
  border-radius: 10px;
  padding: 14px 20px;
  color: #fff;
  font-size: 15px;
}

.rank-efmd i {
  font-size: 1.4rem;
  color: #F0E68C;
  flex-shrink: 0;
  animation: pulseBadge 2s infinite;
}

.rank-efmd-text {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.rank-jump-word {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  animation: rankJump 1s ease-in-out infinite;
}

.rank-jump-word:nth-child(1) { animation-delay: 0s; }
.rank-jump-word:nth-child(2) { animation-delay: 0.12s; }
.rank-jump-word:nth-child(3) { animation-delay: 0.24s; }
.rank-jump-word:nth-child(4) { animation-delay: 0.36s; }
.rank-jump-word:nth-child(5) { animation-delay: 0.48s; }
.rank-jump-word:nth-child(6) { animation-delay: 0.60s; }
.rank-jump-word:nth-child(7) { animation-delay: 0.72s; }

.rank-jump-highlight {
  color: #FFEF0C !important;
  font-weight: 900 !important;
  font-size: 16px !important;
}

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

/* Right: certificate images */
.rank-right {
  flex: 0 0 60%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.rank-cert-card {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
  border: 1px solid #e2e8f0;
  transition: transform 0.3s, box-shadow 0.3s;
}

.rank-cert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.rank-cert-card img {
  height: 340px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 900px) {
  .rank-section { 
    flex-direction: column; 
    gap: 32px; 
    background: #FFF5F6;
  }
  .rank-left { flex: 0 0 auto; width: 100%; }
  .rank-right { 
    flex: 0 0 auto; 
    width: 100%; 
    flex-direction: row; 
    justify-content: center; 
  }
  .rank-cert-card img { height: 260px; }
  .rank-heading { color: #6B0F2F; }
  .rank-list li { background: #fff; border-left-color: #E31E24; }
  .rank-efmd { background: linear-gradient(90deg, #570F12, #A7000E); }
}

@media (max-width: 576px) {
  .rank-right { flex-direction: column; align-items: center; }
  .rank-heading { font-size: 22px; color: #6B0F2F; }
  .rank-cert-card img { height: 220px; }
  .rank-section { background: #FFF5F6; }
  .rank-list li { background: #fff; }
  .rank-efmd { background: linear-gradient(90deg, #570F12, #A7000E); }
}

/* =====================
   TOOLS & TECHNOLOGIES
   ===================== */
.tools-section {
  background: linear-gradient(180deg, #1F2B45 0%, #0F2646 70%, #052347 100%);
  padding: 52px 0;
  overflow: hidden;
}

.tools-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
}

.tools-track-wrap {
  overflow: hidden;
  width: 70%;
  margin: 0 auto 18px;
  position: relative;
}

.tools-track-wrap::before,
.tools-track-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}

.tools-track-wrap::before {
  left: 0;
  background: linear-gradient(to right, #1F2B45 0%, transparent 100%);
}

.tools-track-wrap::after {
  right: 0;
  background: linear-gradient(to left, #1F2B45 0%, transparent 100%);
}

.tools-track-wrap:last-child { margin-bottom: 0; }

.tools-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: scrollLeft 40s linear infinite;
}

.tools-track-reverse {
  animation: scrollRight 48s linear infinite;
}

.tools-track-wrap:hover .tools-track { animation-play-state: paused; }

@keyframes scrollLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* Base pill */
.tool-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  cursor: default;
  transition: transform 0.2s, box-shadow 0.2s;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  color: #213341;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.tool-pill img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}

.tool-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Row 1 */
.tp-python, .tp-jupyter, .tp-numpy, .tp-pandas,
.tp-matplotlib, .tp-seaborn, .tp-sklearn, .tp-tableau,
.tp-powerbi, .tp-ml, .tp-ts, .tp-anomaly { color: #6B0F2F; }

/* Row 2 */
.tp-genai, .tp-llm, .tp-chatgpt, .tp-llama,
.tp-mistral, .tp-lmtools, .tp-lmstudio, .tp-ollama,
.tp-multiagent, .tp-crewai, .tp-rag, .tp-sql,
.tp-vectordb, .tp-mongo, .tp-chroma, .tp-reldb, .tp-postgres { color: #213341; }

/* =====================
   ABOUT EXAFLUENCE SECTION
   ===================== */
.exaf-section { background: #fff; padding: 0; }

/* ── Top two blocks ── */
.exaf-top { display: grid; grid-template-columns: 1fr 1fr; }

.exaf-block {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.exaf-block--edu { background: #570F12; }
.exaf-block--inc { background: #A31636; }

.exaf-block-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: #F0E68C;
}

.exaf-block-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px; font-weight: 700; color: #fff; margin: 0;
}

.exaf-block-line {
  width: 44px; height: 3px;
  background: rgba(255,255,255,0.3); border-radius: 2px;
}

.exaf-block-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.exaf-block-list li {
  font-size: 15px; color: rgba(255,255,255,0.85);
  line-height: 1.7; padding-left: 20px; position: relative;
}
.exaf-block-list li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 8px; height: 8px; border-radius: 50%; background: #F0E68C;
}

/* ── Certifications ── */
.exaf-certs { background: #FFF5F6; padding: 52px 5%; }

.exaf-certs-hdr {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 32px; flex-wrap: wrap;
}
.exaf-certs-hdr > i { font-size: 1.6rem; color: #A31636; flex-shrink: 0; }
.exaf-certs-hdr h3 {
  font-family: 'Inter', sans-serif; font-size: 22px;
  font-weight: 700; color: #6B0F2F; margin: 0; flex: 1;
}
.exaf-certs-tip {
  font-size: 12px; font-weight: 600; color: #A31636;
  background: #f5e8ea; padding: 5px 14px; border-radius: 20px;
  display: flex; align-items: center; gap: 6px;
}

.exaf-certs-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
}

.exaf-cert {
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(107,15,47,0.07);
  display: flex; flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}
.exaf-cert:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(107,15,47,0.14);
}

.exaf-cert-img {
  position: relative; height: 270px;
  background: #f5f0f2;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; cursor: pointer;
}
.exaf-cert-img img {
  height: 240px; width: auto; max-width: 88%;
  object-fit: contain; display: block;
  transition: transform 0.4s ease;
}
.exaf-cert-img:hover img { transform: scale(1.06); }

.exaf-cert-hover {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.25s ease;
}
.exaf-cert-hover i {
  font-size: 2rem; color: #fff;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 50%;
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px);
  transition: transform 0.2s, background 0.2s;
}
.exaf-cert-img:hover .exaf-cert-hover { opacity: 1; }
.exaf-cert-img:hover .exaf-cert-hover i {
  transform: scale(1.12);
  background: rgba(196,22,28,0.8);
}

.exaf-cert-body {
  padding: 18px 20px 22px;
  border-top: 3px solid #E31E24;
  flex: 1;
}
.exaf-cert-tag {
  display: inline-block; background: #570F12; color: #FFEF0C;
  font-size: 11px; font-weight: 700; letter-spacing: 0.07em;
  padding: 3px 10px; border-radius: 4px; margin-bottom: 10px;
  text-transform: uppercase;
}
.exaf-cert-tag--gold { background: #FFEF0C; color: #570F12; }
.exaf-cert-ttl {
  font-size: 14px; font-weight: 700; color: #1a1a1a;
  margin: 0 0 8px; line-height: 1.4;
}
.exaf-cert-txt {
  font-size: 13px; color: #64748b; line-height: 1.65; margin: 0;
}

/* ── Image Viewer ── */
.exaf-viewer {
  display: none; position: fixed; inset: 0; z-index: 9999;
  align-items: center; justify-content: center;
}
.exaf-viewer.active { display: flex; }

.exaf-viewer-bg {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.94);
  animation: vBgIn 0.2s ease;
}
@keyframes vBgIn { from { opacity:0; } to { opacity:1; } }

.exaf-viewer-shell {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  width: 96vw; height: 94vh;
  animation: vShellIn 0.28s cubic-bezier(0.34,1.4,0.64,1);
}
@keyframes vShellIn {
  from { transform: scale(0.88); opacity: 0; }
  to   { transform: scale(1);    opacity: 1; }
}

.exaf-viewer-bar {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(8px);
  border-radius: 12px 12px 0 0;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.exaf-viewer-pct {
  font-family: 'Inter', sans-serif; font-size: 13px;
  font-weight: 700; color: #FFEF0C; min-width: 46px;
}
.exaf-viewer-btns {
  display: flex; gap: 6px; margin-left: auto;
}
.exaf-viewer-btns button {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
  color: #fff; font-size: 15px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.exaf-viewer-btns button:hover { background: #E31E24; }
.exaf-viewer-x { background: rgba(220,50,50,0.25) !important; }
.exaf-viewer-x:hover { background: #c0392b !important; }

.exaf-viewer-stage {
  flex: 1; overflow: hidden;
  background: rgba(255,255,255,0.03);
  border-radius: 0 0 12px 12px;
  display: flex; align-items: center; justify-content: center;
  cursor: grab; position: relative;
}
.exaf-viewer-stage.dragging { cursor: grabbing; }

#exafViewerImg {
  max-width: 100%; max-height: 100%;
  object-fit: contain; display: block;
  transform-origin: center center;
  transition: transform 0.15s ease;
  user-select: none; pointer-events: none;
}

.exaf-viewer-hint {
  text-align: center; font-size: 12px;
  color: rgba(255,255,255,0.35);
  padding: 8px 0 0;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 900px) {
  .exaf-top { grid-template-columns: 1fr; }
  .exaf-block { padding: 36px 28px; }
  .exaf-certs-grid { grid-template-columns: 1fr 1fr; }
  .exaf-block--edu { background: #570F12; }
  .exaf-block--inc { background: #A31636; }
  .exaf-certs { background: #FFF5F6; }
}
@media (max-width: 576px) {
  .exaf-certs-grid { grid-template-columns: 1fr; }
  .exaf-certs-tip { display: none; }
  .exaf-cert-img { height: 210px; }
  .exaf-cert-img img { height: 180px; }
  .exaf-certs { background: #FFF5F6; }
}

/* =====================
   CERTIFICATIONS & STANDARDS SECTION
   ===================== */
.cert-standards-section {
  background: #FFF5F6;
  padding: 70px 5%;
}

.cert-standards-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cert-standards-heading {
  font-size: 30px;
  font-weight: 700;
  color: #6B0F2F;
  text-align: center;
  margin-bottom: 10px;
}

.cert-standards-divider {
  width: 60px;
  height: 4px;
  background: #A31636;
  border-radius: 2px;
  margin: 0 auto 40px;
}

.cert-standards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cert-standards-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(107,15,47,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.cert-standards-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(107,15,47,0.14);
}

.cert-standards-img-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 220px;
  background: #f5f0f2;
}

.cert-standards-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform 0.3s ease;
}

.cert-standards-img-wrap:hover img {
  transform: scale(1.04);
}

.cert-standards-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 32px;
  color: #ffffff;
}

.cert-standards-img-wrap:hover .cert-standards-overlay {
  opacity: 1;
}

.cert-standards-content {
  padding: 20px 24px 24px;
  flex: 1;
  border-top: 3px solid #E31E24;
}

.cert-standards-label {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.cert-standards-sub {
  font-size: 13px;
  font-weight: 600;
  color: #E31E24;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.cert-standards-text {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* Lightbox */
.cert-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.cert-lightbox.active {
  display: flex;
}

.cert-lightbox-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.cert-lightbox-inner img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}

.cert-lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 36px;
  height: 36px;
  background: #A31636;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

@media (max-width: 992px) {
  .cert-standards-grid { grid-template-columns: 1fr 1fr; }
  .cert-standards-section { background: #FFF5F6; }
}

@media (max-width: 576px) {
  .cert-standards-grid { grid-template-columns: 1fr; }
  .cert-standards-heading { font-size: 24px; }
  .cert-standards-section { background: #FFF5F6; }
}

/* ── Apply form blink on redirect ── */
@keyframes formBlink {
  0%   { box-shadow: 0 15px 35px rgba(0,0,0,0.4); }
  33%  { box-shadow: 0 0 40px 10px rgba(196,30,58,0.6), 0 15px 35px rgba(0,0,0,0.4); }
  66%  { box-shadow: 0 15px 35px rgba(0,0,0,0.4); }
  100% { box-shadow: 0 0 40px 10px rgba(196,30,58,0.6), 0 15px 35px rgba(0,0,0,0.4); }
}

.hero-form-card.form-blink {
  animation: formBlink 1.4s ease;
}

/* ── Double-image cert card (ISO 27001) ── */
.exaf-certs-grid { grid-template-columns: repeat(2, 1fr); }

.exaf-cert--double .exaf-cert-img-double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 270px;
  background: #f5f0f2;
}

.exaf-cert--double .exaf-cert-img-double .exaf-cert-img {
  height: 100%;
  border-right: 1px solid #e2e8f0;
}

.exaf-cert--double .exaf-cert-img-double .exaf-cert-img:last-child {
  border-right: none;
}

@media (max-width: 576px) {
  .exaf-certs-grid { grid-template-columns: 1fr; }
  .exaf-cert--double .exaf-cert-img-double { grid-template-columns: 1fr 1fr; height: 180px; }
}

/* ── Hero form validation ── */
.hero-field { position: relative; }

.hero-err {
  display: none;
  font-size: 11px;
  color: #ff6b6b;
  margin-top: 3px;
  padding-left: 2px;
}

.hero-invalid {
  border-color: #ff6b6b !important;
  box-shadow: 0 0 0 0.2rem rgba(255,107,107,0.25) !important;
}

.iso-section {
  background: #fde2e4;
  padding: 56px 6%;
}

.iso-inner { width: 100%; }

.iso-heading-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  padding-bottom: 14px;
  border-bottom: 3px solid #E31E24;
}
.iso-heading-row > i { font-size: 2.2rem; color: #A31636; filter: drop-shadow(0 0 6px rgba(163,22,54,0.5)); }
.iso-heading-row h2 {
  font-family: 'Inter', sans-serif;
  font-size: 26px; font-weight: 700;
  color: #6B0F2F; margin: 0;
  line-height: 1.4;
}

.iso-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.iso-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(107,15,47,0.07);
  display: flex;
  flex-direction: row;
  transition: box-shadow 0.25s;
}
.iso-card:hover {
  box-shadow: 0 12px 32px rgba(107,15,47,0.13);
}

/* Image — click triggers viewer */
.iso-img-wrap {
  position: relative;
  flex: 0 0 45%;
  overflow: hidden;
  cursor: pointer;
}
.iso-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.iso-img-wrap:hover img { transform: scale(1.05); }

/* Small zoom button — top right, appears on image hover */
.iso-zoom-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s, background 0.2s;
  pointer-events: none;
}
.iso-img-wrap:hover .iso-zoom-btn {
  opacity: 1;
  pointer-events: auto;
}
.iso-zoom-btn:hover { background: #E31E24; }

.iso-content {
  flex: 1;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  border-left: 4px solid #E31E24;
}
.iso-badge {
  display: inline-block;
  background: #E31E24; color: #FFFFFF;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 4px;
  width: fit-content;
}
.iso-badge--teal { background: #E31E24; color: #fff; }
.iso-title {
  font-size: 17px; font-weight: 700;
  color: #1a1a1a; margin: 0; line-height: 1.4;
}
.iso-text {
  font-size: 15px; color: #475569;
  line-height: 1.75; margin: 0;
}

@media (max-width: 768px) {
  .iso-grid { grid-template-columns: 1fr; }
  .iso-card { flex-direction: column; }
  .iso-img-wrap { flex: 0 0 220px; }
  .iso-content { 
    border-left: none; 
    border-top: 4px solid #A31636; 
  }
  .iso-zoom-btn { opacity: 1; pointer-events: auto; }
  .iso-section { background: #FFF5F6; }
  .iso-badge { background: #570F12; color: #FFEF0C; }
  .iso-badge--teal { background: #E31E24; color: #fff; }
}
