/*
.entry-content li {
font-size: 10.5px;
}


Click the help icon above to learn more.
*/
@font-face {
  font-family: 'Lexend Deca';
  src: url('/wp-content/themes/enfold-child/assets/fonts/LexendDeca-Latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

@font-face {
  font-family: 'Caveat';
  src: url('/wp-content/themes/enfold-child/assets/fonts/Caveat-Latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

.eh-container {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  margin: 15px 0px;
}

/* LAYOUT */
.hide {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
}

.margin-auto {
  margin: auto;
}

.text-align-center {
  text-align: center;
}

.vertical-align-middle {
  vertical-align: middle;
}

.width-auto {
  width: auto !important;
}

/* SPACING */
.spacer-5 {
  height: 5px;
}

.spacer-10 {
  height: 10px;
}

.spacer-15 {
  height: 15px;
}

.spacer-20 {
  height: 20px;
}

.spacer-25 {
  height: 25px;
}

.spacer-30 {
  height: 30px;
}

.spacer-35 {
  height: 35;
}

.spacer-40 {
  height: 40px;
}

.spacer-45 {
  height: 45px;
}

.spacer-50 {
  height: 50px;
}


/* BUTTONS */
.button-pill {
  display: inline-flex;
  height: 30px;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--Primary-Yellow, #E7B000);
  color: var(--Miscellaneous-White, #FFF);
  text-align: center;
  /* Body/Bold/14 */
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.button-60 {
  padding: 20px 10px;
  height: 60px;
  min-width: 200px;
  color: var(--Main-Primary-Backgroud, #FBFBFD);
  text-align: center;
  /* Heading/Bold/18 */
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.eh-gray-button {
  display: flex;
  flex: 1 1 0;
  min-height: 75px;
  background-color: #4a4a4a;
  border-radius: 5px;
  margin: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 25px;
  color: white;
  font-size: 20px;
}

.eh-center {
  text-align: center;
}

.eh-text-upper {
  text-transform: uppercase;
}

.eh-text-underline {
  text-decoration: underline !important;
}

/* TYPOGRAPHY */
.bold-bold16 {
  color: var(--Main-Primary-Font, #666);

  /* Bold/Bold-16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.body-regular16 {
  color: #666;

  /* Body/Regular/16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.body-regular14 {
  color: #666;

  /* Body/Regular/14 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.eh-font-72 * {
  font-size: clamp(38px, 5vw, 72px) !important;
}

.eh-font-72 h1 {
  font-size: clamp(38px, 5vw, 72px) !important;
}

.eh-font-60,
.eh-font-60 * {
  font-size: clamp(34px, 5vw, 60px) !important;
}

.eh-font-50,
.eh-font-50 * {
  font-size: clamp(24px, 4vw, 50px) !important;
}

.eh-font-40,
.eh-font-40 * {
  font-size: clamp(18px, 3vw, 40px) !important;
}

.eh-font-38,
.eh-font-38 * {
  font-size: 38px !important;
}

.eh-font-36,
.eh-font-36 * {
  font-size: 36px !important;
}

.eh-font-34,
.eh-font-34 * {
  font-size: 34px !important;
}

.eh-font-32,
.eh-font-32 * {
  font-size: 32px !important;
}

.eh-font-30,
.eh-font-30 * {
  font-size: clamp(18px, 2.5vw, 30px) !important;
}

.eh-font-26,
.eh-font-26 * {
  font-size: 26px !important;
}

.eh-font-28,
.eh-font-28 * {
  font-size: 28px !important;
}

.eh-font-25,
.eh-font-25 * {
  font-size: 25px !important;
}

.eh-font-24,
.eh-font-24 * {
  font-size: clamp(18px, 2.5vw, 24px) !important;
}

.eh-font-22,
.eh-font-22 * {
  font-size: 22px !important;
}

.eh-font-20,
.eh-font-20 * {
  font-size: 20px !important;
}

.eh-font-18,
.eh-font-18 * {
  font-size: 18px !important;
}

.eh-font-16,
.eh-font-16 * {
  font-size: 16px !important;
}

.eh-font-14,
.eh-font-14 * {
  font-size: 14px !important;
}

.eh-font-12,
.eh-font-12 * {
  font-size: 12px !important;
}

.eh-font-10,
.eh-font-10 * {
  font-size: 10px !important;
}

.eh-font-8,
.eh-font-8 * {
  font-size: 8px !important;
}

.eh-bold-900 {
  font-weight: 900 !important;
}

.eh-bold-800 {
  font-weight: 800 !important;
}

.eh-bold-700 {
  font-weight: 700 !important;
}

.eh-bold-600 {
  font-weight: 600 !important;
}

.eh-bold-500 {
  font-weight: 500 !important;
}

.eh-line-height-40 {
  line-height: 40px;
}

.eh-line-height-30 {
  line-height: 30px;
}

.eh-line-height-24 {
  line-height: 24px;
}

.eh-line-height-150 {
  line-height: 150%;
}

.eh-line-height-200 {
  line-height: 200%;
}

.eh-text-shadow {
  text-shadow: 2px 2px 4px #000;
}

.eh-text-shadow-3 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.eh-text-shadow-2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.eh-max-width-800 {
  max-width: 800px !important;
}

.eh-line-height-34 {
  line-height: 34px !important;
}

/* Colors */
.color-green-highlight {
  background-color: #80b12d;
}

.eh-color-white {
  color: #fbfbfb !important;
}

.eh-color-green {
  color: #80b12d !important;
}

.eh-color-accent {
  color: #56A8C1 !important;
}

.eh-color-dark-grey {
  color: #404141 !important;
}

.eh-color-grey {
  color: #575858 !important;
}

.eh-color-black {
  color: #000 !important;
}

.eh-color-yellow {
  color: #E7B000 !important;
}

.eh-color-purple {
  color: #656995 !important;
}

.eh-background-accent {
  background-color: #56A8C1 !important;
}

.eh-background-yellow {
  background-color: #E7B000 !important;
}

.eh-background-purple {
  background-color: #656995 !important;
}

/* Home Page */
.header-primary-gray {
  padding: 25px 10px;
  border-radius: 5px 5px 0px 0px !important;
  background: var(--Main-Primary-Font, #666) !important;
  background-color: #666666 !important;
  color: var(--Main-Primary-Backgroud, #FBFBFD) !important;
  text-align: center !important;
  /* Heading/Bold/18 */
  font-family: Raleway !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.header-primary-pricing {
  padding: 25px 15px;
  border-radius: 5px 5px 0px 0px !important;
  background: #80b12d !important;
  background-color: #80b12d !important;
  color: #fbfbfb !important;
  /* Heading/Bold/18 */
  font-family: Raleway !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.eh-learn-more-absolute {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0px 20px;
}

/* Icon Lists */
.eh-icon-list li {
  padding: 10px !important;
}

.eh-icon-list-medium li {
  padding-bottom: 10px !important;
}

.eh-icon-lit-content-font-18 .iconlist_content p {
  font-size: 18px !important;
}

/* CARDS */
.eh-service-card {
  background-color: rgba(255, 255, 255, 0.1) !important;
  padding: 40px 30px !important;
  border-radius: 12px !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.eh-service-card:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.eh-service-card-dark {
  background-color: rgba(51, 51, 51) !important;
  padding: 40px 30px !important;
  border-radius: 12px !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(51, 51, 51) !important;
}

.eh-service-card-dark:hover {
  background-color: rgba(51, 51, 51, 0.6) !important;
}

/* PAGE SPECIFIC */
.grid-row-vertical-align-middle div {
  vertical-align: middle;
}

/* FSH Page Comparison Table */
.eh-comparison-section-title * {
  font-size: 2.5rem !important;
  font-weight: 600 !important;
  color: white !important;
  margin-bottom: 50px !important;
  line-height: 1.2 !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}


/* Media query for mobile view */
@media (max-width: 768px) {
  .eh-container {
    flex-direction: column;
    margin: 0px;
  }

}

/* ============================================================
   ExactHire Modern (EHM) Mini-Framework
   Version: 1.0

   Namespaced under .ehm to avoid WordPress/Enfold conflicts.
   All classes: ehm-*  |  All variables: --ehm-*
   ============================================================ */

/* ===========================================
   1. DESIGN TOKENS (CSS Custom Properties)
   =========================================== */

:root {
  /* --- COLORS --- */

  /* Primary Green (brand anchor) */
  --ehm-green-700: #5e9a10;
  --ehm-green-600: #7ab82a;
  --ehm-green-500: #8cc032;
  --ehm-green-400: #a3d155;
  --ehm-green-300: #c2e28a;
  --ehm-green-100: #f0f8e4;
  --ehm-green-50: #f7fbf0;

  /* Secondary Blue/Teal */
  --ehm-blue-700: #0077b6;
  --ehm-blue-600: #0091ae;
  --ehm-blue-500: #00a4bd;
  --ehm-blue-400: #56a8c1;
  --ehm-blue-300: #7fd1de;
  --ehm-blue-100: #e5f5f8;

  /* Neutrals */
  --ehm-obsidian: #1e2d3d;
  --ehm-slate-700: #33475b;
  --ehm-slate-600: #425b76;
  --ehm-slate-500: #516f90;
  --ehm-slate-400: #99acc2;
  --ehm-slate-300: #cbd6e2;
  --ehm-slate-200: #eaf0f6;
  --ehm-slate-100: #f5f8fa;
  --ehm-white: #ffffff;

  /* Semantic */
  --ehm-success: #7ab82a;
  --ehm-warning: #e7b000;
  --ehm-error: #dc3545;
  --ehm-info: #00a4bd;

  /* Accent */
  --ehm-coral: #ff6b4a;

  /* Indigo (blue-purple accent family) */
  --ehm-indigo-700: #4338ca;
  --ehm-indigo-600: #4f46e5;
  --ehm-indigo-500: #6366f1;
  --ehm-indigo-100: #e0e7ff;

  /* Deep heading option */
  --ehm-ink: #111827;

  /* Hero background gradient */
  --ehm-hero-bg: linear-gradient(180deg, var(--ehm-ink) 0%, #1a2e3a 25%, #2a4a3a 50%, #d4e8c2 80%, #f0f8e4 100%);

  /* Card border */
  --ehm-card-border: rgba(30, 45, 61, 0.08);

  /* --- TYPOGRAPHY --- */
  --ehm-font-family: 'Lexend Deca', -apple-system, BlinkMacSystemFont,
    'Segoe UI', Helvetica, Arial, sans-serif;

  --ehm-fw-medium: 500;

  /* Fluid type scale */
  --ehm-text-xs: clamp(0.75rem, 0.7rem + 0.15vw, 0.8125rem);
  --ehm-text-sm: clamp(0.8125rem, 0.78rem + 0.18vw, 0.9375rem);
  --ehm-text-base: clamp(0.9375rem, 0.9rem + 0.2vw, 1.0625rem);
  --ehm-text-lg: clamp(1.0625rem, 1rem + 0.3vw, 1.25rem);
  --ehm-text-xl: clamp(1.25rem, 1.1rem + 0.5vw, 1.5rem);
  --ehm-text-2xl: clamp(1.5rem, 1.3rem + 0.8vw, 2rem);
  --ehm-text-3xl: clamp(1.875rem, 1.5rem + 1.2vw, 2.5rem);
  --ehm-text-4xl: clamp(2.25rem, 1.8rem + 1.5vw, 3.25rem);
  --ehm-text-45xl: clamp(2.5rem, 1.9rem + 1.75vw, 3.5rem);
  --ehm-text-5xl: clamp(2.75rem, 2rem + 2vw, 4rem);

  /* --- SPACING --- */
  --ehm-space-1: 0.25rem;
  --ehm-space-2: 0.5rem;
  --ehm-space-3: 0.75rem;
  --ehm-space-4: 1rem;
  --ehm-space-5: 1.5rem;
  --ehm-space-6: 2rem;
  --ehm-space-8: 3rem;
  --ehm-space-10: 4rem;
  --ehm-space-12: 5rem;
  --ehm-space-14: 6rem;
  --ehm-space-16: 8rem;
  --ehm-space-20: 9rem;

  /* Section vertical padding (fluid — generous like Recooty) */
  --ehm-section-py: clamp(4rem, 2.5rem + 5vw, 8rem);

  /* --- LAYOUT --- */
  --ehm-container-max: 1240px;
  --ehm-container-narrow: 800px;
  --ehm-container-wide: 1400px;
  --ehm-container-px: clamp(1rem, 0.5rem + 2vw, 2rem);

  /* --- RADII --- */
  --ehm-radius-sm: 8px;
  --ehm-radius-md: 12px;
  --ehm-radius-lg: 20px;
  --ehm-radius-xl: 28px;
  --ehm-radius-pill: 999px;

  /* --- SHADOWS --- */
  --ehm-shadow-sm: 0 1px 3px rgba(30, 45, 61, 0.06);
  --ehm-shadow-md: 0 4px 20px rgba(30, 45, 61, 0.07);
  --ehm-shadow-lg: 0 12px 40px rgba(30, 45, 61, 0.09);
  --ehm-shadow-xl: 0 20px 60px rgba(30, 45, 61, 0.11);

  /* --- TRANSITIONS --- */
  --ehm-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ehm-duration: 0.35s;
}


/* ===========================================
   2. SCOPED RESET
   =========================================== */

.ehm,
.ehm *,
.ehm *::before,
.ehm *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ehm {
  font-family: var(--ehm-font-family);
  color: var(--ehm-slate-700);
  font-size: var(--ehm-text-base);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.ehm img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.ehm ul,
.ehm ol {
  list-style: none;
}

.ehm table,
.ehm thead,
.ehm tbody,
.ehm tfoot,
.ehm tr,
.ehm th,
.ehm td {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: none;
  outline: 0;
  background-image: none;
}

.ehm p,
.ehm h1,
.ehm h2,
.ehm h3,
.ehm h4,
.ehm h5,
.ehm h6,
.ehm li {
  font: inherit;
}


/* ===========================================
   3. LAYOUT
   =========================================== */

/* Container */
.ehm .ehm-container {
  width: 100%;
  max-width: var(--ehm-container-max);
  margin: 0 auto;
  padding: 0 var(--ehm-container-px);
}

.ehm .ehm-container--narrow {
  max-width: var(--ehm-container-narrow);
}

.ehm .ehm-container--wide {
  max-width: var(--ehm-container-wide);
}

/* Grid */
.ehm .ehm-grid {
  display: grid;
  gap: var(--ehm-space-6);
}

.ehm .ehm-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.ehm .ehm-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.ehm .ehm-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.ehm .ehm-grid--auto {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* Split (hero pattern: text + visual) */
.ehm .ehm-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ehm-space-10);
  align-items: center;
}

.ehm .ehm-split--top {
  align-items: start;
}

/* Flex */
.ehm .ehm-flex {
  display: flex;
}

.ehm .ehm-flex--center {
  align-items: center;
  justify-content: center;
}

.ehm .ehm-justify-center {
  justify-content: center;
}

.ehm .ehm-flex--wrap {
  flex-wrap: wrap;
}

.ehm .ehm-flex--col {
  flex-direction: column;
}

.ehm .ehm-flex--gap-sm {
  gap: var(--ehm-space-3);
}

.ehm .ehm-flex--gap-md {
  gap: var(--ehm-space-5);
}

.ehm .ehm-flex--gap-lg {
  gap: var(--ehm-space-8);
}

/* Section */
.ehm .ehm-section {
  padding: var(--ehm-section-py) 0;
  color: var(--ehm-slate-700);
  background-color: #ffffff;
}

.ehm .ehm-section h1,
.ehm .ehm-section h2,
.ehm .ehm-section h3,
.ehm .ehm-section h4,
.ehm .ehm-section .ehm-h1,
.ehm .ehm-section .ehm-h2,
.ehm .ehm-section .ehm-h3,
.ehm .ehm-section .ehm-h4 {
  color: var(--ehm-obsidian);
}

.ehm .ehm-section p,
.ehm .ehm-section .ehm-body,
.ehm .ehm-section .ehm-body-lg,
.ehm .ehm-section .ehm-body-sm {
  color: var(--ehm-slate-700);
}

.ehm .ehm-section--alt {
  background-color: var(--ehm-slate-100);
  color: var(--ehm-slate-700);
}

.ehm .ehm-section--alt h1,
.ehm .ehm-section--alt h2,
.ehm .ehm-section--alt h3,
.ehm .ehm-section--alt h4,
.ehm .ehm-section--alt .ehm-h1,
.ehm .ehm-section--alt .ehm-h2,
.ehm .ehm-section--alt .ehm-h3,
.ehm .ehm-section--alt .ehm-h4 {
  color: var(--ehm-obsidian);
}

.ehm .ehm-section--alt p,
.ehm .ehm-section--alt .ehm-body,
.ehm .ehm-section--alt .ehm-body-lg,
.ehm .ehm-section--alt .ehm-body-sm {
  color: var(--ehm-slate-700);
}

.ehm .ehm-section--dark {
  background-color: var(--ehm-obsidian);
  color: rgba(255, 255, 255, 0.95);
}

.ehm .ehm-section--dark .ehm-section-header__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem 0.4rem 0.75rem;
  background: rgba(122, 184, 42, 0.15);
  color: var(--ehm-green-400);
  border-radius: var(--ehm-radius-pill);
  font-size: var(--ehm-text-xs);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: var(--ehm-space-5);
  text-transform: none;
  /* Hero style is not uppercase */
}

.ehm .ehm-section--dark .ehm-section-header__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ehm-green-400);
  animation: ehm-dot-pulse 2s ease-in-out infinite;
}

.ehm .ehm-section--dark p,
.ehm .ehm-section--dark .ehm-body,
.ehm .ehm-section--dark .ehm-body-lg,
.ehm .ehm-section--dark .ehm-body-sm {
  color: rgba(255, 255, 255, 0.95);
}

/* Hero & Gradient Contrast Utility */
.ehm .ehm-section--hero-contrast {
  color: rgba(255, 255, 255, 0.95);
}

.ehm .ehm-section--hero-contrast h1,
.ehm .ehm-section--hero-contrast .ehm-display {
  color: var(--ehm-white);
}

.ehm .ehm-section--hero-contrast p,
.ehm .ehm-section--hero-contrast .ehm-body-lg {
  color: rgba(255, 255, 255, 0.95);
}

.ehm .ehm-section--hero-contrast .ehm-flex,
.ehm .ehm-section--hero-contrast .ehm-grid {
  color: var(--ehm-white);
}

.ehm .ehm-section--gradient-green {
  background: linear-gradient(160deg, var(--ehm-green-600) 0%, var(--ehm-green-500) 100%);
  color: rgba(255, 255, 255, 0.95);
}

.ehm .ehm-section--gradient-green h1,
.ehm .ehm-section--gradient-green h2,
.ehm .ehm-section--gradient-green h3,
.ehm .ehm-section--gradient-green h4,
.ehm .ehm-section--gradient-green .ehm-h1,
.ehm .ehm-section--gradient-green .ehm-h2,
.ehm .ehm-section--gradient-green .ehm-h3,
.ehm .ehm-section--gradient-green .ehm-h4 {
  color: var(--ehm-white);
}

.ehm .ehm-section--gradient-green p,
.ehm .ehm-section--gradient-green .ehm-body,
.ehm .ehm-section--gradient-green .ehm-body-lg {
  color: rgba(255, 255, 255, 0.95);
}

.ehm .ehm-section--gradient-blue {
  background: linear-gradient(160deg, var(--ehm-ink) 0%, var(--ehm-blue-700) 100%);
  color: var(--ehm-white);
}

/* Dark rich section — deep ink background with optional texture image */
.ehm .ehm-section--dark-rich {
  background-color: var(--ehm-ink);
  color: var(--ehm-white);
  position: relative;
}

.ehm .ehm-section--dark-rich .ehm-section-header p {
  color: rgba(255, 255, 255, 0.7);
}

.ehm .ehm-section--dark-rich .ehm-section-header .ehm-h2 {
  color: var(--ehm-white);
}

.ehm .ehm-section--dark-rich .ehm-step__title {
  color: var(--ehm-white);
}

.ehm .ehm-section--dark-rich .ehm-step__text {
  color: rgba(255, 255, 255, 0.65);
}

.ehm .ehm-section--dark-rich .ehm-steps::before {
  background: rgba(255, 255, 255, 0.15);
}

.ehm .ehm-section--dark-rich .ehm-section-header__badge {
  background: rgba(122, 184, 42, 0.15);
  color: var(--ehm-green-400);
}

/* Warm gradient — soft green-to-blue diagonal */
.ehm .ehm-section--gradient-warm {
  background: linear-gradient(135deg, #f0f8e4 0%, #e5f5f8 50%, var(--ehm-slate-100) 100%);
}

/* Subtle gradient — very soft white-to-green-tint */
.ehm .ehm-section--gradient-subtle {
  background: linear-gradient(160deg, #ffffff 0%, #f6faf0 40%, #f0f8e4 100%);
  color: var(--ehm-slate-700);
}

.ehm .ehm-section--gradient-subtle h1,
.ehm .ehm-section--gradient-subtle h2,
.ehm .ehm-section--gradient-subtle h3,
.ehm .ehm-section--gradient-subtle h4,
.ehm .ehm-section--gradient-subtle .ehm-h1,
.ehm .ehm-section--gradient-subtle .ehm-h2,
.ehm .ehm-section--gradient-subtle .ehm-h3,
.ehm .ehm-section--gradient-subtle .ehm-h4 {
  color: var(--ehm-obsidian);
}

.ehm .ehm-section--gradient-subtle p,
.ehm .ehm-section--gradient-subtle .ehm-body,
.ehm .ehm-section--gradient-subtle .ehm-body-lg,
.ehm .ehm-section--gradient-subtle .ehm-body-sm {
  color: var(--ehm-slate-700);
}

/* Background image utility — cover + overlay */
.ehm .ehm-section--has-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.ehm .ehm-section--has-bg-image::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ehm .ehm-section--has-bg-image>* {
  position: relative;
  z-index: 1;
}

/* Dark overlay for dark bg-image sections */
.ehm .ehm-section--dark-rich.ehm-section--has-bg-image::before {
  background: rgba(17, 24, 39, 0.75);
}

/* Light overlay for light bg-image sections */
.ehm .ehm-section--gradient-warm.ehm-section--has-bg-image::before {
  background: rgba(255, 255, 255, 0.6);
}

/* ICONS */
.ehm .ehm-feature-icon-green {
  color: var(--ehm-green-600);
  font-weight: 800;
}

/* Responsive */
@media (max-width: 1024px) {
  .ehm .ehm-split {
    grid-template-columns: 1fr;
    gap: var(--ehm-space-8);
  }

  .ehm .ehm-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ehm .ehm-grid--3 {
    grid-template-columns: 1fr;
  }

  .ehm .ehm-grid--2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ehm .ehm-grid--4 {
    grid-template-columns: 1fr;
  }
}


/* ===========================================
   4. TYPOGRAPHY
   =========================================== */

.ehm .ehm-display {
  font-size: var(--ehm-text-45xl);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--ehm-obsidian);
}

.ehm .ehm-display--hero-xl {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.05;
}

.ehm .ehm-h1 {
  font-size: var(--ehm-text-4xl);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ehm-obsidian);
}

.ehm .ehm-h2 {
  font-size: var(--ehm-text-3xl);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ehm-obsidian);
  margin-bottom: var(--ehm-space-3);
}

.ehm .ehm-h3 {
  font-size: var(--ehm-text-2xl);
  font-weight: 600;
  line-height: 1.3;
  color: var(--ehm-obsidian);
}

.ehm .ehm-h4 {
  font-size: var(--ehm-text-xl);
  font-weight: 600;
  line-height: 1.35;
  color: var(--ehm-obsidian);
}

.ehm .ehm-body-lg {
  font-size: var(--ehm-text-lg);
  line-height: 1.7;
}

.ehm .ehm-body {
  font-size: var(--ehm-text-base);
  line-height: 1.6;
}

.ehm .ehm-body-sm {
  font-size: var(--ehm-text-sm);
  line-height: 1.6;
}

.ehm .ehm-caption {
  font-size: var(--ehm-text-xs);
  line-height: 1.5;
  color: var(--ehm-slate-500);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.ehm .ehm-text-center {
  text-align: center;
}

.ehm .ehm-text-left {
  text-align: left;
}

.ehm .ehm-text-muted {
  color: var(--ehm-slate-500);
}

.ehm .ehm-text-green {
  color: var(--ehm-green-600);
}

.ehm .ehm-text-blue {
  color: var(--ehm-blue-500);
}

.ehm .ehm-text-white {
  color: var(--ehm-white);
}

.ehm .ehm-text-white-soft {
  color: rgba(255, 255, 255, 0.8);
}

/* Generic Tag System */
.ehm .ehm-tag {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: var(--ehm-radius-pill);
  font-size: var(--ehm-text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--ehm-space-4);
}

.ehm .ehm-tag--green { background: var(--ehm-green-100); color: var(--ehm-green-700); }
.ehm .ehm-tag--blue { background: var(--ehm-blue-100); color: var(--ehm-blue-700); }
.ehm .ehm-tag--coral { background: #fff1f0; color: var(--ehm-coral); }

.ehm .ehm-card--coral-left {
  border-left: 4px solid var(--ehm-coral);
}


/* ===========================================
   4.8. PRICING COMPONENTS
   =========================================== */

.ehm .ehm-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin: 3rem auto;
  max-width: 1200px;
}

.ehm .ehm-pricing-card {
  background: #f8fafc;
  border: 1px solid var(--ehm-slate-200);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  position: relative;
  transition: all 0.4s var(--ehm-ease);
  display: flex;
  flex-direction: column;
  box-shadow: var(--ehm-shadow-md);
}

.ehm .ehm-pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--ehm-shadow-xl);
  border-color: var(--ehm-slate-200);
}

.ehm .ehm-pricing-card--popular {
  background: var(--ehm-white);
  border: 2px solid var(--ehm-green-600);
  box-shadow: 0 20px 40px rgba(122, 184, 42, 0.1);
}

.ehm .ehm-pricing-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background: var(--ehm-green-600);
  color: var(--ehm-white);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

.ehm .ehm-pricing-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.ehm .ehm-pricing-card__icon--green {
  background: var(--ehm-green-100);
  color: var(--ehm-green-600);
}

.ehm .ehm-pricing-card__icon--blue {
  background: var(--ehm-blue-100);
  color: var(--ehm-blue-500);
}

.ehm .ehm-pricing-card__icon--coral {
  background: var(--ehm-coral-100);
  color: var(--ehm-coral);
}

.ehm .ehm-pricing-card__title {
  font-size: 1.75rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: var(--ehm-obsidian) !important;
  margin-bottom: 0.5rem !important;
}

.ehm .ehm-pricing-card__price {
  margin-bottom: 2rem !important;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}

.ehm .ehm-pricing-card__amount {
  font-size: 3rem !important;
  font-weight: 900 !important;
  color: var(--ehm-obsidian) !important;
  line-height: 1 !important;
}

.ehm .ehm-pricing-card__amount--text {
  font-size: 2.25rem !important;
  line-height: 1.1 !important;
}

.ehm .ehm-pricing-card__period {
  font-size: 1.1rem !important;
  line-height: 1.3 !important;
  color: var(--ehm-slate-400) !important;
  font-weight: 600 !important;
}

.ehm .ehm-pricing-card__features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 2.5rem 0 !important;
  flex-grow: 1;
}

.ehm .ehm-pricing-card__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none !important;
  margin-bottom: 1rem !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: var(--ehm-slate-600) !important;
  font-weight: 500 !important;
}

.ehm .ehm-pricing-card__feature svg {
  color: var(--ehm-green-600);
  flex-shrink: 0;
}

.ehm .ehm-pricing-card__footer {
  margin-top: auto;
}

.ehm .ehm-pricing--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 100%;
}

.ehm .ehm-ats-pricing-section {
  padding-top: clamp(2.5rem, 2rem + 2vw, 4.5rem);
}

@media (max-width: 768px) {
  .ehm .ehm-ats-pricing-section {
    padding-top: 2rem;
  }
}

.ehm .ehm-pricing-card__eyebrow {
  font-size: var(--ehm-text-xs) !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--ehm-slate-400) !important;
  margin-bottom: var(--ehm-space-2) !important;
}

.ehm .ehm-pricing-card__subprice {
  margin-top: -1.25rem !important;
  margin-bottom: 2rem !important;
  color: var(--ehm-slate-500) !important;
  font-size: var(--ehm-text-sm) !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.ehm .ehm-pricing-card__subprice strong {
  color: var(--ehm-obsidian) !important;
}

.ehm .ehm-pricing-card__note {
  margin-top: auto !important;
  padding-top: var(--ehm-space-4) !important;
  color: var(--ehm-slate-500) !important;
  font-size: var(--ehm-text-sm) !important;
  line-height: 1.6 !important;
}

@media (max-width: 1200px) {
  .ehm .ehm-pricing--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Glass Variant for Dark Backgrounds */
.ehm .ehm-pricing-card--glass {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ehm .ehm-pricing-card--glass .ehm-pricing-card__title,
.ehm .ehm-pricing-card--glass .ehm-pricing-card__amount {
  color: var(--ehm-white);
}

.ehm .ehm-pricing-card--glass .ehm-pricing-card__period,
.ehm .ehm-pricing-card--glass .ehm-pricing-card__feature {
  color: var(--ehm-slate-300);
}

@media (max-width: 768px) {
  .ehm .ehm-pricing {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ehm .ehm-pricing--4 {
    grid-template-columns: 1fr;
  }

  .ehm .ehm-pricing-card {
    padding: 2.5rem 2rem;
  }
}


/* ===========================================
   5. DECORATIVE ELEMENTS
   =========================================== */

/* --- Buttons --- */

.ehm .ehm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-size: var(--ehm-text-sm);
  font-weight: 600;
  font-family: var(--ehm-font-family);
  border-radius: var(--ehm-radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--ehm-duration) var(--ehm-ease);
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.ehm .ehm-btn--primary {
  background: var(--ehm-green-600);
  color: var(--ehm-white);
  box-shadow: 0 2px 8px rgba(122, 184, 42, 0.2);
}

.ehm .ehm-btn--primary:hover {
  background: var(--ehm-green-500);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(122, 184, 42, 0.3);
}

.ehm .ehm-btn--secondary {
  background: transparent;
  color: var(--ehm-green-600);
  border-color: var(--ehm-green-600);
}

.ehm .ehm-btn--secondary:hover {
  background: var(--ehm-green-100);
  transform: translateY(-2px);
}

.ehm .ehm-btn--ghost {
  background: transparent;
  color: var(--ehm-white);
  border-color: rgba(255, 255, 255, 0.5);
}

.ehm .ehm-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--ehm-white);
  transform: translateY(-2px);
}

.ehm .ehm-btn--coral {
  background: var(--ehm-coral);
  color: var(--ehm-white);
  box-shadow: 0 4px 14px rgba(255, 107, 74, 0.3);
}

.ehm .ehm-btn--coral:hover {
  background: #ff5533;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 74, 0.4);
}

.ehm .ehm-btn--lg {
  padding: 1.125rem 2.25rem;
  font-size: var(--ehm-text-base);
  border-radius: var(--ehm-radius-lg);
}

.ehm .ehm-btn--sm {
  padding: 0.5rem 1rem;
  font-size: var(--ehm-text-xs);
}

.ehm .ehm-btn--pill {
  border-radius: var(--ehm-radius-pill);
}

.ehm .ehm-btn--block {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

/* Registered custom property so conic-gradient angle can be animated */
@property --ehm-chase-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

/* Border chaser CTA — rotating gradient on the button edge + hover sweep */
.ehm .ehm-btn--pulse {
  position: relative;
  border-color: transparent !important;
  z-index: 0;
}

/* Spinning conic gradient — sits 2.5px outside the button, gradient angle animates */
.ehm .ehm-btn--pulse::before {
  content: '';
  position: absolute;
  inset: -2.5px;
  border-radius: inherit;
  background: conic-gradient(from var(--ehm-chase-angle),
      transparent 0deg,
      transparent 210deg,
      #e7b000 270deg,
      #ffd758 330deg,
      transparent 360deg);
  animation: ehm-border-chase 2s linear infinite;
  z-index: -2;
}

/* Inner fill matches the button face exactly, gradient only visible outside it */
.ehm .ehm-btn--pulse::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;
  z-index: -1;
}


/* Ghost variant needs an explicit fill since background is transparent */
.ehm .ehm-btn--ghost.ehm-btn--pulse::after {
  background: var(--ehm-btn-chase-fill, var(--ehm-obsidian));
}

.ehm .ehm-section--gradient-green .ehm-btn--ghost.ehm-btn--pulse::after {
  background: var(--ehm-green-600);
}

/* White button on green section: same blue-purple border chase */
.ehm .ehm-section--gradient-green .ehm-btn--pulse:not(.ehm-btn--ghost)::before {
  background: conic-gradient(from var(--ehm-chase-angle),
      transparent 0deg,
      transparent 210deg,
      #e7b000 270deg,
      #ffd758 330deg,
      transparent 360deg);
}

/* White button on green section: green-tinted sweep */
.ehm .ehm-section--gradient-green .ehm-btn--pulse:not(.ehm-btn--ghost) .ehm-btn__sweep {
  background: linear-gradient(110deg,
      transparent 0%,
      rgba(122, 184, 42, 0.08) 25%,
      rgba(122, 184, 42, 0.18) 50%,
      rgba(122, 184, 42, 0.08) 75%,
      transparent 100%);
}

@keyframes ehm-border-chase {
  to {
    --ehm-chase-angle: 360deg;
  }
}


/* Animated arrow icon in buttons */
.ehm .ehm-btn--arrow .ehm-btn__arrow {
  display: inline-block;
  transition: transform 0.3s var(--ehm-ease);
}

.ehm .ehm-btn--arrow:hover .ehm-btn__arrow {
  transform: translateX(4px);
}


/* --- Cards --- */

.ehm .ehm-card {
  background: var(--ehm-white);
  border-radius: var(--ehm-radius-lg);
  padding: var(--ehm-space-8);
  box-shadow: var(--ehm-shadow-md);
  transition: all var(--ehm-duration) var(--ehm-ease);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: var(--ehm-slate-700);
}

.ehm .ehm-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ehm-shadow-lg);
}

.ehm .ehm-card__icon {
  font-size: 2.5rem;
  margin-bottom: var(--ehm-space-4);
  line-height: 1;
}

.ehm .ehm-card__title {
  font-size: var(--ehm-text-xl);
  line-height: 1.3;
  font-weight: 700;
  color: var(--ehm-obsidian);
  margin-bottom: var(--ehm-space-2);
}

.ehm .ehm-card__text {
  font-size: var(--ehm-text-base);
  color: var(--ehm-slate-500);
  line-height: 1.7;
}

.ehm .ehm-card .ehm-h4 {
  margin-bottom: var(--ehm-space-2);
}

.ehm .ehm-card__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

/* Card with gradient accent bar on hover */
.ehm .ehm-card--accent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ehm-green-600), var(--ehm-blue-500));
  transform: scaleX(0);
  transition: transform 0.4s var(--ehm-ease);
  transform-origin: left;
}

.ehm .ehm-card--accent:hover::before {
  transform: scaleX(1);
}

/* Flat card (no shadow, border instead) */
.ehm .ehm-card--flat {
  box-shadow: none;
  border: 1px solid var(--ehm-slate-300);
}

.ehm .ehm-card--flat:hover {
  border-color: var(--ehm-green-400);
  box-shadow: var(--ehm-shadow-sm);
}


.ehm .ehm-section--border-bottom {
  border-bottom: 1px solid var(--ehm-slate-100);
  position: relative;
}

.ehm .ehm-section--relative {
  position: relative;
}

.ehm .ehm-z-1 {
  z-index: 1;
}

.ehm .ehm-z-2 {
  z-index: 2;
}

/* --- Section Header --- */

.ehm .ehm-section-header {
  text-align: center;
  margin-bottom: var(--ehm-space-12);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.ehm .ehm-section-header__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 1rem;
  background: var(--ehm-green-100);
  color: var(--ehm-green-600);
  border-radius: var(--ehm-radius-pill);
  font-size: var(--ehm-text-xs);
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--ehm-font-family);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: var(--ehm-space-4);
}

.ehm .ehm-section-header .ehm-h2 {
  margin-bottom: var(--ehm-space-4);
}

.ehm .ehm-section-header p {
  color: var(--ehm-slate-500);
  font-size: var(--ehm-text-lg);
  line-height: 1.7;
  font-weight: 400;
}


/* --- Stats --- */

.ehm .ehm-stat {
  text-align: center;
  padding: var(--ehm-space-6) var(--ehm-space-4);
  border-right: 1px solid var(--ehm-slate-200);
}

.ehm .ehm-stat:last-child {
  border-right: none;
}

.ehm .ehm-stat__number {
  font-size: var(--ehm-text-4xl);
  font-weight: 700;
  color: var(--ehm-green-600);
  line-height: 1;
  margin-bottom: var(--ehm-space-2);
}

.ehm .ehm-stat__label {
  font-size: var(--ehm-text-sm);
  color: var(--ehm-slate-500);
  font-weight: 500;
}

@media (max-width: 768px) {
  .ehm .ehm-stat {
    border-right: none;
    border-bottom: 1px solid var(--ehm-slate-200);
    padding: var(--ehm-space-5) 0;
  }

  .ehm .ehm-stat:last-child {
    border-bottom: none;
  }
}


/* --- Logo Bar --- */

.ehm .ehm-logo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--ehm-space-8);
}

.ehm .ehm-logo-bar img {
  max-height: 40px;
  width: auto;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}

.ehm .ehm-logo-bar img:hover {
  opacity: 1;
  filter: grayscale(0%);
}


/* --- Testimonials --- */

.ehm .ehm-testimonial {
  background: var(--ehm-white);
  padding: var(--ehm-space-8);
  border-radius: var(--ehm-radius-lg);
  position: relative;
  border: 1px solid var(--ehm-slate-200);
  transition: all var(--ehm-duration) var(--ehm-ease);
}

.ehm .ehm-testimonial:hover {
  box-shadow: var(--ehm-shadow-md);
  border-color: var(--ehm-slate-300);
}

.ehm .ehm-testimonial::before {
  content: '\201C';
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-size: 4rem;
  color: var(--ehm-green-400);
  font-family: Georgia, serif;
  line-height: 1;
  opacity: 0.3;
}

.ehm .ehm-testimonial__text {
  font-style: italic;
  color: var(--ehm-slate-600);
  line-height: 1.8;
  margin-bottom: var(--ehm-space-5);
  position: relative;
  z-index: 1;
}

.ehm .ehm-testimonial__author {
  font-weight: 600;
  color: var(--ehm-obsidian);
}

.ehm .ehm-testimonial__role {
  font-size: var(--ehm-text-sm);
  color: var(--ehm-slate-400);
}


/* --- Process Steps --- */

.ehm .ehm-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ehm-space-6);
  position: relative;
}

/* Connecting line */
.ehm .ehm-steps::before {
  content: '';
  position: absolute;
  top: 2rem;
  left: calc(12.5% + 1rem);
  right: calc(12.5% + 1rem);
  height: 2px;
  background: var(--ehm-slate-300);
}

.ehm .ehm-steps--3 {
  grid-template-columns: repeat(3, 1fr);
}

.ehm .ehm-steps--3::before {
  left: calc(16.666% + 1rem);
  right: calc(16.666% + 1rem);
}

.ehm .ehm-step {
  text-align: center;
  position: relative;
}

.ehm .ehm-step__number {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--ehm-green-600);
  color: var(--ehm-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ehm-text-xl);
  font-weight: 700;
  margin: 0 auto var(--ehm-space-5);
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(122, 184, 42, 0.3);
}

.ehm .ehm-step__title {
  font-size: var(--ehm-text-lg);
  font-weight: 600;
  color: var(--ehm-obsidian);
  margin-bottom: var(--ehm-space-2);
}

.ehm .ehm-step__text {
  font-size: var(--ehm-text-sm);
  color: var(--ehm-slate-500);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ehm .ehm-steps {
    grid-template-columns: 1fr;
    gap: var(--ehm-space-8);
  }

  .ehm .ehm-steps::before {
    top: 0;
    bottom: 0;
    left: 2rem;
    right: auto;
    width: 2px;
    height: auto;
  }

  .ehm .ehm-step {
    text-align: left;
    padding-left: calc(4rem + var(--ehm-space-5));
  }

  .ehm .ehm-step__number {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
}


/* --- Hero (Consolidated v1.5 Dark Theme) --- */

.ehm .ehm-hero {
  position: relative;
  overflow: hidden;
  background: var(--ehm-ink) !important;
  padding-bottom: var(--ehm-section-py);
}

.ehm .ehm-hero--tight-top {
  padding-top: var(--ehm-space-10) !important;
}

/* Pulsing Line at the bottom of all heros */
.ehm .ehm-hero::after {
  content: '';
  height: 5px;
  background: linear-gradient(to right, var(--ehm-green-600), var(--ehm-blue-500), var(--ehm-green-600));
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 6;
  animation: ehm-line-pulse 4s infinite ease-in-out;
}

.ehm .ehm-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.ehm .ehm-hero .ehm-display {
  color: var(--ehm-white);
  margin-bottom: var(--ehm-space-5);
}

.ehm .ehm-hero .ehm-body-lg {
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: var(--ehm-space-8);
}

.ehm .ehm-hero__content .ehm-body-lg {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.ehm .ehm-hero__content .ehm-flex {
  justify-content: center;
}

/* Hero Layout: Split (Text Left, Visual Right) */
.ehm .ehm-hero--split .ehm-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ehm-space-10);
  align-items: center;
}

/* Hero Layout: Centered Focus */
.ehm .ehm-hero--centered .ehm-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ehm .ehm-hero--centered .ehm-hero__proof {
  justify-content: center;
}

.ehm .ehm-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem 0.4rem 0.75rem;
  background: rgba(122, 184, 42, 0.15);
  color: var(--ehm-green-400);
  border-radius: var(--ehm-radius-pill);
  font-size: var(--ehm-text-xs);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: var(--ehm-space-5);
}

.ehm .ehm-hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ehm-green-400);
  animation: ehm-dot-pulse 2s ease-in-out infinite;
}

.ehm .ehm-hero__text {
  position: relative;
  z-index: 1;
}

.ehm .ehm-hero__proof {
  display: flex;
  align-items: center;
  gap: var(--ehm-space-5);
  margin-top: var(--ehm-space-8);
  flex-wrap: wrap;
}

.ehm .ehm-hero__proof-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--ehm-text-sm);
  color: rgba(255, 255, 255, 0.7);
  font-weight: var(--ehm-fw-medium);
}

.ehm .ehm-hero__proof-divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .ehm .ehm-hero-actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ehm .ehm-hero-actions .ehm-btn {
    width: min(100%, 260px);
    justify-content: center;
  }

  .ehm .ehm-hero__proof {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--ehm-space-3);
  }

  .ehm .ehm-hero__proof-item {
    justify-content: center;
    text-align: center;
  }

  .ehm .ehm-hero__proof-divider {
    display: none;
  }

  .ehm .ehm-shrm-badge {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@keyframes ehm-line-pulse {

  0%,
  100% {
    opacity: 0.8;
    box-shadow: 0 0 15px rgba(122, 184, 42, 0.7);
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 30px rgba(122, 184, 42, 0.7);
  }
}

@keyframes ehm-dot-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}

@media (max-width: 1024px) {
  .ehm .ehm-hero--split .ehm-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ehm .ehm-hero--split .ehm-hero-actions {
    justify-content: center;
  }

  .ehm .ehm-hero .ehm-hero__text .ehm-body-lg {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ehm .ehm-hero .ehm-hero__text .ehm-flex {
    justify-content: center;
  }

  .ehm .ehm-hero .ehm-hero__proof {
    justify-content: center;
  }
}

.ehm .ehm-hero__visual {
  position: relative;
  z-index: 2;
  margin-top: var(--ehm-space-10);
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* When hero visual contains a browser frame, remove double shadow */
.ehm .ehm-hero__visual .ehm-browser-frame {
  box-shadow: var(--ehm-shadow-xl);
}

.ehm .ehm-hero__visual .ehm-browser-frame img {
  border-radius: 0;
  box-shadow: none;
}


/* --- CTA Banner (final section) --- */

.ehm .ehm-cta-banner {
  text-align: center;
}

.ehm .ehm-cta-banner .ehm-h2 {
  color: var(--ehm-white);
  margin-bottom: var(--ehm-space-4);
}

.ehm .ehm-cta-banner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--ehm-text-lg);
  margin-bottom: var(--ehm-space-8);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


/* --- Partner / Highlight Section --- */

.ehm .ehm-highlight {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--ehm-space-10);
  align-items: center;
}

.ehm .ehm-highlight__badge img {
  max-width: 200px;
  height: auto;
}

.ehm .ehm-highlight__content .ehm-h3 {
  color: var(--ehm-white);
  margin-bottom: var(--ehm-space-4);
}

.ehm .ehm-highlight__content p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: var(--ehm-space-5);
}

.ehm .ehm-highlight__features {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ehm-space-3);
}

.ehm .ehm-highlight__feature {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--ehm-radius-pill);
  font-size: var(--ehm-text-sm);
  color: var(--ehm-white);
  font-weight: 500;
}

@media (max-width: 768px) {
  .ehm .ehm-highlight {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ehm .ehm-highlight__badge {
    display: flex;
    justify-content: center;
  }

  .ehm .ehm-highlight__features {
    justify-content: center;
  }
}


/* --- Gradient Text --- */

.ehm .ehm-text-gradient {
  background: linear-gradient(135deg, var(--ehm-green-600), var(--ehm-blue-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
}


/* --- Glassmorphism Card --- */

.ehm .ehm-card--glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--ehm-slate-700);
}

.ehm .ehm-card--glass-dark {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.ehm .ehm-card--glass-dark .ehm-h4 {
  color: var(--ehm-white);
}

.ehm .ehm-card--glass-dark .ehm-body-sm {
  color: rgba(255, 255, 255, 0.6);
}

/* Elevated Card — solid white, stronger shadow, subtle border */
.ehm .ehm-card--elevated {
  padding: 2.5rem;
  border-radius: 24px;
  box-shadow: var(--ehm-shadow-xl);
  border: 1px solid var(--ehm-slate-100);
  color: var(--ehm-slate-700);
}



/* --- Browser Mockup Frame --- */

.ehm .ehm-browser-frame {
  background: var(--ehm-white);
  border-radius: var(--ehm-radius-xl);
  box-shadow: var(--ehm-shadow-xl);
  overflow: hidden;
}

.ehm .ehm-browser-frame__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 18px;
  background: var(--ehm-slate-100);
  border-bottom: 1px solid var(--ehm-slate-200);
}

.ehm .ehm-browser-frame__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ehm-slate-300);
}

.ehm .ehm-browser-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.ehm .ehm-image-frame {
  border-radius: var(--ehm-radius-xl);
  box-shadow: var(--ehm-shadow-xl);
  overflow: hidden;
}

.ehm .ehm-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.ehm .ehm-home-onboarding__visual {
  display: flex;
  align-items: center;
  height: 100%;
}

.ehm .ehm-home-onboarding__content {
  display: flex;
  align-items: center;
}

.ehm .ehm-home-onboarding__cta {
  margin-top: var(--ehm-space-10);
  display: flex;
  justify-content: flex-end;
}

.ehm .ehm-section-header--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.ehm .ehm-home-fsh--bg {
  background-image: url('/wp-content/themes/enfold-child/assets/images/backgrounds/warm-gradient-bg.webp');
}

.ehm .ehm-home-fsh__lists {
  gap: var(--ehm-space-5);
}

.ehm .ehm-home-fsh__list-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--ehm-radius-lg);
  padding: var(--ehm-space-6);
  box-shadow: var(--ehm-shadow-sm);
  text-align: left;
}

.ehm .ehm-home-fsh__list-card .ehm-h4 {
  margin-bottom: var(--ehm-space-4) !important;
}

.ehm .ehm-home-fsh__list {
  display: grid;
  gap: var(--ehm-space-3);
  text-align: left;
}

.ehm .ehm-home-fsh__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--ehm-slate-600);
  line-height: 1.6;
}

.ehm .ehm-home-fsh__item::before {
  flex: 0 0 0.875rem;
  width: 0.875rem;
  margin-top: 0.18rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.ehm .ehm-home-fsh__item--check::before {
  content: '\2713';
  color: var(--ehm-green-600);
}

.ehm .ehm-home-fsh__item--arrow::before {
  content: '\25B6';
  color: var(--ehm-blue-500);
  font-size: 0.75rem;
}

.ehm .ehm-home-fsh__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .ehm .ehm-home-onboarding__cta {
    justify-content: center;
  }

  .ehm .ehm-home-fsh .ehm-mt-8 {
    text-align: center;
  }

  .ehm .ehm-section-header--left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}


/* --- Logo Marquee --- */

.ehm .ehm-marquee {
  overflow: hidden;
  margin-top: var(--ehm-space-8);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.ehm .ehm-marquee__track {
  display: flex;
  align-items: center;
  gap: var(--ehm-space-10);
  animation: ehm-marquee 90s linear infinite;
  width: max-content;
}

.ehm .ehm-marquee__track img {
  max-height: 36px;
  width: auto;
  flex-shrink: 0;
  opacity: 0.45;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}

.ehm .ehm-marquee__track img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.ehm .ehm-marquee__item {
  flex-shrink: 0;
  font-size: var(--ehm-text-base);
  font-weight: 700;
  color: var(--ehm-slate-600);
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.ehm .ehm-marquee__item::after {
  content: "·";
  margin-left: var(--ehm-space-10);
  color: var(--ehm-slate-200);
  font-weight: 400;
}

.ehm .ehm-section--dark .ehm-marquee__item {
  color: rgba(255, 255, 255, 0.85);
}

.ehm .ehm-section--dark .ehm-marquee__item::after {
  color: rgba(255, 255, 255, 0.35);
}

.ehm .ehm-marquee__item--accent {
  color: var(--ehm-green-600);
}

.ehm .ehm-marquee:hover .ehm-marquee__track {
  animation-play-state: paused;
}

@keyframes ehm-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* --- Integration Card --- */

.ehm .ehm-integration-card {
  display: flex;
  align-items: center;
  gap: var(--ehm-space-4);
  padding: var(--ehm-space-5) var(--ehm-space-6);
  background: var(--ehm-white);
  border: 1px solid var(--ehm-slate-200);
  border-radius: var(--ehm-radius-lg);
  transition: all var(--ehm-duration) var(--ehm-ease);
}

.ehm .ehm-integration-card:hover {
  border-color: var(--ehm-green-300);
  box-shadow: var(--ehm-shadow-md);
  transform: translateY(-2px);
}

.ehm .ehm-integration-card__logo {
  width: 44px;
  height: 44px;
  border-radius: var(--ehm-radius-md);
  object-fit: contain;
  flex-shrink: 0;
}

.ehm .ehm-integration-card__name {
  font-weight: 600;
  color: var(--ehm-obsidian);
  font-size: var(--ehm-text-base);
}

.ehm .ehm-integration-card__desc {
  font-size: var(--ehm-text-sm);
  color: var(--ehm-slate-500);
  line-height: 1.4;
}


/* --- Star Rating --- */

.ehm .ehm-stars {
  display: flex;
  gap: 2px;
  color: #f5a623;
  font-size: 1rem;
  margin-bottom: var(--ehm-space-3);
}


/* --- Testimonial Avatar --- */

.ehm .ehm-testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: var(--ehm-space-3);
  border: 2px solid var(--ehm-slate-200);
}


/* --- Decorative Gradient Blobs --- */

.ehm .ehm-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}

.ehm .ehm-blob--green {
  background: radial-gradient(circle, rgba(122, 184, 42, 0.09), transparent 70%);
}

.ehm .ehm-blob--blue {
  background: radial-gradient(circle, rgba(0, 164, 189, 0.07), transparent 70%);
}

.ehm .ehm-blob--coral {
  background: radial-gradient(circle, rgba(255, 107, 74, 0.05), transparent 70%);
}


/* --- Decorative Accent Shapes --- */

.ehm .ehm-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.ehm .ehm-deco--ring {
  width: 80px;
  height: 80px;
  border: 3px solid rgba(122, 184, 42, 0.15);
  border-radius: 50%;
}

.ehm .ehm-deco--ring-blue {
  width: 60px;
  height: 60px;
  border: 3px solid rgba(0, 164, 189, 0.12);
  border-radius: 50%;
}

.ehm .ehm-deco--dot {
  width: 12px;
  height: 12px;
  background: var(--ehm-green-300);
  border-radius: 50%;
  opacity: 0.4;
}

.ehm .ehm-deco--dot-blue {
  width: 10px;
  height: 10px;
  background: var(--ehm-blue-300);
  border-radius: 50%;
  opacity: 0.35;
}

.ehm .ehm-deco--plus {
  width: 20px;
  height: 20px;
  position: relative;
  opacity: 0.15;
}

.ehm .ehm-deco--plus::before,
.ehm .ehm-deco--plus::after {
  content: '';
  position: absolute;
  background: var(--ehm-green-600);
}

.ehm .ehm-deco--plus::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
}

.ehm .ehm-deco--plus::after {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
}

@media (max-width: 768px) {

  .ehm .ehm-deco,
  .ehm .ehm-blob {
    display: none;
  }
}


/* --- Dot Grid Pattern Section --- */

.ehm .ehm-section--dots {
  background-image: radial-gradient(circle, var(--ehm-slate-300) 1px, transparent 1px);
  background-size: 28px 28px;
}

.ehm .ehm-section--dark.ehm-section--dots {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
}

.ehm .ehm-section--dark.ehm-section--dots h1,
.ehm .ehm-section--dark.ehm-section--dots h2,
.ehm .ehm-section--dark.ehm-section--dots h3,
.ehm .ehm-section--dark.ehm-section--dots h4,
.ehm .ehm-section--dark.ehm-section--dots .ehm-h1,
.ehm .ehm-section--dark.ehm-section--dots .ehm-h2,
.ehm .ehm-section--dark.ehm-section--dots .ehm-h3,
.ehm .ehm-section--dark.ehm-section--dots .ehm-h4 {
  color: var(--ehm-white);
}

.ehm .ehm-section--dark.ehm-section--dots p,
.ehm .ehm-section--dark.ehm-section--dots .ehm-body,
.ehm .ehm-section--dark.ehm-section--dots .ehm-body-lg {
  color: rgba(255, 255, 255, 0.95);
}

.ehm .ehm-section--dots.ehm-section--alt {
  background-color: var(--ehm-slate-100);
  background-image: radial-gradient(circle, var(--ehm-slate-300) 1px, transparent 1px);
  background-size: 28px 28px;
}


/* --- Section Rhythm Modifiers --- */

.ehm .ehm-section--tight {
  padding-top: var(--ehm-space-8);
  padding-bottom: var(--ehm-space-8);
}

.ehm .ehm-section--spacious {
  padding-top: clamp(5rem, 3rem + 6vw, 10rem);
  padding-bottom: clamp(5rem, 3rem + 6vw, 10rem);
}

.ehm .ehm-section--overlap-top {
  margin-top: -8rem;
  position: relative;
  z-index: 10;
}

.ehm .ehm-section--no-top {
  padding-top: 0 !important;
}

.ehm .ehm-section--no-bottom {
  padding-bottom: 0 !important;
}

.ehm .ehm-section--overflow {
  overflow: visible;
}


/* --- Icon Circle (for product cards) --- */

.ehm .ehm-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--ehm-space-5);
  position: relative;
}

.ehm .ehm-icon-circle--green {
  background: var(--ehm-green-100);
}

.ehm .ehm-icon-circle--green-600 {
  background: var(--ehm-green-600);
}

.ehm .ehm-icon-circle--blue {
  background: var(--ehm-blue-100);
}

.ehm .ehm-icon-circle--coral {
  background: rgba(255, 107, 74, 0.1);
}

.ehm .ehm-icon-circle svg {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}

.ehm .ehm-icon-circle--green svg {
  color: var(--ehm-green-600);
}

.ehm .ehm-icon-circle--blue svg {
  color: var(--ehm-blue-500);
}

.ehm .ehm-icon-circle--coral svg {
  color: var(--ehm-coral);
}


/* --- Floating Stat Badge (overlaps hero image) --- */

.ehm .ehm-float-badge {
  position: absolute;
  background: var(--ehm-white);
  border-radius: var(--ehm-radius-lg);
  padding: var(--ehm-space-3) var(--ehm-space-5);
  box-shadow: var(--ehm-shadow-lg);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: var(--ehm-space-3);
  font-weight: 600;
  font-size: var(--ehm-text-sm);
  color: var(--ehm-obsidian);
  white-space: nowrap;
}

.ehm .ehm-float-badge__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.ehm .ehm-float-badge__icon--green {
  background: var(--ehm-green-100);
  color: var(--ehm-green-600);
}

.ehm .ehm-float-badge__icon--blue {
  background: var(--ehm-blue-100);
  color: var(--ehm-blue-500);
}

@media (max-width: 768px) {
  .ehm .ehm-float-badge {
    display: none;
  }
}


/* --- Stat Card (individual card treatment) --- */

.ehm .ehm-stat-card {
  text-align: center;
  padding: var(--ehm-space-6) var(--ehm-space-5);
  background: var(--ehm-white);
  border-radius: var(--ehm-radius-lg);
  border: 1px solid var(--ehm-slate-200);
  transition: all var(--ehm-duration) var(--ehm-ease);
}

.ehm .ehm-stat-card:hover {
  border-color: var(--ehm-green-300);
  box-shadow: var(--ehm-shadow-md);
  transform: translateY(-2px);
}

.ehm .ehm-stat-card .ehm-stat__number {
  margin-bottom: var(--ehm-space-2);
}

.ehm .ehm-stat-card .ehm-stat__label {
  font-size: var(--ehm-text-sm);
  color: var(--ehm-slate-500);
  font-weight: 500;
}


/* --- Styled Image Placeholder --- */

.ehm .ehm-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ehm-radius-lg);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: var(--ehm-text-sm);
  text-align: center;
  padding: var(--ehm-space-6);
  min-height: 300px;
}

.ehm .ehm-placeholder--hero {
  background: linear-gradient(135deg, #e8f5e9 0%, #e0f2f1 50%, #e3f2fd 100%);
  color: var(--ehm-slate-500);
  min-height: 520px;
}

/* ===========================================
   HERO COMPONENTS (GLOBAL)
   Utilities for building hero sections
   =========================================== */

.ehm .ehm-hero-title {
  font-weight: 900;
  margin-bottom: 1.5rem;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.05;
}

.ehm .ehm-hero-subtitle {
  font-size: 1.4rem;
  max-width: 750px;
  margin: 0 auto var(--ehm-space-10) auto;
  font-weight: 400;
}

.ehm .ehm-hero-features-wrap {
  gap: 2.5rem;
  margin: 0 auto var(--ehm-space-10) auto;
  max-width: 850px;
}

.ehm .ehm-hero-feature-item {
  gap: 10px;
  white-space: nowrap;
}

.ehm .ehm-hero-feature-icon {
  color: var(--ehm-green-600);
  font-weight: 800;
}

.ehm .ehm-hero-feature-text {
  font-size: 17px;
  font-weight: 600;
}

.ehm .ehm-hero-proof {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 3rem;
}

.ehm .ehm-hero-proof-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.ehm .ehm-hero-proof-stars {
  margin-bottom: 0;
  color: #ffb400;
}

.ehm .ehm-hero-proof-label {
  font-size: 12px;
  color: var(--ehm-slate-400);
  font-weight: 600;
}

.ehm .ehm-hero-proof-label-base {
  font-size: var(--ehm-text-base);
  color: var(--ehm-slate-400);
  font-weight: 600;
}

.ehm .ehm-hero-proof-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
}

.ehm .ehm-badge-ev {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #003a9b;
  font-size: 10px;
}

.ehm .ehm-placeholder--green {
  background: linear-gradient(135deg, var(--ehm-green-100) 0%, #dcedc8 100%);
  color: var(--ehm-green-700);
}

.ehm .ehm-placeholder--blue {
  background: linear-gradient(135deg, var(--ehm-blue-100) 0%, #b2ebf2 100%);
  color: var(--ehm-blue-700);
}


/* --- Integrations Orbit Layout --- */

.ehm .ehm-integrations-orbit {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ehm .ehm-integrations-orbit__content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 480px;
  padding: var(--ehm-space-6);
}

.ehm .ehm-integrations-orbit__content .ehm-h2 {
  margin-bottom: var(--ehm-space-3);
}

.ehm .ehm-integrations-orbit__content p {
  margin-bottom: var(--ehm-space-4);
}

.ehm .ehm-integrations-orbit__logo {
  position: absolute;
  left: var(--orbit-x);
  top: var(--orbit-y);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--ehm-white);
  border: 1px solid var(--ehm-slate-200);
  box-shadow: var(--ehm-shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: transform 0.3s var(--ehm-ease), box-shadow 0.3s var(--ehm-ease);
  animation: ehm-float 3s ease-in-out infinite;
}

.ehm .ehm-integrations-orbit__logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

/* Staggered float animation via nth-child */
.ehm .ehm-integrations-orbit__logo:nth-child(1) {
  animation-duration: 3.2s;
  animation-delay: 0s;
}

.ehm .ehm-integrations-orbit__logo:nth-child(2) {
  animation-duration: 3.6s;
  animation-delay: 0.4s;
}

.ehm .ehm-integrations-orbit__logo:nth-child(3) {
  animation-duration: 2.8s;
  animation-delay: 0.8s;
}

.ehm .ehm-integrations-orbit__logo:nth-child(4) {
  animation-duration: 3.4s;
  animation-delay: 0.2s;
}

.ehm .ehm-integrations-orbit__logo:nth-child(5) {
  animation-duration: 3.0s;
  animation-delay: 0.6s;
}

.ehm .ehm-integrations-orbit__logo:nth-child(6) {
  animation-duration: 3.5s;
  animation-delay: 1.0s;
}

.ehm .ehm-integrations-orbit__logo:nth-child(7) {
  animation-duration: 2.9s;
  animation-delay: 0.3s;
}

.ehm .ehm-integrations-orbit__logo:nth-child(8) {
  animation-duration: 3.3s;
  animation-delay: 0.7s;
}

/* Hover: scale + stronger shadow + show label */
.ehm .ehm-integrations-orbit__logo:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  animation-play-state: paused;
}

/* Label — always visible below logo */
.ehm .ehm-integrations-orbit__label {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--ehm-text-xs);
  font-weight: 600;
  color: var(--ehm-slate-700);
  white-space: nowrap;
  background: var(--ehm-white);
  padding: 2px 10px;
  border-radius: var(--ehm-radius-full);
  box-shadow: var(--ehm-shadow-sm);
  pointer-events: none;
}

/* Float keyframes */
@keyframes ehm-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ehm .ehm-integrations-orbit__logo {
    animation: none;
  }
}

/* Mobile: content on top, logos in grid below */
@media (max-width: 768px) {
  .ehm .ehm-integrations-orbit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    gap: 0;
  }

  .ehm .ehm-integrations-orbit__content {
    order: 0;
    flex-basis: 100%;
    padding: 0 0 var(--ehm-space-6);
  }

  .ehm .ehm-integrations-orbit__logo {
    position: static;
    animation: none;
    width: 64px;
    height: 64px;
    order: 1;
    margin-bottom: var(--ehm-space-8);
  }

  .ehm .ehm-integrations-orbit__logo img {
    width: 36px;
    height: 36px;
  }

  /* Use a CSS grid wrapper trick: treat the orbit container as a wrapping grid for the logos */
  .ehm .ehm-integrations-orbit {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    justify-items: center;
    column-gap: var(--ehm-space-5);
    row-gap: var(--ehm-space-2);
  }

  .ehm .ehm-integrations-orbit__content {
    grid-column: 1 / -1;
  }

  .ehm .ehm-integrations-orbit__label {
    position: absolute;
    bottom: -24px;
    font-size: 11px;
  }
}


/* --- 3D Perspective Stack (for ATS Deep Dive) --- */
.ehm .ehm-stack-3d {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 540px;
  margin: 0 auto;
  perspective: 2000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ehm .ehm-stack-card {
  position: absolute;
  width: 380px;
  cursor: pointer;
  /* Indicate interaction */
  min-height: 220px;
  /* Minimum height for all cards */
  max-height: 220px;
  /* Capped for background cards */
  overflow: hidden;
  /* Hide extra content when collapsed */
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--ehm-white);
  border-radius: var(--ehm-radius-lg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: var(--ehm-space-6);
  transition:
    transform 1s cubic-bezier(0.22, 1, 0.36, 1),
    max-height 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    /* Smooth growth to content size */
    opacity 1s ease,
    box-shadow 0.6s ease,
    z-index 0s step-end;
  transform-style: preserve-3d;
  opacity: 0;
}

/* --- Positional States (Controlled by JS) --- */

/* Position 1: Far Back */
.ehm .ehm-stack-card[data-ehm-pos="1"] {
  z-index: 1;
  opacity: 0.3;
  transform: rotateY(25deg) rotateX(10deg) translateZ(0) translateY(100px) translateX(100px);
}

/* Position 2: Back */
.ehm .ehm-stack-card[data-ehm-pos="2"] {
  z-index: 2;
  opacity: 0.5;
  transform: rotateY(25deg) rotateX(10deg) translateZ(60px) translateY(60px) translateX(60px);
}

/* Position 3: Middle */
.ehm .ehm-stack-card[data-ehm-pos="3"] {
  z-index: 3;
  opacity: 0.8;
  transform: rotateY(25deg) rotateX(10deg) translateZ(120px) translateY(20px) translateX(20px);
}

/* Position 4: Mid-Front */
.ehm .ehm-stack-card[data-ehm-pos="4"] {
  z-index: 4;
  opacity: 0.95;
  transform: rotateY(25deg) rotateX(10deg) translateZ(180px) translateY(-20px) translateX(-20px);
}

/* Position 5: Front / Top (DYNAMIC GROWTH) */
.ehm .ehm-stack-card[data-ehm-pos="5"] {
  z-index: 5;
  opacity: 1;
  max-height: 600px;
  /* Allow natural growth up to this height */
  overflow: visible;
  /* Show full content */
  transform: rotateY(25deg) rotateX(10deg) translateZ(240px) translateY(-60px) translateX(-60px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  border-color: var(--ehm-green-400);
}

/* Exit/Transition State (for the card moving from front to back) */
.ehm .ehm-stack-card.ehm-cycling[data-ehm-pos="1"] {
  z-index: 6;
  opacity: 0;
  transform: rotateY(40deg) rotateX(15deg) translateZ(400px) translateY(-120px) translateX(-180px);
  transition: transform 0.6s ease-in, opacity 0.4s ease-in;
}

/* Entrance Reveal Logic */
.ehm .ehm-reveal.ehm-visible .ehm-stack-card {
  opacity: 1;
  /* Positional opacity takes over */
}

/* Card Content Helpers */
.ehm .ehm-stack-card__header {
  font-size: 11px;
  font-weight: 700;
  color: var(--ehm-slate-400);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--ehm-space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ehm .ehm-stack-card__title {
  font-size: 17px;
  font-weight: 700;
  color: var(--ehm-obsidian);
  margin-bottom: 4px;
}

.ehm .ehm-stack-card__subtitle {
  font-size: 13px;
  color: var(--ehm-slate-500);
}

.ehm .ehm-stack-card__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem 1.5rem;
  align-items: flex-start;
}

.ehm .ehm-stack-card__check-item {
  position: relative;
  min-width: 0;
  padding-left: 1rem;
  color: var(--ehm-green-600);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.ehm .ehm-stack-card__check-item::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: var(--ehm-green-600);
  font-weight: 800;
}

.ehm .ehm-stack-message {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.ehm .ehm-stack-message .ehm-avatar-initials {
  width: 52px;
  height: 52px;
  margin-bottom: 0;
  flex: 0 0 auto;
  box-shadow: 0 10px 24px rgba(67, 182, 219, 0.22);
}

.ehm .ehm-stack-message__bubble {
  flex: 1 1 auto;
  min-width: 0;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(29, 44, 63, 0.98) 0%, rgba(20, 33, 49, 0.98) 100%);
  border: 1px solid rgba(122, 184, 42, 0.24);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
}

.ehm .ehm-stack-message__label {
  margin-bottom: 0.35rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(140, 232, 170, 0.92);
}

.ehm .ehm-stack-message__text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(244, 248, 252, 0.96);
}

@media (max-width: 1024px) {
  .ehm .ehm-stack-3d {
    perspective: 1500px;
    height: 480px;
  }

  .ehm .ehm-stack-card {
    width: 320px;
  }
}

@media (max-width: 768px) {
  .ehm .ehm-section--gradient-subtle .ehm-split {
    display: flex;
    flex-direction: column;
  }

  .ehm .ehm-section--gradient-subtle .ehm-split>*:nth-child(1) {
    order: 2;
    /* Visual/Cards moves to bottom */
  }

  .ehm .ehm-section--gradient-subtle .ehm-split>*:nth-child(2) {
    order: 1;
    /* Text moves to top */
    margin-bottom: var(--ehm-space-8);
  }

  /* Onboarding Section Reorder */
  .ehm .ehm-section--alt .ehm-split {
    display: flex;
    flex-direction: column;
  }

  .ehm .ehm-section--alt .ehm-split>*:nth-child(1) {
    order: 2;
    /* Visual/Image moves to bottom */
  }

  .ehm .ehm-section--alt .ehm-split>*:nth-child(2) {
    order: 1;
    /* Text moves to top */
    margin-bottom: var(--ehm-space-8);
  }

  .ehm .ehm-stack-3d {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: var(--ehm-space-4);
    perspective: none;
    align-items: stretch;
    margin-bottom: var(--ehm-space-10);
  }

  .ehm .ehm-stack-card {
    position: relative;
    /* Allow natural stacking */
    width: 100%;
    max-width: none;
    transform: none !important;
    /* Force flat layout */
    opacity: 1 !important;
    min-height: auto;
    max-height: none !important;
    height: auto !important;
    left: auto !important;
    top: auto !important;
    padding: var(--ehm-space-5);
    border-color: var(--ehm-slate-100);
    box-shadow: var(--ehm-shadow-md);
  }

  .ehm .ehm-stack-card[data-ehm-pos="5"] {
    border-color: var(--ehm-green-400);
    box-shadow: var(--ehm-shadow-lg);
  }

  .ehm .ehm-stack-3d__pause {
    display: none;
    /* No rotation on mobile, so no pause indicator */
  }
}

@keyframes ehm-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .ehm .ehm-feature-orbit {
    max-width: 320px;
    height: 350px;
  }

  .ehm .ehm-feature-orbit__hub {
    width: 100px;
    height: 100px;
  }

  .ehm .ehm-feature-orbit__item {
    font-size: 11px;
    padding: 8px 12px;
  }

  .ehm .ehm-feature-orbit__item--1 {
    top: 0%;
    left: 0%;
  }

  .ehm .ehm-feature-orbit__item--2 {
    top: 15%;
    right: -15%;
  }

  .ehm .ehm-feature-orbit__item--3 {
    bottom: 10%;
    left: -15%;
  }

  .ehm .ehm-feature-orbit__item--4 {
    bottom: 0%;
    right: 0%;
  }
}


.ehm .ehm-stack-3d__pause {
  position: absolute;
  bottom: 30px;
  left: 65%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ehm-slate-400);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ehm .ehm-stack-3d:hover .ehm-stack-3d__pause {
  opacity: 0.35;
}


/* --- Utility: Responsive Visibility --- */
.ehm .ehm-mobile-only {
  display: none !important;
}

.ehm .ehm-desktop-only {
  display: block !important;
}

@media (max-width: 768px) {
  .ehm .ehm-mobile-only {
    display: block !important;
  }

  .ehm .ehm-desktop-only {
    display: none !important;
  }
}


/* --- Navigation Mockup (Preview Only) --- */
.ehm-nav-mockup {
  background: var(--ehm-ink);
  height: 66px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-family: 'Lexend Deca', sans-serif;
}

.ehm-nav-mockup__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ehm-nav-mockup__logo {
  color: #7ab82a;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -1px;
}

.ehm-nav-mockup__logo a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}

.ehm-nav-mockup__logo img {
  display: block;
  width: auto;
  height: 34px;
}

.ehm-nav-mockup__links {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ehm-nav-mockup__links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
}

.ehm-nav-mockup__links a:hover {
  opacity: 1;
  color: #7ab82a;
}

.ehm-nav-mockup__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ehm-nav-mockup__login {
  color: white;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
}

.ehm-nav-mockup__cta {
  background: #7ab82a;
  color: white;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.ehm-nav-mockup__cta:hover {
  transform: scale(1.05);
}

/* Apply padding to body when nav is present */
body:has(.ehm-nav-mockup) {
  padding-top: 66px;
  margin: 0;
  background: var(--ehm-ink);
}


/* --- Feature Explorer (High Density Grid) --- */
.ehm .ehm-explorer-group {
  margin-bottom: var(--ehm-space-10);
  display: flex;
  flex-direction: column;
  gap: var(--ehm-space-6);
}

.ehm .ehm-explorer-group__title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 800;
  color: var(--ehm-obsidian);
  margin-bottom: 0;
  padding-bottom: var(--ehm-space-2);
  border-bottom: 2px solid var(--ehm-green-600);
  display: inline-block;
}

.ehm .ehm-explorer-group .ehm-flex--col {
  flex: 1;
}

.ehm .ehm-explorer-group .ehm-flex--col > .ehm-explorer-card {
  flex: 1;
}

.ehm .ehm-explorer-card {
  background: var(--ehm-white);
  padding: var(--ehm-space-6);
  border-radius: var(--ehm-radius-lg);
  border: 1px solid var(--ehm-slate-100);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ehm .ehm-explorer-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ehm-shadow-lg);
  border-color: var(--ehm-green-400);
}

.ehm .ehm-explorer-card__title {
  font-weight: 700;
  color: var(--ehm-obsidian);
  margin-bottom: var(--ehm-space-2);
  line-height: 1.35;
  font-size: 1rem;
}

.ehm .ehm-explorer-card p {
  font-size: 0.875rem;
  color: var(--ehm-slate-500);
  margin-bottom: var(--ehm-space-4);
  line-height: 1.5;
}

.ehm .ehm-explorer-card__logo {
  display: block;
  max-width: 220px !important;
  width: auto;
  height: auto;
  margin: 0 0 var(--ehm-space-4);
}

.ehm .ehm-explorer-card a {
  margin-top: auto;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ehm-green-600);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.2s ease;
}

.ehm .ehm-explorer-card a:hover {
  gap: 8px;
}

.ehm .ehm-explorer-card__tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  background: var(--ehm-green-100);
  color: var(--ehm-green-600);
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 8px;
}


/* --- Section Dividers --- */
.ehm-section {
  position: relative;
}

.ehm .ehm-divider {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
  z-index: 5;
}

.ehm .ehm-divider--bottom {
  bottom: 0;
  transform: translateY(1px);
}

.ehm .ehm-divider--top {
  top: 0;
  transform: translateY(-1px) scaleY(-1);
}

/* Curve: Gentle organic arc */
.ehm .ehm-divider--curve {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,160L120,176C240,192,480,224,720,224C960,224,1200,192,1320,176L1440,160L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
  height: 120px;
}

/* For alternate section backgrounds, we match the divider color */
.ehm .ehm-divider--curve-alt {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23f5f8fa' fill-opacity='1' d='M0,160L120,176C240,192,480,224,720,224C960,224,1200,192,1320,176L1440,160L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
  height: 120px;
}

/* Mesh Blend: Multi-color blur for seamless gradients */
.ehm .ehm-divider--blend {
  background: linear-gradient(to bottom, transparent, var(--ehm-white));
  height: 150px;
}

/* Straight Glowing Divider: Clean horizontal transition */
.ehm .ehm-divider--cinematic,
.ehm .ehm-divider--cinematic-alt {
  height: 5px;
  background: linear-gradient(to right, var(--ehm-green-600), var(--ehm-blue-500), var(--ehm-green-600));
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 6;
  animation: ehm-line-pulse 4s infinite ease-in-out;
}

.ehm .ehm-divider--cinematic-glow {
  display: none;
}

/* Smooth Wave: Organic flow */
.ehm .ehm-divider--wave {
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,32L60,42.7C120,53,240,75,360,80C480,85,600,75,720,58.7C840,43,960,21,1080,16C1200,11,1320,21,1380,26.7L1440,32L1440,120L1380,120C1320,120,1200,120,1080,120C960,120,840,120,720,120C600,120,480,120,360,120C240,120,120,120,60,120L0,120Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 5;
}

/* Waterfall Clean: Pathless vertical journey used on ATS and Onboarding */
.ehm .ehm-waterfall--clean {
  position: relative;
  padding-left: 0;
  max-width: 1000px;
  margin: 4rem auto;
}

.ehm .ehm-waterfall--clean .ehm-waterfall__path {
  display: none;
}

.ehm .ehm-waterfall--clean .ehm-waterfall__item {
  margin-bottom: 4rem;
}

.ehm .ehm-waterfall--clean .ehm-waterfall__content {
  background: var(--ehm-white);
  padding: 3rem;
  border-radius: 24px;
  border: 1px solid var(--ehm-slate-100);
  box-shadow: var(--ehm-shadow-md);
  transition: all 0.4s var(--ehm-ease);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: center;
}

.ehm .ehm-waterfall--clean .ehm-waterfall__content:hover {
  transform: translateY(-5px);
  box-shadow: var(--ehm-shadow-lg);
}

.ehm .ehm-waterfall__text {
  /* Text side styling */
}

.ehm .ehm-waterfall__visual {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .ehm .ehm-waterfall--clean .ehm-waterfall__content {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .ehm .ehm-waterfall {
    padding-left: 45px;
  }

  .ehm .ehm-waterfall__path {
    left: 10px;
  }

  .ehm .ehm-waterfall__node {
    left: -48px;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .ehm .ehm-waterfall__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.ehm .ehm-avatar-initials {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--ehm-text-sm);
  color: var(--ehm-white);
  margin-bottom: var(--ehm-space-3);
}

.ehm .ehm-avatar-initials--green {
  background: linear-gradient(135deg, var(--ehm-green-600), var(--ehm-green-400));
}

.ehm .ehm-avatar-initials--blue {
  background: linear-gradient(135deg, var(--ehm-blue-500), var(--ehm-blue-300));
}

.ehm .ehm-avatar-initials--coral {
  background: linear-gradient(135deg, var(--ehm-coral), #ff8a65);
}


/* ===========================================
   6. UTILITY CLASSES
   =========================================== */

.ehm .ehm-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ehm .ehm-mb-4 {
  margin-bottom: var(--ehm-space-4);
}

.ehm .ehm-mb-5 {
  margin-bottom: var(--ehm-space-5);
}

.ehm .ehm-mb-6 {
  margin-bottom: var(--ehm-space-6);
}

.ehm .ehm-mb-8 {
  margin-bottom: var(--ehm-space-8);
}

.ehm .ehm-mb-10 {
  margin-bottom: var(--ehm-space-10);
}

.ehm .ehm-mt-4 {
  margin-top: var(--ehm-space-4);
}

.ehm .ehm-mt-6 {
  margin-top: var(--ehm-space-6);
}

.ehm .ehm-mt-8 {
  margin-top: var(--ehm-space-8);
}

.ehm .ehm-mt-10 {
  margin-top: var(--ehm-space-10);
}

.ehm .ehm-mt-12 {
  margin-top: var(--ehm-space-12);
}

.ehm .ehm-mt-16 {
  margin-top: var(--ehm-space-16);
}

.ehm .ehm-py-sm {
  padding-top: var(--ehm-space-8);
  padding-bottom: var(--ehm-space-8);
}


/* ===========================================
   7. SCROLL ANIMATIONS
   =========================================== */

.ehm .ehm-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--ehm-ease), transform 0.8s var(--ehm-ease);
}

.ehm .ehm-reveal.ehm-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Manual delay classes */
.ehm .ehm-reveal--delay-1 {
  transition-delay: 0.1s;
}

.ehm .ehm-reveal--delay-2 {
  transition-delay: 0.2s;
}

.ehm .ehm-reveal--delay-3 {
  transition-delay: 0.3s;
}

.ehm .ehm-reveal--delay-4 {
  transition-delay: 0.4s;
}

.ehm .ehm-reveal--delay-5 {
  transition-delay: 0.5s;
}

/* Auto-stagger children */
.ehm .ehm-stagger>.ehm-reveal:nth-child(1) {
  transition-delay: 0s;
}

.ehm .ehm-stagger>.ehm-reveal:nth-child(2) {
  transition-delay: 0.1s;
}

.ehm .ehm-stagger>.ehm-reveal:nth-child(3) {
  transition-delay: 0.15s;
}

.ehm .ehm-stagger>.ehm-reveal:nth-child(4) {
  transition-delay: 0.2s;
}

.ehm .ehm-stagger>.ehm-reveal:nth-child(5) {
  transition-delay: 0.25s;
}

.ehm .ehm-stagger>.ehm-reveal:nth-child(6) {
  transition-delay: 0.3s;
}

/* Fade-in from left variant */
.ehm .ehm-reveal--left {
  opacity: 0;
  transform: translateX(-30px);
}

.ehm .ehm-reveal--left.ehm-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Fade-in from right variant */
.ehm .ehm-reveal--right {
  opacity: 0;
  transform: translateX(30px);
}

.ehm .ehm-reveal--right.ehm-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Scale-in variant */
.ehm .ehm-reveal--scale {
  opacity: 0;
  transform: scale(0.95);
}

.ehm .ehm-reveal--scale.ehm-visible {
  opacity: 1;
  transform: scale(1);
}


/* ===========================================
   8. CONTINUOUS ANIMATIONS
   =========================================== */

/* Floating / bobbing effect */
.ehm .ehm-float {
  animation: ehm-float 4s ease-in-out infinite;
}

@keyframes ehm-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}


/* ===========================================
   8b. MODAL
   =========================================== */

/* Body scroll lock (outside .ehm scope since it targets body) */
body.ehm-modal-locked {
  overflow: hidden;
}

/* Full-screen overlay — hidden by default */
.ehm .ehm-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ehm .ehm-modal.ehm-modal--open {
  opacity: 1;
  visibility: visible;
}

/* Backdrop */
.ehm .ehm-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Dialog card */
.ehm .ehm-modal__dialog {
  position: relative;
  background: var(--ehm-white, #fff);
  border-radius: var(--ehm-radius-lg, 16px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  max-width: 760px;
  width: calc(100% - 2rem);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  padding: var(--ehm-space-8, 2.5rem) var(--ehm-space-8, 2.5rem) var(--ehm-space-6, 2rem);
  transform: scale(0.95) translateY(10px);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.ehm .ehm-modal.ehm-modal--open .ehm-modal__dialog {
  transform: scale(1) translateY(0);
}

/* Close button */
.ehm .ehm-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: var(--ehm-slate-500, #516f90);
  font-size: 1.5rem;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease;
}

.ehm .ehm-modal__close:hover {
  background: var(--ehm-slate-100, #f5f8fa);
  color: var(--ehm-obsidian, #1e2d3d);
}

/* Header */
.ehm .ehm-modal__header {
  text-align: center;
  margin-bottom: var(--ehm-space-6, 2rem);
}

.ehm .ehm-modal__header h3 {
  font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  font-weight: 700;
  color: var(--ehm-obsidian, #1e2d3d);
  margin: 0 0 0.5rem;
}

.ehm .ehm-modal__header p {
  font-size: var(--ehm-text-base, 1rem);
  color: var(--ehm-slate-500, #516f90);
  margin: 0;
}

/* 3-column product card grid */
.ehm .ehm-modal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ehm-space-4, 1.25rem);
}

/* Clickable product card */
.ehm .ehm-modal-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: var(--ehm-space-5, 1.5rem) var(--ehm-space-4, 1.25rem);
  border: 2px solid var(--ehm-card-border, rgba(30, 45, 61, 0.08));
  border-radius: var(--ehm-radius-lg, 16px);
  background: var(--ehm-white, #fff);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ehm .ehm-modal-card:hover {
  transform: translateY(-4px);
  border-color: var(--ehm-green-600, #7ab82a);
  box-shadow: 0 8px 24px rgba(122, 184, 42, 0.15);
}

.ehm .ehm-modal-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: var(--ehm-space-4, 1.25rem);
  color: #fff;
}

.ehm .ehm-modal-card__icon--green {
  background: var(--ehm-green-600, #7ab82a);
}

.ehm .ehm-modal-card__icon--coral {
  background: var(--ehm-coral, #ff6b4a);
}

.ehm .ehm-modal-card__icon--blue {
  background: var(--ehm-blue-500, #00a4bd);
}

.ehm .ehm-modal-card__title {
  font-size: var(--ehm-text-lg, 1.125rem);
  font-weight: 700;
  color: var(--ehm-obsidian, #1e2d3d);
  margin: 0 0 0.25rem;
}

.ehm .ehm-modal-card__price {
  font-size: var(--ehm-text-sm, 0.875rem);
  font-weight: 600;
  color: var(--ehm-green-600, #7ab82a);
  margin-bottom: var(--ehm-space-4, 1.25rem);
}

.ehm .ehm-modal-card__action {
  font-size: var(--ehm-text-sm, 0.875rem);
  font-weight: 600;
  color: var(--ehm-green-600, #7ab82a);
  margin-top: auto;
}

/* Demo form area */
.ehm .ehm-modal__form-area {
  min-height: 300px;
  background: linear-gradient(180deg, rgba(122, 184, 42, 0.04), rgba(50, 186, 181, 0.04));
  border: 1px solid rgba(30, 45, 61, 0.08);
  border-radius: var(--ehm-radius-md, 12px);
  padding: var(--ehm-space-5, 1.5rem);
}

.ehm .ehm-hs-form {
  width: 100%;
}

.ehm .ehm-hs-form--loading {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ehm .ehm-hs-form__loading-text,
.ehm .ehm-hs-form__error {
  color: var(--ehm-slate-500, #516f90);
  font-size: var(--ehm-text-sm, 0.875rem);
  text-align: center;
}

.ehm .ehm-hs-form__loading-text {
  display: none;
}

.ehm .ehm-modal__form-area .hbspt-form form {
  display: grid;
  gap: 1rem;
}

.ehm .ehm-modal__form-area .hs-form-field {
  margin: 0 !important;
}

.ehm .ehm-modal__form-area .hs-richtext,
.ehm .ehm-modal__form-area .hs_error_rollup {
  color: var(--ehm-slate-500, #516f90);
}

.ehm .ehm-modal__form-area label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ehm-obsidian, #1e2d3d);
}

.ehm .ehm-modal__form-area input[type="text"],
.ehm .ehm-modal__form-area input[type="email"],
.ehm .ehm-modal__form-area input[type="tel"],
.ehm .ehm-modal__form-area input[type="number"],
.ehm .ehm-modal__form-area input[type="file"],
.ehm .ehm-modal__form-area select,
.ehm .ehm-modal__form-area textarea {
  width: 100% !important;
  min-height: 52px;
  border: 1px solid rgba(30, 45, 61, 0.12) !important;
  border-radius: 14px !important;
  background: var(--ehm-white, #fff) !important;
  box-shadow: inset 0 1px 2px rgba(30, 45, 61, 0.04);
  padding: 0.85rem 1rem !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  color: var(--ehm-obsidian, #1e2d3d) !important;
}

.ehm .ehm-modal__form-area textarea {
  min-height: 140px;
  resize: vertical;
}

.ehm .ehm-modal__form-area input:focus,
.ehm .ehm-modal__form-area select:focus,
.ehm .ehm-modal__form-area textarea:focus {
  outline: none;
  border-color: rgba(122, 184, 42, 0.65) !important;
  box-shadow: 0 0 0 4px rgba(122, 184, 42, 0.12);
}

.ehm .ehm-modal__form-area .inputs-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ehm .ehm-modal__form-area .inputs-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0.5rem 0 0 !important;
}

.ehm .ehm-modal__form-area .inputs-list input[type="checkbox"],
.ehm .ehm-modal__form-area .inputs-list input[type="radio"] {
  margin-top: 0.2rem;
}

.ehm .ehm-modal__form-area .legal-consent-container {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(30, 45, 61, 0.08);
}

.ehm .ehm-modal__form-area .actions {
  margin: 0 !important;
}

.ehm .ehm-modal__form-area .hs-button,
.ehm .ehm-modal__form-area input[type="submit"] {
  appearance: none;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--ehm-green-600), var(--ehm-blue-500)) !important;
  color: var(--ehm-white, #fff) !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  padding: 0.95rem 1.5rem !important;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(45, 173, 129, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ehm .ehm-modal__form-area .hs-button:hover,
.ehm .ehm-modal__form-area input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(45, 173, 129, 0.28);
}

.ehm .ehm-modal__form-area .hs-error-msgs {
  margin: 0.35rem 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ehm .ehm-modal__form-area .hs-error-msg {
  color: #c2410c;
  font-size: 0.8125rem;
}

/* Responsive: 1-column on mobile */
@media (max-width: 768px) {
  .ehm .ehm-modal__grid {
    grid-template-columns: 1fr;
  }

  .ehm .ehm-modal__dialog {
    padding: var(--ehm-space-5, 1.5rem) var(--ehm-space-4, 1.25rem) var(--ehm-space-4, 1.25rem);
  }
}

@media (max-width: 640px) {
  .ehm .ehm-modal {
    align-items: flex-start;
    padding:
      max(1rem, calc(env(safe-area-inset-top) + 1rem))
      0.75rem
      max(1rem, calc(env(safe-area-inset-bottom) + 1rem));
  }

  .ehm .ehm-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: var(--ehm-space-7, 2rem) var(--ehm-space-5, 1.5rem) var(--ehm-space-5, 1.5rem);
  }

  .ehm .ehm-modal__close {
    top: 0.5rem;
    right: 0.5rem;
  }
}


/* ===========================================
   9. PREFERS-REDUCED-MOTION
   =========================================== */

@media (prefers-reduced-motion: reduce) {

  .ehm .ehm-reveal,
  .ehm .ehm-reveal--left,
  .ehm .ehm-reveal--right,
  .ehm .ehm-reveal--scale {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ehm .ehm-btn:hover,
  .ehm .ehm-card:hover,
  .ehm .ehm-integration-card:hover {
    transform: none;
  }

  .ehm .ehm-btn--pulse::before {
    animation: none;
  }

  .ehm .ehm-float {
    animation: none;
  }

  .ehm .ehm-marquee__track {
    animation: none;
  }

  .ehm .ehm-integrations-hub__logo::after {
    animation: none;
  }

  .ehm .ehm-stat-card:hover,
  .ehm .ehm-integration-card:hover {
    transform: none;
  }

  .ehm .ehm-feature-tabs .ehm-feature-panel__content {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ehm .ehm-faq-body {
    transition: none;
  }

  .ehm .ehm-modal {
    transition: none;
  }

  .ehm .ehm-modal__dialog {
    transition: none;
    transform: none;
  }

  .ehm .ehm-modal-card {
    transition: none;
  }

  .ehm .ehm-modal-card:hover {
    transform: none;
  }
}


/* ===========================================
   11. COMPONENT UTILITIES (v1.5 REFACTOR)
   =========================================== */

/* --- Hero Components --- */

.ehm .ehm-hero-text-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.ehm .ehm-hero-body {
  font-size: 1.4rem;
  max-width: 750px;
  margin: 0 auto;
  font-weight: 400;
  color: var(--ehm-white) !important;
}

.ehm .ehm-hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--ehm-space-3);
  margin-top: var(--ehm-space-10);
}

.ehm .ehm-hero--split .ehm-hero-actions {
  justify-content: flex-start;
}

.ehm .ehm-hero-benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: 0 auto var(--ehm-space-10) auto;
  max-width: 850px;
  color: var(--ehm-white) !important;
}

.ehm .ehm-hero-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  color: var(--ehm-white) !important;
}

.ehm .ehm-hero-benefit__icon {
  color: var(--ehm-green-600);
  font-weight: 800;
}

.ehm .ehm-hero-benefit__text {
  font-size: 17px;
  font-weight: 600;
  color: var(--ehm-white) !important;
}

.ehm .ehm-hero-stars {
  color: #ffb400;
  margin-bottom: 0 !important;
}

.ehm .ehm-hero-proof-text {
  font-size: var(--ehm-text-base);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.ehm .ehm-hero-proof-logo {
  display: block;
  width: auto;
  max-width: 175px !important;
  height: auto;
  margin-top: var(--ehm-space-4);
}

.ehm .ehm-hero--centered .ehm-hero__proof-item {
  flex-direction: column;
  justify-content: center;
  gap: var(--ehm-space-1);
  text-align: center;
}

/* Onboarding Specific Components */
.ehm .ehm-doc-check {
  width: 24px;
  height: 24px;
  background: var(--ehm-green-700);
  color: var(--ehm-green-600);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 14px;
}

/* SHRM Badge Component */
.ehm .ehm-shrm-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ehm .ehm-shrm-badge__icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ehm-blue-400);
}

.ehm .ehm-shrm-badge__text {
  font-weight: 800;
  color: var(--ehm-green-600);
  font-size: 14px;
  line-height: 1;
}

.ehm .ehm-hero-text-accent {
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--ehm-white);
  opacity: 0.85;
  margin-bottom: 1.5rem;
}

/* Card Components */
.ehm .ehm-card-price {
  font-weight: 700;
  color: var(--ehm-green-600);
  margin-top: auto;
  padding-top: var(--ehm-space-5) !important;
}

/* Specific Section Heights */
.ehm .ehm-hero-cards-container {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Standardized FAQ Section Component */
.ehm .ehm-section-faq--default {
  padding-top: 0 !important;
  background-color: var(--ehm-slate-100) !important;
}

.ehm .ehm-section-faq--default .ehm-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ehm .ehm-section-faq--default .ehm-section-header {
  text-align: center;
  max-width: 800px;
  margin-bottom: 4rem;
}

.ehm .ehm-section-faq--default .ehm-faq-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.ehm .ehm-faq-header__eyebrow {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: var(--ehm-radius-pill);
  font-size: var(--ehm-text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--ehm-space-4);
  background: var(--ehm-green-100);
  color: var(--ehm-green-700);
}

.ehm .ehm-section-faq--with-eyebrow {
  padding-top: clamp(4rem, 3rem + 2vw, 6rem) !important;
}

.ehm .ehm-section-faq--with-top-gap {
  padding-top: clamp(4rem, 3rem + 2vw, 6rem) !important;
}

.ehm .ehm-section-faq--default .ehm-section-header h2 {
  font-size: var(--ehm-text-3xl);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ehm-obsidian);
  margin-bottom: var(--ehm-space-4);
}

.ehm .ehm-section-faq--default .ehm-section-header p {
  color: var(--ehm-slate-500);
  font-size: var(--ehm-text-lg);
  line-height: 1.7;
}

/* --- Comparison Table Component --- */

.ehm .ehm-table-card {
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(30, 45, 61, 0.14);
}

.ehm .ehm-table-container {
  overflow-x: auto;
}

.ehm .ehm-comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
  background: transparent;
}

.ehm .ehm-comparison-table thead tr {
  background: var(--ehm-slate-50);
}

.ehm .ehm-comparison-table th,
.ehm .ehm-comparison-table td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.ehm .ehm-comparison-table th {
  padding: 1.25rem 1.5rem;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ehm th.ehm-comparison-table.th--feature {
  width: 35%;
  text-align: left;
  color: var(--ehm-slate-400);
}

.ehm th.ehm-comparison-table.th--fsh {
  width: 35%;
  text-align: center;
  color: var(--ehm-green-600);
}

.ehm th.ehm-comparison-table.th--agency {
  width: 30%;
  text-align: center;
  color: var(--ehm-slate-500);
}

.ehm .ehm-comparison-table td {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid var(--ehm-slate-100);
  font-size: var(--ehm-text-base);
  line-height: 1.45;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .ehm .ehm-table-container {
    overflow-x: auto;
  }
  .ehm .ehm-comparison-table {
    min-width: 600px;
    table-layout: auto;
  }
}

.ehm td.ehm-comparison-table.td--feature {
  font-weight: 600;
  color: var(--ehm-obsidian);
}

.ehm td.ehm-comparison-table.td--fsh {
  text-align: center;
  color: var(--ehm-green-600);
  font-weight: 700;
}

.ehm td.ehm-comparison-table.td--agency {
  text-align: center;
  color: var(--ehm-slate-600);
}

.ehm .ehm-pricing-matrix {
  display: grid;
  gap: var(--ehm-space-8);
}

.ehm .ehm-pricing-matrix__section {
  background: var(--ehm-white);
  border: 1px solid var(--ehm-slate-100);
  border-radius: var(--ehm-radius-xl);
  box-shadow: var(--ehm-shadow-sm);
  overflow: hidden;
}

.ehm .ehm-pricing-matrix__header {
  padding: var(--ehm-space-6) var(--ehm-space-6) var(--ehm-space-4);
}

.ehm .ehm-pricing-matrix__eyebrow {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  padding-left: 0;
  border-radius: var(--ehm-radius-pill);
  background: var(--ehm-slate-50);
  color: var(--ehm-green-600);
  font-size: var(--ehm-text-xs) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin-bottom: var(--ehm-space-3) !important;
}

.ehm .ehm-pricing-matrix__title {
  font-size: var(--ehm-text-xl) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: var(--ehm-obsidian) !important;
  margin-bottom: var(--ehm-space-2) !important;
}

.ehm .ehm-pricing-matrix__desc {
  font-size: var(--ehm-text-base) !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: var(--ehm-slate-500) !important;
}

.ehm .ehm-pricing-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 !important;
  border: 0 !important;
  min-width: 760px;
  font-size: 1rem;
  line-height: 1.6;
  background: transparent !important;
}

.ehm .ehm-pricing-table thead tr {
  border: 0 !important;
  background: var(--ehm-slate-50);
}

.ehm .ehm-pricing-table tbody tr {
  border: 0 !important;
}

.ehm .ehm-pricing-table th {
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 1rem 1.25rem !important;
  font-size: var(--ehm-text-xs) !important;
  line-height: 1.6 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  background: transparent !important;
}

.ehm .ehm-pricing-table th:first-child {
  text-align: left !important;
  color: var(--ehm-slate-400) !important;
  width: 34%;
}

.ehm .ehm-pricing-table th:nth-child(2),
.ehm .ehm-pricing-table th:nth-child(3),
.ehm .ehm-pricing-table th:nth-child(4) {
  text-align: center !important;
  width: 22%;
}

.ehm .ehm-pricing-table th:nth-child(2) {
  color: var(--ehm-green-600) !important;
}

.ehm .ehm-pricing-table th:nth-child(3) {
  color: var(--ehm-blue-500) !important;
}

.ehm .ehm-pricing-table th:nth-child(4) {
  color: var(--ehm-coral) !important;
}

.ehm .ehm-pricing-table td {
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--ehm-slate-100) !important;
  vertical-align: middle;
  background: transparent !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

.ehm .ehm-pricing-table td:first-child {
  font-weight: 600 !important;
  color: var(--ehm-obsidian) !important;
}

.ehm .ehm-pricing-table td:nth-child(2),
.ehm .ehm-pricing-table td:nth-child(3),
.ehm .ehm-pricing-table td:nth-child(4) {
  text-align: center !important;
}

.ehm .ehm-pricing-table__yes {
  color: var(--ehm-green-600) !important;
  font-weight: 800 !important;
}

.ehm .ehm-pricing-table__muted {
  color: var(--ehm-slate-500) !important;
}

/* Avatar Stack Component */
.ehm .ehm-avatar-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ehm .ehm-avatar-stack__group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.ehm .ehm-avatar-stack__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  color: var(--ehm-white);
  border: 4px solid var(--ehm-white);
  margin-left: -15px;
}

.ehm .ehm-avatar-stack__avatar:first-child {
  margin-left: 0;
}

.ehm .ehm-avatar-stack__avatar--blue { background: linear-gradient(135deg, var(--ehm-blue-500), var(--ehm-blue-300)); }
.ehm .ehm-avatar-stack__avatar--green { background: linear-gradient(135deg, var(--ehm-green-600), var(--ehm-green-400)); }
.ehm .ehm-avatar-stack__avatar--coral { background: linear-gradient(135deg, var(--ehm-coral), #ff8a65); }

.ehm .ehm-avatar-stack__label {
  font-size: 11px;
  font-weight: 800;
  color: var(--ehm-slate-400);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
}

/* Generic Badge Component */
.ehm .ehm-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ehm .ehm-badge--ghost { background: #f1f5f9; color: var(--ehm-slate-600); }
.ehm .ehm-badge--dark { background: var(--ehm-obsidian); color: var(--ehm-white); }
.ehm .ehm-badge--green { background: var(--ehm-green-100); color: var(--ehm-green-600); }
.ehm .ehm-badge--blue { background: var(--ehm-blue-100); color: var(--ehm-blue-600); }

.ehm .ehm-badge--indigo {
  background: var(--ehm-indigo-100);
  color: var(--ehm-indigo-500);
}

/* Generic Progress Component */
.ehm .ehm-progress {
  width: 100%;
  height: 8px;
  background: var(--ehm-slate-100);
  border-radius: var(--ehm-radius-pill);
  overflow: hidden;
  position: relative;
}

.ehm .ehm-progress__fill {
  height: 100%;
  background: var(--ehm-green-600);
  border-radius: var(--ehm-radius-pill);
}

.ehm .ehm-progress__fill--blue { background: var(--ehm-blue-500); }

/* Generic Layout Utilities */
.ehm .ehm-flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ehm .ehm-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ehm .ehm-avatar-group {
  display: flex;
  align-items: center;
}

.ehm .ehm-avatar-group .ehm-avatar-initials {
  margin-left: -12px;
  border: 3px solid var(--ehm-white);
}

.ehm .ehm-avatar-group .ehm-avatar-initials:first-child {
  margin-left: 0;
}

.ehm .ehm-avatar-initials--lg {
  width: 60px;
  height: 60px;
  font-size: 20px;
}

/* Specific Page Variants */
.ehm .ehm-waterfall__content--highlight {
  border-color: var(--ehm-blue-200);
  background: linear-gradient(145deg, #ffffff, #f0f9ff);
}

/* --- Modal & CTA Components --- */

.ehm .ehm-modal-plan-card {
  padding: 2rem;
  border-top: 5px solid var(--ehm-green-600);
}

.ehm .ehm-modal-plan-card__label {
  font-size: 14px;
  font-weight: 800;
  color: var(--ehm-green-600);
  margin-bottom: 10px;
}

.ehm .ehm-modal-plan-card__price {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 1rem;
}

.ehm .ehm-modal-plan-card__desc {
  font-size: 15px;
  margin-bottom: 2rem;
}

.ehm .ehm-modal-plan-card__list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: var(--ehm-slate-600);
}

.ehm .ehm-modal-plan-card__list li {
  margin-bottom: 10px;
}

.ehm .ehm-cta-button--white {
  background: var(--ehm-white);
  color: var(--ehm-green-600);
}

.ehm .ehm-overflow-hidden {
  overflow: hidden;
}

/* Performance Card Component */
.ehm .ehm-performance-card {
  padding: 3rem;
  border-radius: 24px;
}

.ehm .ehm-stat-display {
  border-top: 1px solid var(--ehm-slate-100);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.ehm .ehm-stat__number--lg {
  font-size: 2rem;
  font-weight: 900;
  color: var(--ehm-green-600);
  line-height: 1;
}

.ehm .ehm-stat__label--sm {
  font-size: 12px;
  font-weight: 800;
  color: var(--ehm-slate-400);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Icon Check Component */
.ehm .ehm-icon-check {
  width: 24px;
  height: 24px;
  background: var(--ehm-green-700);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ehm-white);
  font-weight: 800;
  font-size: 12px;
}

/* Compact Card Utility */
.ehm .ehm-card--compact {
  padding: 1.5rem !important;
}

/* Text Utilities */
.ehm .ehm-text-slate-400 { color: var(--ehm-slate-400); }
.ehm .ehm-text-green-600 { color: var(--ehm-green-600); }
.ehm .ehm-font-extrabold { font-weight: 800; }
.ehm .ehm-font-black { font-weight: 900; }
.ehm .ehm-font-bold { font-weight: 700; }

/* Progress Data (Using CSS variables to avoid inline style width) */
.ehm .ehm-progress__fill[data-progress] {
  width: var(--progress-width, 0%);
}

.ehm .ehm-progress__fill--85 {
  width: 85%;
}

.ehm .ehm-progress__fill--88 {
  width: 88%;
}

.ehm .ehm-advantage-blob {
  top: -50px;
  right: -50px;
  opacity: 0.1;
}

/* Browser-style Card Component */
.ehm .ehm-browser-card {
  padding: 1.25rem;
  background: linear-gradient(180deg, #1f3144 0%, #162333 100%);
  border-radius: 12px;
  border: 1px solid rgba(122, 184, 42, 0.22);
  box-shadow: 0 20px 50px rgba(16, 24, 36, 0.18);
  position: relative;
}

.ehm .ehm-browser-card__header {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.ehm .ehm-browser-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ehm .ehm-browser-card__dot--red { background: #ff5f56; }
.ehm .ehm-browser-card__dot--yellow { background: #ffbd2e; }
.ehm .ehm-browser-card__dot--green { background: #27c93f; }

.ehm .ehm-browser-card__title {
  font-size: 13px;
  font-weight: 800;
  color: var(--ehm-white);
  margin-bottom: 2px;
}

.ehm .ehm-browser-card__desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

/* Spacer Utilities */
.ehm .ehm-spacer--sm { height: var(--ehm-space-4); }
.ehm .ehm-spacer--md { height: var(--ehm-space-6); }
.ehm .ehm-spacer--lg { height: var(--ehm-space-10); }
.ehm .ehm-spacer--xl { height: var(--ehm-space-16); }

/* Layout & Spacing Utilities */
.ehm .ehm-text-center { text-align: center; }
.ehm .ehm-max-w-750 { max-width: 750px; }
.ehm .ehm-max-w-800 { max-width: 800px; }
.ehm .ehm-max-w-850 { max-width: 850px; }
.ehm .ehm-max-w-900 { max-width: 900px; }
.ehm .ehm-gap-4 { gap: var(--ehm-space-4); }
.ehm .ehm-gap-6 { gap: var(--ehm-space-6); }
.ehm .ehm-gap-8 { gap: var(--ehm-space-8); }

.ehm .ehm-glass-panel {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 3rem 2rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ehm .ehm-section-header__badge--dark-green {
  background: rgba(122, 184, 42, 0.2);
  color: var(--ehm-green-400);
  margin-bottom: 1.5rem;
}

.ehm .ehm-board-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ehm .ehm-board-pill {
  padding: 4px 12px;
  border-radius: 4px;
  color: var(--ehm-white);
  font-size: 12px;
  font-weight: 700;
}

.ehm .ehm-board-pill--indeed { background: #003a9b; }
.ehm .ehm-board-pill--linkedin { background: #0077b5; }
.ehm .ehm-board-pill--ziprecruiter { background: #1d9f02; }
.ehm .ehm-board-pill--monster { background: #6e45a5; }
.ehm .ehm-board-pill--google { background: #4285f4; }
.ehm .ehm-board-pill--snagajob { background: #f26522; }
.ehm .ehm-board-pill--talent { background: #000000; }
.ehm .ehm-board-pill--jobtarget { background: #33475b; }

.ehm .ehm-talent-search {
  padding: 2rem;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: var(--ehm-shadow-xl);
  border: 1px solid var(--ehm-white);
  background: var(--ehm-white);
}

.ehm .ehm-talent-search__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
  padding: 10px 15px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.ehm .ehm-talent-search__query {
  font-size: 13px;
  font-weight: 600;
  color: var(--ehm-obsidian);
}

.ehm .ehm-talent-search__results {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ehm .ehm-talent-search__result {
  padding: 12px;
  background: var(--ehm-white);
  border: 1px solid var(--ehm-slate-100);
  border-radius: 12px;
}

.ehm .ehm-talent-search__result--elevated {
  box-shadow: var(--ehm-shadow-sm);
}

.ehm .ehm-talent-search__result--muted {
  opacity: 0.6;
}

.ehm .ehm-talent-search__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.ehm .ehm-talent-search__name {
  font-size: 13px;
  font-weight: 800;
  color: var(--ehm-obsidian);
}

.ehm .ehm-talent-search__tags {
  display: flex;
  gap: 6px;
}

.ehm .ehm-talent-search__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ehm-slate-50);
}

.ehm .ehm-talent-search__meta {
  font-size: 10px;
  font-weight: 700;
  color: var(--ehm-slate-400);
}

.ehm .ehm-talent-search__meta--accent {
  font-weight: 800;
  color: var(--ehm-green-600);
}

.ehm .ehm-mockup-card {
  padding: 1.5rem;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: var(--ehm-shadow-xl);
  border: 1px solid var(--ehm-white);
  background: var(--ehm-white);
}

.ehm .ehm-mockup-card--center {
  text-align: center;
}

.ehm .ehm-job-preview__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1.5rem;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ehm-slate-50);
}

.ehm .ehm-job-preview__role-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--ehm-green-100);
  color: var(--ehm-green-600);
}

.ehm .ehm-job-preview__title {
  font-size: 13px;
  font-weight: 800;
  color: var(--ehm-obsidian);
}

.ehm .ehm-job-preview__meta {
  font-size: 10px;
  font-weight: 600;
  color: var(--ehm-slate-400);
}

.ehm .ehm-job-preview__channels {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ehm .ehm-job-preview__channel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #f8fafc;
  border-radius: 8px;
}

.ehm .ehm-job-preview__channel-main,
.ehm .ehm-job-preview__channel-status {
  display: flex;
  align-items: center;
}

.ehm .ehm-job-preview__channel-main {
  gap: 10px;
}

.ehm .ehm-job-preview__channel-status {
  gap: 4px;
}

.ehm .ehm-job-preview__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  color: var(--ehm-white);
  font-size: 10px;
  font-weight: 900;
}

.ehm .ehm-job-preview__logo--indeed { background: #003a9b; }
.ehm .ehm-job-preview__logo--linkedin { background: #0077b5; }
.ehm .ehm-job-preview__logo--ziprecruiter { background: #1d9f02; }

.ehm .ehm-job-preview__channel-name {
  font-size: 11px;
  font-weight: 700;
  color: var(--ehm-slate-700);
}

.ehm .ehm-job-preview__status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ehm-green-600);
}

.ehm .ehm-job-preview__status-label {
  font-size: 9px;
  font-weight: 800;
  color: var(--ehm-green-600);
}

.ehm .ehm-floating-chip {
  position: absolute;
  z-index: 5;
  box-shadow: var(--ehm-shadow-lg);
}

.ehm .ehm-floating-chip--bottom-right {
  right: -15px;
  bottom: -15px;
}

.ehm .ehm-floating-chip--bottom-left {
  left: -10px;
  bottom: -10px;
}

.ehm .ehm-floating-chip--dark {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: var(--ehm-obsidian);
  color: var(--ehm-white);
}

.ehm .ehm-floating-chip--dark-pill {
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--ehm-obsidian);
  color: var(--ehm-white);
}

.ehm .ehm-floating-chip--dark-pill .ehm-floating-chip__text {
  color: var(--ehm-white);
}

.ehm .ehm-floating-chip--dark .ehm-floating-chip__label {
  color: var(--ehm-white);
}

.ehm .ehm-floating-chip__value {
  font-size: 14px;
  font-weight: 900;
  color: var(--ehm-blue-400);
}

.ehm .ehm-floating-chip__label {
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.8;
}

.ehm .ehm-floating-chip__text {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.ehm .ehm-hire-card__name {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 900;
  color: var(--ehm-obsidian);
}

.ehm .ehm-hire-card__role {
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 600;
  color: var(--ehm-slate-400);
}

.ehm .ehm-hire-card__status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid #a7f3d0;
  border-radius: 12px;
  background: #ecfdf5;
  color: #059669;
  font-size: 13px;
  font-weight: 800;
}

.ehm .ehm-confetti-float {
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 24px;
  animation: ehm-float 3s infinite;
}

.ehm .ehm-avatar-initials--xl {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
  font-size: 20px;
}

.ehm .ehm-ai-card__header,
.ehm .ehm-onboarding-sync__header,
.ehm .ehm-onboarding-sync__row {
  display: flex;
  align-items: center;
}

.ehm .ehm-ai-card__header,
.ehm .ehm-onboarding-sync__header {
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.ehm .ehm-ai-card__status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ehm .ehm-ai-card__pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ehm-green-600);
  animation: pulse 2s infinite;
}

.ehm .ehm-ai-card__eyebrow {
  font-size: 10px;
  font-weight: 800;
  color: var(--ehm-slate-400);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ehm .ehm-ai-card__version {
  font-size: 10px;
  font-weight: 700;
  color: var(--ehm-blue-500);
}

.ehm .ehm-ai-card__scorebox {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1.5rem;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
}

.ehm .ehm-ai-card__meter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.ehm .ehm-ai-card__meter svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.ehm .ehm-ai-card__score {
  position: absolute;
  font-size: 16px;
  font-weight: 900;
  color: var(--ehm-obsidian);
}

.ehm .ehm-ai-card__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--ehm-obsidian);
}

.ehm .ehm-ai-card__subtitle {
  font-size: 11px;
  color: var(--ehm-slate-500);
}

.ehm .ehm-ai-card__metrics {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ehm .ehm-ai-card__metric-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  color: var(--ehm-slate-600);
}

.ehm .ehm-ai-card__metric-bar {
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  background: #f1f5f9;
}

.ehm .ehm-ai-card__metric-fill {
  height: 100%;
  border-radius: 2px;
  background: var(--ehm-green-600);
}

.ehm .ehm-ai-card__metric-fill--100 { width: 100%; }
.ehm .ehm-ai-card__metric-fill--94 { width: 94%; }
.ehm .ehm-ai-card__metric-fill--96 { width: 96%; }

.ehm .ehm-onboarding-sync__node {
  width: 60px;
  text-align: center;
}

.ehm .ehm-onboarding-sync__node-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 6px auto;
  border-radius: 10px;
}

.ehm .ehm-onboarding-sync__node-icon--ats {
  background: var(--ehm-green-100);
  color: var(--ehm-green-600);
}

.ehm .ehm-onboarding-sync__node-icon--ob {
  background: var(--ehm-blue-100);
  color: var(--ehm-blue-500);
}

.ehm .ehm-onboarding-sync__node-label {
  font-size: 9px;
  font-weight: 800;
}

.ehm .ehm-onboarding-sync__node-label--muted {
  color: var(--ehm-slate-400);
}

.ehm .ehm-onboarding-sync__node-label--accent {
  color: var(--ehm-blue-500);
}

.ehm .ehm-onboarding-sync__connector {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.ehm .ehm-onboarding-sync__connector-line {
  position: absolute;
  top: 18px;
  width: 100%;
  height: 2px;
  background: #e2e8f0;
}

.ehm .ehm-onboarding-sync__connector-spinner {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid var(--ehm-blue-500);
  border-radius: 50%;
  background: var(--ehm-white);
  animation: ehm-spin 4s linear infinite;
}

.ehm .ehm-onboarding-sync__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
}

.ehm .ehm-onboarding-sync__row {
  justify-content: space-between;
}

.ehm .ehm-onboarding-sync__label {
  font-size: 11px;
  font-weight: 600;
  color: var(--ehm-slate-600);
}

.ehm .ehm-onboarding-sync__loading {
  width: 10px;
  height: 10px;
  border: 2px solid #cbd5e1;
  border-top-color: var(--ehm-blue-500);
  border-radius: 50%;
  animation: ehm-spin 1s linear infinite;
}

.ehm .ehm-pill-success {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: none;
  border-radius: 100px;
  background: var(--ehm-green-600);
  color: var(--ehm-white);
  box-shadow: var(--ehm-shadow-lg);
}

.ehm .ehm-pill-success__text {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.ehm .ehm-floating-chip--bottom-right-tight {
  right: -10px;
  bottom: -10px;
}

.ehm .ehm-message-card {
  background: rgba(255, 255, 255, 0.85);
}

.ehm .ehm-message-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ehm-slate-100);
}

.ehm .ehm-message-card__person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ehm .ehm-avatar-initials--chat {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  font-size: 12px;
}

.ehm .ehm-message-card__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--ehm-obsidian);
}

.ehm .ehm-message-card__channels {
  display: flex;
  gap: 4px;
}

.ehm .ehm-message-card__chip {
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
}

.ehm .ehm-message-card__chip--email {
  color: var(--ehm-blue-500);
  background: var(--ehm-blue-50);
}

.ehm .ehm-message-card__chip--sms {
  color: var(--ehm-green-600);
  background: var(--ehm-green-50);
}

.ehm .ehm-message-card__thread {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ehm .ehm-message-card__message {
  display: flex;
  flex-direction: column;
}

.ehm .ehm-message-card__message--inbound {
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.ehm .ehm-message-card__message--outbound {
  align-items: flex-end;
}

.ehm .ehm-message-card__bubble {
  max-width: 90%;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 1.4;
}

.ehm .ehm-message-card__bubble--inbound {
  border-radius: 14px 14px 14px 2px;
  background: #f1f5f9;
  color: var(--ehm-slate-700);
}

.ehm .ehm-message-card__bubble--outbound {
  border-radius: 14px 14px 2px 14px;
  background: var(--ehm-green-600);
  color: var(--ehm-white);
  box-shadow: 0 4px 10px rgba(122, 184, 42, 0.2);
}

.ehm .ehm-message-card__meta {
  margin-top: 4px;
  font-size: 9px;
  color: var(--ehm-slate-400);
}

.ehm .ehm-message-card__meta--left {
  margin-left: 4px;
}

.ehm .ehm-message-card__meta--right {
  margin-right: 4px;
}

.ehm .ehm-floating-chip--top-right {
  top: -15px;
  right: -25px;
}

.ehm .ehm-floating-chip--outline-blue {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--ehm-blue-100);
  border-radius: 14px;
  background: var(--ehm-white);
}

.ehm .ehm-floating-chip__icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.ehm .ehm-floating-chip__icon-circle--blue {
  color: var(--ehm-blue-500);
  background: var(--ehm-blue-50);
}

.ehm .ehm-floating-chip__stack {
  line-height: 1.1;
}

.ehm .ehm-floating-chip__metric {
  font-size: 16px;
  font-weight: 900;
  color: var(--ehm-obsidian);
}

.ehm .ehm-floating-chip--outline-blue .ehm-floating-chip__label {
  color: var(--ehm-slate-700);
}

.ehm .ehm-scheduler-card {
  border-radius: 16px;
}

.ehm .ehm-card--glass-pad-lg {
  padding: 2.5rem;
}

.ehm .ehm-scheduler-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.ehm .ehm-scheduler-card__eyebrow {
  font-size: 11px;
  font-weight: 800;
  color: var(--ehm-blue-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ehm .ehm-scheduler-card__date {
  padding: 4px 8px;
  border-radius: 6px;
  background: #f1f5f9;
  font-size: 10px;
  font-weight: 700;
  color: #475569;
}

.ehm .ehm-scheduler-card__grid {
  gap: 8px;
}

.ehm .ehm-scheduler-card__slot {
  padding: 10px;
  border: 1px solid var(--ehm-slate-100);
  border-radius: 8px;
  background: var(--ehm-white);
  color: var(--ehm-slate-600);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.ehm .ehm-scheduler-card__slot--selected {
  border: 2px solid var(--ehm-green-600);
  background: var(--ehm-green-100);
  color: var(--ehm-green-600);
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(122, 184, 42, 0.15);
}

.ehm .ehm-scheduler-card__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid var(--ehm-slate-50);
  color: var(--ehm-slate-400);
  font-size: 10px;
  font-weight: 600;
}

.ehm .ehm-text-blue-400 {
  color: var(--ehm-blue-400);
}

.ehm .ehm-offer-card {
  padding: 1.75rem;
  border-radius: 16px;
  text-align: left;
}

.ehm .ehm-offer-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.ehm .ehm-offer-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--ehm-coral);
  color: var(--ehm-white);
}

.ehm .ehm-offer-card__title {
  font-size: 13px;
  font-weight: 800;
  color: var(--ehm-obsidian);
}

.ehm .ehm-offer-card__meta {
  font-size: 11px;
  font-weight: 500;
  color: var(--ehm-slate-400);
}

.ehm .ehm-offer-card__lines {
  margin-bottom: 2rem;
  padding: 0 4px;
}

.ehm .ehm-offer-card__line {
  height: 6px;
  margin-bottom: 10px;
  border-radius: 3px;
  background: var(--ehm-slate-100);
}

.ehm .ehm-offer-card__line--100 { width: 100%; }
.ehm .ehm-offer-card__line--95 { width: 95%; }
.ehm .ehm-offer-card__line--90 { width: 90%; }
.ehm .ehm-offer-card__line--60 {
  width: 60%;
  margin-bottom: 0;
}

.ehm .ehm-offer-card__signature {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
}

.ehm .ehm-offer-card__signature-label {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ehm .ehm-offer-card__signature-name {
  margin-top: 2px;
  color: #003a9b;
  font-family: 'Brush Script MT', 'Dancing Script', cursive, serif;
  font-size: 1.75rem;
  line-height: 1.2;
  transform: rotate(-1deg);
}

.ehm .ehm-offer-card__signature-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ehm .ehm-offer-card__signature-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #22c55e;
}

.ehm .ehm-floating-chip--outline-green {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--ehm-green-100);
  border-radius: 100px;
  background: var(--ehm-white);
}

.ehm .ehm-floating-chip__icon-circle--green {
  width: 18px;
  height: 18px;
  color: var(--ehm-white);
  background: var(--ehm-green-600);
}

.ehm .ehm-floating-chip__secure {
  font-size: 10px;
  font-weight: 800;
  color: var(--ehm-slate-700);
  letter-spacing: 0.02em;
}

.ehm .ehm-signature-pad {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border: 2px dashed rgba(122, 184, 42, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
}

.ehm .ehm-signature-pad__name {
  color: #111827;
  font-family: "Caveat", "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  opacity: 0.95;
}

.ehm .ehm-home-hero__title {
  margin-bottom: 0.5rem;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.1;
  font-weight: 800;
}

/* Waterfall Journey Components */
.ehm .ehm-waterfall-list {
  list-style: none;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--ehm-slate-700);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 1.5rem;
}

.ehm .ehm-waterfall-list li span {
  color: var(--ehm-green-600);
}

.ehm .ehm-waterfall-visual-box {
  background: var(--ehm-slate-50);
  border-radius: 16px;
  padding: 2rem;
  border: 1px dashed var(--ehm-slate-200);
  text-align: center;
}

.ehm .ehm-waterfall-visual-box__label {
  font-size: 11px;
  font-weight: 800;
  color: var(--ehm-green-600);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ehm .ehm-waterfall-visual-box__title {
  font-weight: 800;
  font-size: 18px;
  color: var(--ehm-obsidian);
}

.ehm .ehm-waterfall-visual-box__divider {
  height: 4px;
  width: 40px;
  background: var(--ehm-green-600);
  margin: 15px auto;
}

.ehm .ehm-waterfall-visual-box__desc {
  font-size: 14px !important;
  color: var(--ehm-slate-500);
  margin: 0;
}

.ehm .ehm-waterfall-partner-card {
  padding: 1.25rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid var(--ehm-slate-100);
  position: relative;
}

.ehm .ehm-waterfall-partner-card__dots {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.ehm .ehm-waterfall-partner-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ehm .ehm-waterfall-partner-card__dot--red { background: #ff5f56; }
.ehm .ehm-waterfall-partner-card__dot--yellow { background: #ffbd2e; }
.ehm .ehm-waterfall-partner-card__dot--green { background: #27c93f; }

.ehm .ehm-waterfall-partner-card__title {
  font-size: 13px;
  font-weight: 800;
  color: var(--ehm-blue-500);
  margin-bottom: 2px;
}

.ehm .ehm-waterfall-partner-card__desc {
  font-size: 11px;
  color: var(--ehm-slate-500);
  font-weight: 500;
}

/* Generic Grid Card Component (Reusable for Boards, Forms, Features, etc.) */
.ehm .ehm-grid-card {
  padding: 1.5rem;
  background: var(--ehm-white);
  border-radius: 16px;
  border: 1px solid var(--ehm-slate-100);
  box-shadow: var(--ehm-shadow-sm);
}

.ehm .ehm-grid-card__title {
  font-size: 11px;
  font-weight: 800;
  color: var(--ehm-blue-500);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}

.ehm .ehm-grid-card__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.ehm .ehm-grid-card__item {
  font-size: 10px;
  font-weight: 800;
  padding: 10px;
  background: #f8fafc;
  border-radius: 6px;
  text-align: center;
  color: var(--ehm-slate-600);
  border: 1px solid #edf2f7;
  transition: all 0.2s ease;
}

.ehm .ehm-grid-card__item:hover {
  background: var(--ehm-white);
  border-color: var(--ehm-blue-200);
  color: var(--ehm-blue-600);
  transform: translateY(-2px);
}

/* Specific Waterfall Components */
.ehm .ehm-waterfall-status-label {
  font-size: 11px;
  font-weight: 800;
  color: var(--ehm-slate-400);
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}

.ehm .ehm-waterfall-vetting-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid var(--ehm-slate-100);
  box-shadow: var(--ehm-shadow-md);
}

.ehm .ehm-waterfall-vetting-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
}

.ehm .ehm-waterfall-vetting-card__label { color: var(--ehm-obsidian); }
.ehm .ehm-waterfall-vetting-card__match { color: var(--ehm-green-600); }

.ehm .ehm-waterfall-vetting-card__progress {
  height: 8px;
  background: var(--ehm-slate-100);
  border-radius: 4px;
  overflow: hidden;
}

.ehm .ehm-waterfall-vetting-card__fill {
  height: 100%;
  background: var(--ehm-green-600);
}

.ehm .ehm-waterfall-vetting-card__status {
  margin-top: 15px;
  display: flex;
  gap: 8px;
}

.ehm .ehm-waterfall-vetting-card__badge {
  font-size: 10px;
  padding: 4px 8px;
  background: #f1f5f9;
  border-radius: 4px;
  color: var(--ehm-slate-600);
  font-weight: 700;
}

/* Comparison Table Components */
.ehm .ehm-table-wrapper {
  overflow-x: auto;
}

.ehm .ehm-comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  margin: 0;
  background: transparent;
}

.ehm .ehm-comparison-table thead tr {
  background: var(--ehm-slate-50);
}

.ehm .ehm-comparison-table th,
.ehm .ehm-comparison-table td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.ehm .ehm-comparison-table th {
  padding: 1.5rem 2rem;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.ehm .ehm-comparison-table th:first-child { text-align: left; color: var(--ehm-slate-400); }
.ehm .ehm-comparison-table th:nth-child(2) { text-align: center; color: var(--ehm-green-600); }
.ehm .ehm-comparison-table th:last-child { text-align: center; color: var(--ehm-slate-500); }

.ehm .ehm-comparison-table td {
  padding: 1.25rem 2rem;
  border-top: 1px solid var(--ehm-slate-100);
  font-size: var(--ehm-text-base);
  line-height: 1.45;
}

.ehm .ehm-comparison-table td:first-child { font-weight: 600; }
.ehm .ehm-comparison-table td:nth-child(2) { text-align: center; color: var(--ehm-green-600); font-weight: 700; }
.ehm .ehm-comparison-table td:last-child { text-align: center; }

/* FAQ Components */
.ehm .ehm-faq-intro {
  margin-top: 2rem;
}

/* Hero Cards Profile Styles (used in waterfall) */
.ehm .ehm-waterfall-visual-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  text-align: left;
}

.ehm .ehm-waterfall-visual-profile__name {
  font-size: 13px;
  font-weight: 700;
}

.ehm .ehm-waterfall-visual-profile__role {
  font-size: 10px;
  color: var(--ehm-slate-400);
  font-weight: 600;
}

.ehm .ehm-waterfall-visual-quote {
  font-size: 11px;
  line-height: 1.4;
  color: var(--ehm-slate-600);
  text-align: left;
}

/* --- Hero Cards (Floating UI Card Collage) --- */

.ehm .ehm-hero-cards {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 580px;
  margin: 0 auto;
  min-height: 580px;
}

/* Dark backdrop panel — the "app window" behind cards */
.ehm .ehm-hero-cards__backdrop {
  position: absolute;
  inset: 5%;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(5, 8, 15, .95), rgba(8, 12, 22, .97));
  border: 1px solid rgba(255, 255, 255, .07);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, .35),
    0 8px 32px rgba(0, 0, 0, .2),
    inset 0 1px 0 rgba(255, 255, 255, .06);
  overflow: hidden;
  z-index: 1;
}

/* Nebula video centered in backdrop */
.ehm .ehm-hero-cards__poster {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  min-width: 80%;
  min-height: 80%;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.35s var(--ehm-ease);
}

.ehm .ehm-hero-cards__nebula {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 150%;
  min-height: 150%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s var(--ehm-ease);
}

.ehm .ehm-hero-cards__backdrop.is-media-loaded .ehm-hero-cards__poster {
  opacity: 0;
}

.ehm .ehm-hero-cards__backdrop.is-media-loaded .ehm-hero-cards__nebula {
  opacity: 1;
}

/* Dot grid pattern on backdrop */
.ehm .ehm-hero-cards__backdrop::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 10px 10px;
}

/* Subtle glow accent on backdrop — removed as per request */
/* .ehm .ehm-hero-cards__backdrop::after {
  content: '';
  position: absolute;
  top: -30%;
  right: -20%;
  width: 70%;
  height: 70%;
  background: radial-gradient(ellipse, rgba(122, 184, 42, .09) 0%, transparent 60%);
  pointer-events: none;
} */

/* Decorative blobs inside card scene */
.ehm .ehm-hero-cards>.ehm-blob {
  position: absolute;
  opacity: .12;
  pointer-events: none;
  z-index: 0;
}

/* Pulse glow orbs behind cards */
.ehm .ehm-hero-cards__glow {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
  animation: ehm-card-pulse 3s ease-in-out infinite;
}

.ehm .ehm-hero-cards__glow--1 {
  top: 15%;
  left: 15%;
  width: 140px;
  height: 140px;
  background: rgba(0, 164, 189, .08);
}

.ehm .ehm-hero-cards__glow--2 {
  top: 35%;
  right: 18%;
  width: 120px;
  height: 120px;
  background: rgba(122, 184, 42, .08);
  animation-delay: -1s;
}

.ehm .ehm-hero-cards__glow--3 {
  bottom: 15%;
  left: 30%;
  width: 150px;
  height: 150px;
  background: rgba(122, 184, 42, .05);
  animation-delay: -2s;
}

@keyframes ehm-card-pulse {

  0%,
  100% {
    transform: scale(.85);
    opacity: .4;
  }

  50% {
    transform: scale(1.2);
    opacity: .8;
  }
}

/* Base card style */
.ehm .ehm-hero-cards__card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, .25),
    0 4px 12px rgba(0, 0, 0, .1);
  color: var(--ehm-obsidian);
  font-size: 13px;
  line-height: 1.4;
  z-index: 2;
}

/* Gradient border treatment — applied via modifier */
.ehm .ehm-hero-cards__card--bordered {
  background: linear-gradient(135deg, var(--ehm-green-600), var(--ehm-blue-500)) padding-box,
    linear-gradient(135deg, var(--ehm-green-600), var(--ehm-blue-500)) border-box;
  /* Use ::before for the gradient border trick */
}

/* Gradient border pseudo — cards that use it */
.ehm .ehm-hero-cards__card--gb {
  padding: 18px 20px;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--ehm-green-600), var(--ehm-blue-500)) border-box;
}

/* Blue accent gradient border variant */
.ehm .ehm-hero-cards__card--gb-blue {
  padding: 18px 20px;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--ehm-blue-500), #6366f1) border-box;
}

/* Coral accent gradient border variant */
.ehm .ehm-hero-cards__card--gb-coral {
  padding: 14px 16px;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--ehm-coral), #f59e0b) border-box;
}

/* Continuous float variants with different speeds/offsets */
.ehm .ehm-hero-cards__card--float-slow {
  animation: ehm-card-float-slow 5s ease-in-out infinite;
}

.ehm .ehm-hero-cards__card--float-med {
  animation: ehm-card-float-med 4s ease-in-out infinite;
}

.ehm .ehm-hero-cards__card--float-fast {
  animation: ehm-card-float-fast 3.5s ease-in-out infinite;
}

@keyframes ehm-card-float-slow {

  0%,
  100% {
    transform: translateY(0) rotate(var(--card-rot, 0deg));
  }

  50% {
    transform: translateY(-8px) rotate(var(--card-rot, 0deg));
  }
}

@keyframes ehm-card-float-med {

  0%,
  100% {
    transform: translateY(0) rotate(var(--card-rot, 0deg));
  }

  50% {
    transform: translateY(-6px) rotate(var(--card-rot, 0deg));
  }
}

@keyframes ehm-card-float-fast {

  0%,
  100% {
    transform: translateY(0) rotate(var(--card-rot, 0deg));
  }

  50% {
    transform: translateY(-5px) rotate(var(--card-rot, 0deg));
  }
}

/* ---- CARD: Candidate (large — bridges ATS→Onboarding) ---- */
.ehm .ehm-hero-cards__card--candidate {
  top: 4%;
  left: 15%;
  width: 260px;
  display: flex;
  align-items: center;
  gap: 12px;
  --card-rot: -1deg;
  z-index: 5;
}

.ehm .ehm-hero-cards__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ehm-green-600), var(--ehm-blue-500));
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(122, 184, 42, .35);
}

.ehm .ehm-hero-cards__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ehm .ehm-hero-cards__info strong {
  font-size: 15px;
  font-weight: 700;
}

.ehm .ehm-hero-cards__info span {
  font-size: 11.5px;
  color: var(--ehm-slate-700);
}

.ehm .ehm-hero-cards__badge {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.ehm .ehm-hero-cards__badge--green {
  background: rgba(122, 184, 42, .14);
  color: #4d8a15;
}

/* ---- CARD: Onboarding Checklist (largest — right side) ---- */
.ehm .ehm-hero-cards__card--onboarding {
  top: 26%;
  right: 5%;
  width: 240px;
  --card-rot: 1deg;
  z-index: 5;
}

.ehm .ehm-hero-cards__card-header {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef1f4;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ehm .ehm-hero-cards__progress {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.ehm .ehm-hero-cards__progress-bar {
  flex: 1;
  height: 6px;
  border-radius: 3px;
  background: #eef1f4;
  overflow: hidden;
}

.ehm .ehm-hero-cards__progress-fill {
  height: 100%;
  width: 66%;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--ehm-green-600), var(--ehm-blue-500));
}

.ehm .ehm-hero-cards__progress-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--ehm-green-600);
  white-space: nowrap;
}

.ehm .ehm-hero-cards__check {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  padding: 3px 0;
  color: var(--ehm-slate-700);
}

.ehm .ehm-hero-cards__check svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ehm .ehm-hero-cards__check--done {
  color: var(--ehm-obsidian);
}

.ehm .ehm-hero-cards__check--done svg {
  color: var(--ehm-green-600);
}

.ehm .ehm-hero-cards__check--pending svg {
  color: #c4cdd5;
}

/* ---- CARD: Job Boards (circle — left, ATS) ---- */
.ehm .ehm-hero-cards__card--boards {
  top: 22%;
  left: 5%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 20px;
  --card-rot: 0deg;
  z-index: 3;
}

.ehm .ehm-hero-cards__boards-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--ehm-slate-700);
  line-height: 1.2;
}

.ehm .ehm-hero-cards__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.ehm .ehm-hero-cards__logo-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
}

.ehm .ehm-hero-cards__boards-status {
  font-size: 9px;
  color: var(--ehm-green-600);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 3px;
}

.ehm .ehm-hero-cards__status-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ehm-green-600);
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(122, 184, 42, .6);
  animation: ehm-status-blink 2s ease-in-out infinite;
}

@keyframes ehm-status-blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }
}

/* ---- CARD: New Applicants (left-center — ATS) ---- */
.ehm .ehm-hero-cards__card--applicants {
  top: 50%;
  left: 8%;
  width: 155px;
  --card-rot: -1deg;
  z-index: 4;
}

.ehm .ehm-hero-cards__card--applicants strong {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--ehm-blue-500), #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ehm .ehm-hero-cards__card--applicants span {
  font-size: 11.5px;
  color: var(--ehm-slate-700);
  display: block;
  margin-top: 2px;
}

.ehm .ehm-hero-cards__sparkline {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  margin-top: 8px;
}

.ehm .ehm-hero-cards__sparkline-bar {
  width: 6px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--ehm-blue-500), #6366f1);
  opacity: .25;
}

.ehm .ehm-hero-cards__sparkline-bar:nth-child(n+4) {
  opacity: .4;
}

.ehm .ehm-hero-cards__sparkline-bar:nth-child(n+6) {
  opacity: .6;
}

.ehm .ehm-hero-cards__sparkline-bar:last-child {
  opacity: .85;
}

/* ---- CARD: E-Verify Badge (right — Onboarding) ---- */
.ehm .ehm-hero-cards__card--verify {
  top: 8%;
  right: 10%;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  --card-rot: 2deg;
  z-index: 6;
}

.ehm .ehm-hero-cards__card--verify .ehm-hero-cards__shield {
  font-size: 18px;
  line-height: 1;
}

.ehm .ehm-hero-cards__card--verify .ehm-hero-cards__verified {
  font-size: 10.5px;
  font-weight: 600;
  color: #4d8a15;
  background: rgba(122, 184, 42, .14);
  padding: 3px 8px;
  border-radius: 10px;
}

/* ---- CARD: Hired Notification (bottom-right — Onboarding outcome) ---- */
.ehm .ehm-hero-cards__card--hired {
  bottom: 10%;
  right: 12%;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  --card-rot: 1.5deg;
  z-index: 6;
  white-space: nowrap;
}

.ehm .ehm-hero-cards__card--hired .ehm-hero-cards__hired-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ehm-green-600);
  flex-shrink: 0;
}

/* ---- CARD: Time-to-Fill stat (bottom-left — ATS metric) ---- */
.ehm .ehm-hero-cards__card--stat {
  bottom: 5%;
  left: 15%;
  padding: 12px 16px;
  text-align: center;
  --card-rot: -1deg;
  z-index: 4;
}

.ehm .ehm-hero-cards__card--stat strong {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--ehm-green-600), var(--ehm-blue-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.ehm .ehm-hero-cards__card--stat span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
  color: var(--ehm-slate-700);
  display: block;
  margin-top: 2px;
}

/* ---- CARD: Star Rating (center — ATS screening) ---- */
.ehm .ehm-hero-cards__card--rating {
  top: 55%;
  left: 34%;
  width: 120px;
  padding: 12px 14px;
  text-align: center;
  --card-rot: -1deg;
  z-index: 3;
}

.ehm .ehm-hero-cards__rating-stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 4px;
}

.ehm .ehm-hero-cards__rating-stars svg {
  width: 16px;
  height: 16px;
}

.ehm .ehm-hero-cards__rating-stars .ehm-star-filled {
  fill: #f5a623;
  stroke: #f5a623;
}

.ehm .ehm-hero-cards__rating-stars .ehm-star-empty {
  fill: none;
  stroke: #c4cdd5;
}

.ehm .ehm-hero-cards__rating-label {
  font-size: 10px;
  color: var(--ehm-slate-700);
  font-weight: 600;
}

/* --- Hero Cards Responsive — Tablet --- */
@media (max-width: 1024px) {
  .ehm .ehm-hero-cards {
    max-width: 460px;
  }

  .ehm .ehm-hero-cards__card {
    padding: 12px 14px;
    font-size: 12px;
    border-radius: 12px;
  }

  .ehm .ehm-hero-cards__backdrop {
    border-radius: 20px;
  }

  .ehm .ehm-hero-cards__card--candidate {
    width: 220px;
  }

  .ehm .ehm-hero-cards__card--onboarding {
    width: 200px;
    right: 3%;
  }

  .ehm .ehm-hero-cards__card--boards {
    width: 140px;
    height: 140px;
  }

  .ehm .ehm-hero-cards__card--applicants {
    width: 130px;
  }

  .ehm .ehm-hero-cards__card--applicants strong {
    font-size: 28px;
  }

  .ehm .ehm-hero-cards__card--rating {
    width: 110px;
    left: 30%;
  }

  .ehm .ehm-hero-cards__avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .ehm .ehm-hero-cards__glow {
    display: none;
  }
}

/* --- Hero Cards Responsive — Mobile: Vertical Stack --- */
@media (max-width: 768px) {
  .ehm .ehm-hero__visual {
    min-height: 0 !important;
    height: 0 !important;
    margin-top: var(--ehm-space-6);
    margin-bottom: 0;
  }

  .ehm .ehm-hero-cards {
    aspect-ratio: auto;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    min-height: 0;
  }

  .ehm .ehm-hero-cards__glow,
  .ehm .ehm-hero-cards>.ehm-blob {
    display: none;
  }

  /* Show only the 4 most important cards on mobile */
  .ehm .ehm-hero-cards__card--hired,
  .ehm .ehm-hero-cards__card--stat,
  .ehm .ehm-hero-cards__card--rating {
    display: none;
  }

  .ehm .ehm-hero-cards__card {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    transform: none !important;
    animation: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
  }

  .ehm .ehm-hero-cards__card--gb,
  .ehm .ehm-hero-cards__card--gb-blue,
  .ehm .ehm-hero-cards__card--gb-coral {
    border-width: 2px;
  }

  .ehm .ehm-hero-cards__card--boards {
    border-radius: 14px;
    width: 100% !important;
    height: auto !important;
    flex-direction: row;
    gap: 12px;
    padding: 14px 16px;
  }
}

/* --- Hero Cards Reduced Motion --- */
@media (prefers-reduced-motion: reduce) {
  .ehm .ehm-hero-cards__card {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .ehm .ehm-hero-cards__glow {
    animation: none;
    opacity: .5;
  }

  .ehm .ehm-ring-fill {
    animation: none !important;
  }

  .ehm .ehm-hero-cards__status-dot {
    animation: none;
  }
}


/* ===========================================
   11. FEATURE TABS (Tabbed Product Showcase)
   =========================================== */

.ehm .ehm-feature-tabs {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: var(--ehm-space-8);
  align-items: start;
}

.ehm .ehm-feature-tabs__list {
  display: flex;
  flex-direction: column;
  gap: var(--ehm-space-3);
  position: sticky;
  top: var(--ehm-space-6);
}

.ehm .ehm-feature-tab {
  display: flex;
  align-items: flex-start;
  gap: var(--ehm-space-4);
  padding: var(--ehm-space-5);
  background: var(--ehm-white);
  border: 2px solid var(--ehm-slate-200);
  border-radius: var(--ehm-radius-lg);
  cursor: pointer;
  transition: all var(--ehm-duration) var(--ehm-ease);
}

.ehm .ehm-feature-tab:hover {
  border-color: var(--ehm-slate-300);
  box-shadow: var(--ehm-shadow-sm);
}

.ehm .ehm-feature-tab.ehm-active {
  border-color: var(--ehm-green-600);
  box-shadow: var(--ehm-shadow-md);
  background: var(--ehm-white);
}

.ehm .ehm-feature-tab__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--ehm-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  background: var(--ehm-slate-100);
  transition: background var(--ehm-duration) var(--ehm-ease);
}

.ehm .ehm-feature-tab.ehm-active .ehm-feature-tab__icon {
  background: var(--ehm-green-100);
}

.ehm .ehm-feature-tab__label {
  font-size: var(--ehm-text-xs);
  color: var(--ehm-slate-400);
  font-weight: var(--ehm-fw-medium);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ehm .ehm-feature-tab__title {
  font-size: var(--ehm-text-lg);
  font-weight: 600;
  color: var(--ehm-obsidian);
  margin-top: 0.125rem;
}

.ehm .ehm-feature-tab__desc {
  font-size: var(--ehm-text-sm);
  color: var(--ehm-slate-500);
  line-height: 1.5;
  margin-top: 0.25rem;
}

.ehm .ehm-feature-panels {
  position: relative;
  min-height: 400px;
}

.ehm .ehm-feature-panel {
  display: none;
}

.ehm .ehm-feature-panel.ehm-active {
  display: block;
}

.ehm .ehm-feature-panel__content {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s var(--ehm-ease), transform 0.4s var(--ehm-ease);
}

.ehm .ehm-feature-panel.ehm-active .ehm-feature-panel__content {
  opacity: 1;
  transform: translateY(0);
}

.ehm .ehm-feature-panel__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ehm-space-3);
  margin-top: var(--ehm-space-6);
}

.ehm .ehm-feature-panel__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: var(--ehm-text-sm);
  color: var(--ehm-slate-700);
}

.ehm .ehm-feature-panel__feature span:first-child {
  color: var(--ehm-green-600);
  font-weight: 700;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .ehm .ehm-feature-tabs {
    grid-template-columns: 1fr;
  }

  .ehm .ehm-feature-tabs__list {
    flex-direction: row;
    overflow-x: auto;
    position: static;
    gap: var(--ehm-space-2);
    padding-bottom: var(--ehm-space-2);
  }

  .ehm .ehm-feature-tab {
    min-width: 220px;
    flex-shrink: 0;
  }

  .ehm .ehm-feature-tab__desc {
    display: none;
  }

  .ehm .ehm-feature-panel__features {
    grid-template-columns: 1fr;
  }
}


/* ===========================================
   12. FAQ ACCORDION
   =========================================== */

.ehm .ehm-faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.ehm .ehm-faq-item {
  border-bottom: 1px solid var(--ehm-slate-200);
}

.ehm .ehm-faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--ehm-space-5) 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--ehm-font-family);
  font-size: var(--ehm-text-lg);
  font-weight: 600;
  color: var(--ehm-obsidian);
  text-align: left;
  line-height: 1.4;
  gap: var(--ehm-space-4);
}

.ehm .ehm-faq-toggle:hover {
  color: var(--ehm-green-600);
}

.ehm .ehm-faq-toggle__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ehm-slate-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.125rem;
  color: var(--ehm-slate-500);
  transition: all var(--ehm-duration) var(--ehm-ease);
}

.ehm .ehm-faq-item.ehm-open .ehm-faq-toggle__icon {
  background: var(--ehm-green-100);
  color: var(--ehm-green-600);
  transform: rotate(45deg);
}

.ehm .ehm-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ehm-ease);
  color: var(--ehm-slate-500);
  line-height: 1.7;
  font-size: var(--ehm-text-base);
}

.ehm .ehm-faq-item.ehm-open .ehm-faq-body {
  max-height: 500px;
}

.ehm .ehm-faq-body > div {
  padding-bottom: var(--ehm-space-6);
}

.ehm .ehm-section-faq--default .ehm-faq-item:first-child {
  border-top: 1px solid var(--ehm-slate-200);
}

.ehm .ehm-section-faq--default .ehm-faq-item {
  border-bottom: 1px solid var(--ehm-slate-200);
}


/* ===========================================
   13. INDUSTRY CARDS
   =========================================== */

.ehm .ehm-grid--industries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ehm-space-5);
}

.ehm .ehm-industry-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ehm-space-3);
  padding: var(--ehm-space-6) var(--ehm-space-4);
  background: var(--ehm-white);
  border: 1px solid var(--ehm-slate-200);
  border-radius: var(--ehm-radius-lg);
  text-align: center;
  transition: all var(--ehm-duration) var(--ehm-ease);
}

.ehm .ehm-industry-card:hover {
  border-color: var(--ehm-green-300);
  box-shadow: var(--ehm-shadow-md);
  transform: translateY(-2px);
}

.ehm .ehm-industry-card__icon {
  font-size: 2rem;
  line-height: 1;
}

.ehm .ehm-industry-card__label {
  font-size: var(--ehm-text-sm);
  font-weight: 600;
  color: var(--ehm-obsidian);
}

@media (min-width: 769px) {
  .ehm .ehm-grid--industries {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .ehm .ehm-grid--industries {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .ehm .ehm-grid--industries {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--ehm-space-3);
  }
}


/* ===========================================
   14. REVIEW BADGE & GRADIENT TEXT VARIANT
   =========================================== */

.ehm .ehm-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: var(--ehm-white);
  border: 1px solid var(--ehm-slate-200);
  border-radius: var(--ehm-radius-pill);
  font-size: var(--ehm-text-xs);
  font-weight: var(--ehm-fw-medium);
  color: var(--ehm-slate-600);
}

.ehm .ehm-text-gradient--deep {
  background: linear-gradient(135deg, var(--ehm-blue-500), var(--ehm-indigo-600));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* ===========================================
   15. "ALL PLANS INCLUDE" STRIP
   =========================================== */

.ehm .ehm-plans-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--ehm-space-5);
  padding: var(--ehm-space-5) var(--ehm-space-6);
  background: var(--ehm-white);
  border: 1px solid var(--ehm-slate-200);
  border-radius: var(--ehm-radius-lg);
}

.ehm .ehm-plans-strip__label {
  font-size: var(--ehm-text-sm);
  font-weight: 600;
  color: var(--ehm-obsidian);
}

.ehm .ehm-plans-strip__item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: var(--ehm-text-sm);
  color: var(--ehm-slate-500);
}

/* Full-width EHM homepage block */
.avia_codeblock .ehm {
  max-width: none !important;
  padding: 0 !important;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* ===========================================
   WORDPRESS / ENFOLD OVERRIDES
   Enfold uses #top/#main ID selectors that beat
   class-based .ehm rules. We prefix with #top
   to match specificity, plus !important to win.
   =========================================== */

/* Base reset — lock font on wrapper */
#top .ehm {
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-family: 'Lexend Deca', sans-serif !important;
  color: var(--ehm-slate-700) !important;
}

#top .ehm *,
#top .ehm *::before,
#top .ehm *::after {
  font-family: inherit !important;
}

/* --- Typography classes (must beat #top h2 etc.) --- */
#top .ehm .ehm-display {
  font-size: var(--ehm-text-5xl) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
  color: var(--ehm-obsidian) !important;
}

#top .ehm .ehm-h1 {
  font-size: var(--ehm-text-4xl) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: var(--ehm-obsidian) !important;
}

#top .ehm .ehm-h2 {
  font-size: var(--ehm-text-3xl) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--ehm-obsidian) !important;
}

#top .ehm .ehm-h3 {
  font-size: var(--ehm-text-2xl) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: var(--ehm-obsidian) !important;
}

#top .ehm .ehm-h4 {
  font-size: var(--ehm-text-xl) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: var(--ehm-obsidian) !important;
}

#top .ehm .ehm-body-lg {
  font-size: var(--ehm-text-lg) !important;
  line-height: 1.7 !important;
}

#top .ehm .ehm-body {
  font-size: var(--ehm-text-base) !important;
  line-height: 1.6 !important;
}

#top .ehm .ehm-body-sm {
  font-size: var(--ehm-text-sm) !important;
  line-height: 1.6 !important;
}

#top .ehm .ehm-caption {
  font-size: var(--ehm-text-xs) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  font-weight: 500 !important;
  color: var(--ehm-slate-500) !important;
}

/* --- Restore framework spacing killed by margin:0 reset --- */

/* Hero text spacing */
#top .ehm .ehm-hero__text .ehm-display {
  margin-bottom: var(--ehm-space-5) !important;
}

#top .ehm .ehm-hero__text .ehm-body-lg {
  margin-bottom: var(--ehm-space-8) !important;
}

#top .ehm .ehm-hero__proof {
  margin-top: var(--ehm-space-8) !important;
}

#top .ehm .ehm-hero__badge {
  margin-bottom: var(--ehm-space-5) !important;
}

/* Section header spacing */
#top .ehm .ehm-section-header {
  margin-bottom: var(--ehm-space-12) !important;
}

#top .ehm .ehm-section-header .ehm-h2 {
  margin-bottom: var(--ehm-space-4) !important;
}

#top .ehm .ehm-section-header__badge {
  margin-bottom: var(--ehm-space-4) !important;
}

/* Card spacing */
#top .ehm .ehm-card__title {
  margin-bottom: var(--ehm-space-2) !important;
}

#top .ehm .ehm-icon-circle {
  margin-bottom: var(--ehm-space-5) !important;
}

/* Step spacing */
#top .ehm .ehm-step__number {
  margin-bottom: var(--ehm-space-5) !important;
}

#top .ehm .ehm-step__title {
  margin-bottom: var(--ehm-space-2) !important;
}

/* Testimonial spacing */
#top .ehm .ehm-testimonial__text {
  margin-bottom: var(--ehm-space-5) !important;
}

#top .ehm .ehm-stars {
  margin-bottom: var(--ehm-space-3);
}

#top .ehm .ehm-avatar-initials {
  margin-bottom: var(--ehm-space-3) !important;
}

/* CTA banner spacing */
#top .ehm .ehm-cta-banner .ehm-h2 {
  margin-bottom: var(--ehm-space-4) !important;
}

#top .ehm .ehm-cta-banner p {
  margin-bottom: var(--ehm-space-8) !important;
}

/* Highlight spacing */
#top .ehm .ehm-highlight__content .ehm-h3 {
  margin-bottom: var(--ehm-space-4) !important;
}

#top .ehm .ehm-highlight__content p {
  margin-bottom: var(--ehm-space-5) !important;
}

/* Plans strip spacing */
#top .ehm .ehm-plans-strip {
  margin-top: var(--ehm-space-8) !important;
}

/* Utility margins */
#top .ehm .ehm-mb-4 {
  margin-bottom: var(--ehm-space-4) !important;
}

#top .ehm .ehm-mb-5 {
  margin-bottom: var(--ehm-space-5) !important;
}

#top .ehm .ehm-mb-6 {
  margin-bottom: var(--ehm-space-6) !important;
}

#top .ehm .ehm-mb-8 {
  margin-bottom: var(--ehm-space-8) !important;
}

#top .ehm .ehm-mb-10 {
  margin-bottom: var(--ehm-space-10) !important;
}

#top .ehm .ehm-mt-4 {
  margin-top: var(--ehm-space-4) !important;
}

#top .ehm .ehm-mt-6 {
  margin-top: var(--ehm-space-6) !important;
}

#top .ehm .ehm-mt-8 {
  margin-top: var(--ehm-space-8) !important;
}

/* Feature tab spacing */
#top .ehm .ehm-feature-panel__features {
  margin-top: var(--ehm-space-6) !important;
}

/* FAQ body spacing */
#top .ehm .ehm-faq-body__inner {
  padding-bottom: var(--ehm-space-6) !important;
}

/* Stat card number spacing */
#top .ehm .ehm-stat-card .ehm-stat__number {
  margin-bottom: var(--ehm-space-2) !important;
}

/* --- Hero dark text overrides --- */
#top .ehm .ehm-hero--split .ehm-display {
  color: var(--ehm-white) !important;
}

#top .ehm .ehm-hero--split .ehm-body-lg {
  color: rgba(255, 255, 255, 0.8) !important;
}

#top .ehm .ehm-hero .ehm-display {
  color: var(--ehm-white) !important;
}

#top .ehm .ehm-hero .ehm-text-gradient {
  font-weight: 900 !important;
  padding-bottom: 0.15em !important;
  margin-bottom: 0 !important;
}

#top .ehm .ehm-hero .ehm-display.ehm-text-gradient {
  margin-bottom: var(--ehm-space-5) !important;
}

#top .ehm .ehm-hero-body {
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: var(--ehm-white) !important;
  max-width: 750px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#top .ehm .ehm-hero-actions .ehm-btn {
  line-height: 1 !important;
}

#top .ehm .ehm-hero-actions .ehm-btn--ghost,
#top .ehm .ehm-hero-actions .ehm-btn--ghost:visited {
  color: var(--ehm-white) !important;
}

/* --- Section header --- */
#top .ehm .ehm-section-header p {
  color: var(--ehm-slate-500) !important;
  font-size: var(--ehm-text-lg) !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

#top .ehm .ehm-section-header .ehm-h2 {
  margin-bottom: var(--ehm-space-4) !important;
}

#top .ehm .ehm-section-header__badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.375rem 1rem !important;
  background: var(--ehm-green-100) !important;
  color: var(--ehm-green-600) !important;
  border-radius: var(--ehm-radius-pill) !important;
  font-size: var(--ehm-text-xs) !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  font-family: var(--ehm-font-family) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  margin-bottom: var(--ehm-space-4) !important;
}

#top .ehm .ehm-section-header__badge--dark-green {
  background: rgba(122, 184, 42, 0.2) !important;
  color: var(--ehm-green-400) !important;
  margin-bottom: 1.5rem !important;
}

/* --- Card titles --- */
#top .ehm .ehm-card__title {
  font-size: var(--ehm-text-xl) !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: var(--ehm-obsidian) !important;
}

#top .ehm .ehm-card__text {
  font-size: var(--ehm-text-base) !important;
  color: var(--ehm-slate-500) !important;
  line-height: 1.7 !important;
}

#top .ehm .ehm-card .ehm-h4 {
  margin-bottom: var(--ehm-space-2) !important;
}

#top .ehm .ehm-card-price {
  font-weight: 700 !important;
  color: var(--ehm-slate-700) !important;
  margin-top: auto !important;
  padding-top: var(--ehm-space-5) !important;
}

#top .ehm .ehm-card__footer {
  margin-top: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

/* --- Step titles --- */
#top .ehm .ehm-step__title {
  font-size: var(--ehm-text-lg) !important;
  font-weight: 600 !important;
  color: var(--ehm-obsidian) !important;
}

#top .ehm .ehm-step__text {
  font-size: var(--ehm-text-sm) !important;
  color: var(--ehm-slate-500) !important;
}

/* --- Dark section text --- */
#top .ehm .ehm-section--dark-rich .ehm-h2 {
  color: var(--ehm-white) !important;
}

#top .ehm .ehm-section--dark-rich .ehm-step__title {
  color: var(--ehm-white) !important;
}

#top .ehm .ehm-section--dark-rich .ehm-step__text {
  color: rgba(255, 255, 255, 0.65) !important;
}

#top .ehm .ehm-section--dark-rich .ehm-section-header p {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* --- FAQ --- */
#top .ehm .ehm-section-faq--default .ehm-section-header h2 {
  font-size: var(--ehm-text-3xl) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--ehm-obsidian) !important;
  margin-bottom: var(--ehm-space-4) !important;
}

#top .ehm .ehm-section-faq--default .ehm-section-header p {
  font-size: var(--ehm-text-lg) !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: var(--ehm-slate-500) !important;
}

#top .ehm .ehm-faq-toggle {
  font-size: var(--ehm-text-lg) !important;
  font-weight: 600 !important;
  color: var(--ehm-obsidian) !important;
  font-family: inherit !important;
}

#top .ehm .ehm-faq-body__inner {
  font-size: var(--ehm-text-base) !important;
  line-height: 1.6 !important;
  color: var(--ehm-slate-500) !important;
}

/* --- Feature tabs --- */
#top .ehm .ehm-feature-tab__title {
  font-size: var(--ehm-text-lg) !important;
  font-weight: 600 !important;
  color: var(--ehm-obsidian) !important;
}

#top .ehm .ehm-feature-tab__desc {
  font-size: var(--ehm-text-sm) !important;
  color: var(--ehm-slate-500) !important;
}

#top .ehm .ehm-explorer-group__title {
  font-size: 1.25rem !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: var(--ehm-obsidian) !important;
  margin-bottom: 0 !important;
  padding-bottom: var(--ehm-space-2) !important;
  border-bottom: 2px solid var(--ehm-green-600) !important;
  display: inline-block !important;
}

#top .ehm .ehm-explorer-group {
  gap: var(--ehm-space-6) !important;
}

#top .ehm .ehm-explorer-card__title {
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: var(--ehm-obsidian) !important;
  margin-bottom: var(--ehm-space-2) !important;
}

#top .ehm .ehm-waterfall__text .ehm-h3 {
  margin-bottom: var(--ehm-space-4) !important;
}

#top .ehm .ehm-waterfall__text .ehm-body-sm {
  font-size: var(--ehm-text-sm) !important;
  line-height: 1.7 !important;
  color: var(--ehm-slate-500) !important;
  margin-bottom: 0 !important;
}

#top .ehm .ehm-waterfall-list {
  list-style: none !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
  color: var(--ehm-slate-700) !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: 1.5rem !important;
}

#top .ehm .ehm-waterfall-list li {
  color: inherit !important;
}

#top .ehm .ehm-waterfall-list li span {
  color: var(--ehm-green-600) !important;
}

/* --- Pricing page components --- */
#top .ehm .ehm-pricing-card__eyebrow {
  font-size: var(--ehm-text-xs) !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--ehm-slate-400) !important;
  margin-bottom: var(--ehm-space-2) !important;
}

#top .ehm .ehm-pricing-card__title {
  font-size: 1.75rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: var(--ehm-obsidian) !important;
  margin-bottom: 0.5rem !important;
}

#top .ehm .ehm-pricing-card__amount {
  font-size: 3rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: var(--ehm-obsidian) !important;
}

#top .ehm .ehm-pricing-card__period {
  font-size: 1.1rem !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: var(--ehm-slate-400) !important;
}

#top .ehm .ehm-pricing-card__subprice {
  font-size: var(--ehm-text-sm) !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  color: var(--ehm-slate-500) !important;
  margin-top: -1.25rem !important;
  margin-bottom: 2rem !important;
}

#top .ehm .ehm-pricing-card__feature {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
  color: var(--ehm-slate-600) !important;
  margin-bottom: 1rem !important;
  padding: 0 !important;
}

#top .ehm .ehm-pricing-card__feature:last-child {
  margin-bottom: 0 !important;
}

#top .ehm .ehm-pricing-card__note {
  font-size: var(--ehm-text-sm) !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: var(--ehm-slate-500) !important;
  padding-top: var(--ehm-space-4) !important;
  margin-bottom: 0 !important;
}

#top .ehm .ehm-pricing-card__features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 2.5rem 0 !important;
}

#top .ehm .ehm-pricing-card__footer .ehm-btn {
  line-height: 1 !important;
}

#top .ehm .ehm-pricing-matrix__eyebrow {
  font-size: var(--ehm-text-xs) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: var(--ehm-green-600) !important;
}

#top .ehm .ehm-pricing-matrix__title {
  font-size: var(--ehm-text-xl) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: var(--ehm-obsidian) !important;
  margin-bottom: var(--ehm-space-2) !important;
}

#top .ehm .ehm-pricing-matrix__desc {
  font-size: var(--ehm-text-base) !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: var(--ehm-slate-500) !important;
  margin-bottom: 0 !important;
}

/* --- Testimonials --- */
#top .ehm .ehm-testimonial__text {
  color: var(--ehm-slate-600) !important;
  line-height: 1.8 !important;
}


#top .ehm .ehm-testimonial__author {
  font-weight: 600 !important;
  color: var(--ehm-obsidian) !important;
}

/* --- Stat numbers --- */
#top .ehm .ehm-stat__number {
  font-size: var(--ehm-text-4xl) !important;
  font-weight: 700 !important;
  color: var(--ehm-green-600) !important;
}

/* --- CTA banner --- */
#top #main .ehm .ehm-cta-banner,
#top #main .ehm .ehm-cta-banner h2,
#top #main .ehm .ehm-cta-banner .ehm-h2,
#top #main .ehm .ehm-cta-banner p,
.ehm .ehm-cta-banner,
.ehm .ehm-cta-banner h2,
.ehm .ehm-cta-banner p {
  text-align: center !important;
}

#top #main .ehm .ehm-cta-banner h2,
#top #main .ehm .ehm-cta-banner .ehm-h2 {
  color: var(--ehm-white) !important;
}

#top #main .ehm .ehm-cta-banner p {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: var(--ehm-text-lg) !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Pricing button (white background on green CTA section) */
#top .ehm .ehm-cta-banner .ehm-btn[style*="white"] {
  background: #ffffff !important;
  color: var(--ehm-green-600) !important;
}

#top .ehm .ehm-cta-button--white,
#top .ehm .ehm-cta-button--white:visited {
  background: #ffffff !important;
  color: var(--ehm-green-600) !important;
}

/* --- Buttons --- */
#top .ehm .ehm-btn {
  font-size: var(--ehm-text-sm) !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  font-family: var(--ehm-font-family) !important;
  text-decoration: none !important;
}

#top .ehm .ehm-btn--primary,
#top .ehm .ehm-btn--primary:visited {
  color: var(--ehm-white) !important;
}

#top .ehm .ehm-btn--secondary,
#top .ehm .ehm-btn--secondary:visited {
  color: var(--ehm-green-600) !important;
}

#top .ehm .ehm-btn--lg {
  font-size: var(--ehm-text-base) !important;
}

#top .ehm .ehm-hero__badge {
  font-size: var(--ehm-text-xs) !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
}

#top .ehm .ehm-modal__header h3 {
  font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: var(--ehm-obsidian) !important;
  margin: 0 0 0.5rem !important;
}

#top .ehm .ehm-modal__header p {
  font-size: var(--ehm-text-base) !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: var(--ehm-slate-500) !important;
  margin: 0 !important;
}

#top .ehm .ehm-card,
#top .ehm .ehm-card--glass,
#top .ehm .ehm-card--elevated {
  color: var(--ehm-slate-700) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

#top .ehm .ehm-signature-pad__name {
  font-family: "Caveat", "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive !important;
}

/* --- Gradient text fix --- */
#top .ehm .ehm-text-gradient {
  background: linear-gradient(135deg, var(--ehm-green-600), var(--ehm-blue-500)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* --- Integration cards --- */
#top .ehm .ehm-integration-card__name {
  font-weight: 600 !important;
  color: var(--ehm-obsidian) !important;
}

#top .ehm .ehm-integration-card__desc {
  font-size: var(--ehm-text-sm) !important;
  color: var(--ehm-slate-500) !important;
}

/* --- Industry cards --- */
#top .ehm .ehm-industry-card__label {
  font-size: var(--ehm-text-sm) !important;
  font-weight: 600 !important;
  color: var(--ehm-obsidian) !important;
}

/* --- Highlight (Indeed partner) --- */
#top .ehm .ehm-highlight__content .ehm-h3 {
  color: var(--ehm-white) !important;
}

#top .ehm .ehm-highlight__content p {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Remove Enfold .content padding on EHM homepage */
.content:has(.ehm) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Navbar logo sizing and alignment */
#top #header_main .inner-container {
  display: flex !important;
  align-items: center !important;
}

#top #header_main span.logo {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  padding: 10px 0 !important;
}

#top #header_main .logo img,
#top #header_main .logo svg {
  max-height: 55px !important;
  width: auto !important;
  height: auto !important;
}

#top #header_main .main_menu {
  display: flex !important;
  align-items: center !important;
  margin-left: auto !important;
}

/* Widen header container to match EHM content width */
#top #header_main .container.av-logo-container {
  max-width: 1240px !important;
  width: 100% !important;
  padding-left: clamp(1rem, 0.5rem + 2vw, 2rem) !important;
  padding-right: clamp(1rem, 0.5rem + 2vw, 2rem) !important;
}

/* Dark nav — only on pages with EHM content */
body:has(.ehm) #header {
  background: var(--ehm-ink) !important;
  border-bottom: none !important;
}

body:has(.ehm) #header .header_bg {
  background: var(--ehm-ink) !important;
}

body:has(.ehm) #header_main {
  background: var(--ehm-ink) !important;
}

body:has(.ehm) #header .av-main-nav>li>a,
body:has(.ehm) #header .av-main-nav>li>a .avia-menu-text {
  color: rgba(255, 255, 255, 0.85) !important;
}

body:has(.ehm) #header .av-main-nav>li>a:hover .avia-menu-text {
  color: #ffffff !important;
}

/* Request Demo button in nav */
body:has(.ehm) #header .nav-button>a {
  color: #fff !important;
}

body:has(.ehm) #header .nav-button>a .avia-menu-text {
  color: #fff !important;
}

/* Dropdown menus stay light */
body:has(.ehm) #header .sub-menu {
  background: #ffffff !important;
}

body:has(.ehm) #header .sub-menu a .avia-menu-text {
  color: var(--ehm-slate-700) !important;
}

body:has(.ehm) #header .sub-menu a:hover .avia-menu-text {
  color: var(--ehm-green-600) !important;
}

/* ===========================================
   FINAL DARK SECTION OVERRIDES (High Specificity)
   Ensures visibility against obsidian backgrounds
   =========================================== */
#top .ehm .ehm-section--dark h1,
#top .ehm .ehm-section--dark h2,
#top .ehm .ehm-section--dark h3,
#top .ehm .ehm-section--dark h4,
#top .ehm .ehm-section--dark .ehm-h1,
#top .ehm .ehm-section--dark .ehm-h2,
#top .ehm .ehm-section--dark .ehm-h3,
#top .ehm .ehm-section--dark .ehm-h4 {
  color: var(--ehm-white) !important;
}

#top .ehm .ehm-section--dark p,
#top .ehm .ehm-section--dark .ehm-body,
#top .ehm .ehm-section--dark .ehm-body-lg,
#top .ehm .ehm-section--dark .ehm-body-sm,
#top .ehm .ehm-section--dark .ehm-section-header p,
#top .ehm .ehm-section--dark li,
#top .ehm .ehm-section--dark span:not(.ehm-text-gradient) {
  color: rgba(255, 255, 255, 0.95) !important;
}

#top .ehm .ehm-section--dark strong {
  color: var(--ehm-white) !important;
}

/* Local/Preview Fallbacks */
.ehm .ehm-section--dark .ehm-h1,
.ehm .ehm-section--dark .ehm-h2,
.ehm .ehm-section--dark .ehm-h3,
.ehm .ehm-section--dark .ehm-h4 {
  color: var(--ehm-white) !important;
}

/* Elevated card resets — must come after dark section rules to win on source order */
#top .ehm .ehm-card--elevated .ehm-h1,
#top .ehm .ehm-card--elevated .ehm-h2,
#top .ehm .ehm-card--elevated .ehm-h3,
#top .ehm .ehm-card--elevated .ehm-h4 {
  color: var(--ehm-obsidian) !important;
}

#top .ehm .ehm-card--elevated p,
#top .ehm .ehm-card--elevated .ehm-body,
#top .ehm .ehm-card--elevated .ehm-body-lg,
#top .ehm .ehm-card--elevated .ehm-body-sm {
  color: var(--ehm-slate-700) !important;
}

.ehm .ehm-card--elevated .ehm-h1,
.ehm .ehm-card--elevated .ehm-h2,
.ehm .ehm-card--elevated .ehm-h3,
.ehm .ehm-card--elevated .ehm-h4 {
  color: var(--ehm-obsidian) !important;
}

.ehm .ehm-card--elevated p,
.ehm .ehm-card--elevated .ehm-body,
.ehm .ehm-card--elevated .ehm-body-lg,
.ehm .ehm-card--elevated .ehm-body-sm {
  color: var(--ehm-slate-700) !important;
}

/* ===========================================
   ONBOARDING MOCKUP COMPONENTS
   Reusable classes replacing inline styles
   =========================================== */

/* Hero Utilities moved to Global Components */

/* Document Check Icon */
.ehm .ehm-doc-check {
  width: 24px;
  height: 24px;
  background: var(--ehm-green-700);
  color: var(--ehm-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}

/* Mock Checklist Grid */
.ehm .ehm-mock-checklist-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ehm .ehm-mock-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.ehm .ehm-mock-checklist-item .ehm-icon-circle {
  margin-bottom: 0;
  flex-shrink: 0;
}

/* Force specific text colors for number badges in dark sections */
#top .ehm .ehm-section--dark .ehm-icon-circle--blue.ehm-icon-circle-num {
  color: var(--ehm-blue-600) !important;
}

#top .ehm .ehm-section--dark .ehm-icon-circle--green.ehm-icon-circle-num {
  background: var(--ehm-green-600) !important;
  color: white !important;
}

/* Mock List / Checklist */
.ehm .ehm-mock-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ehm .ehm-mock-list-item {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid var(--ehm-slate-100);
}

.ehm .ehm-mock-list-text {
  font-size: 13px;
  font-weight: 700;
  color: var(--ehm-obsidian);
}

/* Floating Badges */
.ehm .ehm-mock-floating-badge {
  padding: 1rem;
  background: var(--ehm-blue-50);
  border-radius: 12px;
  border: 1px solid var(--ehm-blue-100);
  display: flex;
  align-items: center;
  gap: 10px;
}

.ehm .ehm-mock-floating-badge.ehm-mock-floating-badge--sm {
  padding: 8px 14px;
  border-radius: 12px;
  box-shadow: var(--ehm-shadow-lg);
  font-size: 10px;
}

.ehm .ehm-mock-floating-badge.ehm-mock-floating-badge--dark {
  background: var(--ehm-obsidian);
  color: white;
  border: none;
}

.ehm .ehm-mock-floating-badge.ehm-mock-floating-badge--green {
  background: var(--ehm-green-600);
  color: white;
  border: none;
}

.ehm .ehm-mock-floating-badge.ehm-mock-floating-badge--pill {
  border-radius: 100px;
}

.ehm .ehm-mock-floating-badge.ehm-mock-floating-badge--absolute {
  position: absolute;
  z-index: 5;
}

.ehm .ehm-mock-floating-badge.ehm-mock-floating-badge--bottom-right {
  bottom: -10px;
  right: -15px;
}

.ehm .ehm-mock-floating-badge.ehm-mock-floating-badge--top-right {
  top: -10px;
  right: -15px;
}

.ehm .ehm-mock-badge-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.ehm .ehm-mock-badge-icon--blue {
  background: var(--ehm-blue-500);
  color: white;
}

.ehm .ehm-mock-badge-icon--sm {
  width: 18px;
  height: 18px;
}

.ehm .ehm-mock-badge-text {
  font-size: 11px;
  font-weight: 800;
  color: var(--ehm-blue-700);
  text-transform: uppercase;
  margin: 0;
  outline: none;
}

.ehm .ehm-mock-badge-text--sm {
  font-size: 10px;
  letter-spacing: 0.02em;
  color: var(--ehm-slate-700);
}

.ehm .ehm-mock-badge-text--white {
  color: white;
}

/* Waterfall Cards */
.ehm .ehm-waterfall-card-constrained {
  max-width: 320px;
  margin: 0 auto;
}

.ehm .ehm-waterfall-profile-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 1.5rem;
}

.ehm .ehm-waterfall-profile-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--ehm-obsidian);
}

.ehm .ehm-waterfall-profile-tags {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}

.ehm .ehm-waterfall-tag {
  font-size: 9px;
  font-weight: 800;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
}

.ehm .ehm-waterfall-tag--green {
  background: var(--ehm-green-600);
}

/* Card Inner Sections */
.ehm .ehm-mock-section {
  background: #f8fafc;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 1.5rem;
  border: 1px solid #e2e8f0;
}

.ehm .ehm-mock-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ehm .ehm-mock-section-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--ehm-slate-600);
}

.ehm .ehm-mock-section-status {
  font-size: 9px;
  font-weight: 800;
  color: var(--ehm-green-600);
}

.ehm .ehm-mock-task-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ehm .ehm-mock-task-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: var(--ehm-slate-500);
  font-weight: 600;
}

.ehm .ehm-mock-action-btn {
  padding: 10px;
  background: var(--ehm-blue-500);
  color: white;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 164, 189, 0.25);
}

/* Form Engine Mockup */
.ehm .ehm-mock-engine-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.ehm .ehm-mock-engine-title {
  font-size: 11px;
  font-weight: 800;
  color: var(--ehm-blue-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.ehm .ehm-mock-engine-badge {
  font-size: 10px;
  font-weight: 700;
  color: var(--ehm-green-600);
  background: var(--ehm-green-50);
  padding: 2px 8px;
  border-radius: 4px;
}

.ehm .ehm-mock-field {
  margin-bottom: 12px;
}

.ehm .ehm-mock-field-label {
  font-size: 9px;
  font-weight: 700;
  color: var(--ehm-slate-400);
  margin-bottom: 4px;
  text-transform: uppercase;
}

.ehm .ehm-mock-field-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ehm .ehm-mock-field-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--ehm-obsidian);
}

/* Card Stack */
.ehm .ehm-mock-stack {
  position: relative;
  height: 280px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.ehm .ehm-mock-stack-card {
  position: absolute;
  background: white;
  border-radius: 16px;
  border: 1px solid var(--ehm-slate-100);
}

.ehm .ehm-mock-stack-card--bottom {
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 180px;
  opacity: 0.4;
  transform: scale(0.9);
  z-index: 1;
}

.ehm .ehm-mock-stack-card--middle {
  bottom: 15px;
  left: 5px;
  right: 5px;
  height: 180px;
  opacity: 0.7;
  transform: scale(0.95);
  z-index: 2;
}

.ehm .ehm-mock-stack-card--top {
  top: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  z-index: 3;
  border-radius: 24px;
}

.ehm .ehm-mock-doc-status {
  background: var(--ehm-green-50);
  border: 1px solid var(--ehm-green-100);
  padding: 1rem;
  border-radius: 12px;
  text-align: center;
}

.ehm .ehm-mock-doc-status-title {
  font-size: 10px;
  font-weight: 800;
  color: var(--ehm-green-600);
  margin-bottom: 4px;
  text-transform: uppercase;
}

.ehm .ehm-mock-doc-status-name {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--ehm-obsidian);
}

.ehm .ehm-mock-doc-status-date {
  font-size: 9px;
  color: var(--ehm-slate-400);
  margin-top: 2px;
}

.ehm .ehm-mock-progress {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ehm .ehm-mock-progress-text {
  font-size: 10px;
  font-weight: 700;
  color: var(--ehm-slate-400);
}

.ehm .ehm-mock-progress-bar {
  width: 40px;
  height: 4px;
  background: var(--ehm-green-600);
  border-radius: 2px;
}

/* Timeline */
.ehm .ehm-mock-timeline {
  position: relative;
  padding-left: 40px;
  height: 320px;
  max-width: 280px;
  margin: 0 auto;
}

.ehm .ehm-mock-timeline-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--ehm-blue-500), var(--ehm-green-600), transparent);
}

.ehm .ehm-mock-timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.ehm .ehm-mock-timeline-dot {
  position: absolute;
  left: -46px;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid white;
  z-index: 2;
}

.ehm .ehm-mock-timeline-dot--blue {
  background: var(--ehm-blue-500);
  box-shadow: 0 0 15px rgba(0, 164, 189, 0.4);
}

.ehm .ehm-mock-timeline-dot--green {
  background: var(--ehm-green-600);
}

.ehm .ehm-mock-timeline-dot--grey {
  background: var(--ehm-slate-300);
}

.ehm .ehm-mock-timeline-card {
  padding: 12px 15px;
  background: white;
  border-radius: 14px;
  box-shadow: var(--ehm-shadow-lg);
  border: 1px solid var(--ehm-slate-100);
}

.ehm .ehm-mock-timeline-card--future {
  background: #f8fafc;
  border: 1px dashed var(--ehm-slate-200);
  opacity: 0.7;
  box-shadow: none;
}

.ehm .ehm-mock-timeline-day {
  font-size: 9px;
  font-weight: 900;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}

.ehm .ehm-mock-timeline-day--blue {
  color: var(--ehm-blue-500);
}

.ehm .ehm-mock-timeline-day--green {
  color: var(--ehm-green-600);
}

.ehm .ehm-mock-timeline-day--grey {
  color: var(--ehm-slate-400);
}

.ehm .ehm-mock-timeline-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--ehm-obsidian);
}

.ehm .ehm-mock-timeline-title--grey {
  color: var(--ehm-slate-400);
}

.ehm .ehm-mock-timeline-status {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--ehm-slate-50);
}

.ehm .ehm-mock-timeline-status-text {
  font-size: 9px;
  color: var(--ehm-slate-400);
  font-weight: 700;
}

.ehm .ehm-mock-timeline-check {
  width: 12px;
  height: 12px;
  background: var(--ehm-green-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ehm .ehm-mock-spinner {
  border: 2px solid #cbd5e1;
  border-radius: 50%;
  animation: ehm-spin 1s linear infinite;
}

.ehm .ehm-mock-spinner--sm {
  width: 10px;
  height: 10px;
}

.ehm .ehm-mock-spinner--blue {
  border-top-color: var(--ehm-blue-500);
}

/* Success Card */
.ehm .ehm-mock-success-wrap {
  position: relative;
  padding: 1.5rem;
}

.ehm .ehm-mock-success {
  background: white;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: var(--ehm-shadow-xl);
  border: 1px solid var(--ehm-blue-100);
  text-align: center;
  position: relative;
  z-index: 2;
}

.ehm .ehm-mock-success-icon {
  width: 64px;
  height: 64px;
  background: var(--ehm-green-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  color: var(--ehm-green-600);
}

.ehm .ehm-mock-success-name {
  font-size: 18px;
  font-weight: 900;
  color: var(--ehm-obsidian);
  margin-bottom: 4px;
}

.ehm .ehm-mock-success-subtitle {
  font-size: 11px;
  font-weight: 800;
  color: var(--ehm-green-600);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.ehm .ehm-mock-success-tags {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1.5rem;
}

.ehm .ehm-mock-success-tag {
  padding: 4px 10px;
  background: #f8fafc;
  border-radius: 100px;
  font-size: 9px;
  font-weight: 700;
  color: var(--ehm-slate-500);
  border: 1px solid #e2e8f0;
}

.ehm .ehm-mock-success-sparkle-1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  animation: ehm-float 3s infinite;
}

.ehm .ehm-mock-success-sparkle-2 {
  position: absolute;
  top: 20%;
  right: 0;
  font-size: 20px;
  animation: ehm-float 4s infinite reverse;
}

.ehm .ehm-mock-success-sparkle-3 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  font-size: 18px;
  animation: ehm-float 5s infinite;
}


/* Flow Graphic */
.ehm .ehm-flow-graphic {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ehm .ehm-flow-node {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.ehm .ehm-flow-node--active {
  background: white;
  border: 2px solid var(--ehm-blue-500);
  box-shadow: 0 4px 15px rgba(0, 164, 189, 0.1);
}

.ehm .ehm-flow-node--pending {
  opacity: 0.5;
}

.ehm .ehm-flow-node-content {
  flex: 1;
}

.ehm .ehm-flow-node-title {
  font-size: 12px;
  font-weight: 800;
}

.ehm .ehm-flow-node-subtitle {
  font-size: 9px;
  font-weight: 700;
}

.ehm .ehm-flow-node-subtitle--green {
  color: var(--ehm-green-600);
}

.ehm .ehm-flow-node-subtitle--blue {
  color: var(--ehm-blue-500);
}

.ehm .ehm-flow-node-subtitle--grey {
  color: var(--ehm-slate-400);
}

.ehm .ehm-flow-connector {
  height: 20px;
  width: 2px;
  background: #e2e8f0;
  margin-left: 28px;
}

.ehm .ehm-flow-connector--dashed {
  border-left: 2px dashed #cbd5e1;
  background: none;
}

/* Validation Overlay */
.ehm .ehm-mock-validation-overlay {
  position: absolute;
  top: 40%;
  right: -20px;
  background: var(--ehm-obsidian);
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  box-shadow: var(--ehm-shadow-lg);
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ehm .ehm-mock-validation-title {
  color: var(--ehm-green-400);
  margin-bottom: 4px;
}

/* Admin Tasks */
.ehm .ehm-admin-task {
  padding: 12px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ehm .ehm-admin-task:last-child {
  margin-bottom: 0;
}

.ehm .ehm-admin-task-left-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ehm .ehm-admin-task-check {
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid var(--ehm-green-600);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ehm-green-600);
  font-size: 12px;
  font-weight: 900;
}

.ehm .ehm-admin-task-uncheck {
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #cbd5e1;
  border-radius: 4px;
}

.ehm .ehm-admin-task-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--ehm-obsidian);
}

.ehm .ehm-admin-task-dept {
  font-size: 9px;
  font-weight: 800;
  color: #64748b;
  background: white;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
}

.ehm .ehm-admin-status {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ehm-slate-50);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ehm .ehm-admin-status-dot {
  width: 8px;
  height: 8px;
  background: var(--ehm-blue-500);
  border-radius: 50%;
  animation: ehm-pulse 2s infinite;
}

.ehm .ehm-admin-status-text {
  font-size: 10px;
  font-weight: 700;
  color: var(--ehm-slate-400);
}

/* Document Views */
.ehm .ehm-mock-doc-panel {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: var(--ehm-shadow-lg);
}

.ehm .ehm-mock-doc-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.ehm .ehm-mock-doc-mac-btn {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ehm .ehm-mock-doc-mac-btn--red {
  background: #ff5f56;
}

.ehm .ehm-mock-doc-mac-btn--yellow {
  background: #ffbd2e;
}

.ehm .ehm-mock-doc-mac-btn--green {
  background: #27c93f;
}

.ehm .ehm-mock-doc-filename {
  margin-left: auto;
  font-size: 10px;
  font-weight: 800;
  color: var(--ehm-slate-400);
  letter-spacing: 0.05em;
}

.ehm .ehm-mock-doc-line {
  height: 8px;
  background: #f1f5f9;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ehm .ehm-mock-doc-line--full {
  width: 100%;
}

.ehm .ehm-mock-doc-line--90 {
  width: 90%;
}

.ehm .ehm-mock-doc-line--95 {
  width: 95%;
  margin-bottom: 2rem;
}

.ehm .ehm-mock-doc-sigbox {
  border: 2px dashed var(--ehm-blue-200);
  background: var(--ehm-blue-50);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  position: relative;
}

.ehm .ehm-mock-doc-signature {
  font-family: 'Brush Script MT', cursive;
  font-size: 1.75rem;
  color: #003a9b;
  line-height: 1.2;
}

.ehm .ehm-mock-doc-siglabel {
  font-size: 8px;
  font-weight: 800;
  color: var(--ehm-blue-500);
  margin-top: 4px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.ehm .ehm-mock-doc-sigbadge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: var(--ehm-green-600);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.ehm .ehm-icon-circle-num {
  width: 28px;
  height: 28px;
  font-size: 12px;
}

/* Generic element reset inside .ehm */
#top .ehm h1,
#top .ehm h2,
#top .ehm h3,
#top .ehm h4,
#top .ehm h5,
#top .ehm h6 {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

#top .ehm p {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}

#top .ehm a {
  font-size: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}

#top .ehm ul,
#top .ehm ol,
#top .ehm li {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#top .ehm button {
  font-family: inherit !important;
}

#top .ehm img {
  max-width: 100%;
  height: auto !important;
}
