/* ============================================================
   index.css — Page-specific styles for index.html
   Common styles (tokens, page-root, nav, footer) are in styles.css
   ============================================================ */

/* ── Hero section ───────────────────────────────────────── */
.hero-section {
  position: relative;
  overflow: hidden;
  background: var(--bg-warm);
  padding: 40px 40px 28px;
}

.hero-watermark {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--font-sora);
  font-weight: 800;
  font-size: 150px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(11, 18, 32, .07);
  letter-spacing: -6px;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}

.hero-blob {
  position: absolute;
  top: -120px;
  right: 40px;
  width: min(420px, 92vw);
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 51, .16), rgba(255, 59, 84, .05) 60%, transparent 70%);
  filter: blur(10px);
  animation: blobPulse 8s ease-in-out infinite;
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-title {
  font-family: var(--font-sora);
  font-weight: 800;
  font-size: 58px;
  line-height: 1.14;
  letter-spacing: -.02em;
  margin: 0;
  color: var(--ink);
}

.hero-title-muted {
  font-weight: 300;
  color: var(--steel);
}

.accent-bar {
  display: inline-block;
  width: 8px;
  height: 1em;
  background: var(--orange);
  border-radius: 2px;
  margin-right: 16px;
  vertical-align: -.14em;
}

.accent-bar--amber {
  background: var(--amber);
}

.hero-lead {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 650px;
  margin: 22px 0 26px;
}

.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--red));
  color: var(--white);
  border: none;
  padding: 16px 26px;
  border-radius: 999px;
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 59, 84, .3);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform .2s, box-shadow .2s;
}

.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 59, 84, .4);
}

.hero-btn-secondary {
  background: var(--white);
  color: var(--ink);
  border: 1.5px solid var(--border);
  padding: 16px 24px;
  border-radius: 999px;
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: border-color .2s;
}

.hero-btn-secondary:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.hero-stats-wrap {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 32px;
  background: rgba(255, 255, 255, .6);
  border-radius: 16px;
  padding: 1rem;
  box-sizing: border-box;
}

.hero-stat-num {
  font-family: var(--font-sora);
  font-weight: 800;
  font-size: 19px;
}

.hero-stat-sub {
  font-size: 12px;
  color: var(--steel);
}

.hero-stat-divider {
  width: 1px;
  background: #DED8CD;
}

.hero-visual-container {
  position: relative;
  height: 440px;
}

.hero-visual-shadow {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 300px;
  height: 34px;
  background: radial-gradient(ellipse, rgba(11, 18, 32, .3), transparent 72%);
  border-radius: 50%;
  filter: blur(8px);
  animation: heroShadow 6s ease-in-out infinite;
  z-index: 0;
}

.hero-visual-img {
  position: absolute;
  left: 50%;
  top: 6px;
  width: min(480px, 92vw);
  height: 400px;
  animation: heroFloat 6s ease-in-out infinite;
  z-index: 1;
}

.hero-visual-img image-slot {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 26px 30px rgba(11, 18, 32, .22));
}

.hero-chip {
  position: absolute;
  z-index: 2;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 16px 34px -12px rgba(11, 18, 32, .25);
  padding: 12px 16px;
  /* display: flex; */
  align-items: center;
  gap: 10px;
}

.hero-chip--tl {
  top: 14px;
  left: -24px;
  animation: floatY 6s ease-in-out infinite;
}

.hero-chip--tr {
  top: 14px;
  right: -24px;
  animation: floatY 7.8s ease-in-out infinite;
}

.hero-chip--dark {
  background: var(--white);
  color: var(--white);
  border-radius: 16px;
  box-shadow: 0 16px 34px -12px rgba(11, 18, 32, .35);
  padding: 13px 17px;
}

.hero-chip--br {
  position: absolute;
  bottom: 52px;
  right: -16px;
  z-index: 2;
  animation: floatSlow 7s ease-in-out infinite;
}

.hero-chip--bl {
  position: absolute;
  bottom: 52px;
  left: -16px;
  z-index: 2;
  animation: floatSlow 6.8s ease-in-out infinite;
}

.hero-chip--mid-r {
  position: absolute;
  top: 170px;
  right: -30px;
  z-index: 2;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 14px 30px -12px rgba(11, 18, 32, .2);
  padding: 11px 15px;
  animation: floatSlow 8.5s ease-in-out infinite;
}

.hero-chip-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E9F9EE;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.hero-chip-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #D8451F;
}

.hero-chip-sub {
  font-size: 14px;
  color: var(--steel);
}

.hero-chip-title--coral {
  font-family: var(--font-sora);
  font-weight: 500;
  font-size: 14px;
  color: #D8451F;
}

.hero-chip-title--lg {
  font-family: var(--font-sora);
  font-weight: 500;
  font-size: 16px;
  color: #D8451F;
}

.hero-chip-title--sm {
  font-family: var(--font-sora);
  font-weight: 500;
  font-size: 14px;
  color: #D8451F;
}

.hero-chip-sub--xs {
  font-size: 10.5px;
  color: var(--steel);
}

.hero-chip-sub--sm {
  font-size: 14px;
  color: var(--steel);
}

/* ── Tech Expertise Section ─────────────────────────────── */
.tech-expertise-section {
  position: relative;
  overflow: hidden;
  padding: 48px clamp(16px, 4vw, 48px);
  background: var(--primary);
  text-align: center;
}

.tech-bg-graphic {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 0;
}

.tech-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto 28px;
}

.tech-eyebrow {
  font-size: 15px;
  color: var(--amber);
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 16px;
}

.tech-heading {
  font-family: var(--font-sora);
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 16px;
  letter-spacing: -.01em;
  color: var(--white);
}

.tech-heading-muted {
  font-weight: 300;
  color: var(--pale);
}

.tech-desc {
  font-size: 16px;
  color: #B8C0D0;
  line-height: 1.6;
  margin: 0;
}

.retech-partner-card {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  background: rgba(255, 255, 255, .06);
  border: 1.5px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  padding: 20px 26px;
  text-decoration: none;
  color: var(--white);
  text-align: left;
  transition: border-color .2s;
}

.retech-partner-card:hover {
  border-color: rgba(255, 255, 255, .4);
}

.retech-logo {
  height: 38px;
  display: block;
  filter: brightness(0) invert(1);
}

.retech-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, .18);
}

.retech-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--pale);
  margin-bottom: 5px;
}

.retech-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--white);
}

.retech-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--amber);
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ── Shared section header ──────────────────────────────── */
.section-header {
  max-width: 640px;
  margin: 0 auto 16px;
  text-align: center;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #D8451F;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 16px;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}

.section-h2 {
  font-family: var(--font-sora);
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--ink);
}

.section-h2-muted {
  font-weight: 300;
  color: var(--steel);
}

.section-lead {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
}

/* ── Products & Services section (ps-) ──────────────────── */
.ps-section {
  padding: 64px clamp(16px, 4vw, 48px) 76px;
  background: #FAF7F2;
}

.ps-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  width: min(93%, calc(100% - 32px));
}

/* Header */
.ps-header {
  padding: 0 0 44px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ps-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 16px;
}

.ps-heading {
  font-family: var(--font-sora);
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: var(--ink);
  line-height: 1.2;
  margin: 0 0 12px;
}

.ps-heading-muted {
  color: var(--slate);
  font-weight: 400;
}

.ps-subhead {
  font-family: var(--font-sora);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 12px;
}

.ps-lead {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}

/* Showcase Wrap */
.ps-showcase-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Common Block Elements */
.ps-block-label {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #D8451F;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ps-block-label--light {
  color: rgba(255, 255, 255, 0.6);
}

.ps-block-title {
  font-family: var(--font-sora);
  font-size: clamp(22px, 2.8vw, 24px);
  font-weight: 800;
  color: var(--ink);
  line-height: 1.25;
  margin: 0 0 12px;
}

.ps-block-title--light {
  color: #ffffff;
}

.ps-block-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  /* max-width: 680px; */
  margin: 0 0 24px;
}

.ps-block-desc--light {
  color: rgba(255, 255, 255, 0.7);
}

/* 01 Flagship Card (Instivera EduSuite) */
.ps-flagship-card {
  position: relative;
  background-color: var(--secondary, #342052);
  background-image:
    linear-gradient(135deg, rgba(52, 32, 82, 0.93) 0%, rgba(30, 16, 50, 0.88) 55%, rgba(52, 32, 82, 0.84) 100%),
    url('assets/edusuite-erp-bg.jpg');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  padding: 36px 38px;
  box-shadow: 0 16px 40px -10px rgba(52, 32, 82, 0.45);
  color: #ffffff;
  overflow: hidden;
}

.ps-flagship-card .ps-block-label {
  color: #FF9A5F;
}

.ps-flagship-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 24px;
}

.ps-flagship-header-info {
  flex: 1;
  min-width: 0;
}

.ps-flagship-card .ps-block-title {
  color: #ffffff;
  font-size: clamp(22px, 2.6vw, 24px);
}

.ps-flagship-card .ps-block-desc {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
}

.ps-flagship-action {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-top: 6px;
}

/* EduSuite two-column grid */
.ps-edusuite-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 0;
}

.ps-edusuite-col {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 18px 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
}

.ps-edusuite-col-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

/* Feature list under For Schools & For Colleges */
.ps-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 14px;
}

.ps-feature-list li {
  position: relative;
  padding-left: 15px;
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.45;
  font-family: var(--font-manrope);
}

.ps-feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #FF9A5F;
  font-size: 17px;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .ps-feature-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
  }
}

/* Secondary 2-Column Grid (02 & 03) */
.ps-sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.ps-sub-card {
  background: #ffffff;
  border: 1.5px solid var(--border);
  box-shadow: 0 6px 24px -8px rgba(11, 18, 32, 0.05);
  border-radius: 22px;
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ps-sub-card--skill {
  background: #ffffff;
}

.ps-sub-card--tech {
  background: #ffffff;
}

.ps-sub-card-footer {
  margin-top: 8px;
}

/* Skill grid inside 02 card */
.ps-skill-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.ps-skill-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F9FAFB;
  border-radius: 12px;
  padding: 14px;
  border: 1px solid #EAECF0;
}

.ps-skill-item--full {
  grid-column: 1 / -1;
}

.ps-skill-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-skill-icon--blue {
  background: #EFF6FF;
  color: #2563EB;
}

.ps-skill-icon--green {
  background: #F0FDF4;
  color: #16A34A;
}

.ps-skill-icon--amber {
  background: #FFFBEB;
  color: #D97706;
}

.ps-skill-icon--red {
  background: #FFF1F2;
  color: #E11D48;
}

.ps-skill-icon--purple {
  background: #F5F3FF;
  color: #7C3AED;
}

.ps-skill-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
}

.ps-skill-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}

/* Tech Services grid inside 03 card */
.ps-tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.ps-tech-item {
  display: flex;
  flex-direction: column;
  background: #F9FAFB;
  border: 1px solid #EAECF0;
  border-radius: 12px;
  padding: 14px;
  transition: background 0.2s, border-color 0.2s;
}

.ps-tech-item:hover {
  background: #F3F4F6;
}

.ps-tech-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ps-tech-icon--blue {
  background: #EFF6FF;
  color: #2563EB;
}

.ps-tech-icon--purple {
  background: #F5F3FF;
  color: #7C3AED;
}

.ps-tech-icon--green {
  background: #F0FDF4;
  color: #16A34A;
}

.ps-tech-icon--amber {
  background: #FFFBEB;
  color: #D97706;
}

.ps-tech-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
}

.ps-tech-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}

/* CTA Buttons */
.ps-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-manrope);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ps-cta:hover {
  transform: translateY(-2px);
}

.ps-cta--red {
  background: linear-gradient(135deg, #FF7A33, #FF3B54);
  color: #fff;
  box-shadow: 0 6px 20px -4px rgba(255, 60, 84, 0.4);
}

.ps-cta--red:hover {
  background: linear-gradient(135deg, #FFFFFF, #FFFFFF);
  color: var(--primary);
}

.ps-cta--green {
  background: linear-gradient(135deg, var(--orange), var(--primary));
  color: #fff;
  box-shadow: 0 6px 20px -4px rgba(22, 163, 74, 0.35);
}

.ps-cta--green:hover {
  background: linear-gradient(135deg, #FFFFFF, #FFFFFF);
  color: var(--primary);
}

.ps-cta--secondary {
  background: var(--secondary, --orange);
  color: #ffffff;
  box-shadow: 0 6px 20px -4px rgba(52, 32, 82, 0.35);
}

.ps-cta--secondary:hover {
  box-shadow: 0 8px 24px -4px rgba(52, 32, 82, 0.45);
  background: linear-gradient(135deg, #FFFFFF, #FFFFFF);
  color: var(--primary);
}

.ps-cta--light {
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 980px) {
  .ps-sub-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ps-container {
    width: min(100%, calc(100% - 0px));
  }

  .ps-section {
    padding: 48px clamp(14px, 4vw, 24px) 56px;
  }

  .ps-flagship-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .ps-flagship-top-row {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }

  .ps-flagship-action {
    padding-top: 0;
    width: 100%;
  }

  .ps-flagship-action .ps-cta {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .ps-sub-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .ps-edusuite-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ps-skill-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ps-tech-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* ── Old products section (kept for reference, unused) ───── */
.products-section {
  padding: 48px clamp(16px, 4vw, 48px);
  background: #f1f1f1;
}


.pcf-wrap {
  max-width: 1180px;
  margin: 56px auto 0;
  position: relative;
}

#products-coverflow {
  position: relative;
  height: 380px;
  perspective: 1600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.pcf-card {
  position: absolute;
  width: min(400px, 92vw);
  padding: 40px;
  border-radius: 24px;
  cursor: pointer;
  background: var(--white);
  box-shadow: 0 1px 2px rgba(11, 18, 32, .04), 0 24px 50px -18px rgba(11, 18, 32, .16);
  transition: transform .5s cubic-bezier(.22, .9, .32, 1), opacity .5s, background .35s ease, box-shadow .35s ease;
}

.pcf-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.pcf-icon--red {
  background: #FFF0E8;
  color: #D8451F;
}

.pcf-icon--amber {
  background: #FFF3EA;
  color: var(--amber);
}

.pcf-icon--blue {
  background: #EEF2FF;
  color: #3B4CCA;
}

.pcf-icon--green {
  background: #E9F9EE;
  color: #16A34A;
}

.pcf-icon--purple {
  background: #F3EEFF;
  color: #7C3AED;
}

.pcf-title {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 10px;
}

.pcf-desc {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 22px;
}

.pcf-link {
  font-size: 14.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pcf-link--red {
  color: #D8451F;
}

.pcf-link--amber {
  color: var(--amber);
}

.pcf-link--blue {
  color: #3B4CCA;
}

/* .pcf-link--green {
  color: #16A34A;
} */

.pcf-link--purple {
  color: #7C3AED;
}

/* Active card: center card shows its accent background colour */
.pcf-card--active.pcf-card {
  background: var(--secondary) !important;
  background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
  color: #fff;
  box-shadow: 0 24px 50px -18px rgba(0, 0, 0, .5) !important;
}

.pcf-card--active.pcf-card .pcf-icon {
  transform: translateX(0px) scale(1) rotateY(0deg);
  opacity: 1;
  pointer-events: auto;
  background: rgba(255, 255, 255, .1) !important;
}

.pcf-card--active.pcf-card .pcf-desc {
  color: #B8C0D0 !important;
}

.pcf-card--active.pcf-card .pcf-link--blue {
  color: #ffffff !important;
}

.pcf-card--active.pcf-card svg {
  stroke: #ffffff;
  color: #ffffff;
}

.pcf-card--active.pcf-card svg [fill]:not([fill="none"]) {
  fill: #EEA449;
}


#pcf-card-0.pcf-card--active {
  background: #FFF0E8;
}

#pcf-card-1.pcf-card--active {
  background: #FFF6EC;
}

#pcf-card-2.pcf-card--active {
  /* background: #342052; */
}

#pcf-card-3.pcf-card--active {
  background: #EDFAF2;
}

#pcf-card-4.pcf-card--active {
  background: #F5F0FF;
}

.pcf-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
}

.pcf-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcf-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.pcf-dot {
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: background .3s, width .3s;
}

/* ── Glance grid ────────────────────────────────────────── */
.glance-wrap {
  max-width: 1180px;
  margin: 52px auto 0;
}

.glance-header {
  font-size: 12.5px;
  color: var(--steel);
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 22px;
  text-align: center;
}

.glance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Staggered checkerboard: Row 1 even cards (2, 4) and Row 2 odd cards (5, 7) */
.glance-card:nth-child(2),
.glance-card:nth-child(4),
.glance-card:nth-child(5),
.glance-card:nth-child(7) {
  background-color: #0F1830;
  background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 16px 16px;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -12px rgba(15, 24, 48, .35);
}

.glance-card:nth-child(2) .glance-metric,
.glance-card:nth-child(4) .glance-metric,
.glance-card:nth-child(5) .glance-metric,
.glance-card:nth-child(7) .glance-metric {
  color: #FF9A5F;
}

.glance-card:nth-child(2) .glance-title,
.glance-card:nth-child(4) .glance-title,
.glance-card:nth-child(5) .glance-title,
.glance-card:nth-child(7) .glance-title {
  color: #ffffff;
}

.glance-card:nth-child(2) .glance-desc,
.glance-card:nth-child(4) .glance-desc,
.glance-card:nth-child(5) .glance-desc,
.glance-card:nth-child(7) .glance-desc {
  color: #B8C0D0;
}

.glance-metric--lg {
  font-size: 17px;
  line-height: 1.25;
}

.glance-desc--mt {
  margin-top: 10px;
}

.glance-summary-card {
  margin-top: 16px;
  background-color: var(--primary);
  background-image: url('assets/bg-graphic.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 22px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 16px 36px -12px rgba(15, 24, 48, .35);
}

.glance-summary-title {
  font-family: var(--font-sora);
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
}

.glance-summary-title--coral {
  color: #FFA37B;
}

.glance-summary-sub {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 4px;
}

.glance-summary-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.18);
}

/* ── Platform tour section ──────────────────────────────── */
.platform-tour-section {
  padding: 48px 0 52px;
  background: var(--white);
}

.tour-header {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
  padding: 0 40px;
}

.tour-eyebrow {
  font-family: var(--font-sora);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--orange);
  margin-bottom: 22px;
  text-transform: uppercase;
}

.tour-heading {
  font-family: var(--font-sora);
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 14px;
  letter-spacing: -.02em;
  line-height: 1.18;
  color: var(--ink);
}

.tour-desc {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
}

.tour-heading-muted {
  font-weight: 300;
  color: var(--steel);
}

.feat-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 9px;
  max-width: 880px;
  margin: 0 auto 30px;
  padding: 0 20px;
}

.feat-tab-btn {
  cursor: pointer;
  font-size: 11.8px;
  font-weight: 700;
  padding: 6.5px 14.5px;
  border-radius: 999px;
  background: var(--white);
  color: var(--muted);
  border: 1.5px solid var(--border);
  white-space: nowrap;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .25s ease;
  flex: none;
}

.feat-card-inner {
  box-sizing: border-box;
  min-height: 480px;
  border-radius: 26px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  padding: clamp(24px, 3.2vw, 40px);
  position: relative;
}

.feat-card-inner>div:first-child {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feat-card-inner>div:last-child,
.feat-media-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  height: auto;
  min-height: auto;
}

.feat-card-frame {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid rgba(11, 18, 32, 0.08);
  box-shadow: 0 16px 36px -10px rgba(11, 18, 32, 0.12), 0 2px 6px rgba(11, 18, 32, 0.04);
  overflow: hidden;
  padding: 8px;
  box-sizing: border-box;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.feat-card-inner--dark .feat-card-frame {
  background: #141C2E;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.25);
}

.feat-card-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: contain;
  border-radius: 10px;
}

.feat-card-inner--warm {
  background: var(--bg-warm);
}

.feat-card-inner--orange {
  background: #FFEDE3;
}

.feat-card-inner--dark {
  background: var(--ink-dark);
}

.feat-card-inner--green {
  background: #EAF4EE;
}

.feat-card-number {
  font-family: var(--font-sora);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 12px;
}

.feat-card-number--muted {
  color: var(--steel);
}

.feat-card-number--brown {
  color: #A5806B;
}

.feat-card-number--green {
  color: #7E9488;
}

.feat-card-h3 {
  font-family: var(--font-sora);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.01em;
  margin: 0 0 12px;
  color: var(--ink);
}

.feat-card-h3--white {
  color: #FFFFFF;
}

.feat-card-p {
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 22px;
  max-width: 400px;
}

.feat-card-p--muted {
  color: var(--muted);
}

.feat-card-p--brown {
  color: #6B5347;
}

.feat-card-p--dark {
  color: #B8C0D0;
}

.feat-card-p--green {
  color: #4E6157;
}

.feat-bullets {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.feat-bullet {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  line-height: 1.45;
}

.feat-bullet--muted {
  color: var(--muted);
}

.feat-bullet--brown {
  color: #6B5347;
}

.feat-bullet--dark {
  color: #B8C0D0;
}

.feat-bullet--green {
  color: #4E6157;
}

.feat-bullet-icon {
  flex: none;
  margin-top: 3px;
}

.feat-modules {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.feat-module-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-right: 4px;
}

.feat-module-label--muted {
  color: var(--steel);
}

.feat-module-label--brown {
  color: #A5806B;
}

.feat-module-label--green {
  color: #7E9488;
}

.feat-module-tag {
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.feat-module-tag--ink {
  background: rgba(11, 18, 32, .06);
  color: var(--ink);
}

.feat-module-tag--red {
  background: rgba(216, 69, 31, .1);
  color: #B23A18;
}

.feat-module-tag--white {
  background: rgba(255, 255, 255, .09);
  color: #E4E7EF;
}

.feat-module-tag--green {
  background: rgba(22, 163, 74, .1);
  color: #177A44;
}

.feat-image-slot {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 380px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .55);
}

.feat-image-caption {
  position: static !important;
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.45;
  text-align: center;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 4px !important;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
}

.feat-image-caption--muted {
  color: #5B6577 !important;
}

.feat-image-caption--brown {
  color: #8C6752 !important;
}

.feat-image-caption--green {
  color: #38604C !important;
}

.feat-card-inner--dark .feat-image-caption--muted {
  color: #A0ACC0 !important;
}

/* ── Platform Tour Carousel Side Navigation ──────────────── */
.feat-carousel-outer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: min(95%, 1240px);
  margin: 0 auto;
}

.feat-carousel-outer #feat-carousel {
  flex: 1;
  min-width: 0;
  width: 100% !important;
  margin: 0 !important;
}

.feat-nav-btn--side {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--border, #E4E7EF);
  background: #ffffff;
  color: #0B1220;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px -2px rgba(11, 18, 32, 0.12);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10;
  padding: 0;
}

.feat-nav-btn--side svg {
  stroke: #0B1220;
  transition: stroke 0.2s ease, transform 0.2s ease;
}

.feat-nav-btn--side:hover {
  background: linear-gradient(135deg, #FF7A33, #FF3B54);
  border-color: transparent;
  transform: scale(1.1);
  box-shadow: 0 8px 24px -4px rgba(255, 59, 84, 0.45);
}

.feat-nav-btn--side:hover svg {
  stroke: #ffffff !important;
}

.feat-nav-btn--prev:hover svg {
  transform: translateX(-2px);
}

.feat-nav-btn--next:hover svg {
  transform: translateX(2px);
}

.feat-nav-btn--side:active {
  transform: scale(0.95);
}

.feat-counter-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.feat-counter {
  font-family: var(--font-sora);
  font-size: 13px;
  font-weight: 700;
  color: var(--steel);
  letter-spacing: .04em;
  min-width: 64px;
  text-align: center;
}

@media (max-width: 768px) {
  .feat-carousel-outer {
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .feat-nav-btn--side {
    display: none !important;
  }
}

/* ── Difference section ─────────────────────────────────── */
.difference-section {
  padding: 48px clamp(16px, 4vw, 48px);
  background: linear-gradient(120deg, #E3CCC0, #F8F2EB);
}

.diff-header {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}

.diff-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--amber);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 16px;
}

.diff-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}

.diff-heading {
  font-family: var(--font-sora);
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--secondary);
}

.diff-heading-muted {
  font-weight: 300;
  color: var(--primary);
}

.diff-desc {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
}

.diff-carousel-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

#erp-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 4px 14px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.erp-diff-card {
  width: 320px;
  scroll-snap-align: start;
}

.diff-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

.diff-ctrl-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .18);
  background: var(--orange);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Stories section ────────────────────────────────────── */
.stories-section {
  padding: 48px 0 52px;
  background: var(--white);
}

.stories-header {
  max-width: 700px;
  margin: 0 auto 36px;
  text-align: center;
  padding: 0 24px;
}

.stories-eyebrow {
  font-family: var(--font-sora);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--orange);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.stories-heading {
  font-family: var(--font-sora);
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 14px;
  letter-spacing: -.01em;
  line-height: 1.22;
  color: var(--ink);
}

.stories-heading-muted {
  font-weight: 300;
  color: var(--steel);
}

.stories-desc {
  font-size: 15.5px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

#stories-carousel {
  position: relative;
  height: 460px;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 clamp(20px, 5vw, 64px);
}

.story-card {
  scroll-snap-align: start;
  flex: none;
  width: min(352px, 92vw);
  background: var(--white);
  border: 1.5px solid #ECEEF3;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.story-card-image {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.story-card-body {
  padding: 32px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.story-card-college {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .07em;
  color: #D8451F;
  margin-bottom: 10px;
}

.story-card-title {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.story-card-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.55;
  flex: 1;
  margin-bottom: 16px;
}

.story-card-link {
  font-size: 13px;
  font-weight: 700;
  color: #D8451F;
  cursor: pointer;
}

.stories-controls-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.stories-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #E9E2D3;
  background: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stories-dots {
  display: flex;
  gap: 6px;
  align-items: center;
  max-width: 280px;
  flex-wrap: wrap;
  justify-content: center;
}

.story-dot {
  width: 7px;
  background: #E9E2D3;
  height: 7px;
  border-radius: 50%;
  cursor: pointer;
  transition: background .3s, width .3s;
}

.stories-view-all {
  font-size: 14px;
  font-weight: 700;
  color: #D8451F;
  cursor: pointer;
  margin-left: 8px;
}

/* ── FAQ section ────────────────────────────────────────── */
.faq-section {
  padding: 48px clamp(16px, 4vw, 48px);
  background: linear-gradient(120deg, var(--bg-warm), var(--bg-grey));
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.faq-left {
  flex: none;
  width: min(360px, 92vw);
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--amber);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 16px;
}

.faq-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}

.faq-heading {
  font-family: var(--font-sora);
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--secondary);
}

.faq-desc {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 24px;
}

.faq-link {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--amber);
  cursor: pointer;
}

.faq-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1.5px solid #ECEEF3;
  border-radius: 16px;
  padding: 20px 24px;
  background: var(--white);
}

.faq-trigger {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-question {
  font-weight: 700;
  font-size: 15px;
}

.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--bg-grey);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transform: rotate(0deg);
  transition: transform .2s;
}

.faq-answer {
  display: none;
}

.faq-answer-text {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 14px 0 0;
}

/* ── Brochure section ───────────────────────────────────── */
.brochure-section {
  padding: 48px clamp(16px, 4vw, 48px);
  background-color: #342052;
  background-image: url('assets/bg-graphic.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.brochure-container {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
}

.brochure-content {
  flex: 1;
  color: var(--ink);
}

.brochure-tag {
  font-size: 15px;
  color: var(--white);
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 14px;
}

.brochure-title {
  font-family: var(--font-sora);
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--white);
}

.brochure-title-muted {
  font-weight: 300;
  color: var(--orange);
}

.brochure-sub {
  font-size: 15.5px;
  color: var(--white);
  line-height: 1.6;
  margin: 0 0 26px;
  max-width: 460px;
}

.brochure-form {
  max-width: 460px;
}

.brochure-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.brochure-input {
  padding: 14px 18px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-manrope);
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.brochure-input:focus {
  border-color: #FF7A33;
  box-shadow: 0 0 0 3px rgba(255, 122, 51, 0.12);
}

.brochure-input.brochure-input-error {
  border-color: #EF4444 !important;
  background: #FFFDFD !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.14) !important;
}

.brochure-actions {
  display: flex;
  gap: 10px;
}

.brochure-phone {
  flex: 1;
}

.brochure-btn {
  background: linear-gradient(135deg, var(--orange), var(--red));
  color: var(--white);
  border: none;
  padding: 14px 22px;
  border-radius: 10px;
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.22s ease;
  box-shadow: 0 6px 18px -4px rgba(255, 59, 84, 0.35);
}

.brochure-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px -4px rgba(255, 59, 84, 0.45);
}

.brochure-btn:active {
  transform: translateY(0);
}

.brochure-status-msg {
  display: none;
  padding: 10px 14px;
  border-radius: 10px;
  font-family: var(--font-manrope);
  font-size: 13.5px;
  font-weight: 600;
  margin-top: 12px;
  line-height: 1.45;
}

.brochure-spinner {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: brochureSpin 0.75s linear infinite;
  vertical-align: -1px;
  margin-right: 6px;
}

@keyframes brochureSpin {
  to { transform: rotate(360deg); }
}

.brochure-shake {
  animation: brochureShake 0.45s ease-in-out;
}

@keyframes brochureShake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-5px); }
  40%, 80% { transform: translateX(5px); }
}

.brochure-image-wrap {
  position: relative;
  flex: none;
  width: 300px;
  height: 280px;
}

.brochure-shadow {
  position: absolute;
  inset: 16px 0 0 16px;
  background: rgba(11, 18, 32, .06);
  border-radius: 14px;
  transform: rotate(6deg);
}

.brochure-cover {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 24px 50px -16px rgba(11, 18, 32, .22);
}

/* ── Blogs section ──────────────────────────────────────── */
.blogs-section {
  padding: 48px 0 52px;
  background: linear-gradient(120deg, var(--bg-warm), var(--bg-grey));
}

.blogs-header-wrap {
  max-width: 1180px;
  margin: 0 auto 32px;
  padding: 0 clamp(16px, 4vw, 48px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.blogs-eyebrow {
  font-family: var(--font-sora);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--amber);
  margin-bottom: 22px;
  text-transform: uppercase;
}

.blogs-heading {
  font-family: var(--font-sora);
  font-size: 34px;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--secondary);
}

.blogs-heading-muted {
  font-weight: 300;
  color: var(--muted);
}

.blogs-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blogs-view-all {
  font-size: 14px;
  font-weight: 700;
  color: #D8451F;
  cursor: pointer;
  margin-right: 8px;
  transition: opacity 0.2s;
}

.blogs-view-all:hover {
  opacity: 0.8;
}

.blog-ctrl-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #D0D5DD;
  background: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.blog-ctrl-btn svg {
  stroke: var(--secondary);
}

.blog-ctrl-btn:hover {
  background: var(--white);
  border-color: #98A2B3;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.1);
}

#blogs-carousel {
  display: flex;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 8px clamp(20px, 5vw, 64px) 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#blogs-carousel::-webkit-scrollbar {
  display: none;
}

.blog-card {
  flex: 0 0 calc((100% - 64px) / 3);
  min-width: 300px;
  scroll-snap-align: start;
  background: transparent;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  border: none;
  box-shadow: none;
  transition: transform 0.25s ease;
  box-sizing: border-box;
}

.blog-card-img-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #ECEEF3;
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.04);
}

.blog-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-title {
  font-family: var(--font-sora);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  color: #101828;
  margin: 0 0 8px;
  transition: color 0.2s ease;
}

.blog-card:hover .blog-card-title {
  color: #D8451F;
}

.blog-card-desc {
  font-size: 14px;
  line-height: 1.55;
  color: #475467;
  margin: 0 0 18px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.blog-author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #E4E7EF;
}

.blog-author-meta {
  display: flex;
  align-items: center;
  font-size: 13.5px;
  line-height: 1;
  white-space: nowrap;
}

.blog-author-name {
  font-weight: 600;
  color: #101828;
}

.blog-author-sep {
  color: #98A2B3;
  margin: 0 6px;
}

.blog-author-date {
  color: #667085;
}

.blogs-nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.blogs-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #D0D5DD;
  background: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.blogs-nav-btn:hover {
  border-color: #98A2B3;
  transform: translateY(-1px);
}

.blogs-dots {
  display: flex;
  gap: 7px;
  align-items: center;
}

.blog-dot {
  width: 7px;
  background: #D8D8E0;
  height: 7px;
  border-radius: 50%;
  cursor: pointer;
  transition: background .3s, width .3s;
}

/* ── CTA Banner section ─────────────────────────────────── */
.cta-banner-section {
  padding: 48px clamp(16px, 4vw, 48px);
  background: var(--white);
}

.cta-banner-card {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(120deg, var(--primary), #3A1330 60%, var(--secondary));
  padding: 48px 32px;
  text-align: center;
}

.cta-heading {
  font-family: var(--font-sora);
  font-size: 40px;
  font-weight: 800;
  color: var(--white);
  margin: 0 0 16px;
}

.cta-heading-muted {
  font-weight: 300;
  color: var(--pale);
}

.cta-desc {
  font-size: 16px;
  color: #B8C0D0;
  margin: 0 0 32px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn {
  background: linear-gradient(135deg, var(--orange), var(--red));
  color: var(--white);
  border: none;
  padding: 16px 30px;
  border-radius: 999px;
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s;
}

.cta-btn:hover {
  background: linear-gradient(135deg, #ffffff, #ffffff) !important;
  color: var(--red);
}

@media (max-width: 820px) {
  .feat-card-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 24px 20px 20px;
    gap: 22px;
  }

  .feat-card-inner>div:first-child {
    padding: 0;
  }

  .feat-card-inner>div:last-child,
  .feat-media-col {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 0;
  }

  .feat-card-frame {
    padding: 6px;
    border-radius: 12px;
  }

  .feat-card-img {
    max-height: 270px;
    border-radius: 8px;
  }

  .feat-image-slot,
  .feat-card image-slot {
    border-radius: 10px !important;
    max-height: 270px !important;
  }

  .feat-image-caption {
    margin-top: 10px;
    font-size: 12px;
    padding: 0 4px !important;
  }
}

/* ── Brochure Download Interaction ───────────────────────── */
.brochure-download-link {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 16px;
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1);
}

.brochure-download-link:hover {
  transform: translateY(-4px);
}

.brochure-download-badge {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(11, 18, 32, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: background .2s ease, transform .2s ease;
  pointer-events: none;
  white-space: nowrap;
}

.brochure-download-link:hover .brochure-download-badge {
  background: linear-gradient(135deg, var(--orange), var(--red));
  transform: translateX(-50%) scale(1.04);
}

/* ── Mobile (767px): Remove background color for cards in Glance section ── */
@media (max-width: 767px) {

  .glance-card,
  .glance-card:nth-child(even),
  .glance-card:nth-child(odd),
  .glance-card:nth-child(2),
  .glance-card:nth-child(4),
  .glance-card:nth-child(5),
  .glance-card:nth-child(7) {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    transform: none !important;
    box-shadow: 0 1px 2px rgba(11, 18, 32, .04), 0 12px 28px -14px rgba(11, 18, 32, .08) !important;
  }

  .glance-card .glance-metric,
  .glance-card:nth-child(even) .glance-metric,
  .glance-card:nth-child(odd) .glance-metric,
  .glance-card:nth-child(2) .glance-metric,
  .glance-card:nth-child(4) .glance-metric,
  .glance-card:nth-child(5) .glance-metric,
  .glance-card:nth-child(7) .glance-metric {
    color: #D8451F !important;
  }

  .glance-card .glance-title,
  .glance-card:nth-child(even) .glance-title,
  .glance-card:nth-child(odd) .glance-title,
  .glance-card:nth-child(2) .glance-title,
  .glance-card:nth-child(4) .glance-title,
  .glance-card:nth-child(5) .glance-title,
  .glance-card:nth-child(7) .glance-title {
    color: #0B1220 !important;
  }

  .glance-card .glance-desc,
  .glance-card:nth-child(even) .glance-desc,
  .glance-card:nth-child(odd) .glance-desc,
  .glance-card:nth-child(2) .glance-desc,
  .glance-card:nth-child(4) .glance-desc,
  .glance-card:nth-child(5) .glance-desc,
  .glance-card:nth-child(7) .glance-desc {
    color: #8892A4 !important;
  }

  .glance-card:hover {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    transform: none !important;
    box-shadow: 0 1px 2px rgba(11, 18, 32, .04), 0 12px 28px -14px rgba(11, 18, 32, .08) !important;
  }

  .glance-card:hover .glance-metric {
    color: #D8451F !important;
  }

  .glance-card:hover .glance-title {
    color: #0B1220 !important;
  }

  .glance-card:hover .glance-desc {
    color: #8892A4 !important;
  }

  /* One Platform, Infinite Solutions (Platform Tour): image first, then text on mobile */
  .platform-tour-section .feat-card-inner,
  .feat-card-inner {
    display: flex !important;
    flex-direction: column !important;
  }

  .platform-tour-section .feat-card-inner>div:last-child,
  .platform-tour-section .feat-card-inner>.feat-media-col,
  .feat-card-inner>div:last-child,
  .feat-card-inner>.feat-media-col {
    order: 1 !important;
    width: 100% !important;
  }

  .platform-tour-section .feat-card-inner>div:first-child,
  .feat-card-inner>div:first-child {
    order: 2 !important;
    width: 100% !important;
  }

  /* Horizontal-scrolling tab strip on mobile */
  .feat-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    justify-content: flex-start !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 16px 10px !important;
    margin-bottom: 20px !important;
    gap: 7px !important;
    /* hide scrollbar visually */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .feat-tabs::-webkit-scrollbar {
    display: none;
  }
}