/* Performance & StabilitÃ© 2026 â€” scoped section styles. */
body.home {
  overflow-y: auto;
}

.performance-2026 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 96px 32px;
  background: #fff;
  color: #0a1020;
  font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
}

.performance-2026 *,
.performance-2026 *::before,
.performance-2026 *::after {
  box-sizing: border-box;
}

.performance-2026__container {
  display: grid;
  grid-template-columns: minmax(0, 1.17fr) minmax(440px, 1fr);
  gap: clamp(56px, 6vw, 92px);
  width: min(1200px, 100%);
  margin: 0 auto;
  align-items: center;
}

.performance-2026__content,
.performance-2026__stats {
  min-width: 0;
}

.performance-2026__badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  border: 1px solid #b8d3ff;
  border-radius: 999px;
  background: #f3f7ff;
  color: #0b5cff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.performance-2026__badge svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.performance-2026__title {
  margin: 22px 0 0;
  color: #070c18;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.2px;
}

.performance-2026__title span {
  display: block;
  margin-top: 6px;
  color: #5a9cff;
}

.performance-2026__intro {
  max-width: 720px;
  margin: 38px 0 0;
  color: #5d6b82;
  font-size: 18px;
  line-height: 1.62;
}

.performance-2026__intro strong {
  color: #52627a;
  font-weight: 700;
}

.performance-2026__features {
  display: grid;
  gap: 29px;
  margin-top: 36px;
}

.performance-feature {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.performance-feature__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  background: #eef5ff;
  color: #0b66ff;
}

.performance-feature__icon svg,
.performance-stat svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.performance-feature h3 {
  margin: 0;
  color: #080d18;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -.15px;
}

.performance-feature p {
  max-width: 670px;
  margin: 7px 0 0;
  color: #64738a;
  font-size: 15.5px;
  line-height: 1.62;
}

.performance-2026__trust {
  display: grid;
  gap: 8px;
  margin-top: 38px;
}

.performance-2026__trust strong {
  max-width: 720px;
  color: #0057ff;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.performance-2026__trust span {
  color: #94a0b4;
  font-size: 14px;
  line-height: 1.45;
}

.performance-2026__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 20px;
}

.performance-stat {
  display: flex;
  height: 100%;
  min-height: 184px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 24px;
  border: 1px solid #e4e8ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(15, 23, 42, .06), 0 12px 32px rgba(15, 23, 42, .035);
  color: #1265ff;
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.performance-stat:hover {
  transform: translateY(-3px);
  border-color: #c9daf8;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08), 0 18px 40px rgba(15, 23, 42, .06);
}

.performance-stat strong {
  margin-top: 15px;
  color: #5a9cff;
  font-size: clamp(36px, 3vw, 42px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
}

.performance-stat span {
  margin-top: 10px;
  color: #647087;
  font-size: 14px;
  line-height: 1.3;
}

.performance-stat--rating svg {
  color: #ffb000;
}

@media (max-width: 1199px) {
  .performance-2026 {
    padding: 96px 28px;
  }

  .performance-2026__container {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    gap: 48px;
  }

  .performance-2026__title {
    font-size: clamp(44px, 4.2vw, 48px);
  }

  .performance-2026__intro {
    margin-top: 32px;
    font-size: 17px;
  }

  .performance-feature p {
    font-size: 15px;
  }

  .performance-stat {
    min-height: 166px;
    padding: 25px 18px;
  }
}

@media (max-width: 960px) {
  .performance-2026 {
    padding: 88px 26px;
  }

  .performance-2026__container {
    grid-template-columns: 1fr;
    gap: 58px;
    width: min(760px, 100%);
  }

  .performance-2026__content {
    width: 100%;
  }

  .performance-2026__stats {
    width: 100%;
  }

  .performance-stat {
    min-height: 174px;
  }
}

@media (max-width: 600px) {
  .performance-2026 {
    padding: 72px 20px 80px;
  }

  .performance-2026__container {
    gap: 46px;
  }

  .performance-2026__badge {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .performance-2026__title {
    margin-top: 20px;
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1.02;
    letter-spacing: -1.2px;
  }

  .performance-2026__intro {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.65;
  }

  .performance-2026__features {
    gap: 27px;
    margin-top: 32px;
  }

  .performance-feature {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .performance-feature__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .performance-feature__icon svg {
    width: 22px;
    height: 22px;
  }

  .performance-feature h3 {
    font-size: 16px;
  }

  .performance-feature p {
    font-size: 14.5px;
    line-height: 1.62;
  }

  .performance-2026__trust {
    margin-top: 34px;
  }

  .performance-2026__trust strong {
    font-size: 15px;
  }

  .performance-2026__trust span {
    font-size: 13.5px;
  }

  .performance-2026__stats {
    gap: 14px;
  }

  .performance-stat {
    min-height: 154px;
    padding: 23px 14px;
    border-radius: 15px;
  }

  .performance-stat strong {
    margin-top: 13px;
    font-size: clamp(30px, 8vw, 36px);
  }

  .performance-stat span {
    margin-top: 8px;
    font-size: 12.5px;
  }
}

@media (max-width: 390px) {
  .performance-2026 {
    padding-inline: 18px;
  }

  .performance-2026__stats {
    grid-template-columns: 1fr;
  }

  .performance-stat {
    min-height: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .performance-stat {
    transition: none;
  }
}

/* Pixel-match the supplied 1265px desktop reference. */
@media (min-width: 1200px) {
  .performance-2026 {
    padding: 28px 32px 36px;
  }

  .performance-2026__container {
    grid-template-columns: 500px 482px;
    gap: 39px;
    width: min(1068px, 100%);
  }

  .performance-2026__badge {
    min-height: 29px;
    gap: 7px;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 17px;
  }

  .performance-2026__badge svg {
    width: 13px;
    height: 13px;
  }

  .performance-2026__title {
    margin-top: 12px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
  }

  .performance-2026__title span {
    margin-top: 0;
  }

  .performance-2026__intro {
    max-width: 500px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.5;
  }

  .performance-2026__features {
    gap: 20px;
    margin-top: 24px;
  }

  .performance-feature {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .performance-feature__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .performance-feature__icon svg,
  .performance-stat svg {
    width: 18px;
    height: 18px;
  }

  .performance-feature h3 {
    font-size: 14px;
    line-height: 1.4;
  }

  .performance-feature p {
    max-width: 500px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.55;
  }

  .performance-2026__trust {
    margin-top: 22px;
  }

  .performance-2026__trust strong {
    font-size: 14px;
  }

  .performance-2026__trust span {
    font-size: 12px;
  }

  .performance-2026__stats {
    gap: 12px;
  }

  .performance-stat {
    min-height: 124px;
    padding: 18px 16px;
    border-radius: 13px;
  }

  .performance-stat strong {
    margin-top: 10px;
    font-size: 28px;
  }

  .performance-stat span {
    margin-top: 6px;
    font-size: 12px;
  }
}
