/* =========================================================================
   EIPP Solutions — Claymorphism Design System
   Bootstrap is used ONLY for grid/utilities (loaded as bootstrap-grid.min.css).
   Every visible component here is fully custom.
   ========================================================================= */

:root {
  --clr-primary: #1877C9;
  --clr-primary-dark: #0F5EA8;
  --clr-light-blue: #9FD9E8;
  --clr-green-dark: #1E6B3A;
  --clr-green-accent: #2FA84F;
  --clr-bg: #F7FAFC;
  --clr-card: #FFFFFF;
  --clr-heading: #1F2937;
  --clr-body: #6B7280;

  --grad-primary: linear-gradient(135deg, #1877C9, #0F5EA8);
  --grad-secondary: linear-gradient(135deg, #1877C9, #9FD9E8);
  --grad-success: linear-gradient(135deg, #2FA84F, #1E6B3A);

  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --radius-pill: 999px;

  --shadow-clay: 10px 10px 24px rgba(15, 94, 168, 0.10), -8px -8px 20px rgba(255, 255, 255, 0.9);
  --shadow-clay-inset: inset 4px 4px 10px rgba(15, 94, 168, 0.06), inset -4px -4px 10px rgba(255, 255, 255, 0.7);
  --shadow-soft: 0 20px 45px rgba(15, 94, 168, 0.12);
  --shadow-lift: 0 30px 60px rgba(15, 94, 168, 0.18);

  --font-heading: 'Poppins', 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;

  --container-max: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--clr-body);
  background: var(--clr-bg);
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  color: var(--clr-heading);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}

p { margin: 0 0 16px; }

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

.eipp-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--clr-primary);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 var(--radius-sm) 0;
  z-index: 9999;
}
.eipp-skip-link:focus { left: 0; }

/* ---------------------------------------------------------------------
   Floating background blobs
   --------------------------------------------------------------------- */
.eipp-blob {
  position: fixed;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  z-index: -1;
  pointer-events: none;
}
.eipp-blob--one {
  width: 520px; height: 520px;
  top: -180px; right: -160px;
  background: var(--grad-secondary);
}
.eipp-blob--two {
  width: 420px; height: 420px;
  bottom: 10%; left: -160px;
  background: var(--grad-success);
  opacity: 0.22;
}

/* ---------------------------------------------------------------------
   Section rhythm
   --------------------------------------------------------------------- */
.eipp-section { padding: 110px 0; position: relative; }
.eipp-section--tight { padding: 70px 0; }
.eipp-section--alt { background: #EFF6FB; }

.eipp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clr-primary);
  background: rgba(24, 119, 201, 0.08);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  margin-bottom: 20px;
}
.eipp-eyebrow i { color: var(--clr-green-accent); }

.eipp-section__head { max-width: 720px; margin-bottom: 56px; }
.eipp-section__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.eipp-section__head h2 { font-size: clamp(30px, 4vw, 44px); }
.eipp-section__head p { font-size: 18px; }

/* ---------------------------------------------------------------------
   Header / Navigation
   --------------------------------------------------------------------- */
.eipp-header {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 22px 0;
  background: rgba(247, 250, 252, 0.75);
  backdrop-filter: blur(14px);
  transition: padding 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.eipp-header.is-scrolled {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(15, 94, 168, 0.10);
}

.eipp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.eipp-brand { display: flex; align-items: center; gap: 10px; }
.eipp-brand img { border-radius: 10px; }
.eipp-brand__text {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 20px;
  color: var(--clr-heading);
}
.eipp-brand__text span { color: var(--clr-primary); }
.eipp-brand--light .eipp-brand__text { color: #fff; }
.eipp-brand--light .eipp-brand__text span { color: var(--clr-light-blue); }

.eipp-nav { display: flex; align-items: center; gap: 28px; }
.eipp-nav ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.eipp-nav ul a {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 15px;
  color: var(--clr-heading);
  position: relative;
  padding: 6px 0;
}
.eipp-nav ul a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--grad-primary);
  transition: width 0.25s ease;
  border-radius: 2px;
}
.eipp-nav ul a:hover::after,
.eipp-nav ul a.active::after { width: 100%; }
.eipp-nav ul a.active { color: var(--clr-primary); }

.eipp-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.eipp-nav-toggle span { width: 26px; height: 2px; background: var(--clr-heading); border-radius: 2px; }

/* ---------------------------------------------------------------------
   Buttons
   --------------------------------------------------------------------- */
.eipp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15px;
  padding: 16px 32px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  white-space: nowrap;
}
.eipp-btn--primary {
  background: var(--grad-primary);
  color: #fff;
  box-shadow: 0 14px 30px rgba(24, 119, 201, 0.35);
}
.eipp-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(24, 119, 201, 0.45);
}
.eipp-btn--secondary {
  background: #fff;
  color: var(--clr-primary);
  box-shadow: var(--shadow-clay);
}
.eipp-btn--secondary:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.eipp-btn--green {
  background: var(--grad-success);
  color: #fff;
  box-shadow: 0 14px 30px rgba(47, 168, 79, 0.35);
}
.eipp-btn--green:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(47, 168, 79, 0.45); }
.eipp-btn--nav { padding: 12px 26px; font-size: 14px; }
.eipp-btn--block { width: 100%; }
.eipp-btn--lg { padding: 18px 40px; font-size: 16px; }

/* ---------------------------------------------------------------------
   Clay cards
   --------------------------------------------------------------------- */
.eipp-card {
  background: var(--clr-card);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-clay);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
}
.eipp-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }

.eipp-card__icon {
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius-md);
  background: var(--grad-secondary);
  color: #fff;
  font-size: 24px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-clay-inset);
}
.eipp-card__icon--green { background: var(--grad-success); }

.eipp-card h3 { font-size: 20px; margin-bottom: 12px; }
.eipp-card p { margin-bottom: 0; }
.eipp-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-weight: 600; color: var(--clr-primary); }
.eipp-card__link i { transition: transform 0.2s ease; }
.eipp-card:hover .eipp-card__link i { transform: translateX(4px); }

.eipp-glass {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-lg);
}

/* ---------------------------------------------------------------------
   Hero
   --------------------------------------------------------------------- */
.eipp-hero {
  padding: 90px 0 60px;
  position: relative;
  overflow: hidden;
}
.eipp-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
.eipp-hero h1 {
  font-size: clamp(36px, 5vw, 56px);
  margin-bottom: 22px;
}
.eipp-hero h1 .eipp-highlight {
  background: var(--grad-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.eipp-hero p { font-size: 19px; max-width: 520px; margin-bottom: 34px; }
.eipp-hero__ctas { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 40px; }

.eipp-hero__art { position: relative; }
.eipp-hero__art img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.eipp-hero__badge {
  position: absolute;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lift);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--clr-heading);
  font-size: 14px;
}
.eipp-hero__badge i { color: var(--clr-green-accent); font-size: 20px; }
.eipp-hero__badge--top { top: 6%; left: -6%; }
.eipp-hero__badge--bottom { bottom: 8%; right: -4%; }

/* ---------------------------------------------------------------------
   Stats / counters
   --------------------------------------------------------------------- */
.eipp-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.eipp-stat {
  text-align: center;
  background: var(--clr-card);
  border-radius: var(--radius-lg);
  padding: 34px 20px;
  box-shadow: var(--shadow-clay);
}
.eipp-stat__number {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 42px;
  background: var(--grad-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.eipp-stat__label { font-size: 14px; color: var(--clr-body); margin-top: 6px; }

/* ---------------------------------------------------------------------
   Logo carousel (Swiper)
   --------------------------------------------------------------------- */
.eipp-logo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-clay);
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--clr-body);
  font-size: 15px;
}

/* ---------------------------------------------------------------------
   Process steps
   --------------------------------------------------------------------- */
.eipp-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.eipp-process__step { position: relative; }
.eipp-process__num {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  background: var(--grad-primary);
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(24,119,201,0.3);
}

/* ---------------------------------------------------------------------
   Testimonials (Swiper)
   --------------------------------------------------------------------- */
.eipp-testimonial {
  background: var(--clr-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-clay);
  margin: 10px 4px 40px;
}
.eipp-testimonial__quote { font-size: 18px; color: var(--clr-heading); font-style: italic; }
.eipp-testimonial__person { display: flex; align-items: center; gap: 14px; margin-top: 24px; }
.eipp-testimonial__avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--grad-secondary);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-family: var(--font-heading);
}
.eipp-testimonial__name { font-weight: 700; color: var(--clr-heading); font-family: var(--font-heading); }
.eipp-testimonial__role { font-size: 13px; color: var(--clr-body); }

/* ---------------------------------------------------------------------
   CTA band
   --------------------------------------------------------------------- */
.eipp-cta-band {
  background: var(--grad-primary);
  border-radius: var(--radius-lg);
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
  box-shadow: var(--shadow-lift);
  position: relative;
  overflow: hidden;
}
.eipp-cta-band h2 { color: #fff; margin-bottom: 12px; }
.eipp-cta-band p { color: rgba(255,255,255,0.85); margin-bottom: 0; max-width: 460px; }
.eipp-cta-band__art { position: absolute; right: -40px; bottom: -40px; width: 260px; opacity: 0.9; }

/* ---------------------------------------------------------------------
   Timeline (About)
   --------------------------------------------------------------------- */
.eipp-timeline { position: relative; padding-left: 40px; border-left: 3px dashed rgba(24,119,201,0.25); }
.eipp-timeline__item { position: relative; padding-bottom: 44px; }
.eipp-timeline__item::before {
  content: '';
  position: absolute;
  left: -49px; top: 0;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--grad-primary);
  box-shadow: 0 0 0 6px rgba(24,119,201,0.15);
}
.eipp-timeline__year { font-family: var(--font-heading); font-weight: 700; color: var(--clr-primary); }

/* ---------------------------------------------------------------------
   Forms
   --------------------------------------------------------------------- */
.eipp-form-card {
  background: var(--clr-card);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-clay);
}
.eipp-field { position: relative; margin-bottom: 26px; }
.eipp-field input,
.eipp-field textarea,
.eipp-field select {
  width: 100%;
  border: none;
  background: #F1F6FA;
  border-radius: var(--radius-md);
  padding: 20px 20px 8px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--clr-heading);
  box-shadow: var(--shadow-clay-inset);
  transition: box-shadow 0.25s ease;
}
.eipp-field textarea { min-height: 130px; resize: vertical; padding-top: 24px; }
.eipp-field input:focus,
.eipp-field textarea:focus,
.eipp-field select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(24,119,201,0.25);
}
.eipp-field label {
  position: absolute;
  left: 20px; top: 18px;
  font-size: 14px;
  color: var(--clr-body);
  pointer-events: none;
  transition: all 0.2s ease;
  background: transparent;
}
.eipp-field input:focus + label,
.eipp-field input:not(:placeholder-shown) + label,
.eipp-field textarea:focus + label,
.eipp-field textarea:not(:placeholder-shown) + label {
  top: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--clr-primary);
}
.eipp-field--hp { position: absolute; left: -9999px; top: -9999px; }

.eipp-form-msg { border-radius: var(--radius-md); padding: 16px 20px; margin-bottom: 20px; font-size: 14px; }
.eipp-form-msg--success { background: rgba(47,168,79,0.1); color: var(--clr-green-dark); }
.eipp-form-msg--error { background: rgba(220,38,38,0.08); color: #B91C1C; }

/* ---------------------------------------------------------------------
   Misc
   --------------------------------------------------------------------- */
.eipp-tag-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.eipp-tag {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 22px;
  text-align: center;
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--clr-heading);
  box-shadow: var(--shadow-clay);
  transition: transform 0.25s ease;
}
.eipp-tag:hover { transform: translateY(-6px); }
.eipp-tag i { display: block; font-size: 26px; color: var(--clr-primary); margin-bottom: 10px; }

.eipp-page-hero {
  background: var(--grad-primary);
  padding: 160px 0 90px;
  color: #fff;
  text-align: center;
}
.eipp-page-hero h1 { color: #fff; font-size: clamp(32px, 4.5vw, 48px); }
.eipp-page-hero p { color: rgba(255,255,255,0.85); max-width: 640px; margin: 0 auto; }

.eipp-breadcrumbs { margin-top: 20px; }
.eipp-breadcrumbs ol { display: flex; justify-content: center; gap: 8px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.eipp-breadcrumbs li { color: rgba(255,255,255,0.75); font-size: 13px; }
.eipp-breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: 8px; color: rgba(255,255,255,0.5); }
.eipp-breadcrumbs a { color: #fff; }

.eipp-map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-clay); }
.eipp-map-wrap iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

.eipp-error-code {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(90px, 18vw, 180px);
  background: var(--grad-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

/* ---------------------------------------------------------------------
   Footer
   --------------------------------------------------------------------- */
.eipp-footer {
  background: #10203A;
  padding: 90px 0 30px;
  color: rgba(255,255,255,0.65);
  margin-top: 60px;
}
.eipp-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.3fr;
  gap: 32px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.eipp-footer__brand p { margin: 16px 0 20px; font-size: 14px; }
.eipp-social { display: flex; gap: 12px; }
.eipp-social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.eipp-social a:hover { background: var(--grad-primary); transform: translateY(-3px); }
.eipp-footer h4 { color: #fff; font-size: 15px; margin-bottom: 20px; }
.eipp-footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.eipp-footer__col a { color: rgba(255,255,255,0.65); transition: color 0.2s ease; }
.eipp-footer__col a:hover { color: #fff; }
.eipp-footer__contact ul { gap: 16px; }
.eipp-footer__contact i { color: var(--clr-light-blue); margin-right: 8px; }
.eipp-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 12px;
}
.eipp-footer__legal { display: flex; gap: 20px; }
.eipp-footer__legal a { color: rgba(255,255,255,0.65); }
.eipp-footer__legal a:hover { color: #fff; }

/* ---------------------------------------------------------------------
   AOS baseline (in case CDN is slow to init)
   --------------------------------------------------------------------- */
[data-aos] { opacity: 0; transition-property: opacity, transform; }
[data-aos].aos-animate { opacity: 1; }

/* ---------------------------------------------------------------------
   Responsive
   --------------------------------------------------------------------- */
@media (max-width: 991px) {
  .eipp-hero__grid { grid-template-columns: 1fr; }
  .eipp-hero__art { order: -1; }
  .eipp-stats { grid-template-columns: repeat(2, 1fr); }
  .eipp-process { grid-template-columns: repeat(2, 1fr); }
  .eipp-tag-grid { grid-template-columns: repeat(3, 1fr); }
  .eipp-footer__grid { grid-template-columns: 1fr 1fr; }
  .eipp-cta-band { flex-direction: column; text-align: center; padding: 48px 32px; }
  .eipp-cta-band__art { display: none; }
}

/* ---------------------------------------------------------------------
   Certification / compliance badges
   --------------------------------------------------------------------- */
.eipp-cert-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.eipp-cert-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 30px 22px;
  text-align: center;
  box-shadow: var(--shadow-clay);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.eipp-cert-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.eipp-cert-card--featured { background: var(--grad-primary); color: #fff; }
.eipp-cert-card--featured h3, .eipp-cert-card--featured p { color: #fff; }
.eipp-cert-card__icon {
  width: 56px; height: 56px; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--grad-secondary);
  color: #fff; font-size: 22px;
}
.eipp-cert-card--featured .eipp-cert-card__icon { background: rgba(255,255,255,0.2); }
.eipp-cert-card h3 { font-size: 15px; margin-bottom: 8px; }
.eipp-cert-card p { font-size: 13px; margin: 0; }

.eipp-recognized-slide {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  height: 110px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-clay);
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--clr-heading);
  font-size: 13px;
  text-align: center;
  padding: 12px;
}
.eipp-recognized-slide i { font-size: 26px; color: var(--clr-primary); }

/* ---------------------------------------------------------------------
   Avatars (leadership / team)
   --------------------------------------------------------------------- */
.eipp-avatar {
  width: 88px; height: 88px; border-radius: 50%;
  background: var(--grad-secondary);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 26px;
  font-family: var(--font-heading);
  margin: 0 auto 18px;
  box-shadow: var(--shadow-clay-inset);
}
.eipp-avatar--sm { width: 56px; height: 56px; font-size: 18px; margin: 0; }
.eipp-person-card { text-align: center; }
.eipp-person-card h3 { font-size: 17px; margin-bottom: 4px; }
.eipp-person-card__role { font-size: 13px; color: var(--clr-primary); font-weight: 600; margin-bottom: 12px; }

/* ---------------------------------------------------------------------
   Office gallery
   --------------------------------------------------------------------- */
.eipp-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.eipp-gallery__item { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-clay); aspect-ratio: 4/3; }
.eipp-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.eipp-gallery__item:hover img { transform: scale(1.08); }

/* ---------------------------------------------------------------------
   News & Media cards
   --------------------------------------------------------------------- */
.eipp-news-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-clay);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.eipp-news-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.eipp-news-card__thumb {
  height: 160px;
  display: flex; align-items: center; justify-content: center;
  background: var(--grad-secondary);
  color: #fff;
  font-size: 40px;
}
.eipp-news-card--featured .eipp-news-card__thumb { background: var(--grad-success); }
.eipp-news-card__body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.eipp-news-card__meta { font-size: 12px; color: var(--clr-body); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 600; }
.eipp-news-card h3 { font-size: 17px; margin-bottom: 10px; }
.eipp-news-card p { font-size: 14px; flex: 1; }
.eipp-news-card__actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.eipp-news-card__actions .eipp-btn { padding: 10px 20px; font-size: 13px; }

/* ---------------------------------------------------------------------
   Service detail blocks (flagship platforms)
   --------------------------------------------------------------------- */
.eipp-service-detail { padding: 90px 0; }
.eipp-service-detail__features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 28px 0; }
.eipp-service-detail__features li { list-style: none; display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--clr-heading); }
.eipp-service-detail__features li i { color: var(--clr-green-accent); }
.eipp-service-detail__benefits {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-clay);
  margin-top: 20px;
}

@media (max-width: 991px) {
  .eipp-cert-grid { grid-template-columns: repeat(2, 1fr); }
  .eipp-gallery { grid-template-columns: repeat(2, 1fr); }
  .eipp-service-detail__features { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .eipp-nav-toggle { display: flex; }
  .eipp-nav {
    position: fixed;
    inset: 0 0 0 30%;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    padding: 100px 30px 30px;
    box-shadow: -20px 0 40px rgba(0,0,0,0.15);
    transform: translateX(110%);
    transition: transform 0.35s ease;
    z-index: 998;
  }
  .eipp-nav.is-open { transform: translateX(0); }
  .eipp-nav ul { flex-direction: column; gap: 18px; }
  .eipp-stats, .eipp-process, .eipp-tag-grid { grid-template-columns: 1fr; }
  .eipp-footer__grid { grid-template-columns: 1fr; }
  .eipp-hero__badge { display: none; }
  .eipp-page-hero { padding: 130px 0 60px; }
  .eipp-form-card { padding: 28px; }
}
