.elementor-76 .elementor-element.elementor-element-dae13e8{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-76 .elementor-element.elementor-element-3cd0f12{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-76 .elementor-element.elementor-element-4efef2d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-76 .elementor-element.elementor-element-934e00c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-76 .elementor-element.elementor-element-741b210{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8054a5c *//* =============================================
   EVOURIA — ABOUT PAGE HERO CSS
   ============================================= */

.abthero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #070a1a 0%, #0f0a2e 30%, #0a1028 60%, #070a1a 100%);
  padding: 120px 40px 100px;
}

/* Canvas */
#abtHeroCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Grid */
.abthero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.03) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(ellipse 60% 55% at 50% 45%, black 15%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 45%, black 15%, transparent 70%);
  z-index: 1;
}

.abthero-radial {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 700px;
  background: radial-gradient(ellipse, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
  animation: abtRadialPulse 8s ease-in-out infinite;
}

@keyframes abtRadialPulse {
  0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

.abthero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Orbs */
.abthero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 1;
  pointer-events: none;
  will-change: transform;
}

.abthero-orb-1 {
  width: 480px; height: 480px;
  background: rgba(124, 58, 237, 0.16);
  top: -12%; right: -6%;
  animation: abtOrb1 10s ease-in-out infinite;
}
.abthero-orb-2 {
  width: 360px; height: 360px;
  background: rgba(6, 214, 160, 0.08);
  bottom: -10%; left: -6%;
  animation: abtOrb2 12s ease-in-out infinite;
}
.abthero-orb-3 {
  width: 260px; height: 260px;
  background: rgba(168, 85, 247, 0.1);
  top: 45%; left: 20%;
  animation: abtOrb3 14s ease-in-out infinite;
}
.abthero-orb-4 {
  width: 200px; height: 200px;
  background: rgba(6, 214, 160, 0.06);
  top: 20%; left: 55%;
  animation: abtOrb4 9s ease-in-out infinite;
}

@keyframes abtOrb1 {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-40px, 50px) scale(1.1); }
}
@keyframes abtOrb2 {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(40px, -30px) scale(1.12); }
}
@keyframes abtOrb3 {
  0%, 100% { transform: translate(0,0); }
  50% { transform: translate(25px, -20px); }
}
@keyframes abtOrb4 {
  0%, 100% { transform: translate(0,0); }
  50% { transform: translate(-20px, 25px); }
}

/* Watermark */
.abthero-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  font-size: clamp(80px, 18vw, 220px);
  font-weight: 900;
  letter-spacing: -8px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(124, 58, 237, 0.07);
  z-index: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  opacity: 0.045;
  transition: transform 0.1s linear;
}

/* Container */
.abthero-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* Reveal */
.abt-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--abt-delay, 0s);
}
.abt-reveal.abt-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Breadcrumb */
.abthero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
  padding: 8px 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 50px;
}
.abthero-breadcrumb a {
  color: #6b6f8d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.3s;
}
.abthero-breadcrumb a:hover { color: #a78bfa; }
.abthero-breadcrumb span {
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 600;
}

/* Layout */
.abthero-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 70px;
}

/* Tag */
.abthero-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.abthero-tag-pulse {
  width: 10px;
  height: 10px;
  background: #06d6a0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.5);
  animation: abtPulse 2s ease-in-out infinite;
}
@keyframes abtPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.5); }
  50% { box-shadow: 0 0 0 10px rgba(6, 214, 160, 0); }
}
.abthero-tag > span:nth-child(2) {
  font-size: 12px;
  font-weight: 700;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.abthero-tag-line {
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, #7c3aed, transparent);
}
.abthero-tag-year {
  font-size: 12px;
  font-weight: 600;
  color: #5c6090;
  letter-spacing: 1px;
}

/* Title */
.abthero-title {
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -2.5px;
  line-height: 1.1;
  margin-bottom: 24px;
}
.abthero-title-line {
  display: block;
  color: #8b8fad;
  font-weight: 600;
}
.abthero-title-accent {
  display: block;
  margin-top: 6px;
}
.abthero-morph-wrap {
  display: inline-block;
  perspective: 600px;
}
.abthero-morph {
  display: inline-block;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 45%, #06d6a0 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: abtGrad 4s ease-in-out infinite;
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.abthero-morph.abt-morph-out {
  opacity: 0;
  transform: translateY(20px) rotateX(80deg) scale(0.85);
  filter: blur(4px);
}
.abthero-morph.abt-morph-in {
  animation: abtMorphIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, abtGrad 4s ease-in-out infinite;
}
@keyframes abtMorphIn {
  0% { opacity: 0; transform: translateY(-20px) rotateX(-80deg) scale(0.85); filter: blur(4px); }
  100% { opacity: 1; transform: translateY(0) rotateX(0) scale(1); filter: blur(0); }
}
@keyframes abtGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Desc */
.abthero-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #7d82a6;
  max-width: 540px;
  margin-bottom: 32px;
}
.abthero-desc em {
  color: #c4b5fd;
  font-style: normal;
  font-weight: 600;
}

/* Values */
.abthero-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.abthero-value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: default;
}
.abthero-value:hover {
  border-color: rgba(124, 58, 237, 0.4);
  background: rgba(124, 58, 237, 0.08);
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.15);
}
.abthero-value-icon { font-size: 16px; }
@keyframes abtValuePop {
  0% { transform: scale(1); }
  40% { transform: scale(1.35) rotate(-12deg); }
  100% { transform: scale(1) rotate(0); }
}
.abthero-value span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: #c4c7e0;
}

/* Story Stats */
.abthero-story-stats {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.abthero-story-stat { text-align: left; }
.abthero-story-num {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1.5px;
  line-height: 1;
}
.abthero-story-plus {
  font-size: 22px;
  font-weight: 700;
  color: #06d6a0;
}
.abthero-story-label {
  display: block;
  font-size: 11px;
  color: #5c6090;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 6px;
  font-weight: 500;
}
.abthero-story-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(124, 58, 237, 0.3), transparent);
}

/* ========== ORBIT VISUAL ========== */
.abthero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 480px;
}

.abthero-orbit-system {
  position: relative;
  width: 420px;
  height: 420px;
  transition: transform 0.15s ease-out;
  will-change: transform;
}

/* Core */
.abthero-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  z-index: 5;
}
.abthero-core-inner {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 60px rgba(124, 58, 237, 0.5), 0 0 120px rgba(124, 58, 237, 0.2);
  animation: abtCorePulse 3s ease-in-out infinite;
}
@keyframes abtCorePulse {
  0%, 100% { box-shadow: 0 0 40px rgba(124, 58, 237, 0.4), 0 0 80px rgba(124, 58, 237, 0.15); }
  50% { box-shadow: 0 0 70px rgba(124, 58, 237, 0.6), 0 0 140px rgba(6, 214, 160, 0.15); }
}
.abthero-core-logo {
  font-size: 42px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -2px;
}
.abthero-core-pulse {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 2px solid rgba(124, 58, 237, 0.4);
  animation: abtCoreRing 2.5s ease-out infinite;
}
@keyframes abtCoreRing {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}
.abthero-core-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed rgba(124, 58, 237, 0.15);
}
.abthero-core-ring-1 { width: 200px; height: 200px; animation: abtSpin 20s linear infinite; }
.abthero-core-ring-2 { width: 300px; height: 300px; animation: abtSpin 30s linear infinite reverse; border-color: rgba(6, 214, 160, 0.1); }
.abthero-core-ring-3 { width: 400px; height: 400px; animation: abtSpin 45s linear infinite; border-style: solid; border-color: rgba(124, 58, 237, 0.08); }
@keyframes abtSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Orbit paths + nodes */
.abthero-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.abthero-orbit-1 { width: 200px; height: 200px; margin: -100px 0 0 -100px; animation: abtOrbitSpin 12s linear infinite; }
.abthero-orbit-2 { width: 200px; height: 200px; margin: -100px 0 0 -100px; animation: abtOrbitSpin 12s linear infinite reverse; animation-delay: -4s; }
.abthero-orbit-3 { width: 300px; height: 300px; margin: -150px 0 0 -150px; animation: abtOrbitSpin 18s linear infinite; }
.abthero-orbit-4 { width: 300px; height: 300px; margin: -150px 0 0 -150px; animation: abtOrbitSpin 18s linear infinite reverse; animation-delay: -6s; }
.abthero-orbit-5 { width: 400px; height: 400px; margin: -200px 0 0 -200px; animation: abtOrbitSpin 25s linear infinite; }
.abthero-orbit-6 { width: 400px; height: 400px; margin: -200px 0 0 -200px; animation: abtOrbitSpin 25s linear infinite reverse; animation-delay: -8s; }

@keyframes abtOrbitSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.abthero-node {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(15, 18, 40, 0.95);
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  /* counter-rotate so icons stay upright */
  animation: abtCounterSpin 12s linear infinite;
  transition: all 0.3s ease;
}
.abthero-orbit-1 .abthero-node { animation-duration: 12s; }
.abthero-orbit-2 .abthero-node { animation-duration: 12s; animation-direction: reverse; }
.abthero-orbit-3 .abthero-node { animation-duration: 18s; }
.abthero-orbit-4 .abthero-node { animation-duration: 18s; animation-direction: reverse; }
.abthero-orbit-5 .abthero-node { animation-duration: 25s; }
.abthero-orbit-6 .abthero-node { animation-duration: 25s; animation-direction: reverse; }

@keyframes abtCounterSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

.abthero-node-label {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  font-weight: 700;
  color: #8b7fc7;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}
.abthero-node:hover {
  border-color: #7c3aed;
  background: rgba(124, 58, 237, 0.15);
  box-shadow: 0 0 25px rgba(124, 58, 237, 0.35);
}
.abthero-node:hover .abthero-node-label { opacity: 1; }

/* Mission Card */
.abthero-mission-card {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  padding: 18px 20px;
  background: rgba(10, 14, 39, 0.92);
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 16px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 6;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
  animation: abtMissionFloat 5s ease-in-out infinite;
  overflow: hidden;
}
@keyframes abtMissionFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}
.abthero-mission-glow {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7c3aed, #06d6a0, transparent);
}
.abthero-mission-label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #7c3aed;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.abthero-mission-card p {
  font-size: 13px;
  color: #c4c7e0;
  line-height: 1.6;
  margin: 0;
}

/* ========== TIMELINE ========== */
.abthero-timeline {
  position: relative;
  padding-top: 10px;
}
.abthero-timeline-track {
  position: absolute;
  top: 28px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: rgba(124, 58, 237, 0.12);
  border-radius: 2px;
  z-index: 0;
}
.abthero-timeline-progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #7c3aed, #06d6a0);
  border-radius: 2px;
  transition: width 0.15s linear;
  box-shadow: 0 0 12px rgba(124, 58, 237, 0.4);
  position: relative;
}
.abthero-timeline-progress::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #06d6a0;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(6, 214, 160, 0.6);
}
.abthero-timeline-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.abthero-tl-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  flex: 1;
  transition: all 0.4s ease;
}
.abthero-tl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0a0e27;
  border: 2px solid rgba(124, 58, 237, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.abthero-tl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.4);
  transition: all 0.4s ease;
}
.abthero-tl-step strong {
  font-size: 14px;
  font-weight: 800;
  color: #6b6f8d;
  transition: color 0.3s;
}
.abthero-tl-step > span {
  font-size: 11px;
  color: #4a4e6a;
  font-weight: 500;
  transition: color 0.3s;
}
.abthero-tl-step.abthero-tl-active .abthero-tl-dot {
  border-color: #7c3aed;
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.4);
  transform: scale(1.2);
}
.abthero-tl-step.abthero-tl-active .abthero-tl-dot span {
  background: #06d6a0;
  box-shadow: 0 0 8px rgba(6, 214, 160, 0.6);
}
.abthero-tl-step.abthero-tl-active strong { color: #ffffff; }
.abthero-tl-step.abthero-tl-active > span { color: #a78bfa; }

/* Scroll Hint */
.abthero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 5;
  transition: opacity 0.3s;
}
.abthero-scroll-line {
  width: 2px;
  height: 48px;
  background: rgba(124, 58, 237, 0.15);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.abthero-scroll-thumb {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, #7c3aed, #06d6a0);
  border-radius: 2px;
  animation: abtScrollThumb 2s ease-in-out infinite;
}
@keyframes abtScrollThumb {
  0% { top: -30%; opacity: 0; }
  30% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}
.abthero-scroll span {
  font-size: 10px;
  color: #4a4e6a;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .abthero-section { padding: 100px 30px 80px; }
  .abthero-layout {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  .abthero-content { display: flex; flex-direction: column; align-items: center; }
  .abthero-desc { max-width: 100%; }
  .abthero-story-stats { justify-content: center; }
  .abthero-values { justify-content: center; }
  .abthero-visual { min-height: 400px; }
  .abthero-orbit-system { width: 360px; height: 360px; }
  .abthero-core-ring-3 { width: 340px; height: 340px; }
  .abthero-orbit-5, .abthero-orbit-6 { width: 340px; height: 340px; margin: -170px 0 0 -170px; }
  .abthero-watermark { font-size: 120px; }
}

@media (max-width: 768px) {
  .abthero-section {
    padding: 80px 20px 70px;
    min-height: auto;
  }
  .abthero-title {
    font-size: clamp(28px, 8vw, 40px);
    letter-spacing: -1.5px;
  }
  .abthero-desc { font-size: 14px; margin-bottom: 24px; }
  .abthero-story-stats { gap: 16px; }
  .abthero-story-num { font-size: 26px; }
  .abthero-story-divider { height: 30px; }
  .abthero-story-label { font-size: 9px; }
  .abthero-orbit-system { width: 300px; height: 300px; }
  .abthero-core { width: 80px; height: 80px; }
  .abthero-core-inner { width: 80px; height: 80px; }
  .abthero-core-logo { font-size: 30px; }
  .abthero-core-ring-1 { width: 150px; height: 150px; }
  .abthero-core-ring-2 { width: 220px; height: 220px; }
  .abthero-core-ring-3 { width: 280px; height: 280px; }
  .abthero-orbit-1, .abthero-orbit-2 { width: 150px; height: 150px; margin: -75px 0 0 -75px; }
  .abthero-orbit-3, .abthero-orbit-4 { width: 220px; height: 220px; margin: -110px 0 0 -110px; }
  .abthero-orbit-5, .abthero-orbit-6 { width: 280px; height: 280px; margin: -140px 0 0 -140px; }
  .abthero-node { width: 40px; height: 40px; font-size: 16px; }
  .abthero-mission-card { width: 220px; padding: 14px 16px; }
  .abthero-mission-card p { font-size: 12px; }
  .abthero-visual { min-height: 340px; }
  .abthero-timeline-steps { gap: 4px; }
  .abthero-tl-step strong { font-size: 12px; }
  .abthero-tl-step > span { font-size: 9px; }
  .abthero-tl-dot { width: 14px; height: 14px; }
  .abthero-tl-dot span { width: 4px; height: 4px; }
  .abthero-scroll { display: none; }
  .abthero-orb-3, .abthero-orb-4 { display: none; }
  .abthero-layout { margin-bottom: 50px; }
  .abthero-watermark { display: none; }
}

@media (max-width: 420px) {
  .abthero-section { padding: 70px 16px 50px; }
  .abthero-title { font-size: 26px; letter-spacing: -1px; }
  .abthero-desc { font-size: 13px; }
  .abthero-value { padding: 8px 14px; }
  .abthero-value span:last-child { font-size: 11px; }
  .abthero-story-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .abthero-story-divider { display: none; }
  .abthero-story-stat { text-align: center; }
  .abthero-story-num { font-size: 24px; }
  .abthero-orbit-system { width: 260px; height: 260px; }
  .abthero-visual { min-height: 300px; }
  .abthero-mission-card { width: 200px; }
  .abthero-tl-step > span { display: none; }
  .abthero-timeline-track { top: 20px; }
  .abthero-node-label { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eafcc32 *//* =============================================
   EVOURIA — MISSION & VISION SECTION CSS
   ============================================= */

.mv-section {
  padding: 130px 40px;
  background: linear-gradient(180deg, #0a0e27 0%, #0c0f2e 40%, #0a1528 70%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
}

.mv-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.25), transparent);
}

/* Background */
.mv-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}
.mv-orb-1 {
  width: 450px; height: 450px;
  background: rgba(124, 58, 237, 0.12);
  top: 10%; left: -10%;
  animation: mvOrb1 12s ease-in-out infinite;
}
.mv-orb-2 {
  width: 400px; height: 400px;
  background: rgba(6, 214, 160, 0.07);
  bottom: 5%; right: -8%;
  animation: mvOrb2 14s ease-in-out infinite;
}
.mv-orb-3 {
  width: 250px; height: 250px;
  background: rgba(168, 85, 247, 0.08);
  top: 40%; left: 40%;
  animation: mvOrb3 10s ease-in-out infinite;
}
@keyframes mvOrb1 {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(30px, -40px) scale(1.08); }
}
@keyframes mvOrb2 {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-35px, 30px) scale(1.1); }
}
@keyframes mvOrb3 {
  0%, 100% { transform: translate(0,0); }
  50% { transform: translate(20px, 20px); }
}

.mv-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 10%, transparent 70%);
  z-index: 0;
}

#mvCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.mv-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* Reveal */
.mv-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--mv-delay, 0s);
}
.mv-reveal.mv-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Header */
.mv-header {
  text-align: center;
  margin-bottom: 70px;
}
.mv-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 22px;
}
.mv-tag-dot {
  width: 6px;
  height: 6px;
  background: #06d6a0;
  border-radius: 50%;
  animation: mvTagPulse 2s ease-in-out infinite;
}
@keyframes mvTagPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.4); }
  50% { box-shadow: 0 0 0 5px rgba(6, 214, 160, 0); }
}
.mv-title {
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
  line-height: 1.15;
}
.mv-gradient {
  background: linear-gradient(135deg, #7c3aed, #a855f7, #06d6a0);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: mvGrad 5s ease-in-out infinite;
}
@keyframes mvGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.mv-desc {
  font-size: 16px;
  color: #7d82a6;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ========== CARDS LAYOUT ========== */
.mv-cards {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  margin-bottom: 60px;
}

/* ========== CARD ========== */
.mv-card {
  position: relative;
  border-radius: 24px;
  transition: transform 0.15s ease-out;
  will-change: transform;
}

.mv-card-glow {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
  pointer-events: none;
}

/* Animated border */
.mv-card-border-anim {
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, transparent 40%, rgba(124, 58, 237, 0.4), transparent 60%);
  background-size: 300% 300%;
  animation: mvBorderSpin 6s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
  pointer-events: none;
}
.mv-card-vision .mv-card-border-anim {
  background: linear-gradient(135deg, transparent 40%, rgba(6, 214, 160, 0.4), transparent 60%);
  background-size: 300% 300%;
}
.mv-card:hover .mv-card-border-anim {
  opacity: 1;
}
@keyframes mvBorderSpin {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.mv-card-inner {
  position: relative;
  z-index: 1;
  background: rgba(12, 14, 35, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 44px 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.4s ease;
}
.mv-card:hover .mv-card-inner {
  border-color: transparent;
  background: rgba(15, 14, 45, 0.95);
}
.mv-card-vision:hover .mv-card-inner {
  background: rgba(10, 20, 40, 0.95);
}

/* Floating Badge */
.mv-floating-badge {
  position: absolute;
  top: -14px;
  left: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  z-index: 5;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.mv-badge-mission {
  background: rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(124, 58, 237, 0.35);
  color: #c4b5fd;
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.2);
}
.mv-badge-vision {
  background: rgba(6, 214, 160, 0.15);
  border: 1px solid rgba(6, 214, 160, 0.3);
  color: #5eead4;
  box-shadow: 0 8px 25px rgba(6, 214, 160, 0.15);
}
.mv-badge-icon { font-size: 14px; }

/* Icon */
.mv-icon-cluster {
  margin-bottom: 28px;
  margin-top: 8px;
}
.mv-main-icon {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.mv-main-icon-vision {
  background: rgba(6, 214, 160, 0.08);
  border-color: rgba(6, 214, 160, 0.2);
}
.mv-card:hover .mv-main-icon {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.25);
}
.mv-card:hover .mv-main-icon-vision {
  box-shadow: 0 12px 30px rgba(6, 214, 160, 0.2);
}

.mv-icon-rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.mv-icon-rings span {
  position: absolute;
  inset: -8px;
  border-radius: 24px;
  border: 1px solid rgba(124, 58, 237, 0.15);
  opacity: 0;
  animation: mvIconRing 3s ease-out infinite;
}
.mv-icon-rings span:nth-child(2) { animation-delay: 1s; inset: -16px; border-radius: 28px; }
.mv-icon-rings span:nth-child(3) { animation-delay: 2s; inset: -24px; border-radius: 32px; }
.mv-icon-rings-vision span { border-color: rgba(6, 214, 160, 0.15); }
.mv-card:hover .mv-icon-rings span { opacity: 1; }

@keyframes mvIconRing {
  0% { transform: scale(0.8); opacity: 0.6; }
  100% { transform: scale(1.3); opacity: 0; }
}

/* Titles */
.mv-card-title {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.mv-card-statement {
  font-size: 17px;
  line-height: 1.7;
  color: #c4c7e0;
  margin-bottom: 16px;
  font-weight: 500;
}
.mv-card-statement strong {
  color: #a78bfa;
  font-weight: 700;
}
.mv-statement-vision strong {
  color: #5eead4;
}

.mv-card-body {
  margin-bottom: 28px;
}
.mv-card-body p {
  font-size: 14px;
  line-height: 1.75;
  color: #6b6f8d;
}

/* Pillars */
.mv-pillars {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
  flex: 1;
}
.mv-pillar {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--pillar-i, 0) * 0.1s);
}
.mv-pillar-visible {
  opacity: 1;
  transform: translateX(0);
}
.mv-card-vision .mv-pillar {
  transform: translateX(20px);
}
.mv-card-vision .mv-pillar-visible {
  transform: translateX(0);
}
.mv-pillar:hover {
  background: rgba(124, 58, 237, 0.06);
  border-color: rgba(124, 58, 237, 0.15);
}
.mv-pillar-vision:hover {
  background: rgba(6, 214, 160, 0.05);
  border-color: rgba(6, 214, 160, 0.15);
}

.mv-pillar-num {
  font-size: 13px;
  font-weight: 800;
  color: #7c3aed;
  min-width: 28px;
  padding-top: 2px;
}
.mv-num-vision { color: #06d6a0; }

.mv-pillar-content strong {
  display: block;
  font-size: 14px;
  color: #e0d4fc;
  font-weight: 600;
  margin-bottom: 3px;
}
.mv-pillar-vision .mv-pillar-content strong { color: #b8f5e0; }
.mv-pillar-content span {
  font-size: 12px;
  color: #5c6090;
  line-height: 1.5;
}

/* Quote */
.mv-card-quote {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  background: rgba(124, 58, 237, 0.06);
  border-left: 3px solid #7c3aed;
  border-radius: 0 12px 12px 0;
  margin-top: auto;
}
.mv-quote-vision {
  background: rgba(6, 214, 160, 0.05);
  border-left-color: #06d6a0;
}
.mv-card-quote span {
  font-size: 13px;
  color: #9ca0bd;
  font-style: italic;
  line-height: 1.6;
}
.mv-card-quote svg {
  flex-shrink: 0;
  margin-top: 2px;
}

/* ========== CENTER BRIDGE ========== */
.mv-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 20px;
  position: relative;
  z-index: 4;
}
.mv-bridge-line {
  width: 2px;
  height: 80px;
  background: rgba(124, 58, 237, 0.15);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.mv-bridge-energy {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, transparent, #7c3aed, #06d6a0, transparent);
  animation: mvEnergyFlow 2.5s ease-in-out infinite;
}
@keyframes mvEnergyFlow {
  0% { top: -50%; }
  100% { top: 100%; }
}
.mv-bridge-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #06d6a0;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: mvBridgeParticle 3s ease-in-out infinite;
  animation-delay: calc(var(--bp) * 0.7s);
  box-shadow: 0 0 8px rgba(6, 214, 160, 0.6);
}
@keyframes mvBridgeParticle {
  0% { top: 0; opacity: 0; }
  20% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

.mv-bridge-core {
  position: relative;
  width: 56px;
  height: 56px;
}
.mv-bridge-core-inner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #06d6a0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 0 30px rgba(124, 58, 237, 0.4), 0 0 60px rgba(6, 214, 160, 0.15);
  animation: mvCorePulse 3s ease-in-out infinite;
  position: relative;
  z-index: 2;
}
@keyframes mvCorePulse {
  0%, 100% { box-shadow: 0 0 25px rgba(124, 58, 237, 0.35), 0 0 50px rgba(6, 214, 160, 0.1); transform: scale(1); }
  50% { box-shadow: 0 0 40px rgba(124, 58, 237, 0.5), 0 0 80px rgba(6, 214, 160, 0.2); transform: scale(1.08); }
}
.mv-bridge-core-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1.5px solid rgba(124, 58, 237, 0.25);
  animation: mvCoreRingSpin 8s linear infinite;
}
@keyframes mvCoreRingSpin {
  from { transform: rotate(0deg); border-color: rgba(124, 58, 237, 0.25); }
  50% { border-color: rgba(6, 214, 160, 0.25); }
  to { transform: rotate(360deg); border-color: rgba(124, 58, 237, 0.25); }
}
.mv-bridge-label {
  font-size: 9px;
  font-weight: 800;
  color: #5c6090;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* On desktop, bridge is vertical between cards.
   Make horizontal connector lines too */
.mv-bridge::before,
.mv-bridge::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.3), rgba(6, 214, 160, 0.3));
}
.mv-bridge::before { right: 100%; }
.mv-bridge::after { left: 100%; }

/* ========== MANIFESTO ========== */
.mv-manifesto {
  position: relative;
}
.mv-manifesto-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 44px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(6, 214, 160, 0.04));
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.mv-manifesto-inner:hover {
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: 0 20px 60px rgba(124, 58, 237, 0.08);
}
.mv-manifesto-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.05), transparent);
  animation: mvManShimmer 5s ease-in-out infinite;
}
@keyframes mvManShimmer {
  0% { left: -100%; }
  50% { left: 150%; }
  100% { left: 150%; }
}

.mv-manifesto-left {
  flex: 1;
  position: relative;
  z-index: 1;
}
.mv-manifesto-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #7c3aed;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.mv-manifesto-left h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.35;
}

.mv-manifesto-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.mv-manifesto-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.mv-manifesto-item.mv-man-visible {
  opacity: 1;
  transform: translateY(0);
}
.mv-manifesto-item:hover {
  border-color: rgba(124, 58, 237, 0.25);
  background: rgba(124, 58, 237, 0.06);
  transform: translateY(-2px);
}
.mv-man-icon { font-size: 18px; }
.mv-manifesto-item span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: #c4c7e0;
  white-space: nowrap;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .mv-section { padding: 100px 30px; }
  .mv-cards {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .mv-bridge {
    flex-direction: row;
    padding: 0;
    gap: 20px;
  }
  .mv-bridge-line {
    width: 80px;
    height: 2px;
  }
  .mv-bridge-energy {
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #7c3aed, #06d6a0, transparent);
    animation: mvEnergyFlowH 2.5s ease-in-out infinite;
  }
  @keyframes mvEnergyFlowH {
    0% { left: -50%; }
    100% { left: 100%; }
  }
  .mv-bridge-particle {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    animation: mvBridgeParticleH 3s ease-in-out infinite;
    animation-delay: calc(var(--bp) * 0.7s);
  }
  @keyframes mvBridgeParticleH {
    0% { left: 0; opacity: 0; }
    20% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
  }
  .mv-bridge::before,
  .mv-bridge::after { display: none; }
  .mv-bridge-label { display: none; }

  .mv-manifesto-inner {
    flex-direction: column;
    text-align: center;
    gap: 28px;
    padding: 36px 30px;
  }
  .mv-manifesto-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mv-section { padding: 80px 20px; }
  .mv-header { margin-bottom: 50px; }
  .mv-card-inner { padding: 36px 24px; }
  .mv-card-title { font-size: 24px; }
  .mv-card-statement { font-size: 15px; }
  .mv-floating-badge { left: 24px; }
  .mv-cards { gap: 40px; }
  .mv-manifesto-right {
    grid-template-columns: 1fr;
  }
  .mv-manifesto-left h3 { font-size: 18px; }
  .mv-manifesto-item { justify-content: center; }
  .mv-orb-3 { display: none; }
  .mv-main-icon { width: 60px; height: 60px; }
  .mv-pillar-content strong { font-size: 13px; }
  .mv-pillar-content span { font-size: 11px; }
}

@media (max-width: 420px) {
  .mv-section { padding: 60px 16px; }
  .mv-card-inner { padding: 30px 18px; }
  .mv-card-title { font-size: 22px; }
  .mv-card-statement { font-size: 14px; }
  .mv-card-body p { font-size: 13px; }
  .mv-floating-badge {
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    padding: 5px 14px;
  }
  .mv-pillar { padding: 12px 14px; gap: 10px; }
  .mv-card-quote { padding: 14px; }
  .mv-card-quote span { font-size: 12px; }
  .mv-manifesto-inner { padding: 28px 18px; }
  .mv-manifesto-left h3 { font-size: 16px; }
  .mv-manifesto-item span:last-child { font-size: 12px; }
  .mv-bridge-core { width: 48px; height: 48px; }
  .mv-bridge-core-inner { width: 48px; height: 48px; font-size: 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71b9727 *//* =============================================
   EVOURIA — HOW WE WORK + FUN FACTS CSS (FULL FIXED)
   ============================================= */

/* ========== HOW WE WORK SECTION ========== */
.hww-section {
  padding: 120px 40px;
  background: linear-gradient(180deg, #0a0e27 0%, #0e1235 50%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
}

.hww-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.25), transparent);
}

.hww-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

.hww-orb-1 {
  width: 420px;
  height: 420px;
  background: rgba(124, 58, 237, 0.1);
  top: 8%;
  left: -8%;
  animation: hwwOrb1 12s ease-in-out infinite;
}

.hww-orb-2 {
  width: 340px;
  height: 340px;
  background: rgba(6, 214, 160, 0.06);
  bottom: 10%;
  right: -6%;
  animation: hwwOrb2 14s ease-in-out infinite;
}

@keyframes hwwOrb1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(25px, -30px); }
}

@keyframes hwwOrb2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-30px, 25px); }
}

.hww-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.02) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 10%, transparent 70%);
  z-index: 0;
}

#hwwCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hww-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.hww-reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--hww-delay, 0s);
}

.hww-reveal.hww-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ========== HEADER ========== */
.hww-header {
  text-align: center;
  margin-bottom: 40px;
}

.hww-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
}

.hww-tag-dot {
  width: 6px;
  height: 6px;
  background: #06d6a0;
  border-radius: 50%;
  animation: hwwPulse 2s ease-in-out infinite;
}

@keyframes hwwPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.4); }
  50% { box-shadow: 0 0 0 5px rgba(6, 214, 160, 0); }
}

.hww-title {
  font-size: clamp(28px, 4.2vw, 46px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  margin-bottom: 14px;
  line-height: 1.15;
}

.hww-gradient {
  background: linear-gradient(135deg, #7c3aed, #a855f7, #06d6a0);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: hwwGrad 5s ease-in-out infinite;
}

@keyframes hwwGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hww-desc {
  font-size: 15px;
  color: #7d82a6;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ========== MODE BUTTONS (BULLETPROOF FIX) ========== */
.hww-modes {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-bottom: 50px !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Strong override for theme/Elementor defaults */
button.hww-mode,
.hww-modes button.hww-mode,
.hww-section button.hww-mode {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 10px 24px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  background-color: rgba(255, 255, 255, 0.03) !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 50px !important;
  color: #9ca0bd !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  font-family: 'Poppins', sans-serif !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  z-index: 5 !important;
  pointer-events: auto !important;
  outline: none !important;
  box-shadow: none !important;
  text-transform: none !important;
  text-decoration: none !important;
  margin: 0 !important;
  line-height: 1 !important;
  min-height: auto !important;
  min-width: auto !important;
  height: auto !important;
  width: auto !important;
  letter-spacing: normal !important;
}

/* Inner spans inherit color */
button.hww-mode span,
.hww-modes button.hww-mode span {
  color: inherit !important;
  line-height: 1 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
}

button.hww-mode .hww-mode-icon,
.hww-modes button.hww-mode .hww-mode-icon {
  font-size: 15px !important;
}

/* Hover State */
button.hww-mode:hover,
.hww-modes button.hww-mode:hover,
.hww-section button.hww-mode:hover {
  border-color: rgba(124, 58, 237, 0.4) !important;
  color: #ffffff !important;
  background: rgba(124, 58, 237, 0.1) !important;
  background-color: rgba(124, 58, 237, 0.1) !important;
  transform: translateY(-2px) !important;
  box-shadow: none !important;
}

/* Active State */
button.hww-mode.active,
.hww-modes button.hww-mode.active,
.hww-section button.hww-mode.active {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.3), rgba(124, 58, 237, 0.15)) !important;
  background-image: linear-gradient(135deg, rgba(124, 58, 237, 0.3), rgba(124, 58, 237, 0.15)) !important;
  border: 1px solid rgba(124, 58, 237, 0.6) !important;
  color: #ffffff !important;
  box-shadow:
    0 0 0 4px rgba(124, 58, 237, 0.15),
    0 8px 25px rgba(124, 58, 237, 0.3) !important;
  transform: translateY(0) !important;
}

/* Focus state - remove ugly default */
button.hww-mode:focus,
.hww-modes button.hww-mode:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.25) !important;
}

button.hww-mode.active:focus,
.hww-modes button.hww-mode.active:focus {
  box-shadow:
    0 0 0 4px rgba(124, 58, 237, 0.15),
    0 8px 25px rgba(124, 58, 237, 0.3) !important;
}

/* ========== FLOW ========== */
.hww-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  margin-bottom: 50px;
}

.hww-step {
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    filter 0.5s ease;
  will-change: opacity, transform, filter;
  position: relative;
}

.hww-step-dimmed {
  opacity: 0.22 !important;
  transform: scale(0.96) !important;
  filter: grayscale(0.6) blur(0.5px) !important;
  pointer-events: none !important;
}

.hww-step-focus {
  opacity: 1 !important;
  transform: scale(1) !important;
  filter: none !important;
  pointer-events: auto !important;
}

.hww-step-focus .hww-step-card {
  border-color: rgba(124, 58, 237, 0.35) !important;
  box-shadow: 0 15px 45px rgba(124, 58, 237, 0.15) !important;
}

.hww-step-dimmed .hww-step-card {
  box-shadow: none !important;
}

.hww-step-marker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.hww-step-num {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #a78bfa;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.2);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.hww-step-active .hww-step-num,
.hww-step:hover .hww-step-num {
  background: #7c3aed;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.35);
  transform: scale(1.06);
}

.hww-step-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.25);
  transition: all 0.3s ease;
}

.hww-step-active .hww-step-pulse {
  background: #06d6a0;
  box-shadow: 0 0 12px rgba(6, 214, 160, 0.6);
  animation: hwwPulse 2s ease-in-out infinite;
}

.hww-step-card {
  position: relative;
  background: rgba(15, 18, 40, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 28px 24px;
  height: calc(100% - 54px);
  overflow: hidden;
  transition: all 0.4s ease;
}

.hww-step-card:hover {
  border-color: rgba(124, 58, 237, 0.28);
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(124, 58, 237, 0.12);
}

.hww-step-glow {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.hww-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.hww-step-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 14px;
  transition: transform 0.35s ease;
}

.hww-step-card:hover .hww-step-icon {
  transform: scale(1.1) rotate(-5deg);
}

.hww-step-phase {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.2);
  color: #a78bfa;
}

.hww-phase-build {
  background: rgba(168, 85, 247, 0.1);
  border-color: rgba(168, 85, 247, 0.25);
  color: #c4b5fd;
}

.hww-phase-scale {
  background: rgba(6, 214, 160, 0.1);
  border-color: rgba(6, 214, 160, 0.25);
  color: #5eead4;
}

.hww-step-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.hww-step-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #6b6f8d;
  margin-bottom: 16px;
}

.hww-step-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hww-step-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #9ca0bd;
  font-weight: 500;
}

.hww-step-list li span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #06d6a0);
  flex-shrink: 0;
}

.hww-step-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.hww-meta-time {
  font-size: 11px;
  color: #8b7fc7;
  font-weight: 600;
}

.hww-meta-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #06d6a0;
  background: rgba(6, 214, 160, 0.08);
  border: 1px solid rgba(6, 214, 160, 0.15);
  padding: 4px 10px;
  border-radius: 20px;
}

/* ========== WEEKLY RHYTHM ========== */
.hww-rhythm {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 22px 28px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  justify-content: center;
}

.hww-rhythm-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #a78bfa;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hww-rhythm-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #06d6a0;
  animation: hwwPulse 2s ease-in-out infinite;
}

.hww-rhythm-items {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hww-rhythm-item {
  text-align: center;
  padding: 10px 16px;
  background: rgba(124, 58, 237, 0.06);
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 12px;
  min-width: 110px;
  transition: all 0.3s ease;
}

.hww-rhythm-item:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 58, 237, 0.3);
}

.hww-rhythm-item strong {
  display: block;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 2px;
}

.hww-rhythm-item span {
  font-size: 11px;
  color: #6b6f8d;
}

.hww-rhythm-arrow {
  color: #5c6090;
  font-size: 16px;
  font-weight: 700;
}

/* ========== FUN FACTS SECTION ========== */
.about-funfacts {
  padding: 90px 40px;
  background: linear-gradient(135deg, #0e1235 0%, #1a0f3c 50%, #0e1235 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(124, 58, 237, 0.12);
  border-bottom: 1px solid rgba(124, 58, 237, 0.12);
}

.aff-bg-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.04), rgba(6, 214, 160, 0.03), rgba(124, 58, 237, 0.04), transparent);
  background-size: 200% 100%;
  animation: affShimmer 6s ease-in-out infinite;
  z-index: 0;
}

@keyframes affShimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.aff-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

.aff-orb-1 {
  width: 300px;
  height: 300px;
  background: rgba(124, 58, 237, 0.1);
  top: -20%;
  left: -5%;
}

.aff-orb-2 {
  width: 260px;
  height: 260px;
  background: rgba(6, 214, 160, 0.06);
  bottom: -20%;
  right: -5%;
}

#affCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.aff-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.aff-reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--aff-delay, 0s);
}

.aff-reveal.aff-revealed {
  opacity: 1;
  transform: translateY(0);
}

.aff-header {
  text-align: center;
  margin-bottom: 40px;
}

.aff-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.2);
  font-size: 12px;
  font-weight: 700;
  color: #a78bfa;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.aff-header h3 {
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.aff-header p {
  font-size: 14px;
  color: #7d82a6;
}

.aff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}

.aff-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 28px 22px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.aff-card:hover {
  transform: translateY(-8px);
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: 0 18px 50px rgba(124, 58, 237, 0.12);
  background: rgba(124, 58, 237, 0.05);
}

.aff-card-icon {
  font-size: 32px;
  margin-bottom: 14px;
  display: inline-block;
}

@keyframes affIconPop {
  0% { transform: scale(1) rotate(0); }
  40% { transform: scale(1.3) rotate(-12deg); }
  100% { transform: scale(1) rotate(0); }
}

.aff-card-num {
  margin-bottom: 8px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.aff-counter {
  font-size: 34px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1.5px;
  line-height: 1;
}

.aff-counter.aff-done {
  animation: affDone 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes affDone {
  0% { transform: scale(1); }
  40% { transform: scale(1.12); color: #06d6a0; }
  100% { transform: scale(1); }
}

.aff-plus {
  font-size: 22px;
  font-weight: 800;
  color: #06d6a0;
}

.aff-card-label {
  font-size: 13px;
  font-weight: 600;
  color: #c4c7e0;
  margin-bottom: 14px;
}

.aff-bar {
  width: 70px;
  height: 3px;
  margin: 0 auto 12px;
  background: rgba(124, 58, 237, 0.12);
  border-radius: 3px;
  overflow: hidden;
}

.aff-bar-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #7c3aed, #06d6a0);
  transition: width 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.aff-bar-fill.aff-bar-on {
  width: var(--aff-w);
}

.aff-card-note {
  font-size: 11px;
  color: #5c6090;
  font-style: italic;
}

/* ========== TICKER ========== */
.aff-ticker {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  padding: 8px 0;
}

.aff-ticker-track {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  animation: affTicker 28s linear infinite;
}

.aff-ticker-track span {
  font-size: 13px;
  color: #9ca0bd;
  font-weight: 500;
  white-space: nowrap;
}

.aff-ticker-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #06d6a0);
  flex-shrink: 0;
}

@keyframes affTicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.aff-ticker:hover .aff-ticker-track {
  animation-play-state: paused;
}

/* =============================================
   RESPONSIVE — TABLET (1024px)
   ============================================= */
@media (max-width: 1024px) {
  .hww-section { padding: 100px 30px; }
  .hww-flow { grid-template-columns: repeat(2, 1fr); }
  .about-funfacts { padding: 80px 30px; }
  .aff-grid { grid-template-columns: repeat(3, 1fr); }
}

/* =============================================
   RESPONSIVE — MOBILE (768px)
   ============================================= */
@media (max-width: 768px) {
  .hww-section { padding: 80px 20px; }

  .hww-flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hww-step-card { height: auto; }

  .hww-rhythm {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }

  .hww-rhythm-arrow { display: none; }

  .hww-rhythm-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
  }

  .hww-rhythm-item { min-width: 0; }

  button.hww-mode,
  .hww-modes button.hww-mode {
    padding: 9px 18px !important;
    font-size: 13px !important;
  }

  .about-funfacts { padding: 70px 20px; }
  .aff-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .aff-counter { font-size: 28px; }
  .aff-card { padding: 22px 16px; }
}

/* =============================================
   RESPONSIVE — SMALL MOBILE (420px)
   ============================================= */
@media (max-width: 420px) {
  .hww-section { padding: 60px 16px; }

  button.hww-mode,
  .hww-modes button.hww-mode {
    padding: 8px 14px !important;
    font-size: 12px !important;
  }

  .hww-modes { gap: 6px !important; }
  .hww-step-card { padding: 22px 18px; }
  .hww-step-card h3 { font-size: 18px; }
  .hww-rhythm-items { grid-template-columns: 1fr; }

  .about-funfacts { padding: 60px 16px; }
  .aff-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .aff-counter { font-size: 24px; }
  .aff-card-label { font-size: 12px; }
  .aff-card-icon { font-size: 26px; }
  .aff-header h3 { font-size: 22px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b578b91 *//* =============================================
   EVOURIA — ABOUT TESTIMONIALS CSS
   ============================================= */

.abt-testi-section {
  padding: 110px 0 90px;
  background: linear-gradient(180deg, #0a0e27 0%, #0e1235 50%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
}

.abt-testi-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.25), transparent);
}

.abt-testi-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

.abt-testi-orb-1 {
  width: 420px;
  height: 420px;
  background: rgba(124, 58, 237, 0.1);
  top: 5%;
  right: -8%;
  animation: atOrb1 12s ease-in-out infinite;
}

.abt-testi-orb-2 {
  width: 320px;
  height: 320px;
  background: rgba(6, 214, 160, 0.06);
  bottom: 10%;
  left: -6%;
  animation: atOrb2 14s ease-in-out infinite;
}

@keyframes atOrb1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-30px, 35px); }
}

@keyframes atOrb2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(25px, -30px); }
}

.abt-testi-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(124, 58, 237, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 50% 50% at 50% 40%, black 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 40%, black 10%, transparent 70%);
  z-index: 0;
}

.abt-testi-watermark {
  position: absolute;
  top: 8%;
  left: 4%;
  font-size: 320px;
  font-weight: 900;
  color: rgba(124, 58, 237, 0.03);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  font-family: Georgia, serif;
  user-select: none;
}

.abt-testi-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Reveal */
.at-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--at-delay, 0s);
}

.at-reveal.at-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Header */
.abt-testi-header {
  margin-bottom: 50px;
}

.abt-testi-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
}

.abt-testi-tag-dot {
  width: 6px;
  height: 6px;
  background: #06d6a0;
  border-radius: 50%;
  animation: atPulse 2s ease-in-out infinite;
}

@keyframes atPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.4); }
  50% { box-shadow: 0 0 0 5px rgba(6, 214, 160, 0); }
}

.abt-testi-title {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  margin-bottom: 14px;
  line-height: 1.15;
}

.abt-testi-gradient {
  background: linear-gradient(135deg, #7c3aed, #a855f7, #06d6a0);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: atGrad 5s ease-in-out infinite;
}

@keyframes atGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.abt-testi-desc {
  font-size: 15px;
  color: #7d82a6;
  max-width: 520px;
  margin: 0 auto 24px;
  line-height: 1.7;
}

.abt-testi-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50px;
}

.abt-testi-stars {
  display: flex;
  gap: 2px;
}

.abt-testi-score {
  font-size: 15px;
  font-weight: 800;
  color: #f59e0b;
}

.abt-testi-sep {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.abt-testi-count {
  font-size: 13px;
  color: #6b6f8d;
  font-weight: 500;
}

/* ========== MARQUEE ========== */
.abt-testi-marquee {
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.abt-testi-marquee-2 {
  margin-bottom: 50px;
}

.abt-testi-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
}

/* Row 1: left → right */
.abt-testi-ltr {
  animation: atLTR 45s linear infinite;
}

@keyframes atLTR {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* Row 2: right → left */
.abt-testi-rtl {
  animation: atRTL 50s linear infinite;
}

@keyframes atRTL {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ========== CARD ========== */
.abt-testi-card {
  flex-shrink: 0;
  width: 360px;
}

.abt-testi-card-inner {
  background: rgba(15, 18, 40, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 28px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  cursor: default;
}

.abt-testi-card-inner:hover {
  border-color: rgba(124, 58, 237, 0.3);
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 50px rgba(124, 58, 237, 0.12);
}

.abt-testi-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 10px;
}

.abt-testi-card-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 2px;
}

.abt-testi-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: rgba(6, 214, 160, 0.08);
  border: 1px solid rgba(6, 214, 160, 0.18);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  color: #06d6a0;
  white-space: nowrap;
}

.abt-testi-quote {
  font-size: 14px;
  line-height: 1.75;
  color: #c4c7e0;
  font-style: italic;
  margin-bottom: 16px;
  flex: 1;
}

.abt-testi-service {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  width: fit-content;
}

.abt-testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.abt-testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  flex-shrink: 0;
}

.abt-testi-author strong {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}

.abt-testi-author span {
  font-size: 12px;
  color: #5c6090;
}

/* Bottom CTA */
.abt-testi-bottom {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 40px;
}

.abt-testi-bottom p {
  font-size: 15px;
  color: #7d82a6;
  margin-bottom: 18px;
}

.abt-testi-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.35);
}

.abt-testi-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(124, 58, 237, 0.5);
}

.abt-testi-cta:hover svg {
  transform: translateX(4px);
}

.abt-testi-cta svg {
  transition: transform 0.3s ease;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .abt-testi-card { width: 320px; }
  .abt-testi-watermark { font-size: 220px; }
}

@media (max-width: 768px) {
  .abt-testi-section { padding: 80px 0 70px; }
  .abt-testi-container { padding: 0 20px; }
  .abt-testi-header { margin-bottom: 36px; }
  .abt-testi-desc { font-size: 14px; }
  .abt-testi-card { width: 290px; }
  .abt-testi-card-inner { padding: 22px 20px; }
  .abt-testi-quote { font-size: 13px; }
  .abt-testi-ltr { animation-duration: 35s; }
  .abt-testi-rtl { animation-duration: 40s; }
  .abt-testi-watermark { font-size: 160px; }
  .abt-testi-marquee {
    mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent);
  }
  .abt-testi-bottom { padding: 0 20px; }
}

@media (max-width: 420px) {
  .abt-testi-section { padding: 60px 0 50px; }
  .abt-testi-title { font-size: 24px; }
  .abt-testi-card { width: 260px; }
  .abt-testi-card-inner { padding: 18px 16px; }
  .abt-testi-quote { font-size: 12px; }
  .abt-testi-avatar { width: 36px; height: 36px; font-size: 11px; }
  .abt-testi-author strong { font-size: 13px; }
  .abt-testi-badge { font-size: 10px; padding: 3px 10px; }
  .abt-testi-cta {
    width: 100%;
    justify-content: center;
    padding: 13px 24px;
    font-size: 13px;
  }
  .abt-testi-watermark { font-size: 100px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1718388 *//* =============================================
   EVOURIA — NEW FAQ DESIGN CSS
   ============================================= */

.nfaq-section {
  padding: 120px 40px;
  background: linear-gradient(180deg, #070a1a 0%, #0c1030 45%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
}

.nfaq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.25), transparent);
}

.nfaq-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

.nfaq-orb-1 {
  width: 420px;
  height: 420px;
  background: rgba(124, 58, 237, 0.12);
  top: 8%;
  right: -10%;
}

.nfaq-orb-2 {
  width: 320px;
  height: 320px;
  background: rgba(6, 214, 160, 0.06);
  bottom: 5%;
  left: -8%;
}

.nfaq-lines {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 120px,
    rgba(124, 58, 237, 0.02) 120px,
    rgba(124, 58, 237, 0.02) 121px
  );
  mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, black 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, black 10%, transparent 70%);
  z-index: 0;
}

.nfaq-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Reveal */
.nfaq-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: all 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--nf-delay, 0s);
}

.nfaq-reveal.nfaq-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Header */
.nfaq-header {
  text-align: center;
  margin-bottom: 36px;
}

.nfaq-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 18px;
}

.nfaq-tag-dot {
  width: 6px;
  height: 6px;
  background: #06d6a0;
  border-radius: 50%;
  animation: nfaqPulse 2s ease-in-out infinite;
}

@keyframes nfaqPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.45); }
  50% { box-shadow: 0 0 0 6px rgba(6, 214, 160, 0); }
}

.nfaq-title {
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
  line-height: 1.15;
}

.nfaq-gradient {
  background: linear-gradient(135deg, #7c3aed, #a855f7, #06d6a0);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: nfaqGrad 5s ease-in-out infinite;
}

@keyframes nfaqGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.nfaq-desc {
  font-size: 15px;
  color: #7d82a6;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ========== FILTERS ========== */
.nfaq-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 34px;
}

button.nfaq-filter {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 9px 16px !important;
  border-radius: 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: #9ca0bd !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: 'Poppins', sans-serif !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
  text-transform: none !important;
  outline: none !important;
}

button.nfaq-filter em {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #6b6f8d !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 20px !important;
  padding: 2px 8px !important;
}

button.nfaq-filter:hover {
  color: #ffffff !important;
  border-color: rgba(124, 58, 237, 0.35) !important;
  background: rgba(124, 58, 237, 0.08) !important;
}

button.nfaq-filter.active {
  color: #ffffff !important;
  border-color: rgba(124, 58, 237, 0.55) !important;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.28), rgba(124, 58, 237, 0.12)) !important;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12), 0 10px 25px rgba(124, 58, 237, 0.2) !important;
}

button.nfaq-filter.active em {
  color: #c4b5fd !important;
  background: rgba(124, 58, 237, 0.25) !important;
}

/* ========== LIST / ROWS ========== */
.nfaq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.nfaq-item {
  position: relative;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: all 0.35s ease;
}

.nfaq-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: background 0.35s ease;
}

.nfaq-item:hover {
  border-color: rgba(124, 58, 237, 0.18);
  background: rgba(124, 58, 237, 0.03);
}

.nfaq-item.open {
  border-color: rgba(124, 58, 237, 0.3);
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: 0 16px 50px rgba(124, 58, 237, 0.1);
}

.nfaq-item.open::before {
  background: linear-gradient(180deg, #7c3aed, #06d6a0);
  box-shadow: 0 0 16px rgba(124, 58, 237, 0.45);
}

.nfaq-item.nfaq-hidden {
  display: none !important;
}

/* Question button */
button.nfaq-q {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 20px 22px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  text-align: left !important;
  font-family: 'Poppins', sans-serif !important;
  box-shadow: none !important;
  color: inherit !important;
  outline: none !important;
}

.nfaq-q-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.nfaq-index {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #8b7fc7;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.14);
  transition: all 0.35s ease;
}

.nfaq-item.open .nfaq-index {
  color: #ffffff;
  background: #7c3aed;
  border-color: #7c3aed;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.35);
  transform: scale(1.05);
}

.nfaq-q-text {
  font-size: 16px;
  font-weight: 650;
  color: #d5d8ef;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.nfaq-item:hover .nfaq-q-text,
.nfaq-item.open .nfaq-q-text {
  color: #ffffff;
}

.nfaq-toggle {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a78bfa;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.15);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.nfaq-item.open .nfaq-toggle {
  background: rgba(6, 214, 160, 0.12);
  border-color: rgba(6, 214, 160, 0.3);
  color: #06d6a0;
  transform: rotate(45deg);
}

/* Answer */
.nfaq-a {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.nfaq-a-inner {
  padding: 0 22px 22px 80px;
}

.nfaq-a-inner p {
  font-size: 14px;
  line-height: 1.8;
  color: #8b8fad;
  margin: 0 0 14px;
}

.nfaq-a-inner p strong {
  color: #d8d4f0;
  font-weight: 650;
}

.nfaq-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nfaq-chips span {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #a78bfa;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.15);
}

.nfaq-callout {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(124, 58, 237, 0.07);
  border: 1px solid rgba(124, 58, 237, 0.14);
}

.nfaq-callout-teal {
  background: rgba(6, 214, 160, 0.06);
  border-color: rgba(6, 214, 160, 0.16);
}

.nfaq-callout span {
  font-size: 18px;
  line-height: 1;
}

.nfaq-callout p {
  margin: 0 !important;
  font-size: 13px !important;
  color: #9ca0bd !important;
}

.nfaq-callout strong {
  color: #e7e2ff !important;
}

.nfaq-link-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
  transition: all 0.35s ease;
}

.nfaq-link-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.45);
}

.nfaq-link-cta:hover svg {
  transform: translateX(3px);
}

.nfaq-link-cta svg {
  transition: transform 0.3s ease;
}

/* ========== HELP DOCK ========== */
.nfaq-dock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(6, 214, 160, 0.05));
  border: 1px solid rgba(124, 58, 237, 0.2);
  position: relative;
  overflow: hidden;
}

.nfaq-dock::before {
  content: '';
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  animation: nfaqDockShine 4.5s ease-in-out infinite;
}

@keyframes nfaqDockShine {
  0% { left: -40%; }
  50% { left: 120%; }
  100% { left: 120%; }
}

.nfaq-dock-left {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.nfaq-dock-avatars {
  display: flex;
}

.nfaq-dock-avatars span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  border: 2px solid #0b0f24;
  margin-left: -10px;
}

.nfaq-dock-avatars span:first-child {
  margin-left: 0;
}

.nfaq-dock-left strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}

.nfaq-dock-left p {
  margin: 0;
  font-size: 13px;
  color: #8b8fad;
}

.nfaq-dock-actions {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.nfaq-dock-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nfaq-dock-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.3);
}

.nfaq-dock-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.45);
}

.nfaq-dock-btn-ghost {
  color: #c4c7e0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.nfaq-dock-btn-ghost:hover {
  color: #fff;
  border-color: rgba(124, 58, 237, 0.35);
  background: rgba(124, 58, 237, 0.1);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .nfaq-section { padding: 80px 20px; }

  .nfaq-q-text { font-size: 14px; }

  button.nfaq-q {
    padding: 16px 16px !important;
    gap: 12px !important;
  }

  .nfaq-index {
    width: 36px;
    height: 36px;
    font-size: 12px;
    border-radius: 10px;
  }

  .nfaq-q-left { gap: 12px; }

  .nfaq-a-inner {
    padding: 0 16px 18px 16px;
  }

  .nfaq-dock {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .nfaq-dock-actions {
    width: 100%;
  }

  .nfaq-dock-btn {
    flex: 1;
  }
}

@media (max-width: 420px) {
  .nfaq-section { padding: 60px 16px; }

  .nfaq-title { font-size: 26px; }

  button.nfaq-filter {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .nfaq-q-text { font-size: 13px; }

  .nfaq-toggle {
    width: 32px;
    height: 32px;
  }

  .nfaq-dock-actions {
    flex-direction: column;
  }
}/* End custom CSS */