@charset "UTF-8";
:root {
  --primary-gradient: linear-gradient(135deg, #0050ea 0%, #20bbff 100%);
  --primary-color: #0050ea;
  --secondary-color: #20bbff;
  --dark-color: #0f0f57;
  --text-color: #52527a;
  --light-bg: #f7f7fc;
  --white-color: #ffffff;
}

/*================================================
0. Mixins Css
=================================================*/
.pb-130 {
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .btn-lg {
    font-size: 1rem;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 70px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 70px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
}

.pt-40 {
  padding-top: 40px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .mb-65 {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .mb-65 {
    margin-bottom: 45px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .mb-45 {
    margin-bottom: 35px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .mt-50 {
    margin-top: 40px;
  }
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-65 {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  .mt-65 {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .mt-65 {
    margin-top: 45px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.badge-primary-soft {
  background: rgba(138, 43, 226, 0.1);
  color: var(--primary-color);
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
}

.section-badge {
  display: inline-block;
  background: var(--primary-gradient);
  color: var(--white-color);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: hsl(240, 70%, 20%);
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 1.9rem;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 1.9rem;
  }
}
@media (max-width: 425px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 350px) {
  .section-title {
    font-size: 1.8rem;
  }
}

.section-subtitle {
  font-size: 1rem;
  color: #666699;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .section-subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .section-subtitle {
    font-size: 0.95rem;
  }
}
@media (max-width: 425px) {
  .section-subtitle {
    font-size: 0.9rem;
  }
}
@media (max-width: 350px) {
  .section-subtitle {
    font-size: 0.9rem;
  }
}

.lead-text {
  font-size: 1.125rem;
  color: #52527a;
  line-height: 1.7;
}

.btn-glass {
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-glass:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
  color: #000;
}

.section-pain-points {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992) {
  .section-pain-points .row > div:nth-child(2) .problem-card,
  .section-pain-points .row > div:nth-child(4) .problem-card {
    margin-top: 40px;
  }
}
.section-pain-points::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 40%;
  height: 60%;
  background: radial-gradient(circle, rgba(55, 125, 255, 0.03) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.section-pain-points:after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 40%;
  height: 60%;
  background: radial-gradient(circle, rgba(55, 125, 255, 0.03) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.section-pain-points .problem-card {
  background: #ffffff;
  border-radius: 10px;
  /* Consistent with theme radius */
  padding: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  border: 1px solid #e7eaf3;
  /* Theme border color */
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 5px 0;
}
@media (max-width: 991) {
  .section-pain-points .problem-card {
    margin-bottom: 20px;
  }
}
.section-pain-points .problem-card .icon-box {
  width: 70px;
  height: 70px;
  background: rgba(55, 125, 255, 0.05);
  /* Light Primary */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: #377dff;
  /* Theme Primary */
  font-size: 28px;
  transition: all 0.3s ease;
  position: relative;
}
.section-pain-points .problem-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e2022;
  /* Theme Dark */
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.section-pain-points .problem-card h4:hover {
  color: #377dff;
  /* Theme Primary */
}
.section-pain-points .problem-card p {
  color: #77838f;
  /* Theme Secondary */
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.section-pain-points .problem-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
  border-color: rgba(55, 125, 255, 0.3);
  cursor: pointer;
}
.section-pain-points .problem-card:hover .icon-box {
  background: #377dff;
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(55, 125, 255, 0.3);
}
.section-pain-points .problem-card:hover:after {
  transform: scaleX(1);
}
.section-pain-points .problem-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #377dff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  border-radius: 0 0 10px 10px;
}

.beauty-why-choose-section {
  position: relative;
  overflow: hidden;
}
.beauty-why-choose-section:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  /*background: radial-gradient(circle, rgba(0, 80, 234, 0.05) 0%, transparent 70%);*/
  border-radius: 50%;
  pointer-events: none;
}
.beauty-why-choose-section:after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  /*background: radial-gradient(circle, rgba(32, 187, 255, 0.05) 0%, transparent 70%);*/
  border-radius: 50%;
  pointer-events: none;
}
.beauty-why-choose-section .badge-primary-soft {
  background: rgba(55, 125, 255, 0.1);
  color: #1e2022;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.beauty-why-choose-section .badge-primary-soft .why-choose-content {
  position: relative;
  z-index: 1;
}
.beauty-why-choose-section .badge-primary-soft .why-choose-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: hsl(240, 70%, 20%);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  background: #1e2022;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.beauty-why-choose-section .badge-primary-soft .lead-paragraph {
  font-size: 1.125rem;
  color: #52527a;
  line-height: 1.8;
  margin: 0;
}
.beauty-why-choose-section .badge-primary-soft .decorative-line {
  width: 120px;
  height: 5px;
  background: linear-gradient(135deg, #0050ea 0%, #20bbff 100%);
  border-radius: 10px;
  position: relative;
}
.beauty-why-choose-section .badge-primary-soft .decorative-line:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 30px;
  height: 5px;
  background: linear-gradient(135deg, #0050ea 0%, #20bbff 100%);
  border-radius: 10px;
  opacity: 0.5;
}

/* Right Column - Special Sauce Styles */
.special-sauce-wrapper {
  position: relative;
  z-index: 1;
}

.special-sauce-heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e2022;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 20px;
}
.special-sauce-heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 80%;
  background: linear-gradient(135deg, #0050ea 0%, #20bbff 100%);
  border-radius: 10px;
}

.sauce-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sauce-list li {
  font-size: 1.125rem;
  font-weight: 500;
  color: hsl(240, 70%, 20%);
  line-height: 1.6;
  padding: 16px 0 16px 45px;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 80, 234, 0.08);
}
.sauce-list li:last-child {
  border-bottom: none;
}
.sauce-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #0050ea 0%, #20bbff 100%);
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.sauce-list li:hover {
  padding-left: 50px;
  color: #0050ea;
}
.sauce-list li:hover:before {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 80, 234, 0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
  .why-choose-title {
    font-size: 2rem;
  }
  .special-sauce-heading {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .why-choose-title {
    font-size: 1.75rem;
  }
  .lead-paragraph {
    font-size: 1rem;
  }
  .sauce-list li {
    font-size: 1rem;
    padding: 14px 0 14px 40px;
  }
  .sauce-list li::before {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }
  .special-sauce-heading {
    font-size: 1.35rem;
  }
}
@media (max-width: 576px) {
  .beauty-why-choose-section {
    padding: 3rem 0 !important;
  }
  .sauce-list li:hover {
    padding-left: 45px;
  }
}
.how-it-works {
  position: relative;
}
.how-it-works .process-card {
  background: var(--white-color);
  border-radius: 20px;
  padding: 40px 30px 25px 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.how-it-works .process-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, hsl(200, 80%, 55%), hsl(190, 80%, 60%));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.how-it-works .process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(55, 125, 255, 0.19);
}
.how-it-works .process-card:hover:before {
  transform: scaleX(1);
}
.how-it-works .process-card .process-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(138, 43, 226, 0.1);
}
.how-it-works .process-card .process-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  color: white;
  background: var(--primary-gradient);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 2rem;
}
.how-it-works .process-card .process-icon i {
  color: white;
}
.how-it-works .process-card .process-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(240, 70%, 20%);
  margin-bottom: 15px;
}
.how-it-works .process-card .process-description {
  color: hsl(240, 20%, 50%);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.cbp-caption {
  position: relative;
  overflow: hidden;
}
.cbp-caption .cbp-item .badge {
  color: transparent !important;
}
.cbp-caption .cbp-item .badge:before {
  content: "before";
  display: inline-block;
  color: white;
}
.cbp-caption img {
  width: 100%;
  display: block;
  transition: all linear 0.1s;
}
.cbp-caption .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cbp-caption:hover .hover-img {
  opacity: 1;
}
.cbp-caption:hover .default-img {
  opacity: 0;
  /* Smooth shrink */
}
.cbp-caption:hover .badge:before {
  content: "After";
  color: white;
}

.testimonials-section {
  padding: 100px 0;
  background: transparent;
  position: relative;
}
.testimonials-section .review-summary-block {
  margin: 0 60px 0 60px;
  padding: 15px 0;
  border: 1px solid hsl(240, 30%, 95%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .testimonials-section .review-summary-block {
    margin: 0 10px;
  }
}
.testimonials-section .review-summary-block .summary-inner {
  display: flex;
  align-items: center;
  gap: 25px;
  color: hsl(240, 20%, 40%);
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.testimonials-section .review-summary-block .summary-inner .summary-item strong {
  color: hsl(240, 70%, 20%);
  font-weight: 700;
}
.testimonials-section .review-summary-block .summary-inner .summary-item strong .stars-outer {
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFB800;
  margin-right: 10px;
}
.testimonials-section .review-summary-block .summary-inner .summary-item strong .stars-outer:before {
  content: "\f005\f005\f005\f005\f005";
}
.testimonials-section .review-summary-block .summary-inner .summary-item strong .stars-outer .stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  color: #FFB800;
  background-size: 200% auto;
  -webkit-text-fill-color: transparent;
  animation: shimmerStars 3s linear infinite;
}
.testimonials-section .review-summary-block .summary-inner .summary-item strong .stars-outer .stars-inner:before {
  content: "\f005\f005\f005\f005\f005";
}
.testimonials-section .review-summary-block .summary-inner .trust-signals {
  display: flex;
  gap: 20px;
  font-size: 0.85rem;
  opacity: 0.8;
}
.testimonials-section .review-summary-block .summary-inner .trust-signals .signal {
  display: flex;
  align-items: center;
  gap: 6px;
}
.testimonials-section .review-summary-block .summary-inner .summary-diamond {
  width: 15px;
  height: 15px;
  background: var(--primary-color);
  transform: rotate(45deg);
  opacity: 0.5;
}
.testimonials-section .review-summary-block .aeo-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.testimonials-section .testimonials-carousel {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-carousel {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .testimonials-section .testimonials-carousel {
    padding: 0 25px;
  }
}
.testimonials-section .testimonials-carousel .testimonial-track {
  display: flex;
  gap: 15px;
  transition: transform 0.5s ease;
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-carousel .testimonial-track {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .testimonials-section .testimonials-carousel .testimonial-track {
    gap: 28px;
  }
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card {
  min-width: calc(33.333% - 20px);
  background: transparent;
  border-radius: 20px;
  padding: 35px;
  border: 1px solid hsl(240, 30%, 95%);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .testimonials-section .testimonials-carousel .testimonial-track .testimonial-card {
    min-width: calc(50% - 15px);
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-carousel .testimonial-track .testimonial-card {
    min-width: 100%;
    padding: 20px;
  }
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card .testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card .testimonial-header .rating {
  color: #FFB800;
  font-size: 1rem;
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card .testimonial-badge {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
  color: var(--primary-color);
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card .testimonial-text {
  color: hsl(240, 20%, 40%);
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 0.95rem;
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card .testimonial-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid hsl(240, 30%, 95%);
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card .testimonial-footer .client-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid #1A2980;
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card .testimonial-footer .client-name {
  font-weight: 700;
  color: hsl(240, 70%, 20%);
  font-size: 1rem;
  margin-bottom: 3px;
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card .testimonial-footer .client-position {
  color: hsl(240, 20%, 50%);
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card .testimonial-footer .client-result {
  color: var(--primary-color);
  font-size: 0.875rem;
  font-weight: 600;
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card .testimonial-footer .client-result i {
  margin-right: 5px;
}
.testimonials-section .testimonials-carousel .testimonial-track .testimonial-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-color);
}

/* Review Summary Micro-Section */
@keyframes shimmerStars {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
/* Carousel Navigation */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-gradient);
  border: none;
  color: var(--white-color);
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-nav.prev-btn {
  left: 0;
}

.carousel-nav.next-btn {
  right: 0;
}

.carousel-nav:hover {
  transform: translateY(-50%) scale(0.8);
}

/* Trust Indicators */
.trust-indicators {
  background: var(--primary-gradient);
  border-radius: 20px;
  padding: 40px 20px;
}

.trust-stat1 > .trust-number1,
.trust-label1 {
  color: #ffffff !important;
}

.trust-number1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.trust-label1 {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 991px) {
  .testimonials-carousel {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .testimonials-carousel {
    padding: 0 40px;
  }
  .carousel-nav {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .trust-number {
    font-size: 2rem;
  }
}
.services-grid-section {
  padding-bottom: 100px;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .services-grid-section {
    padding: 60px 0;
  }
}

.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  min-height: 400px;
  height: 100%;
  border: 2px solid hsl(240, 30%, 95%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .service-card {
    padding: 25px 20px;
  }
}
.service-card .service-icon-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card .service-icon-wrapper {
    margin-bottom: 10px;
  }
}
.service-card .service-icon-wrapper .service-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: var(--primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .service-card .service-icon-wrapper .service-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}
.service-card .service-name {
  font-size: 1.375rem;
  font-weight: 700;
  color: hsl(240, 70%, 20%);
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.service-card .service-desc {
  color: hsl(240, 20%, 50%);
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card .service-desc {
    margin-bottom: 10px;
  }
}
.service-card .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.service-card .service-list li {
  color: hsl(240, 20%, 40%);
  font-size: 0.9rem;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card .service-list li {
    margin-bottom: 6px;
  }
}
.service-card .service-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1rem;
}
.service-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-color);
}
.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}
.service-card:hover:before {
  opacity: 1;
}
.service-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(55, 125, 255, 0.05), rgba(26, 41, 128, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-image-card {
  background: #fff;
  border-radius: 20px;
  min-height: 450px;
  height: 100%;
  border: 2px solid hsl(240, 30%, 95%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.service-image-card .image-inner {
  position: relative;
  width: 100%;
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}
.service-image-card .image-inner .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.service-image-card .image-inner .after-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  min-height: 450px;
  height: 100%;
}
.service-image-card .image-inner .before-img {
  position: relative;
  z-index: 2;
  opacity: 1;
  min-height: 450px;
  height: 100%;
}
.service-image-card:hover .image-inner .before-img {
  opacity: 0;
}
.service-image-card:hover .image-inner .after-img {
  opacity: 1;
}

/* Comparison Section */
.case-detail-comparison {
  padding: 80px 0;
  background: #fff;
}

.comparison-slider-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.comparison-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.comparison-card__image {
  width: 100%;
  height: auto;
  display: block;
}

.comparison-card__label {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
}

.comparison-card__label--after {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Overview Section */
.case-detail-overview {
  padding: 80px 0;
  background: #f8f9fa;
}
@media (max-width: 425px) {
  .case-detail-overview {
    padding: 50px 0;
  }
}

.overview-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 1.5rem;
}
@media (max-width: 425px) {
  .overview-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.3rem;
  }
}

.subsection-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 2rem 0 1rem;
}

.services-list {
  list-style: none;
  padding: 0;
}
.services-list li {
  padding: 12px 0 12px 35px;
  position: relative;
  font-size: 1.05rem;
  color: #495057;
}
@media (max-width: 425px) {
  .services-list li {
    padding: 7px 0 3px 27px;
  }
}
.services-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: 700;
  font-size: 1.2rem;
}

.stats-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 100px;
}

.stats-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 2rem;
}
@media (max-width: 425px) {
  .stats-card__title {
    font-size: 1.25rem;
    margin-bottom: unset;
  }
}

.stat-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}
@media (max-width: 425px) {
  .stat-item {
    margin-bottom: 1.2rem;
    padding-bottom: 1.3rem;
  }
}

.stat-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.95rem;
  color: #6c757d;
  font-weight: 600;
}

/* Challenge & Solution */
.case-detail-challenge {
  padding: 80px 0;
  background: #fff;
}

.challenge-box,
.solution-box {
  padding: 40px;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 425px) {
  .challenge-box,
  .solution-box {
    padding: 25px;
  }
}

.challenge-box {
  background: #fff5f5;
  border: 2px solid #ffebee;
}

.solution-box {
  background: #f0f9ff;
  border: 2px solid #e0f2fe;
}

.challenge-icon,
.solution-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.challenge-icon {
  background: #fee;
  color: #dc3545;
}

.solution-icon {
  background: #e0f2fe;
  color: #0ea5e9;
}

.challenge-title,
.solution-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.challenge-list,
.solution-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}
@media (max-width: 425px) {
  .challenge-list,
  .solution-list {
    margin-top: 1rem;
  }
}

.challenge-list li,
.solution-list li {
  padding: 8px 0 8px 30px;
  position: relative;
  color: #495057;
}

.challenge-list li:before {
  content: "•";
  position: absolute;
  left: 10px;
  color: #dc3545;
  font-size: 1.5rem;
}

.solution-list li:before {
  content: "✓";
  position: absolute;
  left: 5px;
  color: #0ea5e9;
  font-weight: 700;
}

/* Results Section */
.case-detail-results {
  padding: 80px 0;
  background: #f8f9fa;
}
.case-detail-results .testimonial-card {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-top: 3rem;
  position: relative;
}
@media (max-width: 425px) {
  .case-detail-results .testimonial-card {
    padding: 25px;
  }
}
.case-detail-results .testimonial-card .testimonial-quote {
  font-size: 6rem;
  color: #667eea;
  opacity: 0.2;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: Georgia, serif;
}
.case-detail-results .testimonial-card .testimonial-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #495057;
  font-style: italic;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 425px) {
  .case-detail-results .testimonial-card .testimonial-text {
    font-size: 1rem;
  }
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.result-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.result-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
}

.result-card p {
  color: #6c757d;
  margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
}
@media (max-width: 425px) {
  .author-avatar {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

.author-name {
  font-weight: 700;
  color: #1a1a2e;
  font-size: 1.1rem;
}

.author-title {
  color: #6c757d;
  font-size: 0.95rem;
}

/* CTA Section */
.case-detail-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

.cta-text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 2rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive */
/* Hero Section */
.case-detail-hero {
  padding: 180px 0 60px;
  background: #f8f9fa;
  position: relative;
}
@media (max-width: 1199px) {
  .case-detail-hero {
    padding: 170px 0 50px;
  }
}
@media (max-width: 991px) {
  .case-detail-hero {
    padding: 180px 0 50px;
  }
}
@media (max-width: 767px) {
  .case-detail-hero {
    padding: 120px 0 40px;
  }
}
@media (max-width: 425px) {
  .case-detail-hero {
    padding: 40px 0 40px;
  }
}

.case-detail-hero__image {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
@media (max-width: 425px) {
  .case-detail-hero__image {
    margin-top: 30px;
    height: 300px;
  }
}

.case-detail-hero__content {
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.case-detail-hero__category {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.case-detail-hero__title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
@media (max-width: 425px) {
  .case-detail-hero__title {
    font-size: 1.75rem;
  }
}

.case-detail-hero__description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 1.5rem;
}
@media (max-width: 425px) {
  .case-detail-hero__description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.case-detail-hero__meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.meta-item {
  display: flex;
  flex-direction: column;
}
.meta-item .meta-item__label {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media (max-width: 425px) {
  .meta-item .meta-item__label {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0rem;
  }
}
.meta-item .meta-item__value {
  font-size: 1.1rem;
  color: #1a1a2e;
  font-weight: 700;
}

/*==================== Why Matters Section */
.why-matters-section {
  padding: 100px 0;
  background: var(--white-color);
  position: relative;
}
.why-matters-section .benefits-grid {
  display: grid;
  gap: 25px;
}
.why-matters-section .benefits-grid .benefit-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: hsl(240, 50%, 98%);
  border-radius: 15px;
  border: 1px solid hsl(240, 30%, 95%);
  transition: all 0.3s ease;
}
.why-matters-section .benefits-grid .benefit-item .benefit-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: var(--primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: 0 5px 20px rgba(26, 41, 128, 0.3);
}
.why-matters-section .benefits-grid .benefit-item .benefit-icon i {
  color: white;
}
.why-matters-section .benefits-grid .benefit-item .benefit-content .benefit-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: hsl(240, 70%, 20%);
  margin-bottom: 8px;
}
.why-matters-section .benefits-grid .benefit-item .benefit-content .benefit-desc {
  font-size: 0.9rem;
  color: hsl(240, 20%, 50%);
  margin: 0;
  line-height: 1.6;
}
.why-matters-section .benefits-grid .benefit-item:hover {
  background: var(--white-color);
  border-color: var(--secondary-color);
  transform: translateX(10px);
}
.why-matters-section {
  /* Stats Visual */
}
.why-matters-section .stats-visual {
  position: relative;
}
.why-matters-section .stats-visual .stats-card {
  background: var(--primary-gradient);
  border-radius: 30px;
  padding: 40px 30px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .why-matters-section .stats-visual .stats-card {
    padding: 30px 8px;
  }
}
.why-matters-section .stats-visual .stats-card .stat-item {
  position: relative;
  z-index: 1;
}
.why-matters-section .stats-visual .stats-card .stat-item.stat-large {
  text-align: center;
  margin-bottom: 30px;
}
.why-matters-section .stats-visual .stats-card .stat-item .stat-number-large {
  font-size: 3rem;
  color: white;
  font-weight: 700;
}
.why-matters-section .stats-visual .stats-card .stat-item .stat-icon-large {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 2rem;
  margin: 0 auto 20px;
}
.why-matters-section .stats-visual .stats-card .stat-item .stat-icon-large i {
  color: white;
}
.why-matters-section .stats-visual .stats-card .stat-item .stat-label-large {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.5;
}
.why-matters-section .stats-visual .stats-card .stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.why-matters-section .stats-visual .stats-card .stat-row .stat-item-small {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 576px) {
  .why-matters-section .stats-visual .stats-card .stat-row .stat-item-small {
    padding: 10px 12px;
  }
}
.why-matters-section .stats-visual .stats-card .stat-row .stat-item-small .stat-number-small {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white-color);
  line-height: 1;
  margin-bottom: 10px;
}
.why-matters-section .stats-visual .stats-card .stat-row .stat-item-small .stat-number-small span {
  color: white;
}
.why-matters-section .stats-visual .stats-card .stat-row .stat-item-small .stat-label-small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  line-height: 1.4;
  color: white;
}
.why-matters-section .stats-visual .stats-card .quote-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .why-matters-section .stats-visual .stats-card .quote-box {
    padding: 15px;
    text-align: center;
  }
}
.why-matters-section .stats-visual .stats-card .quote-box .quote-icon {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}
.why-matters-section .stats-visual .stats-card .quote-box .quote-text {
  color: var(--white-color);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 10px;
}
.why-matters-section .stats-visual .stats-card .quote-box .quote-author {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}
/* Marketplace Ready Section */
.marketplace-trust-block {
  margin-top: 25px;
}
.marketplace-trust-block .quote-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
  margin: 20px 0;
}
.marketplace-trust-block .marketplace-header {
  text-align: center;
  margin-bottom: 20px;
}
.marketplace-trust-block .marketplace-header .marketplace-title {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.marketplace-trust-block .marketplace-header .marketplace-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  margin-bottom: 0;
}
.marketplace-trust-block .marketplace-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 10px;
}
.marketplace-trust-block .marketplace-grid .marketplace-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  position: relative;
  opacity: 0.7;
}
.marketplace-trust-block .marketplace-grid .marketplace-item:hover {
  transform: scale(1.05) translateY(-2px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.marketplace-trust-block .marketplace-grid .marketplace-item:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-5px);
}
.marketplace-trust-block .marketplace-grid .marketplace-item:after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: none;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
  .why-matters-section {
    padding: 60px 0;
  }
  .stat-number-large {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .stat-row {
    grid-template-columns: 1fr;
  }
  .stat-number-large {
    font-size: 3rem;
  }
  .stat-number-small {
    font-size: 2rem;
  }
}
/* =============Why Matters Section end *//*# sourceMappingURL=service-landing.css.map */