/* =========================================================
   HERO SECTION - DECISION ENGINE (IDENTICAL TO SCORE-RIESGO)
   ========================================================= */

.origin-clean-hero {
    background: #090D1A !important;
    min-height: 520px !important;
    padding-top: 150px !important;
    padding-bottom: 70px !important;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.origin-clean-hero .eyebrow {
    font-weight: 600;
    font-size: 0.88rem !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #38BDF8 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    display: inline-block;
    margin-bottom: 16px;
}

.origin-clean-hero h1 {
    font-size: clamp(2.3rem, 3.8vw, 3.5rem) !important;
    line-height: 1.15;
    font-weight: 800;
    color: #FFFFFF !important;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.origin-clean-hero .description {
    font-size: 1.05rem;
    color: #94A3B8 !important;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 540px;
}

.origin-clean-hero .btn-primary-clean {
    background-color: #1374FF !important;
    color: #ffffff !important;
    border: none !important;
    padding: 14px 32px !important;
    border-radius: 8px !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 20px rgba(19, 116, 255, 0.35) !important;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.origin-clean-hero .btn-primary-clean:hover {
    background-color: #0056D6 !important;
    box-shadow: 0 6px 24px rgba(19, 116, 255, 0.5) !important;
    color: #ffffff !important;
}

.hero-btn-wrap {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Dashboard Interactive Overlapping Layout */
.hero-interactive-box {
    position: relative;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    min-height: 480px;
    text-align: left;
}

/* Top Left Card: Chart */
.hero-card-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    background: #FFFFFF !important;
    border-radius: 24px !important;
    padding: 22px 24px !important;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08) !important;
    border: 1px solid #E2E8F0 !important;
    z-index: 1;
}

.hero-card-title {
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    color: #0F172A !important;
    margin-bottom: 14px !important;
}

.hero-chart-area {
    position: relative;
    width: 100%;
    height: 95px;
}

.hero-chart-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.hero-chart-tooltip {
    position: absolute;
    top: -5px;
    right: 10px;
    background: #FFFFFF !important;
    border-radius: 12px !important;
    padding: 6px 12px !important;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.12) !important;
    border: 1px solid #E2E8F0 !important;
    font-size: 0.72rem !important;
    font-weight: 400 !important;
    color: #0F172A !important;
}

.hero-tooltip-date {
    color: #64748B !important;
    margin-bottom: 2px !important;
    font-weight: 400 !important;
}

.hero-tooltip-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400 !important;
}

.hero-tooltip-row.blue { color: #2563EB !important; }
.hero-tooltip-row.green { color: #10B981 !important; }
.hero-tooltip-row.amber { color: #F59E0B !important; }
.hero-tooltip-row span { color: #0F172A !important; font-weight: 400 !important; }

.hero-chart-xaxis {
    display: flex;
    justify-content: space-between;
    font-size: 0.72rem !important;
    font-weight: 400 !important;
    color: #94A3B8 !important;
    margin-top: 8px !important;
}

/* Bottom Left Card: Signals & Rules */
.hero-card-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    background: #FFFFFF !important;
    border-radius: 24px !important;
    padding: 22px 24px !important;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08) !important;
    border: 1px solid #E2E8F0 !important;
    z-index: 1;
}

.hero-signal-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.hero-signal-item:last-child {
    margin-bottom: 0;
}

.hero-check-badge {
    width: 26px;
    height: 26px;
    border-radius: 50% !important;
    background: #16A34A !important;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    flex-shrink: 0;
    margin-top: 2px;
}

.hero-signal-label {
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    color: #0F172A !important;
}

.hero-signal-sub {
    font-size: 0.78rem !important;
    color: #64748B !important;
    font-weight: 400 !important;
}

/* Right Overlapping Card: Gauge Ring & Metric Bars */
.hero-card-right-overlap {
    position: absolute;
    top: 35px;
    right: 0;
    width: 310px;
    background: #FFFFFF !important;
    border-radius: 28px !important;
    padding: 26px 24px !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15) !important;
    border: 1px solid #E2E8F0 !important;
    z-index: 10;
    text-align: center;
}

.hero-gauge-container {
    position: relative;
    width: 135px;
    height: 135px;
    margin: 0 auto 14px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-gauge-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.hero-gauge-center {
    position: absolute;
    text-align: center;
}

.hero-gauge-score-num {
    font-size: 2.1rem !important;
    font-weight: 500 !important;
    color: #0F172A !important;
    line-height: 1 !important;
}

.hero-gauge-score-lbl {
    font-size: 0.72rem !important;
    font-weight: 400 !important;
    color: #64748B !important;
    margin-top: 3px !important;
}

.hero-bars-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.hero-bar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem !important;
}

.hero-bar-label {
    font-weight: 400 !important;
    color: #334155 !important;
    width: 115px;
}

.hero-bar-track {
    flex-grow: 1;
    height: 9px;
    background: #F1F5F9 !important;
    border-radius: 6px !important;
    overflow: hidden;
    margin-left: 8px;
}

.hero-bar-fill {
    height: 100%;
    background: #10B981 !important;
    border-radius: 6px !important;
}

.hero-bar-fill.fill-95 { width: 95%; }
.hero-bar-fill.fill-85 { width: 85%; }
.hero-bar-fill.fill-90 { width: 90%; }
.hero-bar-fill.fill-100 { width: 100%; }

@media screen and (max-width: 991px) {
    .origin-clean-hero {
        padding-top: 130px !important;
        padding-bottom: 50px !important;
    }
    .hero-interactive-box {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .hero-card-top-left,
    .hero-card-bottom-left,
    .hero-card-right-overlap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* =========================================================
   DE METRICS SECTION (ESTILO CARDS INTRO + GRID 2x2)
   ========================================================= */
.de-metrics-section {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
    background: #FFFFFF !important;
}

.de-metrics-intro-card {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 38px 34px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.de-metrics-intro-text {
    font-size: 1.08rem;
    color: #1E293B;
    line-height: 1.65;
    margin-bottom: 32px;
    font-weight: 600;
}

.de-metrics-cta-btn {
    background-color: #2563EB;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.98rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
    transition: all 0.2s ease;
}

.de-metrics-cta-btn:hover {
    background-color: #1D4ED8;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
    transform: translateY(-2px);
}

.de-metric-card {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 28px 24px;
    text-align: left;
    height: 100%;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
}

.de-metric-card:hover {
    transform: translateY(-4px);
    border-color: #3B82F6;
    box-shadow: 0 12px 28px rgba(59, 130, 246, 0.1);
}

.de-metric-icon-badge {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #EFF6FF;
    color: #2563EB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.de-metric-val {
    font-size: clamp(1.8rem, 2.8vw, 2.2rem);
    font-weight: 900;
    color: #0F172A;
    line-height: 1.1;
    margin-bottom: 8px;
}

.de-metric-desc {
    font-size: 0.9rem;
    color: #64748B;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

/* =========================================================
   CATALOG CARDS CLEAN (ESTILO VISUAL IMAGEN MEDIA_1789743660662)
   ========================================================= */
.catalog-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.catalog-card-clean {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 20px !important;
  padding: 2.2rem 1.8rem !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03) !important;
  transition: all 0.25s ease !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.catalog-card-clean:hover {
  border-color: #2563EB !important;
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.12) !important;
  transform: translateY(-4px) !important;
}

.catalog-card-header {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 1rem !important;
}

.catalog-card-icon-box {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border: 1.5px solid #0F172A !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #FFFFFF !important;
  color: #0F172A !important;
  flex-shrink: 0 !important;
}

.catalog-card-tag {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #2563EB;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.catalog-card-title {
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  color: #0F172A !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.catalog-card-desc {
  color: #64748B !important;
  font-size: 0.93rem !important;
  line-height: 1.6 !important;
  margin-bottom: 1.5rem !important;
  flex-grow: 1 !important;
  font-weight: 400 !important;
}

.catalog-card-checklist {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border-top: 1px solid #F1F5F9;
  padding-top: 1rem !important;
}

.catalog-card-check-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  color: #1E293B !important;
  line-height: 1.4 !important;
}

.catalog-card-check-icon {
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

/* =========================================================
   CÓMO FUNCIONA - CARRUSEL INTERACTIVO (4 PASOS DECISION ENGINE)
   ========================================================= */
.de-how-section {
  background: #FFFFFF !important;
  padding-top: 70px !important;
  padding-bottom: 80px !important;
  overflow: hidden !important;
}

.de-how-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}

.de-how-header {
  text-align: center;
  margin-bottom: 2rem;
}

.de-how-title {
  color: #0F172A;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.de-how-subtitle {
  color: #64748B;
  max-width: 650px;
  margin: 0 auto;
  font-size: 0.98rem;
  line-height: 1.5;
}

.de-how-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.de-how-tab-btn {
  background: #FFFFFF;
  color: #64748B;
  border: 1px solid #E2E8F0;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.de-how-tab-btn.active {
  background: #2563EB !important;
  color: #FFFFFF !important;
  border-color: #2563EB !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25) !important;
}

.de-how-carousel-window {
  position: relative;
  overflow: visible;
  border-radius: 24px;
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.de-how-slider-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  width: 400%;
}

.de-how-slide {
  width: 25%;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* =========================================================
   BROWSER MOCKUP SPLIT SLIDE LAYOUT (Belvo Style media_1789750304746)
   ========================================================= */
.de-how-slide-split {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 40px !important;
  padding: 48px 40px !important;
  box-sizing: border-box !important;
  min-height: 420px !important;
}

@media (max-width: 991px) {
  .de-how-slide-split {
    flex-direction: column !important;
    gap: 30px !important;
    padding: 30px 20px !important;
  }
}

.de-browser-col {
  flex: 0 0 50% !important;
  max-width: 500px !important;
  width: 100% !important;
  position: relative !important;
}

.de-content-col {
  flex: 0 0 46% !important;
  max-width: 480px !important;
  width: 100% !important;
}

.de-browser-window {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08) !important;
  position: relative !important;
  overflow: visible !important;
}

.de-browser-header {
  background: #0B132B !important;
  border-top-left-radius: 19px !important;
  border-top-right-radius: 19px !important;
  height: 34px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 16px !important;
  gap: 8px !important;
}

.de-browser-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #334155 !important;
}

.de-browser-body {
  padding: 28px 24px !important;
  background: #FAFAFA !important;
  border-bottom-left-radius: 19px !important;
  border-bottom-right-radius: 19px !important;
  position: relative !important;
  min-height: 270px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.de-browser-app-content {
  max-width: 250px !important;
}

.de-browser-logo {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  color: #0F172A !important;
  margin-bottom: 18px !important;
}

.de-browser-logo-icon {
  width: 20px !important;
  height: 20px !important;
  background: #2563EB !important;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%) !important;
}

.de-browser-app-title {
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #0F172A !important;
  line-height: 1.3 !important;
  margin-bottom: 16px !important;
}

.de-browser-skeleton-line {
  height: 8px !important;
  background: #E2E8F0 !important;
  border-radius: 4px !important;
  margin-bottom: 10px !important;
}

.de-browser-btn {
  display: inline-block !important;
  background: #FFB828 !important;
  color: #0F172A !important;
  border: none !important;
  padding: 10px 18px !important;
  border-radius: 10px !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  margin-top: 14px !important;
}

.de-browser-floating-pills {
  position: absolute !important;
  right: -25px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  z-index: 10 !important;
}

@media (max-width: 576px) {
  .de-browser-floating-pills {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    margin-top: 20px !important;
  }
}

.de-floating-pill {
  background: #0B132B !important;
  color: #FFFFFF !important;
  border-radius: 12px !important;
  padding: 11px 18px !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-shadow: 0 10px 25px rgba(11, 19, 43, 0.22) !important;
  white-space: nowrap !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.de-floating-pill-check {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  border: 1.5px solid #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
}

.de-content-title {
  font-size: 2.1rem !important;
  font-weight: 900 !important;
  color: #0F172A !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 18px !important;
  text-transform: uppercase !important;
}

.de-content-paragraph {
  color: #475569 !important;
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
  margin-bottom: 22px !important;
}

.de-how-step-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.de-how-bullet-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 6px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1E293B;
}

.de-how-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  gap: 20px;
}

.de-how-progress-line {
  flex-grow: 1;
  height: 5px;
  background: rgba(37, 99, 235, 0.15);
  border-radius: 4px;
  overflow: hidden;
}

.de-how-progress-bar {
  width: 25%;
  height: 100%;
  background: #2563EB;
  border-radius: 4px;
  transition: width 0.35s ease;
}

.de-how-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.de-how-nav-btn {
  width: 46px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  color: #0F172A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  transition: all 0.2s ease;
}

.de-how-nav-btn:hover {
  background: #2563EB !important;
  color: #FFFFFF !important;
  border-color: #2563EB !important;
}

/* =========================================================
   TABLA CADA BANDA TRAE SU ACCIÓN Y SU OFERTA (ESTILO MEDIA_1789749284040)
   ========================================================= */
.de-bands-table-card {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 24px !important;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04) !important;
  overflow: hidden !important;
  margin-top: 2rem !important;
}

.de-bands-table {
  width: 100% !important;
  border-collapse: collapse !important;
  text-align: left !important;
}

.de-bands-table th {
  padding: 20px 24px !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  color: #475569 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-bottom: 1px solid #E2E8F0 !important;
  background: #FFFFFF !important;
}

.de-bands-table th.de-col-highlight {
  background: #F0F6FE !important;
  color: #1E40AF !important;
  border-top: 3px solid #2563EB !important;
}

.de-bands-table td {
  padding: 20px 24px !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #F1F5F9 !important;
  font-size: 0.9rem !important;
}

.de-bands-table tr:last-child td {
  border-bottom: none !important;
}

.de-bands-table td.de-col-highlight {
  background: #F0F6FE !important;
}

.de-band-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 18px !important;
  border-radius: 20px !important;
  font-weight: 800 !important;
  font-size: 0.88rem !important;
}

.de-band-pill--a {
  background: #DCFCE7 !important;
  color: #15803D !important;
}

.de-band-pill--b {
  background: #EFF6FF !important;
  color: #1D4ED8 !important;
}

.de-band-pill--c {
  background: #FEF3C7 !important;
  color: #B45309 !important;
}

.de-band-pill--d {
  background: #FEE2E2 !important;
  color: #B91C1C !important;
}

.de-action-title {
  font-weight: 800 !important;
  color: #0F172A !important;
  font-size: 0.95rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.de-action-sub {
  font-weight: 600 !important;
  color: #64748B !important;
  font-size: 0.82rem !important;
  margin-top: 3px !important;
}

.de-motor-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  font-size: 0.84rem !important;
}

.de-motor-pill--a {
  background: #DCFCE7 !important;
  color: #15803D !important;
}

.de-motor-pill--b {
  background: #E0F2FE !important;
  color: #0369A1 !important;
}

.de-motor-pill--c {
  background: #FEF3C7 !important;
  color: #B45309 !important;
}

.de-motor-pill--d {
  background: #FEE2E2 !important;
  color: #B91C1C !important;
}

/* =========================================================
   CADA BANDA TRAE SU ACCIÓN Y SU OFERTA (TIMELINE + PHONE MEDIA_1789749437647)
   ========================================================= */
.de-timeline-layout {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr !important;
  gap: 3.5rem !important;
  align-items: center !important;
  margin-top: 2.5rem !important;
}

@media (max-width: 991px) {
  .de-timeline-layout {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }
}

.de-timeline-list {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

/* Connecting vertical line */
.de-timeline-list::before {
  content: '' !important;
  position: absolute !important;
  top: 22px !important;
  bottom: 22px !important;
  left: 21px !important;
  width: 2px !important;
  background: #E2E8F0 !important;
  z-index: 1 !important;
}

.de-timeline-item {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 18px !important;
  cursor: pointer !important;
  z-index: 2 !important;
  padding: 12px 16px !important;
  border-radius: 18px !important;
  transition: all 0.25s ease !important;
}

.de-timeline-item:hover {
  background: #F8FAFC !important;
}

.de-timeline-badge {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border-radius: 50% !important;
  background: #E2E8F0 !important;
  color: #64748B !important;
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 3px solid #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08) !important;
  transition: all 0.25s ease !important;
  flex-shrink: 0 !important;
}

.de-timeline-item.active .de-timeline-badge {
  background: #2563EB !important;
  color: #FFFFFF !important;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35) !important;
  transform: scale(1.08) !important;
}

.de-timeline-content {
  flex: 1 !important;
}

.de-timeline-step-title {
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #94A3B8 !important;
  margin-bottom: 2px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: color 0.25s ease !important;
}

.de-timeline-item.active .de-timeline-step-title {
  color: #2563EB !important;
}

.de-timeline-step-sub {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #64748B !important;
  margin-bottom: 4px !important;
}

.de-timeline-step-desc {
  font-size: 0.88rem !important;
  color: #64748B !important;
  line-height: 1.45 !important;
}

.de-timeline-item.active .de-timeline-step-desc {
  color: #1E293B !important;
  font-weight: 500 !important;
}

/* Phone Showcase Container */
.de-phone-backdrop {
  background: #0B132B !important;
  border-radius: 36px !important;
  padding: 36px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15) !important;
  position: relative !important;
}

.de-phone-frame {
  width: 100% !important;
  max-width: 290px !important;
  background: #F8FAFC !important;
  border-radius: 42px !important;
  border: 8px solid #1E293B !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 16px 14px 20px 14px !important;
  min-height: 440px !important;
}

.de-phone-notch {
  width: 90px !important;
  height: 18px !important;
  background: #0F172A !important;
  border-radius: 10px !important;
  margin: 0 auto 16px auto !important;
}

.de-phone-screen {
  display: none !important;
  animation: fadeInPhone 0.35s ease forwards !important;
}

.de-phone-screen.active {
  display: block !important;
}

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

.de-phone-status-pill {
  display: inline-block !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 14px !important;
}

.de-phone-status-pill--a {
  background: #DCFCE7 !important;
  color: #15803D !important;
}

.de-phone-status-pill--b {
  background: #E0F2FE !important;
  color: #0369A1 !important;
}

.de-phone-status-pill--c {
  background: #FEF3C7 !important;
  color: #B45309 !important;
}

.de-phone-status-pill--d {
  background: #FEE2E2 !important;
  color: #B91C1C !important;
}

.de-phone-card {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  padding: 18px 16px !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05) !important;
  margin-bottom: 14px !important;
}

.de-phone-score-box {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-bottom: 1px solid #F1F5F9 !important;
  padding-bottom: 10px !important;
  margin-bottom: 12px !important;
}

.de-phone-band-label {
  font-size: 1rem !important;
  font-weight: 900 !important;
  color: #0F172A !important;
}

.de-phone-score-num {
  font-size: 1.4rem !important;
  font-weight: 900 !important;
  color: #2563EB !important;
}

.de-phone-detail-row {
  display: flex !important;
  justify-content: space-between !important;
  font-size: 0.78rem !important;
  padding: 6px 0 !important;
  border-bottom: 1px solid #F8FAFC !important;
}

.de-phone-detail-label {
  color: #64748B !important;
  font-weight: 600 !important;
}

.de-phone-detail-val {
  color: #0F172A !important;
  font-weight: 800 !important;
}

/* =========================================================
   HERO DIAGRAM COMPOSITE CARDS (MEDIA_1789749797371)
   ========================================================= */
.de-hero-diagram-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.25rem !important;
  max-width: 520px !important;
  margin: 0 auto !important;
}

.de-hero-card-top {
  background: #FFFFFF !important;
  border-radius: 24px !important;
  padding: 24px 28px !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06) !important;
  position: relative !important;
}

.de-hero-card-title {
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  color: #0F172A !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  margin-bottom: 18px !important;
  text-align: left !important;
}

.de-hero-chart-container {
  position: relative !important;
  width: 100% !important;
}

.de-hero-chart-svg {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

.de-hero-chart-tooltip {
  position: absolute !important;
  top: -10px !important;
  right: 22% !important;
  background: #2563EB !important;
  color: #FFFFFF !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  padding: 6px 14px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35) !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.de-hero-chart-tooltip::after {
  content: '' !important;
  position: absolute !important;
  bottom: -6px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border-width: 6px 6px 0 6px !important;
  border-style: solid !important;
  border-color: #2563EB transparent transparent transparent !important;
}

.de-hero-chart-xaxis {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  color: #64748B !important;
  margin-top: 14px !important;
  padding: 0 6px !important;
}

.de-hero-chart-today-pill {
  background: #0B132B !important;
  color: #FFFFFF !important;
  padding: 4px 14px !important;
  border-radius: 20px !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
}

/* Bottom 2 columns layout */
.de-hero-bottom-grid {
  display: grid !important;
  grid-template-columns: 1.25fr 0.85fr !important;
  gap: 1.25rem !important;
}

@media (max-width: 576px) {
  .de-hero-bottom-grid {
    grid-template-columns: 1fr !important;
  }
}

.de-hero-card-bottom-left {
  background: #FFFFFF !important;
  border-radius: 24px !important;
  padding: 22px 24px !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.de-hero-metric-row {
  margin-bottom: 14px !important;
}

.de-hero-metric-row:last-child {
  margin-bottom: 0 !important;
}

.de-hero-metric-header {
  display: flex !important;
  justify-content: space-between !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #1E293B !important;
  margin-bottom: 6px !important;
}

.de-hero-metric-val {
  font-weight: 800 !important;
  color: #0F172A !important;
}

.de-hero-progress-track {
  width: 100% !important;
  height: 8px !important;
  background: #F1F5F9 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.de-hero-progress-fill {
  height: 100% !important;
  background: #2563EB !important;
  border-radius: 10px !important;
}

/* Bottom Right Stacked KPIs */
.de-hero-card-bottom-right {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.8rem !important;
}

.de-hero-kpi-light {
  background: #F1F5F9 !important;
  border-radius: 20px !important;
  padding: 16px 20px !important;
  text-align: left !important;
}

.de-hero-kpi-label {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  color: #64748B !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 4px !important;
}

.de-hero-kpi-num-light {
  font-size: 1.45rem !important;
  font-weight: 900 !important;
  color: #0F172A !important;
}

.de-hero-kpi-dark {
  background: #0B132B !important;
  border-radius: 20px !important;
  padding: 18px 20px !important;
  color: #FFFFFF !important;
  text-align: left !important;
}

.de-hero-kpi-check-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 8px !important;
  border: 1.5px solid #38BDF8 !important;
  color: #38BDF8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
}

.de-hero-kpi-label-dark {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  color: #94A3B8 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 4px !important;
}

.de-hero-kpi-num-dark {
  font-size: 1.45rem !important;
  font-weight: 900 !important;
  color: #FFFFFF !important;
}

/* Ensure no bottom padding on main layout container */
.layout__main {
  padding-bottom: 0rem !important;
}






