/* Calculator banner section */
.calculator-banner {
  background: linear-gradient(
    261.22deg,
    #e7e8ff 0.68%,
    #ffffff 50.09%,
    #e7e8ff 100%
  );
  overflow: hidden;
  position: relative;
  margin-top: -64px;
  padding-top: 100px !important;
  padding-bottom: 0 !important;
}

.calculator-banner .container {
  position: relative;
  z-index: 1;
}

.calculator-banner__title {
  font-size: clamp(1.5rem, 4vw, 2.625rem);
  line-height: 1.25;
  font-weight: 600;
}

.calculator-banner__title strong {
  font-weight: 700;
  display: block;
}

.calculator-banner__desc {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .calculator-banner__desc {
    margin-left: 0;
    margin-right: 0;
  }
}

.calculator-banner__trust {
  color: #99a1af;
}

.calculator-banner__trust-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #e0ddfa;
}

.calculator-banner__trust-icon svg {
  flex-shrink: 0;
}

/* Compact trust badges on small screens */
@media (max-width: 767.98px) {
  .calculator-banner {
    padding: 120px 20px 0 20px !important;
    margin-top: -80px;
  }
  .calculator-banner__trust {
    gap: 0.5rem 0.75rem !important;
  }
  .calculator-banner__trust-item {
    gap: 0.375rem !important;
  }
  .calculator-banner__trust-icon {
    width: 30px;
    height: 30px;
  }
  .calculator-banner__trust-icon svg {
    max-width: 14px;
    max-height: 14px;
    width: auto;
    height: auto;
  }
  .calculator-banner__trust .small {
    font-size: 0.8125rem;
  }
}

.calculator-banner__cta {
  border-radius: 16px;
  font-weight: 500;
  box-shadow: 0px 24px 20px -12px #c295ee40;
}

.calculator-banner__cta:hover,
.calculator-banner__cta:focus,
.calculator-banner__cta:active {
  color: var(--primary-color);
}

/* Right column: illustration with floating elements */
.calculator-banner__visual {
  max-width: 540px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .calculator-banner__visual {
    margin: 0;
    max-width: 100%;
  }
}

.calculator-banner__main-img {
  display: block;
  position: relative;
  z-index: 1;
}

.calculator-banner__float {
  position: absolute;
  max-width: 80px;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 576px) {
  .calculator-banner__float {
    max-width: 100px;
  }
}

@media (min-width: 768px) {
  .calculator-banner__float {
    max-width: 120px;
  }
}

@media (min-width: 992px) {
  .calculator-banner__float {
    max-width: 140px;
  }
}

.calculator-banner__float--1 {
  bottom: 12%;
  left: 0;
}

.calculator-banner__float--2 {
  top: 18%;
  right: 0;
}

/* Responsive spacing */
.py-lg-6 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

/* ========== Calculator CTA Section ========== */
.calculator-cta {
  background: linear-gradient(
    261.22deg,
    #e7e8ff 0.68%,
    #ffffff 50.09%,
    #e7e8ff 100%
  );
}

.calculator-cta__card {
  border-radius: 16px;
  background: var(--primary-color);
  box-shadow: 0px 25.77px 51.55px -12.37px #00000040;
}

.calculator-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.calculator-cta__icon-svg {
  flex-shrink: 0;
  width: 66px;
  height: 66px;
}

.calculator-cta__title {
  font-size: clamp(1.375rem, 3.5vw, 2rem);
  line-height: 1.3;
  color: #fff;
}

.calculator-cta__desc {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  max-width: 36rem;
}

.calculator-cta__btn {
  border-radius: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.calculator-cta__btn--primary {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid #fff;
  box-shadow:
    0px 8.25px 10.31px -6.19px #0000001a,
    0px 20.62px 25.77px -5.15px #0000001a;
}

.calculator-cta__btn--primary:hover,
.calculator-cta__btn--primary:focus,
.calculator-cta__btn--primary:active {
  color: var(--primary-color);
  background: #f0e6f7;
  border-color: var(--primary-color);
}

.calculator-cta__btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.calculator-cta__btn--outline:hover,
.calculator-cta__btn--outline:focus,
.calculator-cta__btn--outline:active {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  box-shadow: 0px 3px 0px #fff;
  outline: none;
}

/* CTA responsive: more compact on small screens */
@media (max-width: 767.98px) {
  .calculator-cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .calculator-cta__inner {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .calculator-cta__icon {
    margin-bottom: 0.75rem !important;
  }

  .calculator-cta__icon-svg {
    width: 44px;
    height: 44px;
  }

  .calculator-cta__title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem !important;
  }

  .calculator-cta__desc {
    font-size: 0.875rem;
    margin-bottom: 1.25rem !important;
  }

  .calculator-cta__btn {
    width: 100%;
    justify-content: center;
    padding: 0.65rem 1rem !important;
    font-size: 0.9375rem;
    white-space: normal;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .calculator-cta__btn {
    width: auto;
    min-width: 200px;
  }
}

/* ========== Assessment step form (modal) ========== */
.assessment-modal-body {
  min-height: 100dvh;
  padding-top: 0.5rem;
  padding-bottom: 0;
  position: relative;
}

.assessment-modal-body::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 100px;
  width: 210px;
  height: 210px;
  background: #bedbff;
  border-radius: 50%;
  z-index: 0;
  filter: blur(117.38085174560547px);
}

.assessment-modal-body__header {
  position: sticky;
  top: 0;
  z-index: 1;
}

.assessment-modal-body__header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  color: var(--primary-color);
  opacity: 1;
  border-radius: 50rem;
  box-shadow: none !important;
  background-color: #e5e7eb;
  z-index: 1;
  padding: 6px;
}

@media (max-width: 767.98px) {
  .assessment-modal-body__header .btn-close {
    top: 5px;
    right: -10px;
  }
}

.assessment-form {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.assessment-progress__label,
.assessment-progress__completion {
  font-size: 12px;
  color: #6a7282;
}

.assessment-progress__current-total,
.assessment-progress__pct {
  margin-top: -2px;
  display: block;
  line-height: 1;
}

.assessment-progress__pct {
  color: #9810fa;
  font-weight: 600;
}

.assessment-progress__bar {
  position: relative;
  padding: 8px 4px;
}

.assessment-progress__track {
  height: 11px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}

.assessment-progress__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #155dfc 0%, #9810fa 100%);
  transition: width 0.3s ease;
}

.assessment-progress__bullets {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 28px;
  left: 4px;
  right: 4px;
  padding: 0;
  pointer-events: none;
}

.assessment-progress__bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e5e7eb;
  flex-shrink: 0;
  transition: background 0.2s ease;
  box-sizing: border-box;
}

.assessment-progress__bullet.is-active,
.assessment-progress__bullet.is-complete {
  background: #155dfc;
}

.assessment-step {
  border: 1.17px solid #f3f4f6;
  box-shadow: 0px 1.93px 45.85px -11px #00000040;
  border-radius: 22px;
  margin-top: 2rem;
  margin-bottom: 100px;
}

.assessment-step__badge {
  display: inline-block;
  flex-basis: auto;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(90deg, #dbeafe 0%, #f3e8ff 100%);
  color: #1447e6;
  padding: 0.35em 0.75em;
}

.assessment-step__title {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  line-height: 1.35;
  color: #272850;
}

.assessment-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.assessment-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
  margin: 0;
}

.assessment-option:hover {
  border-color: #c5c7ff;
  background: #f8f8ff;
}

.assessment-option:has(input:checked) {
  background: linear-gradient(90deg, #f4f4ff 26.06%, #c5c7ff 226.32%);
  border-color: #9810fa;
}

.assessment-option__text {
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #374151;
}

.assessment-option__score {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: 600;
  background: #e5e7eb;
  color: #6b7280;
}

.assessment-option:has(input:checked) .assessment-option__score {
  background: #4c1380;
  color: #fff;
}

/* Back: white bg, dark text, light grey border, subtle shadow */
.assessment-nav {
  position: fixed;
  width: 100%;
  max-width: calc(820px - 24px);
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  background: #fff;
  z-index: 1;
  padding: 1rem;
}

@media (min-width: 1750px) {
  .assessment-nav {
    position: static;
  }
  .assessment-step {
    margin-bottom: 4rem;
  }
}

@media (max-width: 991.98px) {
  .assessment-nav {
    left: 0;
  }
}

.assessment-nav__back {
  background: #fff;
  color: #374151;
  border: 2px solid #0000001a;
  border-radius: 14px;
  font-weight: 400;
  box-shadow: none !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.assessment-nav__back:not(:disabled):hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.assessment-nav__back:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Next: gradient, white text, no border, prominent shadow */
.assessment-nav__next {
  background: linear-gradient(90deg, #155dfc 0%, #9810fa 100%);
  border: none;
  border-radius: 14px;
  font-weight: 400;
  box-shadow: none !important;
  transition:
    opacity 0.2s ease,
    box-shadow 0.2s ease;
}

.assessment-nav__next:hover:not(:disabled) {
  opacity: 0.95;
  color: #fff;
}

.assessment-nav__next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #fff;
}

.assessment-nav__next:focus-visible,
.assessment-nav__back:focus-visible {
  outline: 2px solid #155dfc;
  outline-offset: 2px;
}

/* Assessment responsive */
@media (max-width: 575.98px) {
  .assessment-modal-body {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .assessment-form {
    padding-top: 2rem;
  }

  .assessment-progress__label,
  .assessment-progress__completion {
    font-size: 0.875rem;
  }

  .assessment-progress__bullet {
    width: 8px;
    height: 8px;
  }

  .assessment-step {
    padding: 1rem !important;
  }

  .assessment-step__title {
    font-size: 1.0625rem;
  }

  .assessment-option {
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
  }

  .assessment-option__score {
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
  }

  .assessment-nav .btn {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem !important;
  }
}

/* ========== Score Form section ========== */
.score-form {
  background: linear-gradient(90deg, #3d0d6e 0%, #5c1a9e 50%, #4c1380 100%);
  color: #fff;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  position: relative;
  overflow: hidden;
}

.score-form::before,
.score-form::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  filter: blur(130px);
  z-index: 0;
  pointer-events: none;
}

.score-form .container {
  position: relative;
  z-index: 1;
}

.score-form::before {
  top: 10%;
  right: 10%;
  background: #f4f4ff;
}

.score-form::after {
  bottom: 10%;
  left: 10%;
  background: #d7d6d8;
}

.score-form__badge {
  width: fit-content;
  background: #ffffff33;
  border-radius: 50rem;
  padding: 0.5rem 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  line-height: 1;
  border: 1.29px solid #4d1484;
}

.score-form__title {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  line-height: 1.3;
}

.score-form__desc {
  font-size: 1rem;
  line-height: 1.55;
  max-width: 28rem;
  color: #d1d5dc;
}

.score-form__feature-card {
  border-radius: 16.18px;
  background: #ffffff1a;
  border: 1.29px solid #ffffff33;
  min-width: 0;
}

.score-form__feature-card > div {
  min-width: 0;
}

.score-form__feature-card strong {
  word-break: break-word;
}

.score-form__feature-card .small {
  word-break: break-word;
  line-height: 1.4;
}

.score-form__feature-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ad46ff33;
  border-radius: 50rem;
  font-size: 1.25rem;
}

.score-form__feature-icon svg {
  flex-shrink: 0;
}

.score-form__card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 25.31px 50.63px -12.15px #00000040;
}

.score-form__card-title {
  font-size: clamp(1.5rem, 3.5vw, 2.15rem);
  color: #101828;
  text-align: center;
}

.score-form__card-subtitle {
  font-size: 0.9375rem;
  color: #4a5565;
  text-align: center;
}

.score-form__form .form-label {
  color: #364153;
}

.score-form__optional {
  color: #99a1af !important;
}

.score-form__input-wrap {
  position: relative;
}

.score-form__input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #99a1af;
  font-size: 1.125rem;
  pointer-events: none;
}

.score-form__input {
  padding-left: 2.75rem;
  background: #f3f3f5;
  border: 1.29px solid #e5e7eb;
  border-radius: 14.18px;
  min-height: 48px;
  color: #364153;
}

.score-form__input::placeholder {
  color: #99a1af;
}

.score-form__input:focus {
  background: #fff;
  border-color: #9810fa;
  box-shadow: 0 0 0 3px rgba(152, 16, 250, 0.15);
}

.score-form__submit {
  background: linear-gradient(90deg, #155dfc 0%, #9810fa 100%);
  font-size: 1rem;
  border-radius: 14.18px;
  transition:
    opacity 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow:
    0px 4.05px 6.08px -4.05px #0000001a,
    0px 10.13px 15.19px -3.04px #0000001a;
}

.score-form__submit:hover {
  opacity: 0.95;
  color: #fff;
  box-shadow: 0 4px 14px rgba(21, 93, 252, 0.4);
}

.score-form__back-link {
  color: #6b7280;
  font-size: 0.9375rem;
}

.score-form__back-link:hover {
  color: #4c1380;
}

/* Score Form responsive */
@media (max-width: 1199.98px) {
  .score-form {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 991.98px) {
  .score-form__title {
    font-size: clamp(1.375rem, 4vw, 2rem);
  }

  .score-form__desc {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9375rem;
  }

  .score-form__features {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .score-form__features {
    gap: 0.75rem !important;
  }

  .score-form__feature-card {
    padding: 0.875rem 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .score-form__badge {
    font-size: 0.8125rem;
    padding: 0.4rem 0.75rem;
  }

  .score-form__title {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .score-form__desc {
    font-size: 0.875rem;
  }

  .score-form__card {
    padding: 1.25rem !important;
  }

  .score-form__card-title {
    font-size: 1.25rem;
  }

  .score-form__input {
    min-height: 44px;
    font-size: 0.9375rem;
  }

  .score-form__input-icon {
    left: 0.75rem;
  }

  .score-form__input {
    padding-left: 2.5rem;
  }

  .score-form__submit {
    padding: 0.75rem 1rem !important;
    font-size: 0.9375rem;
  }

  .score-form__feature-card {
    padding: 0.75rem 1rem !important;
    gap: 0.75rem !important;
  }

  .score-form__feature-card strong {
    font-size: 0.9375rem;
  }

  .score-form__feature-card .small {
    font-size: 0.8125rem;
  }

  .score-form__feature-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    font-size: 1.125rem;
  }

  .score-form__feature-icon svg {
    width: 22px;
    height: 22px;
  }
}

/* ========== Score Result section ========== */
/* Shared card style for separate cards in score result */
.score-result__card-style {
  border-radius: 14.43px;
  box-shadow: 0px 25.77px 51.55px -12.37px #00000040;
}

.score-result {
  position: relative;
}

.score-result__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Single unified card: header + metrics (per design image) */
.score-result__main-card {
  border-radius: 14.43px;
  box-shadow: 0px 25.77px 51.55px -12.37px #00000040;
  background: #ffffffcc;
}

.score-result__header {
  background: var(--primary-color);
  padding-top: 40px;
  padding-bottom: 40px;
}

.score-result__brand {
  top: 50px;
  right: 50px;
}

.score-result__brand img {
  width: 150px;
}

.score-result__trophy img {
  width: 90px;
}

.score-result__header-title {
  font-size: clamp(1.5rem, 3.5vw, 2.75rem);
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}

.score-result__donut-wrap {
  width: 170px;
  height: 170px;
}

.score-result__donut {
  width: 100%;
  height: 100%;
}

.score-result__donut-inner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.score-result__donut-value {
  font-size: 2.25rem;
  line-height: 1.2;
}

.score-result__donut-rank {
  color: #fff;
  font-weight: 700;
}

.score-result__tagline {
  font-size: 0.9375rem;
  font-weight: 400;
}

.score-result__metric-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.score-result__metric-card.score-result__metric-card--gradient {
  background-color: #f4f4ff;
}

.score-result__metric-card.score-result__metric-card--gradient::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  opacity: 0.5;
  background: #bedbff;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.score-result__metric-card:not(.score-result__metric-card--gradient)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  opacity: 0.5;
  background: #e9d4ff;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.score-result__metric-icon {
  width: 44px;
  height: 44px;
}

.score-result__metric-label {
  font-size: 0.8125rem;
  color: var(--primary-color);
}

.score-result__metric-value {
  font-size: 1.125rem;
  color: var(--primary-color);
}

.score-result__metric-desc {
  color: var(--primary-color);
}

.score-result__insight-card--light {
  background: #ffffffcc;
  border-radius: 14.43px;
  box-shadow:
    0px 8.25px 10.31px -6.19px #0000001a,
    0px 20.62px 25.77px -5.15px #0000001a;
}

.score-result__insight-icon {
  width: 50px;
  height: 50px;
}

/* Left card: light/white circle with purple checkmark (per design) */
.score-result__insight-icon--check {
  background: #f4f4ff;
  color: #0a0a0a;
}

.score-result__insight-card--orange {
  background: #ff6600;
  border-radius: 14.43px;
  box-shadow:
    0px 8.25px 10.31px -6.19px #0000001a,
    0px 20.62px 25.77px -5.15px #0000001a;
}

/* Right card: lighter circle with white lightbulb (per design) */
.score-result__insight-icon--bulb {
  background: #ffffff33;
  color: #fff;
}

.score-result__insight-title {
  font-size: 1.0625rem;
  color: #1f2937;
  line-height: 1.3;
}

.score-result__insight-card--orange .score-result__insight-title {
  color: #fff;
}

.score-result__insight-desc {
  color: #4b5563;
  line-height: 1.55;
  font-size: 0.9375rem;
}

.score-result__insight-card--orange .score-result__insight-desc {
  color: rgba(255, 255, 255, 0.95);
}

.score-result__ranks {
  background: #ffffffcc;
  border-radius: 14.43px;
  overflow: hidden;
  box-shadow:
    0px 8.25px 10.31px -6.19px #0000001a,
    0px 20.62px 25.77px -5.15px #0000001a;
}

.score-result__ranks-title {
  font-size: 1.25rem;
  padding: 24px;
  color: #0A0A0A;
}

.score-result__ranks-title svg {
  flex-shrink: 0;
}

.score-result__table-wrap {
  background: #fff;
}

.score-result__table-header {
  grid-template-columns: 1fr 1fr 2fr;
  background: linear-gradient(90deg, #EFF6FF 0%, #FAF5FF 100%);
  gap: 0.75rem 1rem;
  font-size: 0.875rem;
  padding: 0.875rem 1rem;
  font-weight: 700;
  color: #101828 !important;
}

.score-result__table-row {
  grid-template-columns: 1fr 1fr 2fr;
  gap: 0.75rem 1rem;
  padding: 0.875rem 1rem;
  align-items: center;
  font-size: 0.9375rem;
  border-top: 1px solid;
}

.score-result__table-cell {
  color: #364153;
}

.score-result__table-cell-value {
  color: inherit;
}

/* Mobile: labels above each value so users can identify Score Range, Rank, What It Means */
.score-result__table-cell-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.25rem;
}

.score-result__table-row--platinum {
  background: #FAF5FF;
  border-top-color: #F3F4F6;
}

.score-result__table-row--platinum
  .score-result__table-cell:nth-child(2)
  .score-result__table-cell-value {
  color: #9810FA;
  font-weight: 700;
}

.score-result__table-row--gold {
  background: #FEFCE8;
  border-top-color: #F3F4F6;
}

.score-result__table-row--gold
  .score-result__table-cell:nth-child(2)
  .score-result__table-cell-value {
  color: #D08700;
  font-weight: 700;
}

.score-result__table-row--silver {
  background: #F9FAFB;
  border-top-color: #F3F4F6;
}

.score-result__table-row--silver
  .score-result__table-cell:nth-child(2)
  .score-result__table-cell-value {
  color: #4A5565;
  font-weight: 700;
}

.score-result__table-row--bronze {
  background: #FFF7ED;
  border-top-color: #F3F4F6;
}

.score-result__table-row--bronze
  .score-result__table-cell:nth-child(2)
  .score-result__table-cell-value {
  color: #F54900;
  font-weight: 700;
}

/* Score Result responsive */
@media (max-width: 767.98px) {
  .score-result__header {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .score-result__brand {
    top: 30px;
    right: 20px;
  }

  .score-result__brand img {
    width: 90px;
  }

  .score-result__trophy img {
    width: 50px;
  }

  .score-result__donut-wrap {
    width: 150px;
    height: 150px;
  }

  .score-result__donut-value {
    font-size: 1.875rem;
  }

  .score-result__metrics {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .score-result {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .score-result__table-header {
    display: none !important;
  }

  .score-result__table-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.5rem 0;
    padding: 1rem 1.25rem;
  }

  .score-result__table-cell {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .score-result__table-cell-value {
    font-size: 0.9375rem;
  }

  .score-result__table-cell:first-child .score-result__table-cell-value {
    color: #6f6f8e;
    font-weight: 400;
  }

  .score-result__table-cell:nth-child(3) .score-result__table-cell-value {
    color: #6f6f8e;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
