/* ============================================
   HERO — THEME 2: OBSIDIAN GOLD
   ============================================ */

:root {
  /* ===============================
     COLORS
  =============================== */
  --ebhro20-hero-background-color: #faf9f5;
  --ebhro20-title-text-color: #1c1917;
  --ebhro20-title-highlight-gradient: linear-gradient(135deg, #b89020, #8c6d1d, #c5a059);
  --ebhro20-description-text-color: #6b6661;
  --ebhro20-badge-background-color: rgba(184, 144, 32, 0.08);
  --ebhro20-badge-border-color: rgba(184, 144, 32, 0.2);
  --ebhro20-badge-text-color: #b89020;
  --ebhro20-stats-background-color: #ffffff;
  --ebhro20-stats-border-color: rgba(184, 144, 32, 0.15);
  --ebhro20-stats-number-color: #b89020;
  --ebhro20-stats-label-color: #6b6661;
  --ebhro20-stats-divider-color: rgba(184, 144, 32, 0.15);
  --ebhro20-visual-circle-border-color: rgba(184, 144, 32, 0.3);
  --ebhro20-visual-circle-glow-1: rgba(184, 144, 32, 0.15);
  --ebhro20-visual-circle-glow-2: rgba(184, 144, 32, 0.25);
  --ebhro20-orbit-dot-1-color: #b89020;
  --ebhro20-orbit-dot-2-color: #8c6d1d;
  --ebhro20-orbit-dot-3-color: #c5a059;
  --ebhro20-float-card-background-color: #ffffff;
  --ebhro20-float-card-border-color: rgba(184, 144, 32, 0.15);
  --ebhro20-float-card-text-color: #1c1917;
  --ebhro20-float-card-icon-color: #b89020;
  --ebhro20-float-card-hover-border-color: #b89020;
  --ebhro20-float-card-hover-glow: 0 10px 30px rgba(184, 144, 32, 0.04);
  --ebhro20-float-card-shadow: 0 8px 32px rgba(0, 0, 0, 0.02);
  --ebhro20-gradient-orb-1-color: rgba(184, 144, 32, 0.15);
  --ebhro20-gradient-orb-2-color: rgba(140, 109, 29, 0.1);
  --ebhro20-gradient-orb-3-color: rgba(197, 160, 89, 0.08);
  --ebhro20-grid-line-color: rgba(184, 144, 32, 0.02);
  --ebhro20-particle-color: #b89020;
  --ebhro20-scroll-text-color: #6b6661;
  --ebhro20-scroll-mouse-border-color: #6b6661;
  --ebhro20-scroll-wheel-color: #b89020;

  /* ===============================
     TYPOGRAPHY
  =============================== */
  --ebhro20-title-size: 3.25rem;
  --ebhro20-title-weight: 700;
  --ebhro20-title-line-height: 1.3;
  --ebhro20-title-size-clamp-min: 1.8rem;
  --ebhro20-title-size-clamp-vw: 4.5vw;
  --ebhro20-title-size-clamp-max: 3.25rem;
  --ebhro20-description-size-clamp-min: 0.95rem;
  --ebhro20-description-size-clamp-vw: 2vw;
  --ebhro20-description-size-clamp-max: 1.1rem;
  --ebhro20-description-line-height: 1.8;
  --ebhro20-description-max-width: 560px;
  --ebhro20-badge-gap: 0.5rem;
  --ebhro20-badge-padding-v: 0.45rem;
  --ebhro20-badge-padding-h: 1.15rem;
  --ebhro20-badge-border-radius: 6px;
  --ebhro20-badge-font-size: 0.82rem;
  --ebhro20-badge-font-weight: 700;
  --ebhro20-badge-icon-size: 0.75rem;
  --ebhro20-badge-blur: 10px;

  /* ===============================
     SPACING
  =============================== */
  --ebhro20-hero-padding-top: 3.5rem;
  --ebhro20-hero-padding-bottom: 3.5rem;
  --ebhro20-section-gap: 4rem;
  --ebhro20-section-gap-tablet: 2.5rem;
  --ebhro20-section-gap-mobile: 1.25rem;
  --ebhro20-text-block-gap: 1.5rem;
  --ebhro20-container-padding-h: 2rem;
  --ebhro20-container-padding-h-mobile: 0.75rem;
  --ebhro20-hero-padding-top-mobile: 2.25rem;
  --ebhro20-hero-padding-bottom-mobile: 1.5rem;

  /* ===============================
     LAYOUT
  =============================== */
  --ebhro20-container-max-width: 1240px;
  --ebhro20-text-block-flex: 1.3;
  --ebhro20-visual-block-flex: 1;
  --ebhro20-radius: 6px;
  --ebhro20-card-radius: 8px;

  /* ===============================
     BADGE
  =============================== */
  --ebhro20-badge-border-width: 1px;

  /* ===============================
     STATS
  =============================== */
  --ebhro20-stats-gap: 1.5rem;
  --ebhro20-stats-padding-v: 1.25rem;
  --ebhro20-stats-padding-h: 1.75rem;
  --ebhro20-stats-border-width: 1px;
  --ebhro20-stats-blur: 16px;
  --ebhro20-stat-gap: 0.2rem;
  --ebhro20-stat-number-size: 1.85rem;
  --ebhro20-stat-number-weight: 700;
  --ebhro20-stat-plus-size: 1.25rem;
  --ebhro20-stat-plus-weight: 700;
  --ebhro20-stat-label-size: 0.78rem;
  --ebhro20-stat-label-weight: 500;
  --ebhro20-stat-divider-width: 1px;
  --ebhro20-stat-divider-height: 40px;
  --ebhro20-stats-gap-mobile: 0.8rem;
  --ebhro20-stats-padding-v-mobile: 1rem;
  --ebhro20-stats-padding-h-mobile: 0.8rem;
  --ebhro20-stat-padding-v-mobile: 0.4rem;
  --ebhro20-stat-padding-h-mobile: 0.2rem;
  --ebhro20-stat-number-size-mobile: 1.5rem;
  --ebhro20-stat-label-size-mobile: 0.78rem;

  /* ===============================
     VISUAL
  =============================== */
  --ebhro20-visual-size: 340px;
  --ebhro20-ring-size: 280px;
  --ebhro20-core-size: 110px;
  --ebhro20-ring-border-width: 1.5px;
  --ebhro20-ring-shadow-spread: 15px;
  --ebhro20-core-border-radius: 50%;
  --ebhro20-core-logo-size: 65%;
  --ebhro20-orbit-dot-size: 8px;
  --ebhro20-orbit-dot-shadow-spread: 10px;
  --ebhro20-orbit-dot-z-index: 4;
  --ebhro20-visual-block-margin-bottom-tablet: 1.5rem;
  --ebhro20-visual-block-width-mobile: 250px;
  --ebhro20-visual-block-height-mobile: 250px;
  --ebhro20-visual-block-margin-bottom-mobile: 0.5rem;
  --ebhro20-ring-mid-scale: 0.7;
  --ebhro20-ring-inner-scale: 0.4;
  --ebhro20-orbit-mid-radius-factor: 0.35;
  --ebhro20-orbit-inner-radius-factor: 0.42;
  --ebhro20-core-z-index: 3;

  /* ===============================
     FLOAT-CARD
  =============================== */
  --ebhro20-float-card-gap: 0.5rem;
  --ebhro20-float-card-padding-v: 0.6rem;
  --ebhro20-float-card-padding-h: 1rem;
  --ebhro20-float-card-border-width: 1px;
  --ebhro20-float-card-blur: 16px;
  --ebhro20-float-card-z-index: 5;
  --ebhro20-float-card-font-size: 0.78rem;
  --ebhro20-float-card-font-weight: 600;
  --ebhro20-float-card-icon-size: 0.9rem;
  --ebhro20-float-card-fc1-top: 5%;
  --ebhro20-float-card-fc1-right: 75%;
  --ebhro20-float-card-fc2-top: 5%;
  --ebhro20-float-card-fc2-left: 75%;
  --ebhro20-float-card-fc3-bottom: 10%;
  --ebhro20-float-card-fc3-left: 75%;
  --ebhro20-float-card-fc4-bottom: 10%;
  --ebhro20-float-card-fc4-right: 75%;
  --ebhro20-float-card-fc5-top: 48%;
  --ebhro20-float-card-fc5-right: 88%;
  --ebhro20-float-card-fc6-top: 48%;
  --ebhro20-float-card-fc6-left: 88%;
  --ebhro20-float-card-padding-v-mobile: 0.35rem;
  --ebhro20-float-card-padding-h-mobile: 0.6rem;
  --ebhro20-float-card-font-size-mobile: 0.7rem;
  --ebhro20-float-card-gap-mobile: 0.35rem;
  --ebhro20-float-card-span-size-mobile: 0.68rem;
  --ebhro20-float-card-fc1-top-mobile: -4px;
  --ebhro20-float-card-fc1-right-mobile: 65%;
  --ebhro20-float-card-fc2-top-mobile: -4px;
  --ebhro20-float-card-fc2-left-mobile: 65%;
  --ebhro20-float-card-fc3-bottom-mobile: -4px;
  --ebhro20-float-card-fc3-left-mobile: 65%;
  --ebhro20-float-card-fc4-bottom-mobile: -4px;
  --ebhro20-float-card-fc4-right-mobile: 65%;

  /* ===============================
     SCROLL-INDICATOR
  =============================== */
  --ebhro20-scroll-bottom: 2rem;
  --ebhro20-scroll-z-index: 5;
  --ebhro20-scroll-gap: 0.5rem;
  --ebhro20-scroll-text-size: 0.7rem;
  --ebhro20-scroll-mouse-width: 22px;
  --ebhro20-scroll-mouse-height: 34px;
  --ebhro20-scroll-mouse-border-width: 2px;
  --ebhro20-scroll-mouse-border-radius: 12px;
  --ebhro20-scroll-wheel-width: 3px;
  --ebhro20-scroll-wheel-height: 8px;
  --ebhro20-scroll-wheel-border-radius: 3px;
  --ebhro20-scroll-wheel-top: 6px;

  /* ===============================
     BORDER
  =============================== */
  --ebhro20-orb-border-radius: 50%;

  /* ===============================
     SHADOW
  =============================== */
  --ebhro20-ring-outer-glow-spread: 15px;

  /* ===============================
     ANIMATION
  =============================== */
  --ebhro20-anim-easing: ease-in-out;
  --ebhro20-anim-easing-linear: linear;
  --ebhro20-anim-easing-standard: ease;
  --ebhro20-orb1-duration: 12s;
  --ebhro20-orb2-duration: 15s;
  --ebhro20-orb3-duration: 18s;
  --ebhro20-orb-blur: 80px;
  --ebhro20-orb-opacity: 0.35;
  --ebhro20-orb1-mid-x: -40px;
  --ebhro20-orb1-mid-y: 30px;
  --ebhro20-orb1-mid-scale: 1.1;
  --ebhro20-orb1-end-x: 20px;
  --ebhro20-orb1-end-y: -20px;
  --ebhro20-orb1-end-scale: 0.95;
  --ebhro20-orb2-mid-x: 50px;
  --ebhro20-orb2-mid-y: -40px;
  --ebhro20-orb2-mid-scale: 1.15;
  --ebhro20-orb3-q1-x: -30px;
  --ebhro20-orb3-q1-y: 20px;
  --ebhro20-orb3-q1-scale: 1.08;
  --ebhro20-orb3-q3-x: 20px;
  --ebhro20-orb3-q3-y: -30px;
  --ebhro20-orb3-q3-scale: 0.92;
  --ebhro20-orb1-size: 500px;
  --ebhro20-orb2-size: 400px;
  --ebhro20-orb3-size: 300px;
  --ebhro20-grid-size: 60px;
  --ebhro20-particle-size: 4px;
  --ebhro20-particle-duration: 6s;
  --ebhro20-particle-translate-y: -30px;
  --ebhro20-particle-scale-start: 0.5;
  --ebhro20-particle-opacity-mid: 0.7;
  --ebhro20-gradient-duration: 4s;
  --ebhro20-gradient-bg-size: 200% 200%;
  --ebhro20-orbit1-duration: 8s;
  --ebhro20-orbit2-duration: 12s;
  --ebhro20-orbit3-duration: 10s;
  --ebhro20-orbit-start-rotate: 0deg;
  --ebhro20-orbit1-end-rotate: 360deg;
  --ebhro20-orbit2-start-rotate: 120deg;
  --ebhro20-orbit2-end-rotate: 480deg;
  --ebhro20-orbit3-start-rotate: 240deg;
  --ebhro20-orbit3-end-rotate: 600deg;
  --ebhro20-orbit-radius-half: / 2;
  --ebhro20-float-duration: 5s;
  --ebhro20-float-translate-y: -8px;
  --ebhro20-scroll-wheel-duration: 2s;
  --ebhro20-scroll-wheel-start-top: 6px;
  --ebhro20-scroll-wheel-end-top: 18px;
  --ebhro20-fadeup-duration: 1s;
  --ebhro20-fadeup-delay: 2s;
  --ebhro20-fadeup-start-opacity: 0;
  --ebhro20-fadeup-end-opacity: 0.5;
  --ebhro20-fadeup-translate-y: 20px;
  --ebhro20-anim-up-translate-y: 35px;
  --ebhro20-anim-up-duration: 0.7s;
  --ebhro20-anim-up-easing: cubic-bezier(0.4, 0, 0.2, 1);
  --ebhro20-delay-1: 0.12s;
  --ebhro20-delay-2: 0.24s;
  --ebhro20-delay-3: 0.36s;
  --ebhro20-delay-4: 0.48s;
  --ebhro20-delay-5: 0.60s;
  --ebhro20-float-transition-duration: 0.4s;
  --ebhro20-pulse-duration: 4s;
  --ebhro20-pulse-shadow-outer: 40px;
  --ebhro20-pulse-shadow-inner: 30px;
  --ebhro20-pulse-shadow-outer-mid: 60px;
  --ebhro20-pulse-shadow-inner-mid: 40px;
  --ebhro20-orbit31-buttons-gap: 0.75rem;
  --ebhro20-orbit31-buttons-padding-v: 0.85rem;
  --ebhro20-orbit31-buttons-padding-h: 1.4rem;

  /* ===============================
     RESPONSIVE
  =============================== */
  --ebhro20-title-size-desktop: 2.65rem;
  --ebhro20-title-size-tablet: 2.25rem;
  --ebhro20-title-size-mobile-sm: 1.85rem;
  --ebhro20-title-size-mobile-xs: 1.65rem;
  --ebhro20-visual-size-desktop: 320px;
  --ebhro20-visual-size-tablet: 300px;
  --ebhro20-visual-size-mobile-sm: 260px;
  --ebhro20-visual-size-mobile-xs: 220px;
  --ebhro20-ring-size-desktop: 250px;
  --ebhro20-ring-size-tablet: 230px;
  --ebhro20-ring-size-mobile-sm: 200px;
  --ebhro20-ring-size-mobile-xs: 170px;
  --ebhro20-core-size-desktop: 100px;
  --ebhro20-core-size-tablet: 90px;
  --ebhro20-core-size-mobile-sm: 80px;
  --ebhro20-core-size-mobile-xs: 70px;

  /* ===============================
     CTA BUTTONS & SHIMMER TOKENS
  =============================== */
  --ebhro20-btn-primary-bg: linear-gradient(135deg, #25d366, #128c7e);
  --ebhro20-btn-primary-text-color: #ffffff;
  --ebhro20-btn-primary-border-color: rgba(37, 211, 102, 0.35);
  --ebhro20-btn-primary-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  --ebhro20-btn-primary-shadow-hover: 0 6px 22px rgba(37, 211, 102, 0.45);
  --ebhro20-btn-outline-bg: var(--ebhro20-title-highlight-gradient);
  --ebhro20-btn-outline-text-color: #ffffff;
  --ebhro20-btn-outline-border-color: transparent;
  --ebhro20-btn-outline-border-color-hover: transparent;
  --ebhro20-btn-outline-text-color-hover: #ffffff;
  --ebhro20-btn-outline-shadow: 0 4px 16px var(--ebhro20-visual-circle-glow-2);
  --ebhro20-btn-radius: var(--ebhro20-radius, 12px);
  --ebhro20-btn-font-size: 0.95rem;
  --ebhro20-btn-font-weight: 700;
  --ebhro20-btn-padding-v: 0.85rem;
  --ebhro20-btn-padding-h: 1.75rem;
  --ebhro20-btn-min-height: 48px;
  --ebhro20-btn-shimmer-bg: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  --ebhro20-btn-shimmer-duration: 3.5s;

  /* ===============================
     MEDIA SHOWCASE & FLOAT BADGES
  =============================== */
  --ebhro20-media-card-max-width: 440px;
  --ebhro20-media-card-radius: var(--ebhro20-card-radius, 20px);
  --ebhro20-media-card-border-width: var(--ebhro20-float-card-border-width, 1px);
  --ebhro20-media-card-border-color: var(--ebhro20-float-card-border-color);
  --ebhro20-media-card-bg: var(--ebhro20-float-card-background-color);
  --ebhro20-media-card-shadow: var(--ebhro20-float-card-shadow);
  --ebhro20-media-glow-bg: var(--ebhro20-title-highlight-gradient);
  --ebhro20-media-glow-opacity: 0.2;
  --ebhro20-media-glow-blur: 16px;
  --ebhro20-media-badge-bg: var(--ebhro20-float-card-background-color);
  --ebhro20-media-badge-border-color: var(--ebhro20-float-card-border-color);
  --ebhro20-media-badge-border-width: var(--ebhro20-float-card-border-width, 1px);
  --ebhro20-media-badge-text-color: var(--ebhro20-float-card-text-color);
  --ebhro20-media-badge-icon-color: var(--ebhro20-float-card-icon-color);
  --ebhro20-media-badge-shadow: var(--ebhro20-float-card-shadow);
  --ebhro20-media-badge-blur: var(--ebhro20-float-card-blur, 16px);
  --ebhro20-media-badge-radius: var(--ebhro20-radius, 12px);
  --ebhro20-media-badge-padding-v: 0.6rem;
  --ebhro20-media-badge-padding-h: 1.1rem;
  --ebhro20-media-badge-font-size: 0.82rem;
  --ebhro20-media-badge-font-weight: 700;
  --ebhro20-media-badge-top-offset: -20px;
  --ebhro20-media-badge-right-offset: -26px;
  --ebhro20-media-badge-bottom-offset: -20px;
  --ebhro20-media-badge-left-offset: -26px;
}

/* ---- Responsive Breakpoints ---- */
@media (max-width: 320px) {
  :root { --ebhro20-title-size: var(--ebhro20-title-size-mobile-xs); --ebhro20-visual-size: var(--ebhro20-visual-size-mobile-xs); --ebhro20-ring-size: var(--ebhro20-ring-size-mobile-xs); --ebhro20-core-size: var(--ebhro20-core-size-mobile-xs); }
}
@media (min-width: 321px) and (max-width: 480px) {
  :root { --ebhro20-title-size: var(--ebhro20-title-size-mobile-sm); --ebhro20-visual-size: var(--ebhro20-visual-size-mobile-sm); --ebhro20-ring-size: var(--ebhro20-ring-size-mobile-sm); --ebhro20-core-size: var(--ebhro20-core-size-mobile-sm); }
}
@media (min-width: 481px) and (max-width: 768px) {
  :root { --ebhro20-title-size: var(--ebhro20-title-size-tablet); --ebhro20-visual-size: var(--ebhro20-visual-size-tablet); --ebhro20-ring-size: var(--ebhro20-ring-size-tablet); --ebhro20-core-size: var(--ebhro20-core-size-tablet); }
}
@media (min-width: 769px) and (max-width: 1024px) {
  :root { --ebhro20-title-size: var(--ebhro20-title-size-desktop); --ebhro20-visual-size: var(--ebhro20-visual-size-desktop); --ebhro20-ring-size: var(--ebhro20-ring-size-desktop); --ebhro20-core-size: var(--ebhro20-core-size-desktop); }
}

/* ============== SECTION ============== */
.ebhro20-hero {
  position: relative;
  min-height: auto;
  background: var(--ebhro20-hero-background-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: var(--ebhro20-hero-padding-top) 0 var(--ebhro20-hero-padding-bottom) 0;
}

/* ============== BACKGROUND EFFECTS ============== */
.ebhro20-bg-effects {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.ebhro20-gradient-orb {
  position: absolute;
  border-radius: var(--ebhro20-orb-border-radius);
  filter: blur(var(--ebhro20-orb-blur));
  opacity: var(--ebhro20-orb-opacity);
}

.ebhro20-orb-1 {
  width: var(--ebhro20-orb1-size); height: var(--ebhro20-orb1-size);
  background: radial-gradient(circle, var(--ebhro20-gradient-orb-1-color), transparent 70%);
  top: -10%; right: -5%;
  animation: ebhroOrb1 var(--ebhro20-orb1-duration) var(--ebhro20-anim-easing) infinite;
}

.ebhro20-orb-2 {
  width: var(--ebhro20-orb2-size); height: var(--ebhro20-orb2-size);
  background: radial-gradient(circle, var(--ebhro20-gradient-orb-2-color), transparent 70%);
  bottom: -15%; left: -10%;
  animation: ebhroOrb2 var(--ebhro20-orb2-duration) var(--ebhro20-anim-easing) infinite;
}

.ebhro20-orb-3 {
  width: var(--ebhro20-orb3-size); height: var(--ebhro20-orb3-size);
  background: radial-gradient(circle, var(--ebhro20-gradient-orb-3-color), transparent 70%);
  top: 40%; left: 50%;
  animation: ebhroOrb3 var(--ebhro20-orb3-duration) var(--ebhro20-anim-easing) infinite;
}

@keyframes ebhroOrb1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(var(--ebhro20-orb1-mid-x), var(--ebhro20-orb1-mid-y)) scale(var(--ebhro20-orb1-mid-scale)); }
  66% { transform: translate(var(--ebhro20-orb1-end-x), var(--ebhro20-orb1-end-y)) scale(var(--ebhro20-orb1-end-scale)); }
}
@keyframes ebhroOrb2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(var(--ebhro20-orb2-mid-x), var(--ebhro20-orb2-mid-y)) scale(var(--ebhro20-orb2-mid-scale)); }
}
@keyframes ebhroOrb3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(var(--ebhro20-orb3-q1-x), var(--ebhro20-orb3-q1-y)) scale(var(--ebhro20-orb3-q1-scale)); }
  75% { transform: translate(var(--ebhro20-orb3-q3-x), var(--ebhro20-orb3-q3-y)) scale(var(--ebhro20-orb3-q3-scale)); }
}

.ebhro20-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--ebhro20-grid-line-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--ebhro20-grid-line-color) 1px, transparent 1px);
  background-size: var(--ebhro20-grid-size) var(--ebhro20-grid-size);
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 30%, transparent 100%);
}

/* Particles */
.ebhro20-particle {
  position: absolute;
  width: var(--ebhro20-particle-size); height: var(--ebhro20-particle-size);
  background: var(--ebhro20-particle-color);
  border-radius: 50%;
  opacity: 0;
  animation: ebhroParticle var(--ebhro20-particle-duration) var(--ebhro20-anim-easing) infinite;
}
.ebhro20-p1 { left: 10%; top: 20%; animation-delay: 0s; }
.ebhro20-p2 { left: 85%; top: 15%; animation-delay: 1.5s; }
.ebhro20-p3 { left: 70%; top: 75%; animation-delay: 3s; }
.ebhro20-p4 { left: 25%; top: 80%; animation-delay: 4.5s; }
.ebhro20-p5 { left: 50%; top: 50%; animation-delay: 2s; }
.ebhro20-p6 { left: 15%; top: 55%; animation-delay: 3.5s; }

@keyframes ebhroParticle {
  0%, 100% { opacity: 0; transform: translateY(0) scale(var(--ebhro20-particle-scale-start)); }
  50% { opacity: var(--ebhro20-particle-opacity-mid); transform: translateY(var(--ebhro20-particle-translate-y)) scale(1); }
}

.ebhro20-hero,
.ebhro20-hero * {
  box-sizing: border-box;
}

/* ============== LAYOUT ============== */
.ebhro20-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--ebhro20-container-max-width, 1240px);
  padding: 0 1.5rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.ebhro20-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ebhro20-section-gap, 4rem);
}

@media (max-width: 1024px) {
  .ebhro20-content {
    flex-direction: column;
    text-align: center;
    gap: var(--ebhro20-section-gap-tablet, 3rem);
  }
}

/* ============== TEXT ============== */
.ebhro20-text-block {
  flex: var(--ebhro20-text-block-flex, 1.3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ebhro20-text-block-gap, 1.5rem);
  width: 100%;
}

@media (max-width: 1024px) {
  .ebhro20-text-block {
    align-items: center;
  }
}

/* Slide-up animations */
.ebhro20-anim-up {
  opacity: 0;
  transform: translateY(var(--ebhro20-anim-up-translate-y, 20px));
  transition: opacity var(--ebhro20-anim-up-duration, 0.6s) var(--ebhro20-anim-up-easing, cubic-bezier(0.16, 1, 0.3, 1)),
              transform var(--ebhro20-anim-up-duration, 0.6s) var(--ebhro20-anim-up-easing, cubic-bezier(0.16, 1, 0.3, 1));
}
.ebhro20-anim-up.ebhro20-visible,
.ebhro20-hero .ebhro20-anim-up {
  opacity: 1;
  transform: translateY(0);
}
.ebhro20-delay-1 { transition-delay: var(--ebhro20-delay-1, 0.1s); }
.ebhro20-delay-2 { transition-delay: var(--ebhro20-delay-2, 0.2s); }
.ebhro20-delay-3 { transition-delay: var(--ebhro20-delay-3, 0.3s); }
.ebhro20-delay-4 { transition-delay: var(--ebhro20-delay-4, 0.4s); }
.ebhro20-delay-5 { transition-delay: var(--ebhro20-delay-5, 0.5s); }

/* Badge */
.ebhro20-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--ebhro20-badge-gap, 0.5rem);
  background: var(--ebhro20-badge-background-color);
  border: var(--ebhro20-badge-border-width, 1px) solid var(--ebhro20-badge-border-color);
  border-right: 3px solid var(--ebhro20-badge-text-color);
  color: var(--ebhro20-badge-text-color);
  padding: var(--ebhro20-badge-padding-v, 0.45rem) var(--ebhro20-badge-padding-h, 1.15rem);
  border-radius: var(--ebhro20-badge-border-radius, 6px);
  font-size: var(--ebhro20-badge-font-size, 0.82rem);
  font-weight: var(--ebhro20-badge-font-weight, 700);
  backdrop-filter: blur(var(--ebhro20-badge-blur, 10px));
  -webkit-backdrop-filter: blur(var(--ebhro20-badge-blur, 10px));
}
.ebhro20-badge i { font-size: var(--ebhro20-badge-icon-size, 0.75rem); }

/* Title */
.ebhro20-title {
  font-size: clamp(var(--ebhro20-title-size-clamp-min, 1.8rem), var(--ebhro20-title-size-clamp-vw, 4.5vw), var(--ebhro20-title-size-clamp-max, 3.25rem));
  font-weight: var(--ebhro20-title-weight, 700);
  color: var(--ebhro20-title-text-color);
  line-height: var(--ebhro20-title-line-height, 1.3);
  word-break: break-word;
  overflow-wrap: anywhere;
  margin: 0;
}

.ebhro20-title-highlight {
  background: var(--ebhro20-title-highlight-gradient);
  background-size: var(--ebhro20-gradient-bg-size, 200% 200%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
  margin: 0 0.2rem;
  animation: ebhroGradient var(--ebhro20-gradient-duration, 4s) var(--ebhro20-anim-easing, ease-in-out) infinite;
}

@keyframes ebhroGradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Description */
.ebhro20-description {
  font-size: clamp(var(--ebhro20-description-size-clamp-min, 0.95rem), var(--ebhro20-description-size-clamp-vw, 2vw), var(--ebhro20-description-size-clamp-max, 1.1rem));
  color: var(--ebhro20-description-text-color);
  line-height: var(--ebhro20-description-line-height, 1.8);
  max-width: var(--ebhro20-description-max-width, 560px);
  word-break: break-word;
  overflow-wrap: anywhere;
  margin: 0;
}

/* ============== FEATURES / VALUE POINTS GRID ============== */
.ebhro20-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ebhro20-stats-gap-mobile, 0.8rem);
  width: 100%;
  margin: 0.25rem 0 0.5rem;
}

.ebhro20-feature-pill {
  display: flex;
  align-items: center;
  gap: var(--ebhro20-float-card-gap, 0.5rem);
  padding: var(--ebhro20-float-card-padding-v, 0.6rem) var(--ebhro20-float-card-padding-h, 1rem);
  background: var(--ebhro20-float-card-background-color);
  border: var(--ebhro20-float-card-border-width, 1px) solid var(--ebhro20-float-card-border-color);
  border-right: 3px solid var(--ebhro20-float-card-icon-color);
  border-radius: var(--ebhro20-card-radius, 8px);
  backdrop-filter: blur(var(--ebhro20-float-card-blur, 16px));
  -webkit-backdrop-filter: blur(var(--ebhro20-float-card-blur, 16px));
  box-shadow: var(--ebhro20-float-card-shadow);
  color: var(--ebhro20-float-card-text-color);
  font-size: var(--ebhro20-float-card-font-size, 0.82rem);
  font-weight: var(--ebhro20-float-card-font-weight, 600);
  transition: all var(--ebhro20-float-transition-duration, 0.25s) var(--ebhro20-anim-easing-standard, ease);
  word-break: break-word;
  overflow-wrap: anywhere;
  min-height: auto;
}

.ebhro20-feature-pill:hover {
  border-color: var(--ebhro20-float-card-hover-border-color);
  box-shadow: var(--ebhro20-float-card-hover-glow);
  transform: translateY(-2px);
}

.ebhro20-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: var(--ebhro20-radius, 8px);
  background: var(--ebhro20-badge-background-color);
  color: var(--ebhro20-float-card-icon-color);
  border: 1px solid var(--ebhro20-badge-border-color);
  font-size: var(--ebhro20-float-card-icon-size, 0.9rem);
}

.ebhro20-feature-text {
  font-size: var(--ebhro20-float-card-font-size, 0.82rem);
  font-weight: var(--ebhro20-float-card-font-weight, 600);
  color: var(--ebhro20-float-card-text-color);
  line-height: 1.4;
}

/* ============== CTA BUTTONS ============== */
.ebctaf20-buttons-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.5rem;
}

.ebctaf20-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: var(--ebhro20-btn-padding-v, 0.85rem) var(--ebhro20-btn-padding-h, 1.75rem);
  border-radius: var(--ebhro20-btn-radius, 12px);
  font-weight: var(--ebhro20-btn-font-weight, 700);
  font-size: var(--ebhro20-btn-font-size, 0.95rem);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all var(--ebhro20-anim-up-duration, 0.3s) var(--ebhro20-anim-easing-standard, ease);
  min-height: var(--ebhro20-btn-min-height, 48px);
  box-sizing: border-box;
}

.ebctaf20-btn-primary {
  background: var(--ebhro20-btn-primary-bg, var(--ebhro20-title-highlight-gradient));
  color: var(--ebhro20-btn-primary-text-color, #ffffff);
  border: 1px solid var(--ebhro20-btn-primary-border-color, var(--ebhro20-badge-border-color));
  box-shadow: var(--ebhro20-btn-primary-shadow, 0 4px 16px var(--ebhro20-visual-circle-glow-2));
}

.ebctaf20-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--ebhro20-btn-primary-shadow-hover, 0 6px 22px var(--ebhro20-visual-circle-glow-2));
  opacity: var(--ebhro20-btn-primary-opacity-hover, 0.95);
  color: var(--ebhro20-btn-primary-text-color, #ffffff);
}

.ebctaf20-btn-outline {
  background: var(--ebhro20-btn-outline-bg, var(--ebhro20-float-card-background-color));
  color: var(--ebhro20-btn-outline-text-color, var(--ebhro20-title-text-color));
  border: 1.5px solid var(--ebhro20-btn-outline-border-color, var(--ebhro20-badge-border-color));
  backdrop-filter: blur(var(--ebhro20-badge-blur, 10px));
  -webkit-backdrop-filter: blur(var(--ebhro20-badge-blur, 10px));
  box-shadow: var(--ebhro20-btn-outline-shadow, var(--ebhro20-float-card-shadow));
}

.ebctaf20-btn-outline:hover {
  border-color: var(--ebhro20-btn-outline-border-color-hover, var(--ebhro20-badge-text-color));
  color: var(--ebhro20-btn-outline-text-color-hover, var(--ebhro20-badge-text-color));
  transform: translateY(-2px);
}

.ebctaf20-btn-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: var(--ebhro20-btn-shimmer-bg);
  transform: skewX(-20deg);
  animation: ebhroBtnShimmer var(--ebhro20-btn-shimmer-duration, 3.5s) infinite;
}

@keyframes ebhroBtnShimmer {
  0% { left: -100%; }
  25% { left: 200%; }
  100% { left: 200%; }
}

/* ============== VISUAL / SERVICE MEDIA SHOWCASE ============== */
.ebhro20-visual-block {
  flex: var(--ebhro20-visual-block-flex, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.ebhro20-media-card {
  position: relative;
  width: 100%;
  max-width: var(--ebhro20-media-card-max-width, 440px);
  border-radius: var(--ebhro20-media-card-radius, 20px);
}

.ebhro20-media-glow {
  position: absolute;
  inset: -4px;
  border-radius: calc(var(--ebhro20-media-card-radius, 20px) + 4px);
  background: var(--ebhro20-media-glow-bg, var(--ebhro20-title-highlight-gradient));
  opacity: var(--ebhro20-media-glow-opacity, 0.2);
  z-index: 1;
  filter: blur(var(--ebhro20-media-glow-blur, 16px));
}

.ebhro20-media-frame {
  position: relative;
  z-index: 2;
  border-radius: var(--ebhro20-media-card-radius, 20px);
  overflow: hidden;
  border: var(--ebhro20-media-card-border-width, 1px) solid var(--ebhro20-media-card-border-color, var(--ebhro20-float-card-border-color));
  background: var(--ebhro20-media-card-bg, var(--ebhro20-float-card-background-color));
  box-shadow: var(--ebhro20-media-card-shadow, var(--ebhro20-float-card-shadow));
  aspect-ratio: 16 / 11;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ebhro20-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ebhro20-media-card:hover .ebhro20-media-img {
  transform: scale(1.03);
}

.ebhro20-float-badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: var(--ebhro20-badge-gap, 0.5rem);
  padding: var(--ebhro20-media-badge-padding-v, 0.6rem) var(--ebhro20-media-badge-padding-h, 1.1rem);
  background: var(--ebhro20-media-badge-bg, var(--ebhro20-float-card-background-color));
  border: var(--ebhro20-media-badge-border-width, 1px) solid var(--ebhro20-media-badge-border-color, var(--ebhro20-float-card-border-color));
  border-right: 3px solid var(--ebhro20-media-badge-icon-color);
  border-radius: var(--ebhro20-media-badge-radius, 6px);
  backdrop-filter: blur(var(--ebhro20-media-badge-blur, 16px));
  -webkit-backdrop-filter: blur(var(--ebhro20-media-badge-blur, 16px));
  box-shadow: var(--ebhro20-media-badge-shadow, var(--ebhro20-float-card-shadow));
  font-size: var(--ebhro20-media-badge-font-size, 0.82rem);
  font-weight: var(--ebhro20-media-badge-font-weight, 700);
  color: var(--ebhro20-media-badge-text-color, var(--ebhro20-float-card-text-color));
  animation: ebhroFloat var(--ebhro20-float-duration, 4s) var(--ebhro20-anim-easing, ease-in-out) infinite;
  white-space: nowrap;
}

.ebhro20-float-badge i {
  color: var(--ebhro20-media-badge-icon-color, var(--ebhro20-float-card-icon-color));
  font-size: var(--ebhro20-float-card-icon-size, 0.9rem);
}

.ebhro20-badge-top {
  top: -14px;
  right: 16px;
  animation-delay: 0s;
}

.ebhro20-badge-bottom {
  bottom: -14px;
  left: 16px;
  animation-delay: 2s;
}

@keyframes ebhroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(var(--ebhro20-float-translate-y, -8px)); }
}

/* Legacy Float Cards & Stats backwards compatibility */
.ebhro20-stats-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--ebhro20-stats-gap, 1.5rem);
  width: 100%;
  padding: var(--ebhro20-stats-padding-v, 1.25rem) var(--ebhro20-stats-padding-h, 1.75rem);
  background: var(--ebhro20-stats-background-color);
  border: var(--ebhro20-stats-border-width, 1px) solid var(--ebhro20-stats-border-color);
  border-radius: var(--ebhro20-radius, 12px);
  backdrop-filter: blur(var(--ebhro20-stats-blur, 16px));
  -webkit-backdrop-filter: blur(var(--ebhro20-stats-blur, 16px));
  box-sizing: border-box;
}
.ebhro20-stat { display: flex; flex-direction: column; align-items: center; gap: 0.2rem; flex: 1; }
.ebhro20-stat-number { font-size: 1.85rem; font-weight: 700; color: var(--ebhro20-stats-number-color); }
.ebhro20-stat-plus { font-size: 1.25rem; font-weight: 700; color: var(--ebhro20-stats-number-color); }
.ebhro20-stat-label { font-size: 0.78rem; color: var(--ebhro20-stats-label-color); font-weight: 500; }
.ebhro20-stat-divider { width: 1px; height: 40px; background: var(--ebhro20-stats-divider-color); }

/* ============== SCROLL INDICATOR ============== */
.ebhro20-scroll-indicator {
  display: none;
  position: absolute;
  bottom: var(--ebhro20-scroll-bottom, 2rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ebhro20-scroll-gap, 0.5rem);
  z-index: 5;
  opacity: 0.85;
}
.ebhro20-scroll-indicator span {
  font-size: var(--ebhro20-scroll-text-size, 0.7rem);
  color: var(--ebhro20-scroll-text-color);
  font-weight: 600;
}
.ebhro20-mouse {
  width: var(--ebhro20-scroll-mouse-width, 22px);
  height: var(--ebhro20-scroll-mouse-height, 34px);
  border: var(--ebhro20-scroll-mouse-border-width, 2px) solid var(--ebhro20-scroll-mouse-border-color);
  border-radius: var(--ebhro20-scroll-mouse-border-radius, 12px);
  position: relative;
}
.ebhro20-mouse-wheel {
  width: var(--ebhro20-scroll-wheel-width, 3px);
  height: var(--ebhro20-scroll-wheel-height, 8px);
  background: var(--ebhro20-scroll-wheel-color);
  border-radius: var(--ebhro20-scroll-wheel-border-radius, 3px);
  position: absolute;
  top: var(--ebhro20-scroll-wheel-top, 6px);
  left: 50%;
  transform: translateX(-50%);
  animation: ebhroScrollWheel 2s ease-in-out infinite;
}
@keyframes ebhroScrollWheel {
  0% { opacity: 1; top: 6px; }
  100% { opacity: 0; top: 18px; }
}

/* ============== RESPONSIVE / MOBILE-FIRST OVERRIDES ============== */
@media (max-width: 991px) {
  .ebhro20-hero {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  .ebhro20-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  .ebhro20-text-block {
    align-items: center;
    gap: 1rem;
  }
  .ebhro20-badge {
    margin: 0 auto;
  }
  .ebhro20-description {
    margin: 0 auto;
  }
  .ebctaf20-buttons-row {
    justify-content: center;
  }
  .ebhro20-visual-block {
    order: 1;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .ebhro20-hero {
    padding-top: var(--ebhro20-hero-padding-top-mobile, 1.75rem);
    padding-bottom: var(--ebhro20-hero-padding-bottom-mobile, 1.5rem);
    min-height: auto;
  }
  .ebhro20-container {
    padding: 0 var(--ebhro20-container-padding-h-mobile, 0.75rem);
  }
  .ebhro20-content {
    gap: var(--ebhro20-section-gap-mobile, 1.25rem);
  }
  .ebhro20-text-block {
    gap: 0.65rem;
    align-items: center;
  }
  .ebhro20-badge {
    padding: 0.3rem 0.85rem;
    font-size: 0.75rem;
    gap: 0.35rem;
    margin-bottom: 0;
  }
  .ebhro20-title {
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
  }
  .ebhro20-description {
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0;
    max-width: 100%;
  }
  .ebhro20-features-grid {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    margin: 0.15rem 0 0.35rem;
    width: 100%;
  }
  .ebhro20-feature-pill {
    padding: 0.45rem 0.75rem;
    gap: 0.5rem;
    border-radius: 10px;
  }
  .ebhro20-feature-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    font-size: 0.75rem;
    border-radius: 6px;
  }
  .ebhro20-feature-text {
    font-size: 0.82rem;
    line-height: 1.35;
  }
  .ebctaf20-buttons-row {
    flex-direction: column;
    width: 100%;
    gap: 0.45rem;
    margin-top: 0.25rem;
  }
  .ebctaf20-btn {
    width: 100%;
    min-height: 44px;
    padding: 0.65rem 1rem;
    font-size: 0.92rem;
    border-radius: 10px;
    justify-content: center;
    box-sizing: border-box;
  }
  .ebhro20-container {
    padding: 0 0.75rem !important;
    width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  .ebhro20-visual-block {
    margin-top: 0.75rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .ebhro20-media-card {
    width: 100%;
    max-width: 440px;
    border-radius: 14px;
    margin: 0.5rem auto;
    box-sizing: border-box;
  }
  .ebhro20-media-frame {
    border-radius: 14px;
  }
  .ebhro20-media-glow {
    border-radius: 16px;
  }
  .ebhro20-float-badge {
    position: absolute;
    padding: 0.35rem 0.65rem;
    font-size: 0.75rem;
    border-radius: 6px;
    gap: 0.35rem;
    max-width: 70%;
    z-index: 3;
  }
  .ebhro20-badge-top {
    top: -8px;
    right: 8px;
  }
  .ebhro20-badge-bottom {
    bottom: -8px;
    left: 8px;
  }
  .ebhro20-scroll-indicator {
    display: none;
  }
}

@media (max-width: 380px) {
  .ebhro20-title {
    font-size: 1.6rem;
  }
  .ebhro20-description {
    font-size: 0.84rem;
  }
  .ebhro20-text-block {
    gap: 0.55rem;
  }
  .ebctaf20-btn {
    min-height: 42px;
    font-size: 0.88rem;
  }
}


/* === MOBILE-COMPACT DISTRIBUTED: HERO 768 === */
@media (max-width: 768px) {
  .ebhro20-container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-inline: 0.75rem !important;
  }
}


/* === MOBILE-COMPACT DISTRIBUTED: HERO 480 === */
@media (max-width: 480px) {
  .ebhro20-container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-inline: 0.75rem !important;
  }
}


/* === MOBILE-COMPACT DISTRIBUTED: HERO 380 === */
@media (max-width: 380px) {
  .ebhro20-container {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-inline: 0.5rem !important;
  }
}
