.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container.pa-bg-clipped-yes.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-text, .elementor-widget-container:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-container.premium-gbadge-custom:not(.pa-bg-clipped-yes) .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-1671 .elementor-element.elementor-element-c8bc298{--display:flex;}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-html .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-html.pa-bg-clipped-yes.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-text, .elementor-widget-html:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-html.premium-gbadge-custom:not(.pa-bg-clipped-yes) .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d3ff0e8 *//* ===================================================
   ALAN CASE STUDY – GLOBAL
=================================================== */

.alan-case-doc {
  max-width: 860px;
  margin: auto;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #111;
  line-height: 1.9;
}

/* ===================================================
   HEADER
=================================================== */

.alan-case-header h1 {
  font-size: 38px;
  font-weight: 800;
  color: #43f700;
  margin-bottom: 10px;
  animation: alanTitleReveal 0.9s ease forwards;
}

.alan-case-meta {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 6px 16px;
  border: 1px solid #43f700;
  border-radius: 22px;
  opacity: 0;
  animation: alanBadgePop 0.6s ease forwards;
  animation-delay: 0.3s;
}

/* ===================================================
   SECTIONS
=================================================== */

.alan-case-doc section {
  padding: 26px 0;
  opacity: 0;
  transform: translateY(30px);
  animation: alanFadeUp 0.8s ease forwards;
}

.alan-case-doc section:nth-of-type(1) { animation-delay: 0.1s; }
.alan-case-doc section:nth-of-type(2) { animation-delay: 0.25s; }
.alan-case-doc section:nth-of-type(3) { animation-delay: 0.4s; }
.alan-case-doc section:nth-of-type(4) { animation-delay: 0.55s; }
.alan-case-doc section:nth-of-type(5) { animation-delay: 0.7s; }
.alan-case-doc section:nth-of-type(6) { animation-delay: 0.85s; }

/* ===================================================
   HEADINGS
=================================================== */

.alan-case-doc h2 {
  font-size: 22px;
  font-weight: 700;
  color: #43f700;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
  position: relative;
}

/* subtle underline motion */
.alan-case-doc h2::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #43f700;
  display: block;
  margin-top: 6px;
  opacity: 0.6;
}

/* ===================================================
   TEXT
=================================================== */

.alan-case-doc p {
  font-size: 15.5px;
  color: #222;
  margin-bottom: 12px;
}

/* ===================================================
   LISTS – CREATIVE DOTS
=================================================== */

.alan-case-doc ul {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.alan-case-doc li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  opacity: 0;
  transform: translateX(-10px);
  animation: alanListIn 0.5s ease forwards;
}

.alan-case-doc li:nth-child(1) { animation-delay: 0.1s; }
.alan-case-doc li:nth-child(2) { animation-delay: 0.2s; }
.alan-case-doc li:nth-child(3) { animation-delay: 0.3s; }
.alan-case-doc li:nth-child(4) { animation-delay: 0.4s; }
.alan-case-doc li:nth-child(5) { animation-delay: 0.5s; }
.alan-case-doc li:nth-child(6) { animation-delay: 0.6s; }

.alan-case-doc li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #43f700;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* ===================================================
   DIVIDERS
=================================================== */

.alan-case-doc hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 28px 0;
}

/* ===================================================
   HIGHLIGHT BLOCK
=================================================== */

.alan-highlight {
  background: linear-gradient(
    90deg,
    rgba(67, 247, 0, 0.14),
    rgba(67, 247, 0, 0.03)
  );
  border-left: 4px solid #43f700;
  padding: 16px 18px;
  margin-top: 18px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

/* glow sweep animation */
.alan-highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(67, 247, 0, 0.25),
    transparent
  );
  transform: translateX(-100%);
  animation: alanGlowSweep 3s ease-in-out infinite;
}

/* ===================================================
   TAGLINE
=================================================== */

.alan-tagline {
  font-size: 18px;
  font-weight: 700;
  color: #43f700;
  margin-top: 16px;
  opacity: 0;
  animation: alanTaglineFade 1s ease forwards;
  animation-delay: 0.9s;
}

/* ===================================================
   ANIMATIONS
=================================================== */

@keyframes alanFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes alanTitleReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes alanBadgePop {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes alanListIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes alanGlowSweep {
  0% { transform: translateX(-100%); }
  60% { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}

@keyframes alanTaglineFade {
  to {
    opacity: 1;
    letter-spacing: 0.3px;
  }
}

/* ===================================================
   RESPONSIVE
=================================================== */

@media (max-width: 768px) {
  .alan-case-header h1 {
    font-size: 30px;
  }

  .alan-case-doc {
    padding: 0 14px;
  }
}/* End custom CSS */