/* ============================================
   ABOUT — THEME 4: SAGE GREEN & CORAL (FRESH ECO)
   ============================================ */

:root {
  /* ===== COLORS ===== */
  --ebabo20-bg-color: #f4f8f5;
  --ebabo20-card-bg: #ffffff;
  --ebabo20-primary: #2d6a4f;
  --ebabo20-primary-dark: #1b4332;
  --ebabo20-secondary: #e76f51;
  --ebabo20-primary-light: rgba(45, 106, 79, 0.08);
  --ebabo20-secondary-light: rgba(231, 111, 81, 0.08);
  --ebabo20-text-dark: #1b4332;
  --ebabo20-text-muted: #52796f;
  --ebabo20-border-color: rgba(45, 106, 79, 0.14);
  --ebabo20-border-hover: #2d6a4f;
  --ebabo20-orb-1-background: radial-gradient(circle, rgba(45, 106, 79, 0.18) 0%, transparent 70%);
  --ebabo20-orb-2-background: radial-gradient(circle, rgba(231, 111, 81, 0.12) 0%, transparent 70%);
  --ebabo20-grid-lines-image: linear-gradient(rgba(45, 106, 79, 0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(45, 106, 79, 0.03) 1px, transparent 1px);
  --ebabo20-title-highlight-gradient: linear-gradient(135deg, #2d6a4f 0%, #52796f 50%, #e76f51 100%);
  --ebabo20-img-overlay-gradient: linear-gradient(180deg, transparent 60%, rgba(27, 67, 50, 0.5) 100%);
  --ebabo20-img-bar-gradient: linear-gradient(90deg, #2d6a4f, #e76f51);
  --ebabo20-badge-exp-bg: rgba(255, 255, 255, 0.95);
  --ebabo20-float-card-bg: rgba(255, 255, 255, 0.95);
  --ebabo20-exp-icon-gradient: linear-gradient(135deg, #2d6a4f, #52796f);
  --ebabo20-exp-icon-color: #ffffff;
  --ebabo20-fc-title-color: var(--ebabo20-text-dark);
  --ebabo20-fc-sub-color: var(--ebabo20-secondary);
  --ebabo20-lead-box-bg: #ffffff;
  --ebabo20-tabs-wrapper-bg: #ffffff;
  --ebabo20-tabs-nav-bg: #f4f8f5;
  --ebabo20-tab-active-color: #ffffff;
  --ebabo20-stat-card-bg: #ffffff;
  --ebabo20-btn-primary-gradient: linear-gradient(135deg, #2d6a4f 0%, #1b4332 100%);
  --ebabo20-btn-primary-color: #ffffff;
  --ebabo20-btn-outline-bg: #ffffff;

  /* ===== TYPOGRAPHY ===== */
  --ebabo20-font-heading: 'El Messiri', sans-serif;
  --ebabo20-title-font-size: 2.7rem;
  --ebabo20-subtitle-font-size: 1.1rem;
  --ebabo20-badge-font-weight: 700;
  --ebabo20-title-font-weight: 800;
  --ebabo20-title-line-height: 1.35;
  --ebabo20-subtitle-line-height: 1.8;
  --ebabo20-lead-text-font-size: 1.05rem;
  --ebabo20-lead-text-line-height: 1.8;
  --ebabo20-lead-text-font-weight: 600;
  --ebabo20-lead-icon-font-size: 1.8rem;
  --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.8;
  --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.65rem;
  --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: 600;
  --ebabo20-fc-title-font-weight: 700;
  --ebabo20-fc-sub-font-weight: 600;

  /* ===== SPACING ===== */
  --ebabo20-badge-gap: 0.6rem;
  --ebabo20-badge-margin-bottom: 1.3rem;
  --ebabo20-title-margin-bottom: 1.2rem;
  --ebabo20-info-col-gap: 2rem;
  --ebabo20-panel-desc-margin-bottom: 1.2rem;
  --ebabo20-features-list-gap: 0.8rem;
  --ebabo20-feature-item-gap: 0.8rem;
  --ebabo20-tabs-nav-margin-bottom: 1.4rem;
  --ebabo20-stats-grid-gap: 1.2rem;
  --ebabo20-btn-gap: 0.8rem;
  --ebabo20-exp-lbl-margin-top: 0.2rem;
  --ebabo20-sc-lbl-margin-top: 0.2rem;

  /* ===== LAYOUT ===== */
  --ebabo20-bg-effects-z-index: 1;
  --ebabo20-container-z-index: 2;
  --ebabo20-container-max-width: 1240px;
  --ebabo20-header-max-width: 740px;
  --ebabo20-grid-lines-size: 40px 40px;
  --ebabo20-orb-1-size: 480px;
  --ebabo20-orb-1-offset-top: -120px;
  --ebabo20-orb-1-offset-right: -100px;
  --ebabo20-orb-2-size: 420px;
  --ebabo20-orb-2-offset-bottom: -100px;
  --ebabo20-orb-2-offset-left: -100px;
  --ebabo20-orb-2-delay: -5s;
  --ebabo20-badge-exp-z-index: 3;
  --ebabo20-float-card-z-index: 3;
  --ebabo20-decor-frame-z-index: -1;
  --ebabo20-img-bar-z-index: 2;
  --ebabo20-sc-icon-size: 44px;
  --ebabo20-sc-icon-margin: 0 auto 0.7rem auto;

  /* ===== CARD ===== */
  --ebabo20-stat-card-padding: 1.4rem 1rem;
  --ebabo20-stat-card-shadow: 0 6px 20px rgba(45, 106, 79, 0.04);
  --ebabo20-stat-card-transition: all 0.4s var(--ebabo20-ease);
  --ebabo20-stat-hover-transform: translateY(-5px);
  --ebabo20-sc-icon-radius: 50%;
  --ebabo20-sc-icon-bg: var(--ebabo20-primary-light);
  --ebabo20-sc-icon-color: var(--ebabo20-primary);
  --ebabo20-sc-icon-font-size: 1.15rem;
  --ebabo20-lead-box-radius: 16px;

  /* ===== IMAGE ===== */
  --ebabo20-img-wrapper-radius: var(--ebabo20-radius);
  --ebabo20-img-wrapper-transition: transform 0.5s var(--ebabo20-ease), box-shadow 0.5s var(--ebabo20-ease);
  --ebabo20-img-wrapper-hover-transform: translateY(-6px);
  --ebabo20-img-bar-height: 4px;
  --ebabo20-main-img-transition: transform 0.6s var(--ebabo20-ease);
  --ebabo20-main-img-hover-transform: scale(1.05);
  --ebabo20-decor-frame-inset: -12px;
  --ebabo20-decor-frame-radius: calc(var(--ebabo20-radius) + 8px);
  --ebabo20-badge-exp-backdrop: blur(12px);
  --ebabo20-float-card-backdrop: blur(12px);

  /* ===== BUTTON ===== */
  --ebabo20-btn-primary-weight: 700;
  --ebabo20-btn-primary-radius: var(--ebabo20-badge-radius);
  --ebabo20-btn-primary-transition: all 0.4s var(--ebabo20-ease);
  --ebabo20-btn-primary-hover-transform: translateY(-4px);
  --ebabo20-btn-outline-color: var(--ebabo20-text-dark);
  --ebabo20-btn-outline-weight: 700;
  --ebabo20-btn-outline-radius: var(--ebabo20-badge-radius);
  --ebabo20-btn-outline-transition: all 0.4s var(--ebabo20-ease);
  --ebabo20-btn-outline-hover-transform: translateY(-4px);

  /* ===== BADGE ===== */

  /* ===== BORDER ===== */
  --ebabo20-radius: 20px;
  --ebabo20-badge-radius: 50px;
  --ebabo20-badge-border: 1px solid rgba(45, 106, 79, 0.2);
  --ebabo20-decor-frame-border: 1.5px dashed rgba(45, 106, 79, 0.25);
  --ebabo20-img-wrapper-border: 1px solid var(--ebabo20-border-color);
  --ebabo20-badge-exp-border: 1px solid var(--ebabo20-border-color);
  --ebabo20-float-card-border: 1px solid var(--ebabo20-border-color);
  --ebabo20-lead-box-border: 1px solid var(--ebabo20-border-color);
  --ebabo20-lead-box-border-right: 4px solid var(--ebabo20-secondary);
  --ebabo20-lead-box-border-right-width: 4px;
  --ebabo20-tabs-wrapper-border: 1px solid var(--ebabo20-border-color);
  --ebabo20-tabs-nav-columns: repeat(3, 1fr);
  --ebabo20-tabs-nav-radius: 14px;
  --ebabo20-tab-btn-radius: 10px;
  --ebabo20-stat-card-border: 1px solid var(--ebabo20-border-color);
  --ebabo20-exp-icon-radius: 14px;
  --ebabo20-fc-icon-radius: 12px;
  --ebabo20-btn-outline-border: 1.5px solid var(--ebabo20-border-color);

  /* ===== SHADOW ===== */
  --ebabo20-shadow: 0 12px 30px rgba(45, 106, 79, 0.08);
  --ebabo20-shadow-hover: 0 20px 40px rgba(45, 106, 79, 0.15);
  --ebabo20-badge-shadow: 0 4px 15px rgba(45, 106, 79, 0.05);
  --ebabo20-badge-exp-shadow: 0 12px 32px rgba(45, 106, 79, 0.1);
  --ebabo20-exp-icon-shadow: 0 8px 20px rgba(45, 106, 79, 0.25);
  --ebabo20-float-card-shadow: 0 10px 28px rgba(45, 106, 79, 0.08);
  --ebabo20-lead-box-shadow: 0 8px 24px rgba(45, 106, 79, 0.05);
  --ebabo20-tab-active-shadow: 0 8px 20px rgba(45, 106, 79, 0.25);
  --ebabo20-btn-primary-shadow: 0 10px 25px rgba(45, 106, 79, 0.25);
  --ebabo20-btn-primary-hover-shadow: 0 15px 35px rgba(45, 106, 79, 0.4);

  /* ===== ANIMATION ===== */
  --ebabo20-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ebabo20-bg-orb-blur: blur(100px);
  --ebabo20-bg-orb-radius: 50%;
  --ebabo20-bg-orb-opacity: 0.35;
  --ebabo20-bg-orb-duration: 10s;
  --ebabo20-kf-sage-0-transform: translateY(0) scale(1);
  --ebabo20-kf-sage-100-transform: translateY(30px) scale(1.08);
  --ebabo20-tab-btn-transition: all 0.3s var(--ebabo20-ease);
  --ebabo20-panel-anim: fadeIn 0.4s ease forwards;
  --ebabo20-kf-fade-in-from-opacity: 0;
  --ebabo20-kf-fade-in-from-transform: translateY(8px);
  --ebabo20-kf-fade-in-to-opacity: 1;
  --ebabo20-kf-fade-in-to-transform: translateY(0);

  /* ===== RESPONSIVE ===== */
  --ebabo20-section-padding-desktop: 3.5rem 0;
  --ebabo20-section-padding-tablet: 3rem 0;
  --ebabo20-section-padding-mobile: 3rem 0;
  --ebabo20-section-padding-mini: 3rem 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.95rem;
  --ebabo20-badge-font-size-tablet: 0.95rem;
  --ebabo20-badge-font-size-mobile: 0.95rem;
  --ebabo20-badge-font-size-mini: 0.85rem;
  --ebabo20-badge-padding-desktop: 0.5rem 1.4rem;
  --ebabo20-badge-padding-tablet: 0.5rem 1.4rem;
  --ebabo20-badge-padding-mobile: 0.5rem 1.4rem;
  --ebabo20-badge-padding-mini: 0.45rem 1.2rem;
  --ebabo20-badge-padding-mini: 0.45rem 1.2rem;
  --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: 4rem;
  --ebabo20-grid-gap-tablet: 3rem;
  --ebabo20-grid-gap-mobile: 3rem;
  --ebabo20-grid-gap-mini: 3rem;
  --ebabo20-main-img-height-desktop: 490px;
  --ebabo20-main-img-height-tablet: 490px;
  --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-offset-desktop: 25px;
  --ebabo20-badge-exp-offset-tablet: 25px;
  --ebabo20-badge-exp-offset-mobile: 16px;
  --ebabo20-badge-exp-offset-mini: 10px;
  --ebabo20-badge-exp-padding-desktop: 1.1rem 1.6rem;
  --ebabo20-badge-exp-padding-tablet: 1.1rem 1.6rem;
  --ebabo20-badge-exp-padding-mobile: 0.8rem 1.2rem;
  --ebabo20-badge-exp-padding-mini: 0.5rem 0.8rem;
  --ebabo20-badge-exp-gap-desktop: 1.1rem;
  --ebabo20-badge-exp-gap-tablet: 1.1rem;
  --ebabo20-badge-exp-gap-mobile: 0.8rem;
  --ebabo20-badge-exp-gap-mini: 0.5rem;
  --ebabo20-float-card-offset-desktop: 25px;
  --ebabo20-float-card-offset-tablet: 25px;
  --ebabo20-float-card-offset-mobile: 16px;
  --ebabo20-float-card-offset-mini: 10px;
  --ebabo20-float-card-padding-desktop: 0.85rem 1.3rem;
  --ebabo20-float-card-padding-tablet: 0.85rem 1.3rem;
  --ebabo20-float-card-padding-mobile: 0.7rem 1rem;
  --ebabo20-float-card-padding-mini: 0.45rem 0.7rem;
  --ebabo20-float-card-gap-desktop: 0.9rem;
  --ebabo20-float-card-gap-tablet: 0.9rem;
  --ebabo20-float-card-gap-mobile: 0.7rem;
  --ebabo20-float-card-gap-mini: 0.5rem;
  --ebabo20-exp-icon-size-desktop: 48px;
  --ebabo20-exp-icon-size-tablet: 48px;
  --ebabo20-exp-icon-size-mobile: 48px;
  --ebabo20-exp-icon-size-mini: 34px;
  --ebabo20-exp-icon-font-size-desktop: 1.3rem;
  --ebabo20-exp-icon-font-size-tablet: 1.3rem;
  --ebabo20-exp-icon-font-size-mobile: 1.3rem;
  --ebabo20-exp-icon-font-size-mini: 1rem;
  --ebabo20-exp-num-font-size-desktop: 1.7rem;
  --ebabo20-exp-num-font-size-tablet: 1.7rem;
  --ebabo20-exp-num-font-size-mobile: 1.7rem;
  --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: 40px;
  --ebabo20-fc-icon-size-tablet: 40px;
  --ebabo20-fc-icon-size-mobile: 40px;
  --ebabo20-fc-icon-size-mini: 30px;
  --ebabo20-fc-icon-font-size-desktop: 1.1rem;
  --ebabo20-fc-icon-font-size-tablet: 1.1rem;
  --ebabo20-fc-icon-font-size-mobile: 1.1rem;
  --ebabo20-fc-icon-font-size-mini: 0.85rem;
  --ebabo20-fc-title-font-size-desktop: 0.9rem;
  --ebabo20-fc-title-font-size-tablet: 0.9rem;
  --ebabo20-fc-title-font-size-mobile: 0.9rem;
  --ebabo20-fc-title-font-size-mini: 0.76rem;
  --ebabo20-fc-sub-font-size-desktop: 0.78rem;
  --ebabo20-fc-sub-font-size-tablet: 0.78rem;
  --ebabo20-fc-sub-font-size-mobile: 0.78rem;
  --ebabo20-fc-sub-font-size-mini: 0.68rem;
  --ebabo20-fc-sub-font-size-mini: 0.68rem;
  --ebabo20-tabs-wrapper-padding-desktop: 1.6rem;
  --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-tabs-nav-padding-desktop: 0.35rem;
  --ebabo20-tab-btn-font-size-desktop: 0.9rem;
  --ebabo20-tab-btn-font-size-tablet: 0.9rem;
  --ebabo20-tab-btn-font-size-mobile: 0.9rem;
  --ebabo20-tab-btn-font-size-mini: 0.82rem;
  --ebabo20-tab-btn-padding-desktop: 0.65rem 0.4rem;
  --ebabo20-tab-btn-padding-tablet: 0.65rem 0.4rem;
  --ebabo20-tab-btn-padding-mobile: 0.65rem 0.4rem;
  --ebabo20-tab-btn-padding-mini: 0.5rem 0.2rem;
  --ebabo20-tab-btn-gap-desktop: 0.45rem;
  --ebabo20-tab-btn-gap-tablet: 0.45rem;
  --ebabo20-tab-btn-gap-mobile: 0.45rem;
  --ebabo20-tab-btn-gap-mini: 0.35rem;
  --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.4rem;
  --ebabo20-action-bar-gap-tablet: 1.4rem;
  --ebabo20-action-bar-gap-mobile: 1.4rem;
  --ebabo20-action-bar-gap-mini: 0.9rem;
  --ebabo20-lead-box-padding-desktop: 1.4rem 1.6rem;
  --ebabo20-lead-box-gap-desktop: 1.2rem;
  --ebabo20-btn-primary-padding-desktop: 1rem 2rem;
  --ebabo20-btn-primary-padding-tablet: 1rem 2rem;
  --ebabo20-btn-primary-padding-mobile: 1rem 2rem;
  --ebabo20-btn-primary-padding-mini: 0.9rem 1.4rem;
  --ebabo20-btn-outline-padding-desktop: 1rem 1.8rem;
  --ebabo20-btn-outline-padding-tablet: 1rem 1.8rem;
  --ebabo20-btn-outline-padding-mobile: 1rem 1.8rem;
  --ebabo20-btn-outline-padding-mini: 0.9rem 1.4rem;
}

.ebabo20-section {
  position: relative;
  background-color: var(--ebabo20-bg-color);
  padding: var(--ebabo20-section-padding-desktop);
  overflow: hidden;
}

/* Background Animated Sage Orbs */
.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);
  animation: sageFloat var(--ebabo20-bg-orb-duration) ease-in-out infinite alternate;
}

.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-top);
  right: var(--ebabo20-orb-1-offset-right);
}

.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-bottom);
  left: var(--ebabo20-orb-2-offset-left);
  animation-delay: var(--ebabo20-orb-2-delay);
}

@keyframes sageFloat {
  0% { transform: var(--ebabo20-kf-sage-0-transform); }
  100% { transform: var(--ebabo20-kf-sage-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-primary-light);
  border: var(--ebabo20-badge-border);
  border-radius: var(--ebabo20-badge-radius);
  color: var(--ebabo20-primary);
  font-size: var(--ebabo20-badge-font-size-desktop);
  font-weight: var(--ebabo20-badge-font-weight);
  margin-bottom: var(--ebabo20-badge-margin-bottom);
  box-shadow: var(--ebabo20-badge-shadow);
}

.ebabo20-title {
  font-size: var(--ebabo20-title-font-size);
  font-weight: var(--ebabo20-title-font-weight);
  color: var(--ebabo20-text-dark);
  line-height: var(--ebabo20-title-line-height);
  margin-bottom: var(--ebabo20-title-margin-bottom);
}

.ebabo20-title-highlight {
  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;
}

/* Visual Column */
.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: 14px;
  background: var(--ebabo20-title-highlight-gradient);
  opacity: 0.15;
  z-index: 1;
  filter: blur(16px);
}

.ebabo20-img-wrapper {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--ebabo20-shadow);
  border: 1.5px solid rgba(45, 106, 79, 0.25);
  border-top: 3px solid var(--ebabo20-primary);
  background: #ffffff;
  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 Eco Badges (Outer Corners - Small overlap on edge) */
.ebabo20-badge-experience {
  position: absolute;
  bottom: -14px;
  right: 16px;
  background: #ffffff;
  padding: 0.75rem 1.2rem;
  border-radius: 10px;
  border: 1px solid rgba(45, 106, 79, 0.2);
  border-right: 3px solid var(--ebabo20-secondary);
  box-shadow: 0 12px 30px rgba(45, 106, 79, 0.08);
  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;
  background: var(--ebabo20-exp-icon-gradient);
  color: var(--ebabo20-exp-icon-color);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: var(--ebabo20-exp-icon-shadow);
}

.ebabo20-exp-text {
  display: flex;
  flex-direction: column;
}

.ebabo20-exp-num {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ebabo20-text-dark);
  line-height: 1;
}

.ebabo20-exp-lbl {
  font-size: 0.8rem;
  color: var(--ebabo20-text-muted);
  font-weight: 600;
}

.ebabo20-float-card {
  position: absolute;
  top: -14px;
  left: 16px;
  background: #ffffff;
  padding: 0.7rem 1.1rem;
  border-radius: 10px;
  border: 1px solid rgba(45, 106, 79, 0.2);
  border-right: 3px solid var(--ebabo20-secondary);
  box-shadow: 0 12px 30px rgba(45, 106, 79, 0.08);
  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: var(--ebabo20-secondary-light);
  color: var(--ebabo20-secondary);
  border-radius: 8px;
  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: var(--ebabo20-fc-title-color);
}

.ebabo20-fc-sub {
  font-size: 0.75rem;
  color: var(--ebabo20-fc-sub-color);
  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(45, 106, 79, 0.18);
  border-right: 4px solid var(--ebabo20-secondary);
  padding: 1.25rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(45, 106, 79, 0.04);
  display: flex;
  gap: 1.2rem;
  align-items: center;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.ebabo20-lead-icon {
  font-size: 1.6rem;
  color: var(--ebabo20-secondary);
  flex-shrink: 0;
}

.ebabo20-lead-text {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ebabo20-text-dark);
  font-weight: 600;
  word-break: break-word;
  overflow-wrap: anywhere;
  margin: 0;
}

/* Tabs (Chrome Style) */
.ebabo20-tabs-wrapper {
  background: #ffffff;
  border: 1px solid rgba(45, 106, 79, 0.2);
  border-radius: 12px;
  padding: 1.4rem;
  box-shadow: 0 10px 30px rgba(45, 106, 79, 0.05);
  width: 100%;
  box-sizing: border-box;
}

.ebabo20-tabs-nav {
  display: flex;
  gap: 0.35rem;
  border-bottom: 2px solid rgba(45, 106, 79, 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: 10px 10px 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ebabo20-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.25s ease;
  background: rgba(45, 106, 79, 0.05);
  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-primary);
  background: rgba(45, 106, 79, 0.1);
}

/* 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-primary);
  font-weight: 700;
  border: 1px solid rgba(45, 106, 79, 0.25);
  border-top: 3px solid var(--ebabo20-primary);
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  box-shadow: 0 -4px 12px rgba(45, 106, 79, 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: ebaboTabFadeEco 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes ebaboTabFadeEco {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.ebabo20-panel-desc {
  font-size: 0.95rem;
  color: var(--ebabo20-text-muted);
  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: 0.6rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ebabo20-text-dark);
  word-break: break-word;
  overflow-wrap: anywhere;
}

.ebabo20-features-list li i {
  color: var(--ebabo20-primary);
  font-size: 1.1rem;
  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-stat-card-bg);
  border: var(--ebabo20-stat-card-border);
  border-radius: var(--ebabo20-radius);
  padding: var(--ebabo20-stat-card-padding);
  text-align: center;
  box-shadow: var(--ebabo20-stat-card-shadow);
  transition: var(--ebabo20-stat-card-transition);
}

.ebabo20-stat-card:hover {
  transform: var(--ebabo20-stat-hover-transform);
  box-shadow: var(--ebabo20-shadow-hover);
  border-color: var(--ebabo20-border-hover);
}

.ebabo20-sc-icon {
  width: var(--ebabo20-sc-icon-size);
  height: var(--ebabo20-sc-icon-size);
  margin: var(--ebabo20-sc-icon-margin);
  border-radius: var(--ebabo20-sc-icon-radius);
  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-text-dark);
}

.ebabo20-sc-plus {
  font-size: var(--ebabo20-sc-plus-font-size);
  font-weight: var(--ebabo20-sc-plus-font-weight);
  color: var(--ebabo20-secondary);
}

.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-radius: var(--ebabo20-btn-primary-radius);
  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);
}

.ebabo20-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: var(--ebabo20-btn-gap);
  padding: var(--ebabo20-btn-outline-padding-desktop);
  background: var(--ebabo20-btn-outline-bg);
  color: var(--ebabo20-btn-outline-color);
  font-weight: var(--ebabo20-btn-outline-weight);
  border-radius: var(--ebabo20-btn-outline-radius);
  border: var(--ebabo20-btn-outline-border);
  transition: var(--ebabo20-btn-outline-transition);
}

.ebabo20-btn-outline:hover {
  border-color: var(--ebabo20-primary);
  color: var(--ebabo20-primary);
  background: var(--ebabo20-primary-light);
  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: 8px;
    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: 6px;
  }
  .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: 8px;
    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: 6px;
  }
  .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(139, 92, 246, 0.15);
    border-top: 3px solid var(--ebabo20-primary);
  }
  .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;
  }
}
