/* =========================================================
   04.Theme Development Matters
   ========================================================= */

.theme-need-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(13, 110, 253, 0.06),
      transparent 24%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #071333;
}

.theme-need-head {
  max-width: 1280px;
}

.theme-need-kicker {
  color: #ff5a00;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.theme-need-kicker span {
  width: 54px;
  height: 2px;
  display: block;
  background: currentColor;
}
.theme-need-section {
  padding-top: 5% !important;
}

.theme-need-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.theme-need-head p {
  max-width: 970px;
  color: #26345d;
  font-size: 18px;
  line-height: 1.55;
}

.theme-head-img {
  position: absolute;
  top: 55px;
  width: 190px;
  height: 125px;
  color: #0d6efd;
  opacity: 0.45;
  pointer-events: none;
}

.theme-head-left {
  left: 0;
}

.theme-head-right {
  right: 0;
}

.theme-head-img .fa-image,
.theme-head-img .fa-desktop {
  font-size: 118px;
}

.theme-head-img .fa-mobile-screen-button {
  position: absolute;
  right: -12px;
  bottom: -4px;
  font-size: 76px;
}

/* Score Card */
.theme-score-card,
.theme-benefit-list,
.theme-review-cta {
  border: 1px solid #cfe1fa;
  box-shadow: 0 14px 36px rgba(13, 40, 88, 0.08);
}

.theme-score-title {
  min-height: 66px;
  padding: 0 28px;
  color: #ffffff;
  background: linear-gradient(135deg, #0d6efd, #003fbd);
}

.theme-score-title h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.theme-badge-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-top: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1fa2ff, #004fd6);
  color: #ffffff;
  font-size: 34px;
  box-shadow: 0 8px 0 #075be8;
}

.theme-meter {
  position: relative;
  width: 230px;
  height: 150px;
}

.theme-meter-value strong {
  color: #071333;
  font-size: 72px;
  line-height: 0.85;
  font-weight: 900;
}

.theme-meter-value span {
  color: #26345d;
  font-size: 28px;
  font-weight: 800;
}

.theme-meter-value em {
  color: #02a34f;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
}

.theme-score-body h4 {
  color: #071333;
  font-size: 22px;
  font-weight: 900;
}

.theme-score-body p {
  color: #071333;
  font-size: 16px;
  line-height: 1.5;
}

.theme-mini-box {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 14px;
  border: 1px solid #d8e7fb;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(13, 40, 88, 0.06);
}

.theme-mini-box i {
  min-width: 36px;
  color: #0d6efd;
  font-size: 30px;
}

.theme-mini-box strong {
  display: block;
  color: #071333;
  font-size: 14px;
  font-weight: 900;
}

.theme-mini-box span {
  display: block;
  margin-top: 4px;
  color: #03a653;
  font-size: 15px;
  font-weight: 900;
}

.theme-recommend {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #eef5ff;
  color: #004ed9;
  font-size: 16px;
  font-weight: 800;
}

.theme-recommend i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dcecff;
  color: #0d6efd;
}

/* Right List */
.theme-benefit-row {
  gap: 20px;
  min-height: 101px;
  padding: 18px 24px;
  border-bottom: 1px solid #d8e7fb;
}

.theme-no {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #0d6efd, #004ed9);
  font-size: 16px;
  font-weight: 900;
}

.theme-benefit-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0d6efd;
  background: #edf5ff;
  border: 1px solid #cfe1fa;
  font-size: 32px;
}

.theme-benefit-content h3 {
  margin: 0 0 4px;
  color: #071333;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

.theme-benefit-content p {
  margin: 0;
  color: #071333;
  font-size: 15px;
  line-height: 1.32;
}

.theme-pill {
  min-width: 150px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.theme-pill.green {
  color: #058d45;
  background: #ddf6e8;
}

.theme-pill.orange {
  color: #ff5a00;
  background: #fff1e3;
}

.theme-pill.purple {
  color: #5b2fc7;
  background: #f1ebff;
}

.theme-pill.blue {
  color: #0d6efd;
  background: #eaf3ff;
}

/* CTA */
.theme-review-cta {
  background: #eef6ff;
}

.theme-review-icon {
  position: relative;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0d6efd;
  background: #dcecff;
  border: 1px solid #a7caff;
  font-size: 52px;
}

.theme-review-icon span {
  position: absolute;
  right: 3px;
  bottom: 6px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #0d6efd;
  font-size: 18px;
}

.theme-review-cta h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
}

.theme-review-cta p {
  color: #071333;
  font-size: 17px;
  line-height: 1.45;
}

.theme-review-btn {
  min-height: 68px;
  padding: 0 30px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.theme-review-btn:hover {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 1600px) {
  .theme-need-head h2 {
    font-size: 32px;
  }

  .theme-need-head p,
  .theme-review-cta p {
    font-size: 15px;
  }

  .theme-need-kicker,
  .theme-score-body p,
  .theme-benefit-content p,
  .theme-pill,
  .theme-recommend {
    font-size: 14px;
  }

  .theme-score-title h3,
  .theme-score-body h4,
  .theme-benefit-content h3,
  .theme-review-cta h3 {
    font-size: 20px;
  }

  .theme-benefit-row {
    min-height: 92px;
    padding: 15px 20px;
  }

  .theme-benefit-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 28px;
  }

  .theme-pill {
    min-width: 135px;
  }
}

@media (max-width: 991px) {
  .theme-benefit-row {
    align-items: flex-start !important;
    flex-wrap: wrap;
  }

  .theme-pill {
    margin-left: 62px;
  }

  .theme-review-cta {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .theme-need-head h2 {
    font-size: 22px;
  }

  .theme-need-head p {
    font-size: 15px;
  }
  .theme-benefit-content h3 {
    font-size: 16px;
  }
  .theme-benefit-content p {
    font-size: 13px;
  }

  .theme-need-kicker {
    font-size: 13px;
  }
  .theme-meter {
    position: relative;
    width: 170px;
    height: 150px;
  }

  .theme-need-kicker span {
    width: 34px;
  }

  .theme-score-title {
    padding: 0 18px;
  }
  .theme-review-cta h3 {
    font-size: 18px;
  }
   .theme-review-cta p {
        font-size: 14px;
    }
    .theme-need-section{
      padding-bottom: 0 !important;
    }

  .theme-score-title h3 {
    font-size: 18px;
  }

  .theme-benefit-row {
    gap: 14px;
    padding: 18px;
  }

  .theme-benefit-content {
    width: calc(100% - 126px);
  }

  .theme-pill {
    width: 100%;
    margin-left: 0;
  }

  .theme-review-btn {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .theme-score-title {
    align-items: flex-start !important;
    flex-direction: column;
    padding: 18px;
  }

  .theme-badge-icon {
    margin-top: 0;
  }

  .theme-benefit-content {
    width: 100%;
  }

  .theme-mini-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* base styles */
h2 {
  font-size: 44px !important;
}

@media (max-width: 1599.98px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1399.98px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 374.98px) {
  h2 {
    font-size: 20px !important;
  }
}

