/* ============================================
   ABOUT — THEME 2: LUXURY GOLD (IMPERIAL OBSIDIAN)
   ============================================ */

:root {
  /* ===== COLORS ===== */
  --ebabo20-bg-color: #faf9f5;
  --ebabo20-card-bg: #ffffff;
  --ebabo20-primary: #b89020;
  --ebabo20-primary-dark: #8c6d1d;
  --ebabo20-primary-light: rgba(184, 144, 32, 0.1);
  --ebabo20-text-dark: #1c1917;
  --ebabo20-text-muted: #57534e;
  --ebabo20-border-color: rgba(184, 144, 32, 0.25);
  --ebabo20-border-gold: #b89020;
  --ebabo20-gold-light: #c5a059;
  --ebabo20-orb-1-background: radial-gradient(circle, #b89020 0%, transparent 70%);
  --ebabo20-orb-2-background: radial-gradient(circle, #8c6d1d 0%, transparent 70%);
  --ebabo20-grid-lines-image: linear-gradient(rgba(184, 144, 32, 0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(184, 144, 32, 0.04) 1px, transparent 1px);
  --ebabo20-badge-bg: #ffffff;
  --ebabo20-title-color: #1c1917;
  --ebabo20-title-highlight-gradient: linear-gradient(135deg, #c5a059 0%, #b89020 50%, #8c6d1d 100%);
  --ebabo20-img-overlay-gradient: linear-gradient(180deg, transparent 60%, rgba(28, 25, 23, 0.85) 100%);
  --ebabo20-badge-exp-bg: #ffffff;
  --ebabo20-badge-exp-color: #1c1917;
  --ebabo20-exp-icon-bg: rgba(184, 144, 32, 0.12);
  --ebabo20-exp-icon-color: #b89020;
  --ebabo20-float-card-bg: #ffffff;
  --ebabo20-fc-icon-bg: rgba(184, 144, 32, 0.15);
  --ebabo20-fc-icon-color: #b89020;
  --ebabo20-fc-title-color: #1c1917;
  --ebabo20-fc-sub-color: #b89020;
  --ebabo20-lead-box-bg: #ffffff;
  --ebabo20-lead-box-padding-a-desktop: 1.8rem 2rem;
  --ebabo20-lead-box-gap-a-desktop: 1.4rem;
  --ebabo20-lead-box-padding-b-desktop: 1.4rem 1.6rem;
  --ebabo20-lead-box-gap-b-desktop: 1.2rem;
  --ebabo20-lead-text-color: #1c1917;
  --ebabo20-tabs-wrapper-bg: #ffffff;
  --ebabo20-tabs-wrapper-padding-desktop: 1.6rem;
  --ebabo20-tabs-nav-columns: repeat(3, 1fr);
  --ebabo20-tab-hover-color: #b89020;
  --ebabo20-feature-item-color: #1c1917;
  --ebabo20-sc-num-color: #1c1917;
  --ebabo20-sc-plus-color: #b89020;
  --ebabo20-btn-primary-gradient: linear-gradient(135deg, #b89020 0%, #8c6d1d 100%);
  --ebabo20-btn-primary-hover-gradient: linear-gradient(135deg, #c5a059 0%, #b89020 100%);
  --ebabo20-btn-primary-color: #ffffff;
  --ebabo20-btn-outline-color: #1c1917;
  --ebabo20-btn-outline-hover-bg: rgba(184, 144, 32, 0.1);
  --ebabo20-btn-outline-hover-color: #b89020;

  /* ===== TYPOGRAPHY ===== */
  --ebabo20-font-heading: 'El Messiri', sans-serif;
  --ebabo20-badge-letter-spacing: 2px;
  --ebabo20-title-font-size: 3rem;
  --ebabo20-subtitle-font-size: 1.1rem;
  --ebabo20-badge-font-weight: 700;
  --ebabo20-title-font-weight: 700;
  --ebabo20-title-line-height: 1.35;
  --ebabo20-title-letter-spacing: 0.5px;
  --ebabo20-subtitle-line-height: 1.85;
  --ebabo20-lead-text-font-size: 1.05rem;
  --ebabo20-lead-text-line-height: 1.85;
  --ebabo20-lead-text-font-weight: 600;
  --ebabo20-lead-icon-font-size: 2rem;
  --ebabo20-tab-btn-font-size: 0.95rem;
  --ebabo20-tab-btn-font-weight: 700;
  --ebabo20-tab-btn-i-font-size: 0.95rem;
  --ebabo20-panel-desc-font-size: 1rem;
  --ebabo20-panel-desc-line-height: 1.85;
  --ebabo20-feature-item-font-size: 0.98rem;
  --ebabo20-feature-item-font-weight: 600;
  --ebabo20-feature-icon-font-size: 1.15rem;
  --ebabo20-sc-num-font-size: 1.7rem;
  --ebabo20-sc-num-font-weight: 800;
  --ebabo20-sc-plus-font-size: 1.3rem;
  --ebabo20-sc-plus-font-weight: 700;
  --ebabo20-sc-lbl-font-size: 0.85rem;
  --ebabo20-sc-lbl-font-weight: 600;
  --ebabo20-exp-num-font-weight: 800;
  --ebabo20-exp-num-line-height: 1;
  --ebabo20-exp-lbl-font-weight: 500;
  --ebabo20-fc-title-font-weight: 700;

  /* ===== SPACING ===== */
  --ebabo20-badge-gap: 0.8rem;
  --ebabo20-badge-margin-bottom: 1.6rem;
  --ebabo20-title-margin-bottom: 1.4rem;
  --ebabo20-visual-col-padding: 15px;
  --ebabo20-info-col-gap: 2.2rem;
  --ebabo20-panel-desc-margin-bottom: 1.2rem;
  --ebabo20-features-list-gap: 0.85rem;
  --ebabo20-feature-item-gap: 0.8rem;
  --ebabo20-tabs-nav-padding-bottom: 0.8rem;
  --ebabo20-tabs-nav-margin-bottom: 1.4rem;
  --ebabo20-stats-grid-gap: 1.2rem;
  --ebabo20-btn-gap: 0.8rem;

  /* ===== LAYOUT ===== */
  --ebabo20-bg-effects-z-index: 1;
  --ebabo20-container-z-index: 2;
  --ebabo20-container-max-width: 1220px;
  --ebabo20-header-max-width: 780px;
  --ebabo20-grid-lines-size: 60px 60px;
  --ebabo20-orb-1-size: 550px;
  --ebabo20-orb-1-offset: -180px;
  --ebabo20-orb-2-size: 500px;
  --ebabo20-orb-2-offset: -180px;
  --ebabo20-badge-exp-z-index: 3;
  --ebabo20-float-card-z-index: 3;
  --ebabo20-decor-frame-z-index: -1;
  --ebabo20-sc-icon-size: 48px;
  --ebabo20-sc-icon-margin: 0 auto 0.8rem auto;

  /* ===== CARD ===== */
  --ebabo20-stat-card-shadow-hover: 0 15px 35px rgba(184, 144, 32, 0.15);
  --ebabo20-sc-icon-bg: rgba(184, 144, 32, 0.1);
  --ebabo20-sc-icon-border: 1px solid var(--ebabo20-border-gold);
  --ebabo20-stat-card-padding-desktop: 1.5rem 1rem;
  --ebabo20-sc-lbl-margin-top: 0.3rem;
  --ebabo20-sc-icon-color: #b89020;
  --ebabo20-sc-icon-font-size: 1.2rem;
  --ebabo20-stat-card-transition: all 0.4s var(--ebabo20-ease);
  --ebabo20-stat-hover-transform: translateY(-6px);

  /* ===== IMAGE ===== */
  --ebabo20-img-wrapper-border: 2px solid var(--ebabo20-border-gold);
  --ebabo20-img-wrapper-padding: 12px;
  --ebabo20-img-wrapper-transition: transform 0.6s var(--ebabo20-ease), box-shadow 0.6s var(--ebabo20-ease);
  --ebabo20-img-wrapper-hover-transform: translateY(-6px);
  --ebabo20-main-img-filter: contrast(105%) brightness(95%);
  --ebabo20-main-img-hover-filter: contrast(110%) brightness(105%);
  --ebabo20-main-img-transition: filter 0.6s var(--ebabo20-ease);
  --ebabo20-decor-frame-inset: -15px;
  --ebabo20-decor-frame-opacity: 0.6;
  --ebabo20-img-overlay-inset: 12px;

  /* ===== BUTTON ===== */
  --ebabo20-btn-primary-weight: 800;
  --ebabo20-btn-primary-radius: 0px;
  --ebabo20-btn-primary-transition: all 0.4s var(--ebabo20-ease);
  --ebabo20-btn-primary-hover-transform: translateY(-4px);
  --ebabo20-btn-outline-weight: 700;
  --ebabo20-btn-outline-radius: 0px;
  --ebabo20-btn-outline-transition: all 0.4s var(--ebabo20-ease);
  --ebabo20-btn-outline-hover-transform: translateY(-4px);
  --ebabo20-btn-outline-border: 1px solid var(--ebabo20-border-gold);

  /* ===== BADGE ===== */
  --ebabo20-corner-size: 6px;
  --ebabo20-corner-offset: -3px;
  --ebabo20-badge-exp-backdrop: none;

  /* ===== BORDER ===== */
  --ebabo20-radius: 0px;
  --ebabo20-badge-radius: 0px;
  --ebabo20-badge-border: 1px solid var(--ebabo20-border-gold);
  --ebabo20-decor-frame-border: 1px dashed var(--ebabo20-primary);
  --ebabo20-tabs-wrapper-border: 1px solid var(--ebabo20-border-color);
  --ebabo20-tabs-nav-border-bottom: 1px solid var(--ebabo20-border-color);
  --ebabo20-lead-box-border: 1px solid var(--ebabo20-border-color);
  --ebabo20-lead-box-border-right-a: 5px solid var(--ebabo20-border-gold);
  --ebabo20-lead-box-border-right-b: 4px solid var(--ebabo20-border-gold);
  --ebabo20-stat-card-border: 1px solid var(--ebabo20-border-color);
  --ebabo20-stat-card-border-top: 3px solid var(--ebabo20-border-gold);
  --ebabo20-exp-icon-border: 1px solid var(--ebabo20-border-gold);
  --ebabo20-badge-exp-border: 1.5px solid var(--ebabo20-border-gold);
  --ebabo20-float-card-border: 1px solid var(--ebabo20-border-gold);
  --ebabo20-tab-underline-height: 3px;
  --ebabo20-btn-primary-border: 1px solid var(--ebabo20-gold-light);

  /* ===== SHADOW ===== */
  --ebabo20-shadow: 0 20px 45px rgba(28, 25, 23, 0.08);
  --ebabo20-shadow-hover: 0 30px 60px rgba(184, 144, 32, 0.2);
  --ebabo20-badge-shadow: 0 0 25px rgba(184, 144, 32, 0.15);
  --ebabo20-badge-exp-shadow: 0 20px 45px rgba(28, 25, 23, 0.12);
  --ebabo20-float-card-shadow: 0 15px 35px rgba(28, 25, 23, 0.1);
  --ebabo20-lead-box-shadow-a: 0 15px 35px rgba(28, 25, 23, 0.1);
  --ebabo20-lead-box-shadow-b: 0 10px 25px rgba(28, 25, 23, 0.08);
  --ebabo20-tab-underline-glow: 0 0 10px var(--ebabo20-border-gold);
  --ebabo20-btn-primary-shadow: 0 12px 30px rgba(184, 144, 32, 0.3);
  --ebabo20-btn-primary-hover-shadow: 0 18px 45px rgba(184, 144, 32, 0.45);

  /* ===== ANIMATION ===== */
  --ebabo20-ease: cubic-bezier(0.25, 1, 0.5, 1);
  --ebabo20-bg-orb-blur: blur(130px);
  --ebabo20-bg-orb-radius: 50%;
  --ebabo20-bg-orb-opacity: 0.3;
  --ebabo20-orb-duration: 8s;
  --ebabo20-kf-gold-pulse-0-opacity: 0.2;
  --ebabo20-kf-gold-pulse-0-transform: scale(1);
  --ebabo20-kf-gold-pulse-100-opacity: 0.45;
  --ebabo20-kf-gold-pulse-100-transform: scale(1.15);
  --ebabo20-tab-underline-offset: -0.85rem;
  --ebabo20-tab-underline-width-initial: 0%;
  --ebabo20-tab-underline-transition: width 0.4s var(--ebabo20-ease);
  --ebabo20-tab-btn-transition: all 0.4s var(--ebabo20-ease);
  --ebabo20-panel-anim: fadeInLuxury 0.5s ease forwards;
  --ebabo20-kf-fade-luxury-from-opacity: 0;
  --ebabo20-kf-fade-luxury-from-transform: translateY(8px);
  --ebabo20-kf-fade-luxury-to-opacity: 1;
  --ebabo20-kf-fade-luxury-to-transform: translateY(0);

  /* ===== RESPONSIVE ===== */
  --ebabo20-section-padding-desktop: 3.5rem 0;
  --ebabo20-section-padding-tablet: 3rem 0;
  --ebabo20-section-padding-mobile: 3.5rem 0;
  --ebabo20-section-padding-mini: 3.5rem 0;
  --ebabo20-container-padding-desktop: 0 2rem;
  --ebabo20-container-padding-tablet: 0 2rem;
  --ebabo20-container-padding-mobile: 0 0.75rem;
  --ebabo20-container-padding-mini: 0 0.5rem;
  --ebabo20-header-margin-bottom-desktop: 2.25rem;
  --ebabo20-header-margin-bottom-tablet: 3rem;
  --ebabo20-header-margin-bottom-mobile: 2.2rem;
  --ebabo20-header-margin-bottom-mini: 2.2rem;
  --ebabo20-badge-font-size-desktop: 0.9rem;
  --ebabo20-badge-font-size-tablet: 0.9rem;
  --ebabo20-badge-font-size-mobile: 0.9rem;
  --ebabo20-badge-font-size-mini: 0.8rem;
  --ebabo20-badge-padding-desktop: 0.5rem 2rem;
  --ebabo20-badge-padding-tablet: 0.5rem 2rem;
  --ebabo20-badge-padding-mobile: 0.5rem 2rem;
  --ebabo20-badge-padding-mini: 0.45rem 1.2rem;
  --ebabo20-badge-letter-spacing-desktop: 2px;
  --ebabo20-badge-letter-spacing-tablet: 2px;
  --ebabo20-badge-letter-spacing-mobile: 2px;
  --ebabo20-badge-letter-spacing-mini: 1px;
  --ebabo20-grid-template-columns-desktop: 1fr 1fr;
  --ebabo20-grid-template-columns-tablet: 1fr;
  --ebabo20-grid-template-columns-mobile: 1fr;
  --ebabo20-grid-template-columns-mini: 1fr;
  --ebabo20-grid-gap-desktop: 4.5rem;
  --ebabo20-grid-gap-tablet: 3rem;
  --ebabo20-grid-gap-mobile: 3rem;
  --ebabo20-grid-gap-mini: 3rem;
  --ebabo20-main-img-height-desktop: 520px;
  --ebabo20-main-img-height-tablet: 520px;
  --ebabo20-main-img-height-mobile: auto;
  --ebabo20-main-img-height-mini: auto;
  --ebabo20-main-img-max-height-desktop: 520px;
  --ebabo20-main-img-max-height-tablet: 520px;
  --ebabo20-main-img-max-height-mobile: 380px;
  --ebabo20-main-img-max-height-mini: 300px;
  --ebabo20-main-img-aspect-desktop: 4 / 3;
  --ebabo20-main-img-aspect-tablet: 4 / 3;
  --ebabo20-main-img-aspect-mobile: 16 / 10;
  --ebabo20-main-img-aspect-mini: 16 / 10;
  --ebabo20-badge-exp-bottom-desktop: -25px;
  --ebabo20-badge-exp-right-desktop: -20px;
  --ebabo20-badge-exp-bottom-tablet: -25px;
  --ebabo20-badge-exp-right-tablet: -20px;
  --ebabo20-badge-exp-bottom-mobile: 16px;
  --ebabo20-badge-exp-right-mobile: 16px;
  --ebabo20-badge-exp-bottom-mini: 10px;
  --ebabo20-badge-exp-right-mini: 10px;
  --ebabo20-badge-exp-padding-desktop: 1.3rem 1.8rem;
  --ebabo20-badge-exp-padding-tablet: 1.3rem 1.8rem;
  --ebabo20-badge-exp-padding-mobile: 0.8rem 1.2rem;
  --ebabo20-badge-exp-padding-mini: 0.5rem 0.8rem;
  --ebabo20-badge-exp-gap-desktop: 1.3rem;
  --ebabo20-badge-exp-gap-tablet: 1.3rem;
  --ebabo20-badge-exp-gap-mobile: 0.8rem;
  --ebabo20-badge-exp-gap-mini: 0.5rem;
  --ebabo20-float-card-offset-desktop: -20px;
  --ebabo20-float-card-offset-tablet: -20px;
  --ebabo20-float-card-offset-mobile: 16px;
  --ebabo20-float-card-offset-mini: 10px;
  --ebabo20-float-card-padding-desktop: 1rem 1.5rem;
  --ebabo20-float-card-padding-tablet: 1rem 1.5rem;
  --ebabo20-float-card-padding-mobile: 0.7rem 1rem;
  --ebabo20-float-card-padding-mini: 0.45rem 0.7rem;
  --ebabo20-float-card-gap-desktop: 1rem;
  --ebabo20-float-card-gap-tablet: 1rem;
  --ebabo20-float-card-gap-mobile: 0.7rem;
  --ebabo20-float-card-gap-mini: 0.5rem;
  --ebabo20-exp-icon-size-desktop: 54px;
  --ebabo20-exp-icon-size-tablet: 54px;
  --ebabo20-exp-icon-size-mobile: 54px;
  --ebabo20-exp-icon-size-mini: 34px;
  --ebabo20-exp-icon-font-size-desktop: 1.5rem;
  --ebabo20-exp-icon-font-size-tablet: 1.5rem;
  --ebabo20-exp-icon-font-size-mobile: 1.5rem;
  --ebabo20-exp-icon-font-size-mini: 1rem;
  --ebabo20-exp-num-font-size-desktop: 1.9rem;
  --ebabo20-exp-num-font-size-tablet: 1.9rem;
  --ebabo20-exp-num-font-size-mobile: 1.9rem;
  --ebabo20-exp-num-font-size-mini: 1.2rem;
  --ebabo20-exp-lbl-font-size-desktop: 0.85rem;
  --ebabo20-exp-lbl-font-size-tablet: 0.85rem;
  --ebabo20-exp-lbl-font-size-mobile: 0.85rem;
  --ebabo20-exp-lbl-font-size-mini: 0.72rem;
  --ebabo20-fc-icon-size-desktop: 42px;
  --ebabo20-fc-icon-size-tablet: 42px;
  --ebabo20-fc-icon-size-mobile: 42px;
  --ebabo20-fc-icon-size-mini: 30px;
  --ebabo20-fc-icon-font-size-desktop: 1.2rem;
  --ebabo20-fc-icon-font-size-tablet: 1.2rem;
  --ebabo20-fc-icon-font-size-mobile: 1.2rem;
  --ebabo20-fc-icon-font-size-mini: 0.85rem;
  --ebabo20-fc-title-font-size-desktop: 0.92rem;
  --ebabo20-fc-title-font-size-tablet: 0.92rem;
  --ebabo20-fc-title-font-size-mobile: 0.92rem;
  --ebabo20-fc-title-font-size-mini: 0.76rem;
  --ebabo20-fc-sub-font-size-desktop: 0.8rem;
  --ebabo20-fc-sub-font-size-tablet: 0.8rem;
  --ebabo20-fc-sub-font-size-mobile: 0.8rem;
  --ebabo20-fc-sub-font-size-mini: 0.68rem;
  --ebabo20-tabs-nav-gap-desktop: 0.5rem;
  --ebabo20-tabs-nav-gap-tablet: 0.5rem;
  --ebabo20-tabs-nav-gap-mobile: 0.5rem;
  --ebabo20-tabs-nav-gap-mini: 0.3rem;
  --ebabo20-tab-btn-font-size-desktop: var(--ebabo20-tab-btn-font-size);
  --ebabo20-tab-btn-font-size-tablet: var(--ebabo20-tab-btn-font-size);
  --ebabo20-tab-btn-font-size-mobile: var(--ebabo20-tab-btn-font-size);
  --ebabo20-tab-btn-font-size-mini: 0.82rem;
  --ebabo20-tab-btn-padding-desktop: 0.6rem 0.3rem;
  --ebabo20-tab-btn-padding-tablet: 0.6rem 0.3rem;
  --ebabo20-tab-btn-padding-mobile: 0.6rem 0.3rem;
  --ebabo20-tab-btn-padding-mini: 0.5rem 0.2rem;
  --ebabo20-tab-btn-gap-desktop: 0.5rem;
  --ebabo20-tab-btn-gap-tablet: 0.5rem;
  --ebabo20-tab-btn-gap-mobile: 0.5rem;
  --ebabo20-tab-btn-gap-mini: 0.3rem;
  --ebabo20-stats-grid-columns-desktop: repeat(3, 1fr);
  --ebabo20-stats-grid-columns-tablet: repeat(3, 1fr);
  --ebabo20-stats-grid-columns-mobile: repeat(3, 1fr);
  --ebabo20-stats-grid-columns-mini: 1fr;
  --ebabo20-action-bar-gap-desktop: 1.5rem;
  --ebabo20-action-bar-gap-tablet: 1.5rem;
  --ebabo20-action-bar-gap-mobile: 1.5rem;
  --ebabo20-action-bar-gap-mini: 0.9rem;
  --ebabo20-btn-primary-padding-desktop: 1.05rem 2.2rem;
  --ebabo20-btn-primary-padding-tablet: 1.05rem 2.2rem;
  --ebabo20-btn-primary-padding-mobile: 1.05rem 2.2rem;
  --ebabo20-btn-primary-padding-mini: 0.9rem 1.4rem;
  --ebabo20-btn-outline-padding-desktop: 1.05rem 2rem;
  --ebabo20-btn-outline-padding-tablet: 1.05rem 2rem;
  --ebabo20-btn-outline-padding-mobile: 1.05rem 2rem;
  --ebabo20-btn-outline-padding-mini: 0.9rem 1.4rem;
}

.ebabo20-section {
  position: relative;
  background-color: var(--ebabo20-bg-color);
  color: var(--ebabo20-text-dark);
  padding: var(--ebabo20-section-padding-desktop);
  overflow: hidden;
}

/* Background Gold Dust Orbs & Diamond Lattice */
.ebabo20-bg-effects {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: var(--ebabo20-bg-effects-z-index);
}

.ebabo20-bg-orb {
  position: absolute;
  border-radius: var(--ebabo20-bg-orb-radius);
  filter: var(--ebabo20-bg-orb-blur);
  opacity: var(--ebabo20-bg-orb-opacity);
}

.ebabo20-orb-1 {
  width: var(--ebabo20-orb-1-size);
  height: var(--ebabo20-orb-1-size);
  background: var(--ebabo20-orb-1-background);
  top: var(--ebabo20-orb-1-offset);
  right: var(--ebabo20-orb-1-offset);
  animation: goldPulse var(--ebabo20-orb-duration) infinite alternate ease-in-out;
}

.ebabo20-orb-2 {
  width: var(--ebabo20-orb-2-size);
  height: var(--ebabo20-orb-2-size);
  background: var(--ebabo20-orb-2-background);
  bottom: var(--ebabo20-orb-2-offset);
  left: var(--ebabo20-orb-2-offset);
  animation: goldPulse var(--ebabo20-orb-duration) infinite alternate-reverse ease-in-out;
}

@keyframes goldPulse {
  0% { opacity: var(--ebabo20-kf-gold-pulse-0-opacity); transform: var(--ebabo20-kf-gold-pulse-0-transform); }
  100% { opacity: var(--ebabo20-kf-gold-pulse-100-opacity); transform: var(--ebabo20-kf-gold-pulse-100-transform); }
}

.ebabo20-grid-lines {
  position: absolute;
  inset: 0;
  background-image: var(--ebabo20-grid-lines-image);
  background-size: var(--ebabo20-grid-lines-size);
}

.ebabo20-section,
.ebabo20-section * {
  box-sizing: border-box;
}

.ebabo20-container {
  position: relative;
  z-index: var(--ebabo20-container-z-index);
  max-width: var(--ebabo20-container-max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

/* Header */
.ebabo20-header {
  text-align: center;
  max-width: var(--ebabo20-header-max-width);
  margin: 0 auto var(--ebabo20-header-margin-bottom-desktop) auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ebabo20-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--ebabo20-badge-gap);
  padding: var(--ebabo20-badge-padding-desktop);
  background: var(--ebabo20-badge-bg);
  border: var(--ebabo20-badge-border);
  color: var(--ebabo20-primary);
  font-size: var(--ebabo20-badge-font-size-desktop);
  font-weight: var(--ebabo20-badge-font-weight);
  letter-spacing: var(--ebabo20-badge-letter-spacing-desktop);
  margin-bottom: var(--ebabo20-badge-margin-bottom);
  box-shadow: var(--ebabo20-badge-shadow);
  text-transform: uppercase;
  position: relative;
}

.ebabo20-badge::before, .ebabo20-badge::after {
  content: '';
  position: absolute;
  width: var(--ebabo20-corner-size);
  height: var(--ebabo20-corner-size);
  background: var(--ebabo20-primary);
}

.ebabo20-badge::before { top: var(--ebabo20-corner-offset); left: var(--ebabo20-corner-offset); }
.ebabo20-badge::after { bottom: var(--ebabo20-corner-offset); right: var(--ebabo20-corner-offset); }

.ebabo20-title {
  font-family: var(--ebabo20-font-heading);
  font-size: var(--ebabo20-title-font-size);
  font-weight: var(--ebabo20-title-font-weight);
  color: var(--ebabo20-title-color);
  line-height: var(--ebabo20-title-line-height);
  margin-bottom: var(--ebabo20-title-margin-bottom);
  letter-spacing: var(--ebabo20-title-letter-spacing);
}

.ebabo20-title-highlight {
  color: var(--ebabo20-primary);
  background: var(--ebabo20-title-highlight-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ebabo20-subtitle {
  font-size: var(--ebabo20-subtitle-font-size);
  color: var(--ebabo20-text-muted);
  line-height: var(--ebabo20-subtitle-line-height);
}

/* Grid Layout */
.ebabo20-grid {
  display: grid;
  grid-template-columns: var(--ebabo20-grid-template-columns-desktop);
  gap: var(--ebabo20-grid-gap-desktop);
  align-items: center;
}

/* Imperial Framed Image Showcase */
.ebabo20-visual-col {
  position: relative;
}

.ebabo20-img-card {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.ebabo20-img-glow {
  position: absolute;
  inset: -4px;
  border-radius: 10px;
  background: var(--ebabo20-title-highlight-gradient);
  opacity: 0.12;
  z-index: 1;
  filter: blur(16px);
}

.ebabo20-img-wrapper {
  position: relative;
  z-index: 2;
  border: 1.5px solid rgba(184, 144, 32, 0.25);
  box-shadow: 0 16px 40px rgba(28, 25, 23, 0.08);
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.ebabo20-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ebabo20-img-card:hover .ebabo20-main-img {
  transform: scale(1.03);
}

.ebabo20-img-overlay {
  position: absolute;
  inset: 0;
  background: var(--ebabo20-img-overlay-gradient);
  pointer-events: none;
}

/* Floating Luxury Gold Badges (Outer Corners - Small overlap on edge) */
.ebabo20-badge-experience {
  position: absolute;
  bottom: -14px;
  right: 16px;
  background: #ffffff;
  color: #1c1917;
  padding: 0.75rem 1.2rem;
  border: 1px solid rgba(184, 144, 32, 0.2);
  border-right: 3px solid var(--ebabo20-border-gold);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(28, 25, 23, 0.06);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  z-index: 3;
  animation: floatCard 4s ease-in-out infinite alternate;
  white-space: nowrap;
  max-width: 90%;
  box-sizing: border-box;
}

@keyframes floatCard {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

.ebabo20-exp-icon {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: rgba(184, 144, 32, 0.12);
  color: var(--ebabo20-border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.ebabo20-exp-text {
  display: flex;
  flex-direction: column;
}

.ebabo20-exp-num {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ebabo20-border-gold);
  line-height: 1;
}

.ebabo20-exp-lbl {
  font-size: 0.8rem;
  color: #57534e;
  font-weight: 600;
  margin-top: 0.2rem;
}

.ebabo20-float-card {
  position: absolute;
  top: -14px;
  left: 16px;
  background: #ffffff;
  padding: 0.7rem 1.1rem;
  border: 1px solid rgba(184, 144, 32, 0.2);
  border-right: 3px solid var(--ebabo20-border-gold);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(28, 25, 23, 0.06);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 3;
  animation: floatCard 5s ease-in-out infinite alternate-reverse;
  white-space: nowrap;
  max-width: 90%;
  box-sizing: border-box;
}

.ebabo20-fc-icon {
  width: 38px;
  height: 38px;
  background: rgba(184, 144, 32, 0.12);
  color: var(--ebabo20-border-gold);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.ebabo20-fc-info {
  display: flex;
  flex-direction: column;
}

.ebabo20-fc-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1c1917;
}

.ebabo20-fc-sub {
  font-size: 0.75rem;
  color: var(--ebabo20-border-gold);
  font-weight: 600;
}

/* Info Column */
.ebabo20-info-col {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.ebabo20-lead-box {
  background: #ffffff;
  border: 1px solid rgba(184, 144, 32, 0.18);
  border-right: 3px solid var(--ebabo20-border-gold);
  padding: 1.25rem 1.5rem;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(28, 25, 23, 0.04);
  display: flex;
  gap: 1.2rem;
  align-items: center;
  position: relative;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.ebabo20-lead-icon {
  font-size: 1.6rem;
  color: var(--ebabo20-border-gold);
  flex-shrink: 0;
}

.ebabo20-lead-text {
  font-size: 1rem;
  line-height: 1.75;
  color: #1c1917;
  font-weight: 600;
  word-break: break-word;
  overflow-wrap: anywhere;
  margin: 0;
}

/* Luxury Gold Tabs (Chrome Style) */
.ebabo20-tabs-wrapper {
  background: #ffffff;
  border: 1px solid rgba(184, 144, 32, 0.2);
  border-radius: 6px;
  padding: 1.4rem;
  box-shadow: 0 10px 30px rgba(28, 25, 23, 0.04);
  width: 100%;
  box-sizing: border-box;
}

.ebabo20-tabs-nav {
  display: flex;
  gap: 0.35rem;
  border-bottom: 2px solid rgba(184, 144, 32, 0.2);
  padding: 0 0.25rem;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.ebabo20-tab-btn {
  flex: 1 1 0%;
  min-width: 0;
  padding: 0.75rem 1rem;
  border-radius: 6px 6px 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #57534e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.25s ease;
  background: rgba(184, 144, 32, 0.04);
  border: 1px solid transparent;
  border-bottom: none;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.ebabo20-tab-btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.ebabo20-tab-btn i {
  flex-shrink: 0;
  font-size: 0.9rem;
}

.ebabo20-tab-btn:hover {
  color: var(--ebabo20-border-gold);
  background: rgba(184, 144, 32, 0.08);
}

/* Chrome-like tab widths: active tab expands, others shrink; hovering an
   inactive tab previews the same expansion. */
.ebabo20-tab-btn:not(.ebabo20-tab-active) {
  flex-grow: 0.5;
}

.ebabo20-tab-btn:not(.ebabo20-tab-active):hover {
  flex-grow: 3;
}

.ebabo20-tab-btn.ebabo20-tab-active {
  flex-grow: 3;
  background: #ffffff;
  color: var(--ebabo20-border-gold);
  font-weight: 700;
  border: 1px solid rgba(184, 144, 32, 0.25);
  border-top: 3px solid var(--ebabo20-border-gold);
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  box-shadow: 0 -4px 12px rgba(184, 144, 32, 0.08);
  z-index: 2;
}

.ebabo20-tabs-content {
  min-height: 175px;
  padding: 1.25rem 0.25rem 0.25rem;
  box-sizing: border-box;
  position: relative;
}

.ebabo20-tab-panel {
  display: none;
}

.ebabo20-tab-panel.ebabo20-panel-active {
  display: block;
  animation: ebaboTabFadeLuxury 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes ebaboTabFadeLuxury {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.ebabo20-panel-desc {
  font-size: 0.95rem;
  color: #57534e;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.ebabo20-features-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.65rem;
  padding: 0;
  margin: 0;
}

.ebabo20-features-list li {
  display: flex;
  align-items: center;
  gap: var(--ebabo20-feature-item-gap);
  font-size: var(--ebabo20-feature-item-font-size);
  font-weight: var(--ebabo20-feature-item-font-weight);
  color: var(--ebabo20-feature-item-color);
  word-break: break-word;
  overflow-wrap: anywhere;
}

.ebabo20-features-list li i {
  color: var(--ebabo20-border-gold);
  font-size: var(--ebabo20-feature-icon-font-size);
  flex-shrink: 0;
}

/* Stats Cards */
.ebabo20-stats-grid {
  display: grid;
  grid-template-columns: var(--ebabo20-stats-grid-columns-desktop);
  gap: var(--ebabo20-stats-grid-gap);
}

.ebabo20-stat-card {
  background: var(--ebabo20-card-bg);
  border: var(--ebabo20-stat-card-border);
  border-top: var(--ebabo20-stat-card-border-top);
  padding: var(--ebabo20-stat-card-padding-desktop);
  text-align: center;
  transition: var(--ebabo20-stat-card-transition);
}

.ebabo20-stat-card:hover {
  transform: var(--ebabo20-stat-hover-transform);
  box-shadow: var(--ebabo20-stat-card-shadow-hover);
  border-color: var(--ebabo20-border-gold);
}

.ebabo20-sc-icon {
  width: var(--ebabo20-sc-icon-size);
  height: var(--ebabo20-sc-icon-size);
  margin: var(--ebabo20-sc-icon-margin);
  border: var(--ebabo20-sc-icon-border);
  background: var(--ebabo20-sc-icon-bg);
  color: var(--ebabo20-sc-icon-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ebabo20-sc-icon-font-size);
}

.ebabo20-sc-num {
  font-size: var(--ebabo20-sc-num-font-size);
  font-weight: var(--ebabo20-sc-num-font-weight);
  color: var(--ebabo20-sc-num-color);
}

.ebabo20-sc-plus {
  font-size: var(--ebabo20-sc-plus-font-size);
  font-weight: var(--ebabo20-sc-plus-font-weight);
  color: var(--ebabo20-sc-plus-color);
}

.ebabo20-sc-lbl {
  display: block;
  font-size: var(--ebabo20-sc-lbl-font-size);
  color: var(--ebabo20-text-muted);
  font-weight: var(--ebabo20-sc-lbl-font-weight);
  margin-top: var(--ebabo20-sc-lbl-margin-top);
}

/* Action Bar */
.ebabo20-action-bar {
  display: flex;
  gap: var(--ebabo20-action-bar-gap-desktop);
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.ebabo20-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: var(--ebabo20-btn-gap);
  padding: var(--ebabo20-btn-primary-padding-desktop);
  background: var(--ebabo20-btn-primary-gradient);
  color: var(--ebabo20-btn-primary-color);
  font-weight: var(--ebabo20-btn-primary-weight);
  border: var(--ebabo20-btn-primary-border);
  box-shadow: var(--ebabo20-btn-primary-shadow);
  transition: var(--ebabo20-btn-primary-transition);
}

.ebabo20-btn-primary:hover {
  transform: var(--ebabo20-btn-primary-hover-transform);
  box-shadow: var(--ebabo20-btn-primary-hover-shadow);
  background: var(--ebabo20-btn-primary-hover-gradient);
}

.ebabo20-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: var(--ebabo20-btn-gap);
  padding: var(--ebabo20-btn-outline-padding-desktop);
  background: transparent;
  color: var(--ebabo20-btn-outline-color);
  font-weight: var(--ebabo20-btn-outline-weight);
  border: var(--ebabo20-btn-outline-border);
  transition: var(--ebabo20-btn-outline-transition);
}

.ebabo20-btn-outline:hover {
  background: var(--ebabo20-btn-outline-hover-bg);
  color: var(--ebabo20-btn-outline-hover-color);
  transform: var(--ebabo20-btn-outline-hover-transform);
}

/* Responsive */
@media (max-width: 992px) {
  .ebabo20-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .ebabo20-header {
    margin-bottom: 2rem;
  }
  .ebabo20-visual-col {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .ebabo20-img-card {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .ebabo20-badge-experience {
    bottom: -12px;
    right: 50%;
    transform: translateX(50%);
  }
  .ebabo20-float-card {
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .ebabo20-section {
    padding: 1.75rem 0 !important;
  }
  .ebabo20-container {
    padding: 0 0.75rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  .ebabo20-header {
    margin-bottom: 1.25rem !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ebabo20-title {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.35;
  }
  .ebabo20-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.75rem;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ebabo20-visual-col {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    box-sizing: border-box;
    padding: 0 !important;
  }
  .ebabo20-img-card {
    width: calc(100% - 2rem) !important;
    max-width: 400px !important;
    margin: 0.5rem auto !important;
    box-sizing: border-box;
  }
  .ebabo20-badge-experience {
    position: absolute;
    bottom: -12px;
    right: 50%;
    transform: translateX(50%);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    gap: 0.4rem;
    z-index: 3;
    max-width: 85%;
    white-space: nowrap;
  }
  .ebabo20-exp-icon {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
    border-radius: 4px;
  }
  .ebabo20-exp-num {
    font-size: 0.95rem;
  }
  .ebabo20-exp-lbl {
    font-size: 0.65rem;
  }
  .ebabo20-float-card {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    gap: 0.4rem;
    z-index: 3;
    max-width: 85%;
    white-space: nowrap;
  }
  .ebabo20-fc-icon {
    width: 26px;
    height: 26px;
    font-size: 0.75rem;
    border-radius: 4px;
  }
  .ebabo20-fc-title {
    font-size: 0.72rem;
  }
  .ebabo20-fc-sub {
    font-size: 0.62rem;
  }
  .ebabo20-info-col {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ebabo20-lead-box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1.1rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 0.5rem;
    border-right: 1px solid rgba(184, 144, 32, 0.18);
    border-top: 3px solid var(--ebabo20-border-gold);
  }
  .ebabo20-lead-icon {
    font-size: 1.5rem;
    margin-bottom: 0.15rem;
  }
  .ebabo20-lead-text {
    font-size: 0.92rem;
    line-height: 1.65;
    text-align: center;
  }
  .ebabo20-tabs-wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1rem 0.85rem;
    text-align: center;
  }
  .ebabo20-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
  }
  .ebabo20-tab-btn {
    padding: 0.6rem 0.5rem;
    font-size: 0.82rem;
    gap: 0.35rem;
  }
  .ebabo20-tabs-content {
    min-height: 145px;
    padding: 1rem 0 0;
    text-align: center;
  }
  .ebabo20-panel-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    text-align: center;
  }
  .ebabo20-features-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    justify-items: center;
  }
  .ebabo20-features-list li {
    font-size: 0.85rem;
    justify-content: center;
    text-align: center;
  }
  .ebabo20-action-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 0.65rem;
  }
  .ebabo20-btn-primary,
  .ebabo20-btn-outline {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .ebabo20-container {
    padding: 0 1rem;
  }
  .ebabo20-badge {
    font-size: 0.82rem;
    padding: 0.4rem 1rem;
  }
  .ebabo20-tab-btn span {
    font-size: 0.78rem;
  }
}


/* === MOBILE-COMPACT DISTRIBUTED: ABOUT 768 === */
@media (max-width: 768px) {
  .ebabo20-container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-inline: 0.75rem !important;
  }
  .ebabo20-tabs-wrapper {
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }
}


/* === MOBILE-COMPACT DISTRIBUTED: ABOUT 480 === */
@media (max-width: 480px) {
  .ebabo20-container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-inline: 0.75rem !important;
  }
}


/* === MOBILE-COMPACT DISTRIBUTED: ABOUT 380 === */
@media (max-width: 380px) {
  .ebabo20-container {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-inline: 0.5rem !important;
  }
}
