/* services.css */
/* ============================================================
   SERVICES PAGE STYLES - FULLY RESPONSIVE & OPTIMIZED
   Follows same design system as company.css
   ============================================================ */

:root {
  --primary: #0a2a5c;
  --primary-light: #1a4a8a;
  --primary-dark: #051830;
  --primary-deep: rgba(0, 14, 48, 0.98);
  --accent: #1e7fcc;
  --accent-light: #4aabf0;
  --accent-orange: #f07820;
  --white: #ffffff;
  --light-gray: #f4f6f9;
  --mid-gray: #d0d8e4;
  --dark-gray: #6b7c93;
  --text: #1a2940;
  --text-light: #4a5568;
  --border: #dce4ef;
  --shadow: 0 4px 20px rgba(10, 42, 92, 0.1);
  --shadow-lg: 0 12px 48px rgba(10, 42, 92, 0.18);
  --radius: 8px;
  --radius-lg: 16px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-main: 'Inter', sans-serif;
  --font-display: 'Barlow Condensed', sans-serif;
}

/* ========== PAGE HERO ========== */
.page-hero {
  position: relative;
  padding: 6rem 0 4rem;
  background-color: var(--primary-deep);
  color: var(--white);
  text-align: center;
  overflow: hidden;
}

.page-hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}

.page-hero-content {
  position: relative;
  z-index: 2;
}

.page-hero-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(30, 127, 204, 0.12);
  padding: 0.5rem 1.2rem;
  border-radius: 40px;
  margin-bottom: 1.5rem;
} /* ========== NEW SECTION: GLOBAL IMPACT & RECOGNITION ========== */
    .section-impact {
      padding: 5rem 1.5rem;
      background: linear-gradient(135deg, #0b1120 0%, #111827 100%);
      position: relative;
      overflow: hidden;
    }

    /* abstract glow orbs */
    .section-impact::before {
      content: "";
      position: absolute;
      width: 60vmax;
      height: 60vmax;
      background: radial-gradient(circle, rgba(0, 180, 216, 0.08) 0%, rgba(0, 180, 216, 0) 70%);
      top: -20%;
      right: -10%;
      pointer-events: none;
    }
    .section-impact::after {
      content: "";
      position: absolute;
      width: 50vmax;
      height: 50vmax;
      background: radial-gradient(circle, rgba(114, 46, 209, 0.06) 0%, rgba(114, 46, 209, 0) 70%);
      bottom: -20%;
      left: -10%;
      pointer-events: none;
    }

    .container-impact {
      max-width: 1280px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

    /* header style — totally different, minimal but bold */
    .impact-header {
      text-align: center;
      margin-bottom: 4rem;
    }
    .impact-badge {
      display: inline-block;
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(4px);
      padding: 0.4rem 1.2rem;
      border-radius: 100px;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.3px;
      color: #7dd3fc;
      border: 1px solid rgba(125, 211, 252, 0.3);
      margin-bottom: 1.2rem;
    }
    .impact-header h2 {
      font-size: 3rem;
      font-weight: 800;
      background: linear-gradient(135deg, #ffffff 0%, #a5f3fc 80%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      letter-spacing: -0.02em;
      margin-bottom: 1rem;
    }
    .impact-header .subhead {
      font-size: 1.2rem;
      color: #cbd5e1;
      max-width: 680px;
      margin: 0 auto;
      line-height: 1.4;
    }

    /* metrics grid — stats-driven, no logos */
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
      gap: 2rem;
      margin-bottom: 5rem;
    }
    .stat-card {
      background: rgba(15, 23, 42, 0.7);
      backdrop-filter: blur(8px);
      border-radius: 2rem;
      padding: 2rem 1.5rem;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.08);
      transition: all 0.3s ease;
      box-shadow: 0 20px 35px -12px rgba(0,0,0,0.3);
    }
    .stat-card:hover {
      transform: translateY(-6px);
      border-color: rgba(0, 180, 216, 0.4);
      background: rgba(20, 30, 55, 0.8);
    }
    .stat-icon {
      font-size: 2.5rem;
      color: #38bdf8;
      margin-bottom: 1rem;
    }
    .stat-number {
      font-size: 3rem;
      font-weight: 800;
      background: linear-gradient(145deg, #FFF, #bae6fd);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      line-height: 1;
      margin-bottom: 0.5rem;
    }
    .stat-label {
      font-size: 1rem;
      font-weight: 600;
      color: #e2e8f0;
      letter-spacing: -0.2px;
    }
    .stat-desc {
      font-size: 0.85rem;
      color: #94a3b8;
      margin-top: 0.6rem;
    }

    /* double column: client voices + recognition badges (fresh approach) */
    .impact-double {
      display: flex;
      flex-wrap: wrap;
      gap: 2.5rem;
      margin-bottom: 4rem;
    }
    .testimonial-pillar {
      flex: 1.4;
      background: linear-gradient(125deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
      border-radius: 2rem;
      padding: 2rem;
      border: 1px solid rgba(255,255,255,0.05);
    }
    .testimonial-pillar h3, .badge-pillar h3 {
      font-size: 1.4rem;
      font-weight: 700;
      color: #f1f5f9;
      margin-bottom: 1.8rem;
      display: flex;
      align-items: center;
      gap: 0.6rem;
    }
    .testimonial-pillar h3 i, .badge-pillar h3 i {
      color: #38bdf8;
      font-size: 1.6rem;
    }
    .voice-card {
      background: rgba(0,0,0,0.35);
      border-radius: 1.5rem;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      border-left: 4px solid #2dd4bf;
    }
    .voice-text {
      font-size: 1rem;
      line-height: 1.5;
      color: #cbd5f0;
      font-style: normal;
      margin-bottom: 1rem;
    }
    .voice-author {
      display: flex;
      align-items: center;
      gap: 1rem;
    }
    .author-avatar {
      width: 44px;
      height: 44px;
      background: linear-gradient(145deg, #1e2a4a, #0f172a);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.2rem;
      color: #90e0ef;
    }
    .author-info strong {
      color: white;
      font-size: 0.9rem;
    }
    .author-info p {
      color: #94a3b8;
      font-size: 0.75rem;
    }

    /* badge pillar — certifications & associations as elegant chips */
    .badge-pillar {
      flex: 1;
      background: rgba(15, 23, 42, 0.5);
      border-radius: 2rem;
      padding: 2rem;
      backdrop-filter: blur(4px);
      border: 1px solid rgba(255,255,255,0.05);
    }
    .recognition-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 0.9rem;
      margin-bottom: 2rem;
    }
    .recog-chip {
      background: rgba(56, 189, 248, 0.12);
      border: 1px solid rgba(56, 189, 248, 0.3);
      border-radius: 100px;
      padding: 0.5rem 1.2rem;
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      font-weight: 500;
      font-size: 0.85rem;
      color: #e0f2fe;
      transition: 0.2s;
    }
    .recog-chip i {
      color: #2dd4bf;
      font-size: 0.9rem;
    }
    .recog-chip:hover {
      background: rgba(56, 189, 248, 0.25);
      transform: translateY(-2px);
    }
    .assoc-simple {
      margin-top: 2rem;
      padding-top: 1.2rem;
      border-top: 1px dashed rgba(255,255,255,0.1);
    }
    .assoc-simple h4 {
      font-size: 0.9rem;
      color: #a5f3fc;
      margin-bottom: 1rem;
      letter-spacing: 1px;
    }
    .assoc-list {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }
    .assoc-list span {
      background: rgba(255,255,255,0.03);
      padding: 0.4rem 1rem;
      border-radius: 40px;
      font-size: 0.8rem;
      color: #cbd5e6;
    }

    /* Partners reimagined as "Global Hubs" map-style */
    .global-hubs {
      margin-top: 3rem;
      background: rgba(0, 0, 0, 0.25);
      border-radius: 2rem;
      padding: 2rem 2rem 2rem 2rem;
      border: 1px solid rgba(255,255,255,0.05);
    }
    .hubs-header {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 2rem;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .hubs-header h3 {
      font-size: 1.3rem;
      font-weight: 700;
      color: #facc15;
      display: flex;
      align-items: center;
      gap: 0.6rem;
    }
    .hubs-badge {
      background: #facc1520;
      padding: 0.3rem 1rem;
      border-radius: 30px;
      font-size: 0.75rem;
      color: #fde047;
    }
    .hub-locations {
      display: flex;
      flex-wrap: wrap;
      gap: 1.2rem;
      justify-content: space-between;
    }
    .hub-item {
      background: #0f172a;
      border-radius: 1.2rem;
      padding: 0.8rem 1.5rem;
      display: flex;
      align-items: center;
      gap: 0.8rem;
      flex: 1;
      min-width: 150px;
      border-bottom: 2px solid #2dd4bf30;
    }
    .hub-flag {
      font-size: 1.6rem;
    }
    .hub-info strong {
      display: block;
      color: white;
      font-size: 0.9rem;
    }
    .hub-info small {
      color: #7f8ea3;
      font-size: 0.7rem;
    }

    /* reveal animation (simple) */
    .reveal {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal.revealed {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 768px) {
      .impact-header h2 { font-size: 2.2rem; }
      .stats-grid { gap: 1rem; }
      .stat-number { font-size: 2.2rem; }
      .impact-double { flex-direction: column; }
    }

.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.page-hero-title span {
  color: var(--accent);
}

.page-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

.page-breadcrumb a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.page-breadcrumb a:hover {
  color: var(--accent);
}

.page-breadcrumb .sep {
  font-size: 0.7rem;
}

.se {
  font-weight: 600;
  color: white;
}

/* ========== WAVE DIVIDER ========== */
.wave-divider {
  line-height: 0;
  overflow: hidden;
}

.wave-divider svg {
  display: block;
  width: 100%;
}

/* ========== GENERAL SECTION STYLES ========== */
.section {
  padding: 5rem 2rem;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 1rem;
}

.section-title span {
  color: var(--primary);
}

.section-desc {
  max-width: 700px;
  margin: 0 auto;
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.6;
}

.bg-light {
  background: var(--light-gray);
}

/* ========== SERVICE DETAIL CARDS GRID ========== */
.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.service-detail-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: var(--transition);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.service-detail-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}

.sdc-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.sdc-icon {
  width: 60px;
  height: 60px;
  background: rgba(30, 127, 204, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdc-icon i {
  font-size: 1.8rem;
  color: var(--accent);
}

.sdc-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

.sdc-tag {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--accent);
  background: rgba(30, 127, 204, 0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  display: inline-block;
}

.service-detail-card p {
  color: var(--text-light);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.sdc-features {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.sdc-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 0.5rem;
}

.sdc-features li i {
  color: var(--accent);
  font-size: 0.75rem;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  transition: var(--transition);
}

.service-link:hover {
  gap: 0.8rem;
  color: var(--primary);
}

/* ========== STATS GRID ========== */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  text-align: center;
  margin-top: 1rem;
}

.stat-card {
  padding: 1.5rem;
  background: var(--white);
  border-radius: 20px;
  transition: var(--transition);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.stat-icon {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.stat-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2rem;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.stat-suffix {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark-gray);
}

.stat-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-light);
  margin-top: 0.5rem;
}

/* ========== SPECIALIZATIONS GRID ========== */
.specializations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.specialization-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.specialization-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}

.spec-icon {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.specialization-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.specialization-card p {
  color: var(--text-light);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.spec-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  background: rgba(30, 127, 204, 0.1);
  color: var(--accent);
  border-radius: 20px;
}

/* ========== PROCESS STEPS ========== */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}

.process-step {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: var(--transition);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  position: relative;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.ps-num {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: var(--accent);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
}

.ps-icon {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.process-step h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.process-step p {
  color: var(--text-light);
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0;
}

/* ========== TWO COLUMN SECTION ========== */
.two-col-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.col-text .section-tag {
  display: inline-block;
}

.col-text p {
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.check-list {
  margin-top: 1.5rem;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.check-item i {
  color: var(--accent);
  font-size: 1.1rem;
}

.check-item span {
  color: var(--text-light);
  font-size: 0.9rem;
}

.cert-badges {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.cert-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  background: var(--light-gray);
  border-radius: 30px;
  color: var(--primary);
}

.cert-badges span i {
  color: var(--accent);
}

.col-visual {
  position: relative;
}

.visual-card-stack {
  position: relative;
  min-height: 320px;
}

.vc-card {
  background: var(--white);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  transition: var(--transition);
}

.vc-card i {
  font-size: 2.5rem;
  color: var(--accent);
}

.vc-card p {
  font-weight: 700;
  margin: 0;
  color: var(--text);
}

.vc-main {
  top: 0;
  left: 0;
  z-index: 3;
  transform: rotate(-3deg);
}

.vc-secondary {
  bottom: 20px;
  right: 0;
  z-index: 2;
  transform: rotate(2deg);
  background: var(--primary);
}

.vc-secondary i,
.vc-secondary p {
  color: var(--white);
}

.vc-tertiary {
  bottom: -20px;
  left: 40px;
  z-index: 1;
  transform: rotate(4deg);
  background: var(--light-gray);
  border: 1px solid var(--border);
}

.vc-card:hover {
  transform: translateY(-5px) rotate(0deg);
  box-shadow: var(--shadow-lg);
}

/* ========== COVERAGE GRID ========== */
.coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.coverage-region {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.coverage-region:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}

.coverage-region i {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.coverage-region h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.coverage-region p {
  color: var(--text-light);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.coverage-region span {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  background: rgba(30, 127, 204, 0.1);
  color: var(--accent);
  border-radius: 20px;
}

/* ========== TESTIMONIALS GRID ========== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.testimonial-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: var(--transition);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.testimonial-card i {
  font-size: 2rem;
  color: var(--accent);
  opacity: 0.4;
  margin-bottom: 1rem;
}

.testimonial-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-light);
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-card h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

/* ========== FAQ SECTION ========== */
.faq-grid {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: var(--transition);
}

.faq-question:hover {
  background: rgba(30, 127, 204, 0.03);
}

.faq-question i:first-child {
  color: var(--accent);
  font-size: 1.2rem;
}

.faq-question h3, .faq-question h4 {
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary);
  margin: 0;
}

.faq-toggle {
  color: var(--dark-gray);
  transition: transform 0.3s;
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1.5rem;
}

.faq-item.active .faq-answer {
  max-height: 150px;
  padding: 0 1.5rem 1rem;
}

.faq-answer p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* ========== CTA STRIP ========== */
.cta-strip {
  position: relative;
  padding: 3rem 2rem;
  color: var(--white);
  background-size: cover;
  background-position: center;
}

.cta-strip-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.cta-strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.cta-strip-inner h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.cta-strip-inner p {
  opacity: 0.85;
}

.cta-strip-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.8rem;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: var(--transition);
  cursor: pointer;
  border: none;
}

.btn-accent {
  background: var(--accent);
  color: var(--white);
}

.btn-accent:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
}

.btn-primary {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: var(--white);
}

.btn-primary:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
  border-color: var(--accent);
}

/* ========== REVEAL ANIMATIONS ========== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-group .reveal {
  transition-delay: calc(var(--index, 0) * 0.08s);
}

.from-left {
  transform: translateX(-30px);
}

.from-left.active {
  transform: translateX(0);
}

.from-right {
  transform: translateX(30px);
}

.from-right.active {
  transform: translateX(0);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .two-col-section {
    gap: 2rem;
  }
  
  .vc-card {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .visual-card-stack {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
  
  .vc-main, .vc-secondary, .vc-tertiary {
    position: relative;
    transform: none;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 3rem 1rem;
  }
  
  .container {
    padding: 0 1rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .two-col-section {
    grid-template-columns: 1fr;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .stat-number {
    font-size: 2.2rem;
  }
  
  .stat-suffix {
    font-size: 1.2rem;
  }
  
  .service-detail-grid {
    grid-template-columns: 1fr;
  }
  
  .specializations-grid {
    grid-template-columns: 1fr;
  }
  
  .process-steps {
    grid-template-columns: 1fr;
  }
  
  .coverage-grid {
    grid-template-columns: 1fr;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-strip-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .faq-question h3, .faq-question h4 {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .page-hero {
    padding: 4rem 0 2rem;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
  }
  
  .sdc-header {
    flex-direction: column;
    text-align: center;
  }
  
  .check-list {
    text-align: left;
  }
  
  .cta-strip-actions {
    flex-direction: column;
    width: 100%;
  }
  
  .cta-strip-actions .btn {
    justify-content: center;
    width: 100%;
  }
  
  .cert-badges {
    justify-content: center;
  }
}

/* ========== PARTNERS GRID ========== */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.partner-logo {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.partner-logo:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}

.partner-img {
  max-width: 100px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(0%);
  transition: var(--transition);
}

.partner-logo:hover .partner-img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.partner-logo span {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-light);
}

/* ========== CERTIFICATIONS SHOWCASE ========== */
.certifications-showcase {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.cert-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--accent);
  display: inline-flex;
}

.cert-header i {
  font-size: 1.8rem;
  color: var(--accent);
}

.cert-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--light-gray);
  border-radius: var(--radius);
  transition: var(--transition);
}

.cert-item:hover {
  background: rgba(30, 127, 204, 0.05);
  transform: translateX(5px);
}

.cert-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 8px;
}

.cert-info h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.cert-info p {
  font-size: 0.75rem;
  color: var(--text-light);
  margin: 0;
}

/* ========== ASSOCIATIONS ========== */
.associations {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.assoc-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--accent);
  display: inline-flex;
}

.assoc-header i {
  font-size: 1.8rem;
  color: var(--accent);
}

.assoc-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

.assoc-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.assoc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  transition: var(--transition);
}

.assoc-item:hover {
  transform: translateY(-3px);
}

.assoc-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: var(--transition);
}

.assoc-item:hover .assoc-img {
  filter: grayscale(0%);
  opacity: 1;
}

.assoc-item span {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-light);
}

/* ========== RESPONSIVE FOR NEW SECTIONS ========== */
@media (max-width: 768px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .cert-grid {
    grid-template-columns: 1fr;
  }
  
  .cert-item {
    flex-direction: column;
    text-align: center;
  }
  
  .assoc-grid {
    gap: 1rem;
  }
  
  .assoc-img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }
  
  .cert-header, .assoc-header {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}