
    :root {
      --bg: #0a1020;
      --panel: #111a33;
      --panel-2: #0f1730;
      --border: rgba(120, 140, 255, 0.18);
      --text: #f3f6ff;
      --muted: rgba(243, 246, 255, 0.72);
      --muted-2: rgba(243, 246, 255, 0.55);
      --teal: #19e0d4;
      --cyan: #5dbdff;
      --purple: #9a7cff;
      --violet: #7d66ff;
      --gray-bar: #9aa3b7;
      --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    }

    * {
      box-sizing: border-box;
    }

    html, body {
      margin: 0;
      min-height: 100%;
      background:
        radial-gradient(circle at top, rgba(72, 88, 255, 0.12), transparent 36%),
        radial-gradient(circle at 20% 20%, rgba(25, 224, 212, 0.08), transparent 18%),
        linear-gradient(180deg, #090f1d 0%, #08101f 100%);
      color: var(--text);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    }

    .section {
      width: min(1450px, calc(100% - 48px));
      margin: 24px auto;
      border: 1px solid rgba(120, 140, 255, 0.18);
      border-radius: 28px;
      background: linear-gradient(180deg, rgba(9, 15, 29, 0.96), rgba(8, 14, 28, 0.96));
      box-shadow: var(--shadow);
      padding: 42px 32px 30px;
      position: relative;
      overflow: hidden;
    }

    .section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(25, 224, 212, 0.04), transparent 20%, transparent 80%, rgba(125, 102, 255, 0.05)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), transparent 25%);
      pointer-events: none;
    }

    .top-badge {
      width: fit-content;
      margin: 0 auto 18px;
      padding: 10px 20px;
      border: 1px solid rgba(25, 224, 212, 0.22);
      border-radius: 999px;
      color: var(--teal);
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-size: 13px;
      font-weight: 700;
      background: rgba(15, 23, 48, 0.65);
      backdrop-filter: blur(10px);
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative;
      z-index: 1;
    }

    .top-badge svg {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }

    h1 {
      margin: 0;
      text-align: center;
      font-size: clamp(42px, 5vw, 78px);
      line-height: 0.98;
      letter-spacing: -0.05em;
      font-weight: 800;
      position: relative;
      z-index: 1;
    }

    .subtitle {
      max-width: 930px;
      margin: 20px auto 34px;
      text-align: center;
      color: var(--muted);
      font-size: clamp(18px, 1.4vw, 24px);
      line-height: 1.55;
      position: relative;
      z-index: 1;
    }

    .subtitle strong {
      color: var(--text);
      font-weight: 800;
    }

    .metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
      position: relative;
      z-index: 1;
    }

    .metric-card {
      background: linear-gradient(180deg, rgba(18, 26, 51, 0.98), rgba(13, 20, 41, 0.98));
      border: 1px solid rgba(122, 137, 255, 0.16);
      border-radius: 22px;
      padding: 26px 24px 22px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
      min-height: 220px;
      position: relative;
      overflow: hidden;
    }

    .metric-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 22px;
      padding: 1px;
      background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent 30%);
      pointer-events: none;
    }

    .metric-card.purple {
      box-shadow: inset 3px 0 0 rgba(154, 124, 255, 0.85);
    }

    .metric-card.teal {
      box-shadow: inset 3px 0 0 rgba(25, 224, 212, 0.85);
    }

    .metric-card.blue {
      box-shadow: inset 3px 0 0 rgba(93, 189, 255, 0.85);
    }

    .metric-icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      margin-bottom: 16px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
    }

    .metric-icon svg {
      width: 34px;
      height: 34px;
    }

    .metric-value {
      font-size: clamp(42px, 4vw, 70px);
      line-height: 0.95;
      font-weight: 800;
      letter-spacing: -0.05em;
      margin-bottom: 6px;
    }

    .purple .metric-value { color: var(--purple); }
    .teal .metric-value { color: var(--teal); }
    .blue .metric-value { color: var(--cyan); }

    .metric-title {
      font-size: 24px;
      line-height: 1.1;
      font-weight: 800;
      color: var(--text);
      margin-bottom: 12px;
    }

    .metric-copy {
      color: var(--muted);
      font-size: 18px;
      line-height: 1.45;
      max-width: 95%;
    }

    .chart-panel {
      margin-top: 26px;
      background: linear-gradient(180deg, rgba(18, 26, 51, 0.98), rgba(13, 20, 41, 0.98));
      border: 1px solid rgba(122, 137, 255, 0.16);
      border-radius: 24px;
      padding: 30px;
      position: relative;
      z-index: 1;
    }

    .chart-grid {
      display: grid;
      grid-template-columns: 1.1fr 1.5fr 0.8fr;
      gap: 24px;
      align-items: stretch;
    }

    .chart-copy {
      padding: 10px 8px 10px 4px;
      border-right: 1px solid rgba(255,255,255,0.1);
    }

    .chart-copy h2 {
      margin: 0 0 16px;
      font-size: clamp(28px, 2.2vw, 40px);
      line-height: 1.1;
      letter-spacing: -0.04em;
    }

    .chart-copy p {
      margin: 0 0 18px;
      color: var(--muted);
      font-size: 19px;
      line-height: 1.6;
    }

    .chart-note {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-top: 32px;
      color: var(--text);
      font-size: 18px;
      line-height: 1.45;
    }

    .chart-note .check {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      border: 1px solid rgba(25, 224, 212, 0.5);
      color: var(--teal);
      flex: 0 0 auto;
      margin-top: 2px;
    }

    .chart-visual {
      min-height: 340px;
      position: relative;
      padding: 10px 16px 0;
    }

    .chart-visual h3 {
      margin: 0 0 18px;
      font-size: 26px;
      font-weight: 800;
      letter-spacing: -0.03em;
    }

    .bars {
      height: 260px;
      display: grid;
      grid-template-columns: 1fr 120px 1fr;
      align-items: end;
      gap: 18px;
      position: relative;
      padding: 18px 0 22px;
    }

    .bars::before,
    .bars::after,
    .gridline-1,
    .gridline-2,
    .gridline-3 {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      background: rgba(255,255,255,0.12);
      border-top: 1px dashed rgba(255,255,255,0.12);
    }

    .gridline-1 { top: 28px; }
    .gridline-2 { top: 90px; }
    .gridline-3 { top: 152px; }
    .bars::before { bottom: 44px; opacity: 0.9; }
    .bars::after { display: none; }

    .bar-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      position: relative;
      z-index: 1;
    }

    .bar-value {
      font-size: 34px;
      font-weight: 800;
      letter-spacing: -0.04em;
      margin-bottom: 10px;
    }

    .bar-label {
      margin-top: 14px;
      text-align: center;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.2;
    }

    .bar {
      width: 100%;
      max-width: 140px;
      border-radius: 18px 18px 10px 10px;
      box-shadow: 0 12px 34px rgba(0,0,0,0.25);
      position: relative;
    }

    .bar.gray {
      height: 168px;
      background: linear-gradient(180deg, rgba(154,163,183,0.95), rgba(108,115,133,0.85));
    }

    .bar.purple {
      height: 62px;
      background: linear-gradient(180deg, rgba(154,124,255,1), rgba(125,102,255,0.9));
    }

    .arrow {
      align-self: center;
      justify-self: center;
      width: 120px;
      height: 110px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 58px;
      color: var(--teal);
      position: relative;
      z-index: 1;
    }

    .arrow svg {
      width: 100%;
      height: 100%;
    }

    .comparison {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 12px 6px;
      border-left: 1px solid rgba(255,255,255,0.1);
      padding-left: 24px;
    }

    .comparison .big {
      font-size: clamp(48px, 4.2vw, 72px);
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: -0.06em;
      color: var(--teal);
      margin-bottom: 10px;
    }

    .comparison h4 {
      margin: 0 0 12px;
      font-size: 24px;
      line-height: 1.1;
      color: var(--text);
    }

    .comparison p {
      margin: 0;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.55;
    }

    .footnote {
      margin-top: 22px;
      background: rgba(17, 26, 51, 0.92);
      border: 1px solid rgba(122, 137, 255, 0.14);
      border-radius: 20px;
      padding: 18px 22px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 18px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .footnote .left {
      color: var(--muted);
      font-size: 16px;
      line-height: 1.55;
    }

    .footnote .left strong {
      color: var(--text);
      font-size: 18px;
      display: block;
      margin-bottom: 4px;
    }

    .footnote .right {
      justify-self: end;
      color: var(--text);
      font-size: 16px;
      display: flex;
      align-items: center;
      gap: 12px;
      text-align: left;
    }

    .doc-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      border: 1px solid rgba(154, 124, 255, 0.45);
      display: grid;
      place-items: center;
      color: var(--purple);
      flex: 0 0 auto;
    }

    .doc-icon svg {
      width: 24px;
      height: 24px;
    }

    .accent {
      color: var(--purple);
    }

    .accent-teal { color: var(--teal); }
    .accent-blue { color: var(--cyan); }

    @media (max-width: 1100px) {
      .metrics {
        grid-template-columns: 1fr;
      }

      .chart-grid {
        grid-template-columns: 1fr;
      }

      .chart-copy,
      .comparison {
        border: 0;
        padding-left: 0;
      }

      .footnote {
        grid-template-columns: 1fr;
      }

      .footnote .right {
        justify-self: start;
      }
    }

    @media (max-width: 720px) {
      .section {
        width: min(100% - 18px, 100%);
        margin: 9px auto;
        padding: 24px 14px 18px;
        border-radius: 22px;
      }

      h1 {
        font-size: 36px;
      }

      .subtitle {
        font-size: 16px;
        margin-bottom: 22px;
      }

      .metric-card {
        min-height: auto;
        padding: 20px 18px;
      }

      .metric-title {
        font-size: 20px;
      }

      .metric-copy,
      .chart-copy p,
      .comparison p,
      .footnote .left,
      .footnote .right {
        font-size: 15px;
      }

      .chart-panel {
        padding: 20px 16px;
      }

      .bars {
        grid-template-columns: 1fr;
        height: auto;
        gap: 16px;
        padding-bottom: 0;
      }

      .arrow {
        display: none;
      }

      .bar {
        max-width: 120px;
      }

      .bar.gray { height: 150px; }
      .bar.purple { height: 58px; }

      .bar-wrap {
        padding-bottom: 8px;
      }

      .comparison {
        padding-top: 6px;
      }
    }
  
/* Added Back Button Styles */
.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 99px;
  background: rgba(25, 224, 212, 0.08);
  border: 1px solid rgba(25, 224, 212, 0.2);
  transition: all 0.2s ease;
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 10;
}

.back-btn:hover {
  background: rgba(25, 224, 212, 0.15);
  transform: translateX(-4px);
}

.back-btn svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 720px) {
  .back-btn {
    position: static;
    margin-bottom: 24px;
    display: flex;
    width: fit-content;
  }
}
