.roi-business-case {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #2e2e2e;
  background: #fff;
  overflow-x: hidden;
}

.section-eyebrow {
      font-size: 16px;
      color: #666;
      text-transform: uppercase;
      line-height: 24px;
      margin-bottom: 4px;
    }

.h-40 {
      font-family: 'Roboto Flex', sans-serif;
      font-weight: 700;
      font-size: 40px;
      line-height: 1.2;
      color: #000;
      font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79,
        "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 112;
    }

@media (max-width: 991px) { .h-40 { font-size: 32px; } }

@media (max-width: 575px) { .h-40 { font-size: 26px; } }

.h-20 {
      font-family: 'Roboto Flex', sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2;
      color: #000;
      font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79,
        "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 112;
    }

.body-18 { font-size: 18px; line-height: 24px; color: #2e2e2e; }

.dot-accent-sm {
      display: inline-block;
      width: 12px; height: 12px;
      border-radius: 50%;
      background: #1eb7fb;
      margin-left: 4px;
      vertical-align: super;
    }

.roi-section { padding: 184px 0 120px; }

@media (max-width: 991px) { .roi-section { padding: 80px 0; } }

.roi-number {
      font-family: 'Roboto Flex', sans-serif;
      font-weight: 700;
      font-size: 72px;
      line-height: 1.2;
      color: #000;
      font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79,
        "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 112;
    }

@media (max-width: 575px) { .roi-number { font-size: 52px; } }

.bullet-item {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      margin-bottom: 8px;
    }

.bullet-dot {
      width: 16px; height: 16px;
      border-radius: 50%;
      border: 4px solid #1eb7fb;
      flex-shrink: 0;
      margin-top: 4px;
    }

.calc-box {
      background: rgba(2,11,15,0.02);
      border-radius: 8px;
      border: 2px solid rgba(2,11,15,0.05);
      padding: 32px 40px 40px;
    }

.calc-label { font-size: 16px; text-transform: uppercase; color: #666; margin-bottom: 24px; }

.slider-label-row {
      display: flex;
      justify-content: space-between;
      font-size: 18px;
      font-weight: 700;
      color: #3e3e3e;
      margin-bottom: 8px;
    }

.calc-result-label { font-size: 16px; text-transform: uppercase; color: #666; }

.calc-result-value {
      font-family: 'Roboto Flex', sans-serif;
      font-weight: 700;
      font-size: 48px;
      line-height: 1.2;
      color: #000;
      font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79,
        "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 112;
    }

.form-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 12px;
  background: transparent;
  cursor: pointer;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  border-radius: 20px;
  border: 1px solid rgba(30, 183, 251, 0.10);
  background: linear-gradient(90deg, #F8ACFF 0%, #696EFF 100%) no-repeat;
  background-color: #f0f0f0;
  background-size: var(--value, 0%) 100%;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 12px;
  border-radius: 20px;
  border: 1px solid rgba(30, 183, 251, 0.10);
  background: linear-gradient(90deg, #F8ACFF 0%, #696EFF 100%) no-repeat;
  background-color: #f0f0f0;
  background-size: var(--value, 0%) 100%;
}

.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 40px;
  border: 2px solid #FFF;
  background: linear-gradient(90deg, #F8ACFF 0%, #696EFF 100%);
  margin-top: -7px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
}

.form-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 40px;
  border: 2px solid #FFF;
  background: linear-gradient(90deg, #F8ACFF 0%, #696EFF 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-runnable-track,
  .form-range::-moz-range-track,
  .form-range::-webkit-slider-thumb,
  .form-range::-moz-range-thumb { transition: none; }
}