
/* =========================================================
   HERO
   ========================================================= */
.ehs-hero {
  padding: 80px 32px 64px;
  background: #FFFFFF;
}
.ehs-hero-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.ehs-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E6F1FB;
  color: #185FA5;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.ehs-hero-tag svg { width: 16px; height: 16px; }
.ehs-hero h1 {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -1.2px;
}
.ehs-hero h1 .blue { color: #428DFF; position: relative; display: inline-block; }
.ehs-hero h1 .blue .vector {
  position: absolute; left: 0; right: 0; bottom: -6px; width: 100%; height: 12px;
}
.ehs-hero-sub {
  font-size: 18px;
  color: #6B7280;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 540px;
}
.ehs-hero-proof {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 32px;
}
.ehs-hero-proof strong { color: #1A1A1A; font-weight: 600; }
.ehs-btn-group { display: flex; gap: 14px; flex-wrap: wrap; }

.ehs-hero-visual {
  aspect-ratio: 5/4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A0C4F8;
  font-size: 14px;
  font-weight: 500;
  background: radial-gradient(ellipse at center, #EEF4FF 20%, #FFF 90%);
  position: relative;
  border: none;
  border-radius: 0;
}
.ehs-hero-visual::before {
  content: "";
  position: absolute;
  inset: 20%;
  background: linear-gradient(135deg, rgba(66, 141, 255, 0.08), rgba(127, 119, 221, 0.08));
  border-radius: 30% 70% 60% 40% / 40% 50% 50% 60%;
  filter: blur(20px);
  pointer-events: none;
}

/* =========================================================
   TRUST WALL + STATS — Variation A: Split-screen vertical marquee
   Copy + stats on left, two columns of flowing logos on right
   ========================================================= */
.ehs-trust-wall { background: #F8FAFF; padding: 96px 32px; overflow: hidden; }
.ehs-inner { max-width: 1280px; margin: 0 auto; }

.ehs-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

/* Left side — copy + stats */
.ehs-trust-copy { padding-right: 20px; }
.ehs-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.ehs-trust-sub {
  font-size: 16px;
  color: #6B7280;
  line-height: 1.65;
  margin: 0 0 32px;
  max-width: 460px;
}
.ehs-stats-strip {
  display: flex;
  gap: 36px;
  padding-top: 28px;
  border-top: 1px solid #E5ECF7;
}
.ehs-stat-num {
  font-family: 'Lora', Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #428DFF;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}
.ehs-stat-label {
  font-size: 12px;
  color: #6B7280;
  line-height: 1.3;
  font-weight: 500;
}

/* Right side — vertical marquee stage */
.ehs-trust-stage {
  height: 520px;
  position: relative;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 70px, #000 calc(100% - 70px), transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 70px, #000 calc(100% - 70px), transparent 100%);
}
.ehs-trust-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  height: 100%;
}
.ehs-trust-col { overflow: hidden; }
.ehs-trust-track {
  display: flex;
  flex-direction: column;
  gap: 14px;
  animation: ehs-trust-down 12s linear infinite; /* fast */
}
.ehs-trust-col:nth-child(2) .ehs-trust-track { animation-duration: 16s; animation-delay: -4s; }
.ehs-trust-stage:hover .ehs-trust-track { animation-play-state: paused; }
@keyframes ehs-trust-down {
  from { transform: translateY(-50%); }
  to   { transform: translateY(0); }
}

.ehs-logo-tile {
  flex-shrink: 0;
  height: 86px;
  background: #FFFFFF;
  border: 1px solid #E5ECF7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  transition: all 0.25s ease;
}
.ehs-logo-tile:hover {
  border-color: #428DFF;
  box-shadow: 0 4px 14px rgba(66, 141, 255, 0.12);
  transform: scale(1.04);
}
.ehs-logo-tile svg {
  max-width: 100%;
  max-height: 46px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.72;
  transition: all 0.25s ease;
}
.ehs-logo-tile:hover svg {
  filter: grayscale(0%);
  opacity: 1;
}

/* =========================================================
   SECTION GENERIC
   ========================================================= */
.ehs-section { padding: 96px 32px; }
.ehs-section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.ehs-section-sub { margin-top: 16px; font-size: 16px; color: #6B7280; }

/* Why choose EduHubSpot — Interactive accordion explorer */
.ehs-why-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}
.ehs-why-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ehs-why-item {
  background: #F8FAFF;
  border: 1px solid #E5ECF7;
  border-radius: 14px;
  padding: 18px 22px;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}
.ehs-why-item:hover {
  border-color: #A0C4F8;
}
.ehs-why-item.active {
  background: #428DFF;
  border-color: #428DFF;
}
.ehs-why-item-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ehs-why-num {
  font-family: 'Lora', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  color: #428DFF;
  min-width: 26px;
  transition: color 0.25s;
}
.ehs-why-item.active .ehs-why-num {
  color: #FFF;
  opacity: 0.75;
}
.ehs-why-title {
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
  flex: 1;
  transition: color 0.25s;
}
.ehs-why-item.active .ehs-why-title {
  color: #FFF;
}
.ehs-why-chev {
  color: #428DFF;
  transition: transform 0.3s, color 0.25s;
  flex-shrink: 0;
}
.ehs-why-item.active .ehs-why-chev {
  color: #FFF;
  transform: rotate(90deg);
}
.ehs-why-visual {
  background: #F8FAFF;
  border: 1px solid #E5ECF7;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
}
.ehs-why-v-icon {
  width: 64px;
  height: 64px;
  background: #E6F1FB;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #428DFF;
}
.ehs-why-v-icon svg {
  width: 30px;
  height: 30px;
}
.ehs-why-v-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0 0 14px;
  letter-spacing: -0.4px;
  line-height: 1.2;
}
.ehs-why-v-desc {
  color: #6B7280;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 22px;
}
.ehs-why-v-bullets {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ehs-why-v-b {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #2A2A2A;
}
.ehs-why-v-check {
  width: 20px;
  height: 20px;
  background: #428DFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Two-column content (Customized Solutions / Programs) */
.ehs-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.ehs-two-col.is-reverse .ehs-two-col-image { order: 2; }
.ehs-two-col-image {
  background: linear-gradient(135deg, #EEF4FF 0%, #D5E4FF 100%);
  border-radius: 20px;
  aspect-ratio: 4/3;
  border: 1px dashed #A0C4F8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #428DFF;
  font-size: 14px;
}
.ehs-pointer-list { display: flex; flex-direction: column; gap: 14px; margin: 24px 0 32px; }
.ehs-pointer { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #2A2A2A; }
.ehs-pointer-check {
  width: 24px; height: 24px; flex-shrink: 0;
  background: #428DFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ehs-pointer-check svg { width: 14px; height: 14px; color: #FFF; }

/* =========================================================
   CUSTOMISED SOLUTIONS — Timeline
   ========================================================= */
.ehs-tl-wrap { max-width: 1000px; margin: 0 auto; }
.ehs-tl {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.ehs-tl::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #D5E4FF;
}
.ehs-tl::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 10%;
  width: var(--ehs-tl-w, 0%);
  height: 2px;
  background: #428DFF;
  transition: width 0.4s ease;
}
.ehs-tl-step {
  text-align: center;
  padding: 0 8px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  user-select: none;
}
.ehs-tl-dot {
  width: 60px;
  height: 60px;
  background: #FFF;
  border: 2px solid #D5E4FF;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #428DFF;
  transition: all 0.3s;
}
.ehs-tl-step.active .ehs-tl-dot,
.ehs-tl-step:hover .ehs-tl-dot {
  background: #428DFF;
  border-color: #428DFF;
  color: #FFF;
  transform: scale(1.08);
}
.ehs-tl-step.done .ehs-tl-dot {
  background: #428DFF;
  border-color: #428DFF;
  color: #FFF;
}
.ehs-tl-dot svg { width: 22px; height: 22px; }
.ehs-tl-num {
  font-family: 'Lora', Georgia, serif;
  font-size: 11px;
  color: #428DFF;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.ehs-tl-title {
  font-size: 13px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.3;
}
.ehs-tl-detail {
  background: #FFF;
  border: 1px solid #D5E4FF;
  border-radius: 16px;
  padding: 36px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.ehs-tl-detail-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0 0 12px;
  letter-spacing: -0.4px;
}
.ehs-tl-detail-desc {
  font-size: 15px;
  color: #6B7280;
  line-height: 1.65;
  margin: 0 0 20px;
}
.ehs-tl-visual {
  background: linear-gradient(135deg, #EEF4FF 0%, #D5E4FF 100%);
  border-radius: 14px;
  aspect-ratio: 4/3;
  border: 1px dashed #A0C4F8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #428DFF;
  font-size: 13px;
}
.ehs-tl-visual-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #428DFF;
  font-size: 13px;
  z-index: 1;
}
.ehs-tl-visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  transition: opacity 0.3s ease;
}

/* =========================================================
   PROGRAMS — Category catalog
   ========================================================= */
.ehs-cat-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto 28px;
}
.ehs-cat-filter {
  padding: 8px 18px;
  background: #FFF;
  border: 1px solid #E5ECF7;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #1A1A1A;
  cursor: pointer;
  transition: all 0.2s;
}
.ehs-cat-filter:hover { border-color: #A0C4F8; }
.ehs-cat-filter.on {
  background: #428DFF;
  border-color: #428DFF;
  color: #FFF;
}
.ehs-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1020px;
  margin: 0 auto;
}
.ehs-cat-card {
  background: #FFF;
  border: 1px solid #E5ECF7;
  border-radius: 14px;
  padding: 22px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.ehs-cat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent, rgba(66, 141, 255, 0.06));
  opacity: 0;
  transition: opacity 0.3s;
}
.ehs-cat-card:hover {
  border-color: #428DFF;
  box-shadow: 0 8px 24px rgba(66, 141, 255, 0.12);
  transform: translateY(-3px);
}
.ehs-cat-card:hover::before { opacity: 1; }
.ehs-cat-icon {
  width: 40px;
  height: 40px;
  background: #E6F1FB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #428DFF;
  margin-bottom: 14px;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.ehs-cat-card:hover .ehs-cat-icon {
  background: #428DFF;
  color: #FFF;
}
.ehs-cat-icon svg { width: 18px; height: 18px; }
.ehs-cat-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0 0 4px;
  position: relative;
  z-index: 1;
}
.ehs-cat-meta {
  font-size: 12px;
  color: #6B7280;
  margin: 0 0 12px;
  position: relative;
  z-index: 1;
}
.ehs-cat-arrow {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #428DFF;
  position: relative;
  z-index: 1;
}
.ehs-cat-arrow svg { transition: transform 0.3s; }
.ehs-cat-card:hover .ehs-cat-arrow svg { transform: translateX(4px); }

/* =========================================================
   CTA BUTTON — Option D (gradient + icon-pill)
   ========================================================= */
.ehs-btn-d {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #428DFF 0%, #5495F2 100%);
  color: #FFF;
  padding: 10px 10px 10px 22px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(66, 141, 255, 0.22);
  font-family: inherit;
  border: none;
}
.ehs-btn-d:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(66, 141, 255, 0.32);
}
.ehs-btn-d-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.ehs-btn-d:hover .ehs-btn-d-icon { transform: translateX(3px); }
.ehs-btn-d-icon svg { width: 14px; height: 14px; }

/* Ghost secondary — pairs with Option D on light backgrounds */
.ehs-btn-d-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  background: #FFF;
  color: #1A1A1A;
  border: 1px solid #E5ECF7;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: inherit;
}
.ehs-btn-d-ghost:hover {
  border-color: #428DFF;
  color: #428DFF;
  transform: translateY(-2px);
}
.ehs-btn-d-ghost svg { width: 14px; height: 14px; }

/* Ghost variant for dark backgrounds (Final CTA) */
.ehs-btn-d-ghost.on-dark {
  background: transparent;
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.3);
}
.ehs-btn-d-ghost.on-dark:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #FFF;
  color: #FFF;
}

/* =========================================================
   ACCREDITATIONS
   ========================================================= */
.ehs-accred { background: #F8FAFF; }
.ehs-accred-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.ehs-accred-tile {
  background: #FFF;
  border: 1px solid #E5ECF7;
  border-radius: 14px;
  padding: 28px 18px;
  text-align: center;
  transition: all 0.3s ease;
}
.ehs-accred-tile:hover {
  border-color: #428DFF;
  box-shadow: 0 4px 12px rgba(66, 141, 255, 0.1);
  transform: translateY(-2px);
}
.ehs-accred-badge {
  width: 56px; height: 56px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, #428DFF 0%, #5495F2 100%);
  border-radius: 50%;
  color: #FFF;
  font-family: 'Lora', Georgia, serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ehs-accred-name { font-size: 14px; color: #1A1A1A; font-weight: 500; line-height: 1.4; }

/* =========================================================
   TRAINERS
   ========================================================= */
.ehs-trainer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ehs-trainer-card {
  background: #FFF;
  border: 1px solid #E5ECF7;
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  transition: all 0.3s ease;
}
.ehs-trainer-card:hover {
  border-color: #428DFF;
  box-shadow: 0 6px 20px rgba(66, 141, 255, 0.12);
  transform: translateY(-3px);
}
/* Photo wrapper — positions photo + initials fallback in same slot */
.ehs-trainer-photo-wrap {
  position: relative;
  width: 104px;
  height: 104px;
  margin: 0 auto 20px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #428DFF 0%, #A0C4F8 100%);
  transition: transform 0.3s ease;
}
.ehs-trainer-card:hover .ehs-trainer-photo-wrap {
  transform: scale(1.04);
}
.ehs-trainer-photo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #428DFF 0%, #A0C4F8 100%);
}
.ehs-trainer-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}
/* Initials shown under the img — visible if img fails to load */
.ehs-trainer-initials {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: 'Lora', Georgia, serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.5px;
  z-index: 1;
}
.ehs-trainer-name {
  font-family: 'Lora', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 8px;
}
.ehs-trainer-creds {
  font-size: 13px;
  color: #428DFF;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.2px;
}
.ehs-trainer-bio { font-size: 14px; line-height: 1.55; color: #6B7280; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.ehs-testimonials { background: #F8FAFF; }
.ehs-testi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ehs-testi-card {
  background: #FFF;
  border: 1px solid #E5ECF7;
  border-radius: 20px;
  padding: 36px;
  transition: all 0.3s ease;
}
.ehs-testi-card:hover {
  border-color: #428DFF;
  box-shadow: 0 6px 20px rgba(66, 141, 255, 0.1);
}
.ehs-testi-featured {
  grid-column: 1 / -1;
  background: linear-gradient(95deg, #FFFFFF 0%, #EEF4FF 100%);
  border-color: #D5E4FF;
}
.ehs-testi-quote-mark {
  font-family: 'Lora', Georgia, serif;
  font-size: 72px;
  line-height: 1;
  color: #428DFF;
  opacity: 0.3;
  margin-bottom: -20px;
}
.ehs-testi-quote {
  font-size: 17px;
  line-height: 1.65;
  color: #2A2A2A;
  margin-bottom: 24px;
}
.ehs-testi-featured .ehs-testi-quote {
  font-size: 21px;
  line-height: 1.55;
  font-family: 'Lora', Georgia, serif;
  font-weight: 500;
}
.ehs-testi-author {
  padding-top: 20px;
  border-top: 1px solid #E5ECF7;
}
.ehs-testi-name { font-weight: 600; font-size: 15px; color: #1A1A1A; margin-bottom: 4px; }
.ehs-testi-role { font-size: 13px; color: #6B7280; }

/* =========================================================
   FAQ
   ========================================================= */
.ehs-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 840px;
  margin: 0 auto;
}
.ehs-faq-item {
  background: #FFF;
  border: 1px solid #E5ECF7;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.ehs-faq-item:hover { border-color: #A0C4F8; }
.ehs-faq-item.is-open { border-color: #428DFF; }
.ehs-faq-question {
  padding: 22px 28px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  user-select: none;
}
.ehs-faq-q {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
}
.ehs-faq-toggle {
  width: 28px; height: 28px;
  color: #428DFF;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.ehs-faq-item.is-open .ehs-faq-toggle { transform: rotate(45deg); }
.ehs-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.ehs-faq-item.is-open .ehs-faq-answer { max-height: 300px; }
.ehs-faq-a {
  padding: 0 28px 22px;
  font-size: 15px;
  line-height: 1.65;
  color: #5F6B7A;
}

/* =========================================================
   CONTACT FORM
   ========================================================= */
.ehs-contact { background: #FFF; }
.ehs-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.ehs-contact-visual {
  background: linear-gradient(135deg, #EEF4FF 0%, #D5E4FF 100%);
  border-radius: 20px;
  aspect-ratio: 1/1;
  border: 1px dashed #A0C4F8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #428DFF;
  font-size: 14px;
}
.ehs-form {
  background: #FFF;
  border: 1px solid #E5ECF7;
  border-radius: 20px;
  padding: 40px;
}
.ehs-form-heading { font-family: 'Lora', Georgia, serif; font-size: 26px; font-weight: 600; margin-bottom: 8px; color: #1A1A1A; }
.ehs-form-subheading { color: #6B7280; font-size: 14px; margin-bottom: 28px; }
.ehs-form-field { margin-bottom: 18px; }
.ehs-form-label { display: block; font-size: 13px; font-weight: 600; color: #1A1A1A; margin-bottom: 8px; }
.ehs-form-input,
.ehs-form-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E5ECF7;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  color: #1A1A1A;
  background: #FFF;
  transition: border-color 0.2s ease;
}
.ehs-form-input:focus,
.ehs-form-select:focus {
  outline: none;
  border-color: #428DFF;
  box-shadow: 0 0 0 3px rgba(66, 141, 255, 0.12);
}
.ehs-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ehs-form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23428DFF' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.ehs-form-checkbox { display: flex; align-items: center; gap: 10px; margin: 20px 0; font-size: 14px; color: #6B7280; }
.ehs-form-checkbox input { width: 18px; height: 18px; accent-color: #428DFF; }

/* Full-width Option D for forms */
.ehs-form-submit-d {
  width: 100%;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.ehs-final-cta {
  background: linear-gradient(135deg, #042C53 0%, #0C447C 100%);
  padding: 96px 32px;
  color: #FFF;
  text-align: center;
}
.ehs-final-cta h2 { color: #FFF; font-size: 40px; font-weight: 600; margin-bottom: 20px; }
.ehs-final-cta h2 .yellow { color: #FAC775; position: relative; display: inline-block; }
.ehs-final-cta p { color: #B5D4F4; font-size: 17px; max-width: 640px; margin: 0 auto 36px; }

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 991px) {
  .ehs-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .ehs-hero h1 { font-size: 42px; }
  .ehs-section-heading { font-size: 32px; }
  .ehs-trust-grid { grid-template-columns: 1fr; gap: 40px; }
  .ehs-trust-copy { padding-right: 0; text-align: center; }
  .ehs-trust-sub { margin-left: auto; margin-right: auto; }
  .ehs-stats-strip { justify-content: center; gap: 28px; }
  .ehs-trust-stage { height: 420px; }
  .ehs-stat-num { font-size: 28px; }
  .ehs-accred-grid { grid-template-columns: repeat(3, 1fr); }
  .ehs-features-grid { grid-template-columns: repeat(2, 1fr); }
  .ehs-why-grid { grid-template-columns: 1fr; gap: 20px; }
  .ehs-why-visual { min-height: auto; padding: 32px; }
  .ehs-trainer-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .ehs-testi-grid { grid-template-columns: 1fr; }
  .ehs-testi-featured { grid-column: auto; }
  .ehs-two-col { grid-template-columns: 1fr; gap: 40px; }
  .ehs-two-col.is-reverse .ehs-two-col-image { order: 0; }
  .ehs-contact-grid { grid-template-columns: 1fr; }
  .ehs-final-cta h2 { font-size: 30px; }
  /* Timeline — stack into 2 rows on tablet */
  .ehs-tl { grid-template-columns: repeat(3, 1fr); row-gap: 32px; }
  .ehs-tl::before, .ehs-tl::after { display: none; }
  .ehs-tl-detail { grid-template-columns: 1fr; gap: 20px; padding: 28px; }
  /* Catalog grid — 2 cols */
  .ehs-cat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .padding-global { padding-left: 20px; padding-right: 20px; }
  .ehs-hero { padding: 56px 20px 48px; }
  .ehs-section { padding: 64px 20px; }
  .ehs-trust-wall { padding: 64px 20px; }
  .ehs-final-cta { padding: 64px 20px; }
  .ehs-hero h1 { font-size: 34px; }
  .ehs-section-heading { font-size: 26px; }
  .ehs-trust-stage { height: 360px; }
  .ehs-trust-cols { gap: 10px; }
  .ehs-logo-tile { height: 72px; padding: 10px; }
  .ehs-logo-tile svg { max-height: 38px; }
  .ehs-stats-strip { flex-wrap: wrap; gap: 20px; }
  .ehs-stat-num { font-size: 24px; }
  .ehs-accred-grid { grid-template-columns: 1fr 1fr; }
  .ehs-features-grid { grid-template-columns: 1fr; }
  .ehs-why-item { padding: 14px 16px; }
  .ehs-why-title { font-size: 14px; }
  .ehs-why-visual { padding: 24px; }
  .ehs-why-v-title { font-size: 22px; }
  .ehs-why-v-desc { font-size: 14px; }
  /* Timeline — full stack on phones */
  .ehs-tl { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
  .ehs-tl-dot { width: 52px; height: 52px; }
  .ehs-tl-dot svg { width: 20px; height: 20px; }
  .ehs-tl-detail { padding: 22px; }
  .ehs-tl-detail-title { font-size: 22px; }
  /* Catalog — single col */
  .ehs-cat-grid { grid-template-columns: 1fr; }
  .ehs-cat-filters { gap: 6px; }
  .ehs-cat-filter { padding: 6px 14px; font-size: 12px; }
  .ehs-form { padding: 28px 24px; }
  .ehs-form-row { grid-template-columns: 1fr; }
  .ehs-testi-card { padding: 24px; }
  .ehs-testi-featured .ehs-testi-quote { font-size: 18px; }
  .ehs-final-cta h2 { font-size: 24px; }
}

/* Squiggle underline for headings (replaces Vector-1.svg / Vector-4_2.svg) */
.ehs-squiggle {
  position: absolute; left: 0; right: 0; bottom: -8px;
  width: 100%; height: 10px;
  pointer-events: none;
}

.ehs-tl-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
