.elementor-16178 .elementor-element.elementor-element-7b3d722{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16178 .elementor-element.elementor-element-c5ed5bb{--display:flex;}body.elementor-page-16178:not(.elementor-motion-effects-element-type-background), body.elementor-page-16178 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#141414;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-48b8e61 *//* =========================================================
   AI Consulting Services – Evangelist Apps
   Scoped under .ea-ai-consulting for Elementor Custom HTML
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.ea-ai-consulting {
  --bg: #141414;
  --text-body: #b3b3b3;
  --text-primary: #ffffff;
  --text-muted: rgba(255,255,255,0.6);
  --accent: #8cb832;
  --accent-hover: #7aa329;
  --accent-fg: #1a1a1a;
  --border: #333;
  --border-light: #292929;
  --success: #2eb88a;
  --card-shadow: 0 4px 20px rgba(0,0,0,0.3);
  --radius: 12px;
  --bg-card: rgba(26,26,26,0.6);
  --bg-light: #1a1a1a;
  --bg-blue-tint: rgba(140,184,50,0.06);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

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

.ea-ai-consulting a {
  color: var(--accent);
  text-decoration: none;
}
.ea-ai-consulting a:hover {
  text-decoration: underline;
}

.ea-ai-consulting img {
  max-width: 100%;
  display: block;
}

.ea-ai-consulting button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

.ea-ai-consulting ul {
  list-style: none;
}

/* Layout */
.ea-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .ea-container { padding: 0 40px; }
}
@media (min-width: 1024px) {
  .ea-container { padding: 0 64px; }
}

.ea-container--narrow {
  max-width: 800px;
}

.ea-section {
  padding: 80px 0;
}

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

/* Typography */
.ea-pre-heading {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin-bottom: 12px;
}

.ea-h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ea-h2 { font-size: 36px; }
}

.ea-h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-primary);
}
@media (min-width: 768px) {
  .ea-h3 { font-size: 22px; }
}

.ea-body,
.ea-body-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-body);
}
@media (min-width: 768px) {
  .ea-body, .ea-body-text { font-size: 16px; }
}

.ea-body-large {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-body);
}
@media (min-width: 768px) {
  .ea-body-large { font-size: 18px; }
}

.ea-accent-text {
  color: var(--accent);
}

.ea-link-accent {
  color: var(--accent);
}
.ea-link-accent:hover {
  text-decoration: underline;
}

/* Buttons */
.ea-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 9999px;
  transition: all 0.2s;
  text-decoration: none;
}

.ea-btn--accent, 
.ea-btn-primary {
    background: var(--accent);
    color: var(--accent-fg) !important;
    padding: 14px 32px;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 700;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    transition: 
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

/* Make SVG smooth */
.ea-btn-primary .ea-svg,
.ea-btn--accent .ea-svg {
    transition: transform 0.3s ease;
}

/* Hover effect */
.ea-btn--accent:hover,
.ea-btn-primary:hover {
    background: var(--accent-hover);
    transform: translateY(-2px) scale(1.05); /* grow effect */
    box-shadow: 0 6px 20px rgba(140,184,50,0.35);
    text-decoration: none !important;
}

/* Arrow moves right */
.ea-btn--accent:hover .ea-svg,
.ea-btn-primary:hover .ea-svg {
    transform: translateX(6px);
}


.ea-btn--accent-sq,
.ea-btn-rect {
  background: var(--accent);
  color: var(--accent-fg)!important;
  padding: 14px 32px;
  border-radius: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;

  /* smoother animation */
  transition: 
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

/* Smooth arrow animation */
.ea-btn--accent-sq .ea-svg,
.ea-btn-rect .ea-svg {
  transition: transform 0.3s ease;
}

.ea-btn--accent-sq:hover,
.ea-btn-rect:hover {
  background: var(--accent-hover);
  transform: translateY(-2px) scale(1.05); /* grow effect */
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(140,184,50,0.35);
}

/* Arrow moves right */
.ea-btn--accent-sq:hover .ea-svg,
.ea-btn-rect:hover .ea-svg {
  transform: translateX(6px);
}


.ea-btn svg,
.ea-btn-primary svg,
.ea-btn-rect svg {
  width: 16px;
  height: 16px;
}

.ea-svg {
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ========== HERO ========== */
.ea-hero {
  background: var(--bg);
  padding: 40px 0 0;
}

.ea-hero-inner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.ea-hero h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-primary);
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .ea-hero h1 { font-size: 52px; }
}

.ea-hero p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  .ea-hero p { font-size: 18px; }
}

.ea-hero-img {
  margin-top: 56px;
}

.ea-hero-img img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
}

/* ================================
   Logo Strip Section
================================ */

/* Main Container */
.logo-strip {
    width: 100%;
    padding: 1.5rem 0;
    margin-top: 3rem;
    overflow: hidden;
    background: transparent; /* Set color if needed */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Tablet & Above */
@media (min-width: 768px) {
    .logo-strip {
        padding: 2rem 0;
    }
}

/* Inner Wrapper */
.logo-strip-inner {
    position: relative;
}

/* Scrolling Container */
.logo-strip-scroll {
    display: flex;
    align-items: center;
    gap: 3rem;
    animation: scroll 25s linear infinite;
}

/* Larger Gap for Tablet+ */
@media (min-width: 768px) {
    .logo-strip-scroll {
        gap: 5rem;
    }
}

/* Scroll Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Logo Items */
.logo-item {
    flex-shrink: 0;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.8);
}

/* Variations */
.logo-item.logo-large {
    font-size: 1.5rem;
    font-weight: 700;
}

.logo-item.logo-medium {
    font-size: 1.25rem;
    font-weight: 600;
}

.logo-item.logo-bordered {
    font-size: 1.25rem;
    font-weight: 500;
}

.logo-item.logo-tracking {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}

/* Logo Images */
.logo-item img {
    width: 140px;
    height: auto;
    object-fit: contain;
    display: block;
}

/* ========== INTRO ========== */
.ea-intro {
  padding: 64px 0;
  background: var(--bg);
}

h2.ea-h2 {
    font-weight: 700;
}

.ea-intro-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.ea-intro-inner p {
  margin-bottom: 32px;
}

.ea-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.ea-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.ea-badge svg {
  width: 16px;
  height: 16px;
  color: var(--success);
  flex-shrink: 0;
}
.ea-badge span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-body);
}

/* ========== SERVICES GRID ========== */
.ea-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  .ea-services-grid { grid-template-columns: 1fr 1fr; }
}

.ea-services-list {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  background: var(--bg);
}

.ea-services-list-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 20px;
  border-radius: 8px;
  transition: all 0.2s;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 4px;
}
.ea-services-list-btn:hover {
  color: var(--text-primary);
  background: rgba(255,255,255,0.03);
}
.ea-services-list-btn.active {
  color: var(--text-primary);
  background: rgba(255,255,255,0.1);
}

.ea-services-detail {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
}

.ea-services-detail h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.ea-services-detail > p {
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 32px;
}

.ea-subpoints {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: auto;
}
@media (min-width: 640px) {
  .ea-subpoints { grid-template-columns: 1fr 1fr; }
}

.ea-subpoint {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  background: var(--bg);
}
.ea-subpoint h4 {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-size: 15px;
}
.ea-subpoint p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ========== STATS GRID ========== */
.ea-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .ea-stats-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .ea-stats-grid { grid-template-columns: repeat(4, 1fr); }
}

.ea-stat-card {
  background: rgb(82 82 82 / 6%);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
}

.ea-stat-value {
  font-size: 28px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.1;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .ea-stat-value { font-size: 36px; }
}

.ea-stat-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.ea-stat-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-body);
}


/* ========== SERVICE TABS (expandable cards) ========== */
.ea-service-tabs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .ea-service-tabs-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .ea-service-tabs-grid { grid-template-columns: repeat(3, 1fr); }
}

.ea-stab-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-card);
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.ea-stab-card:hover {
  border-color: rgba(140,184,50,0.5);
  box-shadow: 0 4px 20px rgba(140,184,50,0.05);
}
.ea-stab-card.expanded {
  border-color: rgba(140,184,50,0.6);
  box-shadow: 0 4px 20px rgba(140,184,50,0.1);
}

.ea-stab-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.ea-stab-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(140,184,50,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ea-stab-icon svg {
  width: 20px;
  height: 20px;
  color: var(--accent);
}

.ea-stab-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.ea-stab-card > p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.ea-stab-items {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.ea-stab-card.expanded .ea-stab-items {
  max-height: 600px;
  opacity: 1;
}

.ea-stab-items ul {
  padding-top: 8px;
  border-top: 1px solid var(--border);
  list-style: none;
}

.ea-stab-items li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 12px;
  color: var(--text-muted);
}
.ea-stab-items li svg {
  width: 16px;
  height: 16px;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 3px;
}
.ea-stab-items li strong {
  color: var(--text-primary);
  font-weight: 600;
}

.ea-stab-toggle {
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
  margin-top: 12px;
}

/* ========== INDUSTRIES ========== */
.ea-ind-section {
  background: var(--bg-light);
}

.ea-ind-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}

.ea-ind-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 9999px;
  border: 1px solid var(--border) !important;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: all 0.2s;
  background: var(--bg) !important;
  border-radius: 35px !important;
  padding: 12px 25px 12px 25px !important;

}
.ea-ind-pill:hover {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
}
.ea-ind-pill.active {
  background: var(--accent) !important;
  color: var(--accent-fg);
  border-color: var(--accent);
  border-radius: 35px;
  padding: 12px 25px 12px 25px !important;
}

.ea-ind-pill.active,
.ea-ind-pill.active:hover {
  background: var(--accent) !important;
  color: var(--accent-fg) !important;
  border-color: var(--accent) !important;
  border-radius: 35px;
  padding: 12px 25px !important;
}


.ea-ind-pill svg {
  width: 16px;
  height: 16px;
}

.ea-ind-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .ea-ind-grid { grid-template-columns: 1fr 1fr; }
}

.ea-ind-card {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: all 0.2s;
}
.ea-ind-card:hover {
  border-color: rgba(140,184,50,0.5);
}
.ea-ind-card:hover h3 {
  color: var(--accent);
}
.ea-ind-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
  transition: color 0.2s;
}
.ea-ind-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

.ea-ind-note {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--text-muted);
  font-style: italic;
  font-weight: 600;
}

/* ========== WHY CHOOSE US ========== */
.ea-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .ea-why-grid { grid-template-columns: 1fr 1fr; }
}

.ea-why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ea-why-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-blue-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ea-why-icon svg {
  width: 20px;
  height: 20px;
  color: var(--accent);
}

.ea-why-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.ea-why-item p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

/* ========== PROCESS TIMELINE ========== */
.ea-process-steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ea-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

h3.ea-h3 {
    font-size: 22px;
    font-weight: 700;
}

.ea-step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--accent-fg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
}

.ea-step-body {
  flex: 1;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--card-shadow);
}
.ea-step-body h3 {
  margin-bottom: 8px;
}
.ea-step-body > p {
  margin-bottom: 16px;
}

.ea-step-bullets {
  list-style: none;
  margin-bottom: 16px;
}
.ea-step-bullets li {
  font-size: 14px;
  color: var(--text-muted);
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}
.ea-step-bullets li::before {
  content: "\2022";
  color: var(--accent);
}

.ea-step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ea-step-tag {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
  background: var(--bg-blue-tint);
  padding: 4px 12px;
  border-radius: 9999px;
}

.ea-mini-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 48px 0;
}

.ea-mini-stat-val {
  font-size: 24px;
  font-weight: 800;
  color: var(--accent);
}

.ea-mini-stat-label {
  font-size: 14px;
  color: var(--text-muted);
  margin-left: 8px;
}

.ea-process-cta {
  text-align: center;
  margin-top: 48px;
}
.ea-process-cta h3 {
  margin-bottom: 16px;
}

/* ========== TECH STACK ========== */
.ea-tech-section {
  text-align: center;
}

.ea-tech-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}

.ea-tech-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--border) !important;
  color: var(--text-muted) !important;
  transition: all 0.2s;
  padding: 10px 25px 10px 25px;
  background: #0e0e0e !important;
  border-radius: 35px !important;

}
.ea-tech-pill:hover {
  border-color: var(--text-muted);
  color: var(--text-primary);
}
.ea-tech-pill.active {
    background: rgba(140, 184, 50, 0.1) !important;
    border-color: #acd35c !important;
    color: var(--accent) !important;
    border-radius: 35px;
    border: solid 1px;
    padding: 10px 25px 10px 25px;
}
.ea-tech-pill svg {
  width: 16px;
  height: 16px;
}

.ea-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 640px) {
  .ea-tech-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
  .ea-tech-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1024px) {
  .ea-tech-grid { grid-template-columns: repeat(6, 1fr); }
}

.ea-tech-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all 0.2s;
}
.ea-tech-card:hover {
  border-color: rgba(140,184,50,0.5);
}
.ea-tech-card img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.ea-tech-card .ea-tech-fallback {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--accent);
}
.ea-tech-card span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
}

/* ========== AI MODELS ========== */

.mistral{
filter: invert(57%) sepia(98%) saturate(748%) hue-rotate(359deg) brightness(101%) contrast(101%);
}

.ea-models-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
  .ea-models-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .ea-models-grid { grid-template-columns: repeat(3, 1fr); }
}

.ea-model-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s;
}
.ea-model-card:hover {
  background: rgba(255,255,255,0.15);
}

.ea-model-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ea-model-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.ea-model-fallback-text {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
}
.ea-model-icon {
  position: relative;
}
.ea-model-fallback-text.ea-model-fallback {
  display: flex;
}

.ea-model-card span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
}

/* ========== ENGAGEMENT MODELS ========== */
.ea-engage-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 16px;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ea-engage-scroll::-webkit-scrollbar {
  display: none;
}

.ea-engage-card {
  min-width: 300px;
  max-width: 320px;
  flex-shrink: 0;
  scroll-snap-align: start;
  border-radius: var(--radius);
  border: 1px solid rgba(51,51,51,0.4);
  background: rgba(31,31,31,0.6);
  backdrop-filter: blur(4px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ea-engage-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ea-engage-icon svg {
  width: 20px;
  height: 20px;
  color: var(--text-primary);
}

.ea-engage-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
}

.ea-engage-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

.ea-engage-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.ea-engage-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: color 0.2s;
  background: none;
  padding: 10px;
}
.ea-engage-nav button:hover {
  color: var(--text-primary);
}
.ea-engage-nav button svg {
  width: 20px;
  height: 20px;
}

.ea-engage-title-accent {
  color: var(--text-primary);
}
.ea-engage-title-accent span {
  color: var(--accent);
}

/* ========== RELATED SERVICES ========== */
.ea-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .ea-related-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .ea-related-grid { grid-template-columns: repeat(3, 1fr); }
}

.ea-related-card {
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: all 0.25s;
  display: block;
  text-decoration: none;
}
.ea-related-card:hover {
  background: var(--bg);
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  text-decoration: none;
}

.ea-related-card svg.ea-related-icon {
  width: 32px;
  height: 32px;
  color: var(--accent);
  margin-bottom: 12px;
}

.ea-related-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.ea-related-card > p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.ea-related-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ea-related-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}
.ea-related-card:hover .ea-related-link svg {
  transform: translateX(4px);
}

/* ========== FAQ ========== */
.ea-faq-inner {
  max-width: 800px;
  margin: 0 auto;
}

.ea-faq-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 12px;
}

.ea-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  text-align: left;
  background: none;
  cursor: pointer;
}
.ea-faq-q span {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  padding-right: 16px;
}
@media (min-width: 768px) {
  .ea-faq-q span { font-size: 18px; }
}
.ea-faq-q svg {
  width: 20px;
  height: 20px;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform 0.3s;
}
.ea-faq-item.open .ea-faq-q svg {
  transform: rotate(180deg);
}

.ea-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.ea-faq-item.open .ea-faq-a {
  max-height: 1200px;
}

.ea-faq-a p {
  padding: 0 24px 20px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}

/* Fade-up (optional for scroll animations) */
.ea-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.ea-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */