.analysis-charts {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}

.analysis-charts canvas {
  background: #111;
  border-radius: 12px;
  padding: 16px;
}

.analysis-charts canvas {
  height: 280px;
}

.analysis-charts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.analysis-charts canvas {
  width: 100% !important;
  height: 260px !important;
}

/*FURTHER STYLING */

.signal-pill {
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.25);
  color: #cfefff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 0.4px;
}

/* ACTIVE STATE */
.signal-pill.active {
  background: rgba(0, 212, 255, 0.18);
  border-color: #00d4ff;
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.25);
}

/* CHIP STYLING*/

.chip{
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}

.analysis-insight {
  margin-top: 20px;
  padding: 18px 20px;
  background: rgba(0, 200, 255, 0.05);
  border-left: 3px solid #00c8ff;
  border-radius: 8px;
  color: #ccc;
  line-height: 1.6;
}

.chart-card h4 {
  margin-bottom: 10px;
  font-size: 13px;
  color: #aaa;
  font-weight: 500;
}

.chart-card {
  padding: 16px;
  background: rgba(255,255,255,0.02);
  border-radius: 10px;
}

.analysis-insight p {
  margin-bottom: 10px;
}

.analysis-insight:empty {
  display: none;
}

.analysis-insight {
  min-height: auto;
  padding: 16px;
}

.analysis-insight p:last-child {
  margin-bottom: 0;
}

.insight-label {
  font-size: 11px;
  letter-spacing: 1px;
  color: #00c8ff;
  margin-bottom: 8px;
  text-transform: uppercase;
}

/* =========================
   ANALYSIS INSIGHT PANEL
========================= */

.analysis-insight {
  margin-top: 24px;
  padding: 20px 22px;

  background: linear-gradient(135deg, rgba(0, 200, 255, 0.08), rgba(0, 120, 180, 0.05));
  border: 1px solid rgba(0, 200, 255, 0.15);
  border-left: 3px solid #00c8ff;

  border-radius: 10px;

  font-size: 14px;
  line-height: 1.6;
  color: #d6e2ea;

  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
}

/* LABEL */
.analysis-insight .insight-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #00c8ff;
  margin-bottom: 10px;
  display: block;
}

/* PARAGRAPHS */
.analysis-insight p {
  margin: 8px 0;
  color: #cfd8dc;
}

/* STRONG HIGHLIGHTS */
.analysis-insight strong {
  color: #ffffff;
  font-weight: 600;
}

/* METRIC HIGHLIGHT */
.analysis-insight strong.pulse {
  color: #00e0ff;
  font-weight: 700;
}

/* SUBTLE DIVIDER (optional spacing effect) */
.analysis-insight p:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  padding-bottom: 6px;
}

/* HOVER EFFECT (premium feel) */
.analysis-insight:hover {
  border-color: rgba(0, 200, 255, 0.35);
  box-shadow: 0 12px 40px rgba(0, 200, 255, 0.08);
}

/*==========================================*/

.analysis-insight {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

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

/*===========================
OEM DASHBOARD HEADER
============================*/

.oem-dashboard-wrapper{
  padding: 40px 0;
}

.oem-dashboard-wrapper h2{
  font-size: 22px;
  margin-bottom: 20px;
}

/*==========================
OEM CTA
===========================*/
.oem-cta-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #00d4ff;

  margin-bottom: 8px;
  padding: 4px 10px;

  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 20px;

  background: rgba(0, 212, 255, 0.05);

  /* subtle glow */
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.15);

  /* smooth feel */
  transition: all 0.25s ease;
}

.oem-cta-tag:hover {
  background: rgba(0, 212, 255, 0.12);
  border-color: rgba(0, 212, 255, 0.4);
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.25);
}

.oem-cta-tag::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border-radius: 50%;
  background: #00d4ff;

  box-shadow: 0 0 8px #00d4ff;

  animation: pulseDot 1.8s infinite;
}

@keyframes pulseDot {
  0% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.4); }
  100% { opacity: 0.4; transform: scale(1); }
}

.oem-cta {
  margin-top: 40px;
}

.oem-cta-inner {
  padding: 24px;
  border: 1px solid rgba(0,212,255,0.15);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(10,20,40,0.9), rgba(5,10,20,0.95));
}

.oem-cta h3 {
  margin-bottom: 8px;
  color: #fff;
}

.oem-cta p {
  color: #9fb3cc;
  margin-bottom: 12px;
}

/* =========================
OEM DASHBOARD
========================= */

.oem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.oem-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #00d4ff, transparent);
  opacity: 0.6;
}

/* CARD BASE */
.oem-card {
  background: linear-gradient(180deg, rgba(10,20,40,0.9), rgba(5,10,20,0.95));
  border: 1px solid rgba(0, 212, 255, 0.08);
  border-radius: 14px;
  padding: 22px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.oem-card:hover {
  border-color: rgba(0, 212, 255, 0.25);
  transform: translateY(-4px);
}

/* HEADER */
.oem-header {
  margin-bottom: 16px;
}

.oem-header h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
}

.oem-segment {
  font-size: 11px;
  color: #00d4ff;
  opacity: 0.8;
  letter-spacing: 0.5px;
}

/* SECTION */
.oem-section {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.oem-sub {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #6a7c95;
  margin-bottom: 10px;
}

/* ROW SYSTEM */
.oem-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 6px 0;
}

.oem-row span:first-child {
  color: #8fa3c0;
}

.oem-row span:last-child {
  color: #e6f2ff;
  font-weight: 500;
}

/* STRATEGY */
.oem-strategy {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 12.5px;
  color: #9fb3cc;
  line-height: 1.5;
}

/* =========================
SIGNAL LAYER ALIGNMENT
========================= */

.signal-row {
  position: relative;
}

/* PHASE BADGES */
.signal-phase {
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
}

.phase-expansion {
  background: rgba(0, 212, 255, 0.15);
  color: #00d4ff;
}

.phase-scaling {
  background: rgba(120, 140, 255, 0.15);
  color: #8aa6ff;
}

.phase-entry {
  background: rgba(255, 180, 80, 0.15);
  color: #ffb450;
}

/*==================
POINTER STYLING
==================*/

canvas {
  cursor: pointer;
}

/*===================
CONTROLS
====================*/

.oem-controls {
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0,212,255,0.08);
  padding-bottom: 14px;
}

/* MINI CARD STYLING */

.oem-mini-card {
  transition: all 0.2s ease;
}

.oem-mini-card:hover {
  border-color: rgba(0,212,255,0.5);
  transform: translateY(-2px);
}

/* VALUE SIGNALS */
.signal-value {
  font-weight: 600;
}

.signal-value.high {
  color: #00d4ff;
}

.signal-value.mid {
  color: #8aa6ff;
}

.signal-value.low {
  color: #aaa;
}

/* CARD INTELLIGENCE EDGE */
.oem-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #00d4ff, transparent);
  opacity: 0.5;
}
/* =========================
STRATUM SIGNAL LAYER
========================= */

.signal-layer{
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid rgba(0,212,255,0.15);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0,212,255,0.05), transparent);
}

.signal-layer-title{
  font-size: 11px;
  letter-spacing: 1px;
  color: #00d4ff;
  margin-bottom: 12px;
}

.signal-layer-grid{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.signal-pill{
  background: rgba(255,255,255,0.03);
  padding: 8px 12px;
  border-radius: 6px;
}

.signal-pill .label{
  display: block;
  font-size: 10px;
  color: #888;
}

.signal-pill span:last-child{
  font-size: 13px;
  color: #fff;
}

.signal-focus{
  margin-top: 10px;
  font-size: 12px;
  color: #aaa;
}

/*===========================
RESPONSIVE - MOBILE 
============================*/

@media (max-width: 768px){

  body{
    font-size: 15px;
  }

  h2{
    font-size: 22px;
    margin-bottom: 12px;
  }

  section{
    padding: 24px 16px;
  }

}

/*===================
STACKING - HIGHLIGHTS
====================*/

@media (max-width: 768px){

  #tech-grid{
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .tech-card{
    padding: 16px;
    border-radius: 12px;
  }

  .tech-card h3{
    font-size: 16px;
    margin-bottom: 6px;
  }

  .tech-card p{
    font-size: 14px;
    line-height: 1.4;
  }

}

/*======================
PERFORMANCE ANALYSIS UPDATE
========================*/

@media (max-width: 768px){

  .analysis-charts{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .analysis-card{
    width: 100%;
    padding: 16px;
  }

  canvas{
    max-width: 100% !important;
    height: auto !important;
  }

}

/*========================
PERFORMANCE INTERPRETATION
========================*/

@media (max-width: 768px){

  .performance-interpretation{
    padding: 18px;
    border-radius: 14px;
  }

  .performance-interpretation h3{
    font-size: 14px;
    letter-spacing: 1px;
  }

  .performance-interpretation p{
    font-size: 14px;
    line-height: 1.5;
  }

}

/*==========================
SEGMENT COMPARISON - FIX
===========================*/

@media (max-width: 768px){

  #compare-grid{
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .compare-card{
    min-width: 220px;
    flex: 0 0 auto;
    padding: 16px;
  }

  .compare-card h3{
    font-size: 16px;
  }

  .compare-card li{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }

  .compare-card li span{
    opacity: 0.7;
  }

}

/*========================
FURTHER UPDATE
=========================*/

@media (max-width: 768px){

  section{
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 24px;
  }

}

/*========================
SPACING FIGURES
==========================*/

.compare-card li {
  display: flex;
  justify-content: space-between;
}

.compare-card li span {
  opacity: 0.6;
}

/*===========================
STACK PERFORMANCE - ANALYSIS
============================*/

@media (max-width: 768px){

  /*  CORRECT CONTAINER */
  .analysis-charts{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  /*  CARDS FULL WIDTH */
  .chart-card{
    width: 100%;
    padding: 16px;
    border-radius: 14px;
  }

  /*  FIX CANVAS SIZE (CRITICAL) */
  .chart-card canvas{
    width: 100% !important;
    height: 220px !important;
  }

}

.chart-card h4{
  margin-bottom: 12px;
  font-size: 14px;
  opacity: 0.8;
}

/*==============================
SCROLL BAR STYLING
==============================*/

/*  SCROLLBAR STYLING */
#compare-grid::-webkit-scrollbar {
  height: 6px;
}

#compare-grid::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
}

#compare-grid::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #00d4ff, #18e3ff);
  border-radius: 10px;
}

/* HOVER EFFECT */
#compare-grid::-webkit-scrollbar-thumb:hover {
  background: #00d4ff;
}

/* FURTHER IMPROVEMENT */

#compare-grid{
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.compare-card{
  scroll-snap-align: start;
}

/*  FURTHER RESPONSIVENESS */

@media (max-width: 768px){
  #compare-grid::-webkit-scrollbar{
    display: none;
  }
}

/*==========================  =============== ==
INSIGHT SECTION - STRATUM FRAMEWORK SECTION
============================  =============== === */

.insight-section {
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.insight-section::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #00c8ff;
  opacity: 0.3;
  margin-bottom: 10px;
}

.insight-sub {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6f8fa6;
  margin-bottom: 10px;
}

.insight-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
  gap: 12px;
}

.insight-label {
  color: #9fb3c8;
  font-size: 13px;
  min-width: 120px;
}

.analysis-insight {
  border-left: 2px solid #00c8ff;
}

.insight-value {
  color: #e6f1ff;
  font-size: 13px;
  text-align: right;
  max-width: 65%;
}

.insight-section:last-child {
  margin-top: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,200,255,0.15);
}

.analysis-insight strong {
  color: #00d4ff;
  font-weight: 500;
}

.analysis-insight {
  background: linear-gradient(
    180deg,
    rgba(0, 200, 255, 0.04),
    rgba(0, 200, 255, 0.01)
  );

  border: 1px solid rgba(0, 200, 255, 0.15);
  border-radius: 10px;

  padding: 18px 20px;
  margin-top: 20px;

  backdrop-filter: blur(6px);
}




/*==========================
FURTHER MOBILE - RESPONSIVENESS
==========================*/

@media (max-width: 768px){

  /* SECTION PADDING */
  .featured-expansion{
    padding: 20px 16px;
  }

  /* HEADER CLEANUP */
  .featured-expansion h2{
    font-size: 20px;
    margin-bottom: 6px;
  }

  .expansion-subtitle{
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 14px;
  }

  .expansion-summary{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  /* LIVE BAR */
  .expansion-live{
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
  }

  /*  STACK GRID */
  .expansion-grid{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /*  GLOBE CONTAINER */
  .expansion-globe{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #expansion-globe{
    width: 260px !important;
    height: 260px !important;
  }

  /*  DATA PANEL */
  .expansion-data{
    text-align: center;
  }

  #expansion-title{
    font-size: 18px;
    margin-bottom: 10px;
  }

  .expansion-hint{
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 16px;
  }

  /*  REGION LIST → BUTTON STYLE */
  .expansion-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
  }

  .expansion-list li{
    list-style: none;
    padding: 12px;
    border-radius: 10px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(0,212,255,0.1);
    font-size: 13px;
    text-align: center;
    transition: all 0.25s ease;
  }

  .expansion-list li:hover{
    background: rgba(0,212,255,0.08);
    border-color: rgba(0,212,255,0.4);
  }

  /*  ACTIVE STATE (ENGINE SYNC) */
  .expansion-list li.active{
    background: rgba(0,212,255,0.15);
    border-color: #00d4ff;
    color: #00d4ff;
  }

  /* TOOLTIP CLEANUP */
  .expansion-tooltip{
    display: none;
  }

}

/*=========================
SEGMENT COMPARISON SECTION
==========================*/

.compare-grid{
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

.compare-card{
  min-width: 260px;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

/*  PREMIUM DARK SCROLLBAR */
.compare-grid::-webkit-scrollbar{
  height: 8px;
}

.compare-grid::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
}

.compare-grid::-webkit-scrollbar-thumb{
  background: linear-gradient(90deg, #00d4ff, #18e3ff);
  border-radius: 10px;
}

.compare-grid::-webkit-scrollbar-thumb:hover{
  background: #00d4ff;
}

.compare-grid{
  -webkit-overflow-scrolling: touch;
}

.compare-grid{
  scrollbar-color: #00d4ff rgba(255,255,255,0.05);
  scrollbar-width: thin;
}

@media (max-width: 768px){

  .compare-grid{
    padding-left: 8px;
  }

  .compare-card{
    min-width: 85%;
  }

}

