:root {
  --font-size-sm: clamp(12.8px, 0.05vw + 12.61px, 13.5px);
  --font-size-base: clamp(18px, 1.1vw + 13px, 20px);
  --font-size-md: clamp(21px, 0.971vw + 18.6375px, 24.85px);
  --font-size-lg: clamp(28px, 1.602vw + 10.25px, 41px);
  --font-size-xl: clamp(32px, 2.0313vw + 13px, 52px);
  --font-size-xxl: clamp(50px, 27.5px + 4.3vw, 110px);
  --font-size-silly: clamp(62px, 39.5px + 7.3vw, 150px);
}

.custom-testimonials-01 .slide-item {
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

.custom-testimonials-01 .slide-item .description {
  font-size: var(--font-size-md) !important;
  flex-grow: 0;
}

.custom-testimonials-01.swiper-container {
  padding-bottom: clamp(20px, 5vw, 40px) !important;
}

.testimonials {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1rem
}

.testimonials .testimonial {
  background-color: #EEEEEE;
  /* color: white; */
  /* border: 2px solid #9ACB6B; */
  padding: 1rem;
  border-radius: 6px;
  /* box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3); */
  position: relative;
  max-width: 500px;
  min-width: 300px;
  box-sizing: border-box;
  width: calc((100% / 3) - (2rem / 3));
  height: auto
}

.testimonials .testimonial .title {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: 1rem
}

.testimonials .testimonial .author {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: var(--font-size-24);
}

.testimonials .testimonial p {
  margin-bottom: 0
}

@media screen and (max-width: 991px) {
  .testimonials .testimonial {
    width: calc(50% - 0.5rem)
  }
}

@media screen and (max-width: 767px) {
  .testimonials .testimonial {
    width: 100%
  }
}

.pricing-wrap {
  display: flex;
  justify-content: center;
  padding: 2.5rem 1rem;
}

.pricing-card {
  background: #ffffff;
  border: 0.5px solid rgba(0,0,0,0.15);
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
}

.card-header {
  background: #1a3a4c;
  padding: 2rem 2rem 1.5rem;
}

.card-header .label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5ec6a8;
  margin: 0 0 8px;
}

.card-header h2 {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 1.25rem;
  line-height: 1.25;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.price-dollar {
  font-size: 20px;
  font-weight: 700;
  color: #5ec6a8;
}

.price-amount {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.price-per {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  margin-left: 4px;
}

.card-body {
  padding: 1.75rem 2rem;
}

.features {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.5;
}

.check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e1f5ee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.check svg {
  width: 11px;
  height: 11px;
}

.divider {
  height: 0.5px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 0 1.75rem;
}

.steps-wrap {
  width: 100%;
  padding: 1rem 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
}

.step-box {
  background: #ffffff;
  padding: 1.75rem;
}

.step-box.full-width {
  grid-column: 1 / -1;
}

.step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.step-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1a3a4c;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-title {
  font-size: 19px;
  font-weight: 700;
  color: #1a3a4c;
  margin: 0;
  line-height: 1.3;
}

.step-desc {
  font-size: 17.5px;
  color: #444;
  margin: 0 0 10px;
  line-height: 1.6;
}

.step-desc:last-child {
  margin-bottom: 0;
}

.step-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.step-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 17px;
  color: #444;
  line-height: 1.5;
}

.step-box.full-width .step-list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 2rem;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5ec6a8;
  flex-shrink: 0;
  margin-top: 6px;
}

/* Testimonials */
css* { box-sizing: border-box; margin: 0; padding: 0; }

.section {
  background: #ffffff;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.section::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 400px; height: 400px;
  background: radial-gradient(circle at top right, rgba(87, 173, 191, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: 52px;
}

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #57adbf;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  color: #122945;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.section-title span {
  color: #57adbf;
}

.divider {
  width: 48px;
  height: 3px;
  background: #57adbf;
  margin: 18px auto 0;
  border-radius: 2px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto 52px;
  position: relative;
  z-index: 1;
}

@media (max-width: 680px) {
  .cards-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 20px; }
  .featured-meta { flex-direction: column; gap: 16px; }
}

.card {
  background: #ddf3f9;
  border: 1px solid #57adbf;
  border-radius: 12px;
  padding: 26px;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.featured-card {
  grid-column: 1 / -1;
  background: #122945;
  border-color: #57adbf;
  padding: 36px 40px;
}

@media (max-width: 680px) {
  .featured-card { padding: 26px; }
}

.stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.star { width: 14px; height: 14px; flex-shrink: 0; }

.treatment-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #122945;
  background: rgba(87, 173, 191, 0.2);
  border: 1px solid rgba(87, 173, 191, 0.5);
  border-radius: 4px;
  padding: 4px 10px;
  margin-bottom: 14px;
}

.featured-card .treatment-tag {
  color: #ddf3f9;
  background: rgba(87, 173, 191, 0.2);
  border-color: rgba(87, 173, 191, 0.5);
}

.quote-text {
  font-size: 14px;
  line-height: 1.8;
  color: #122945;
  flex: 1;
  margin-bottom: 20px;
  position: relative;
  padding-left: 18px;
}

.quote-text::before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 34px;
  line-height: 1;
  color: #57adbf;
  font-weight: 700;
}

.featured-card .quote-text {
  font-size: 15px;
  color: #ddf3f9;
}

.featured-card .quote-text::before {
  color: #57adbf;
}

.author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(87, 173, 191, 0.3);
  margin-top: auto;
  flex-shrink: 0;
}

.featured-card .author {
  border-top-color: rgba(87, 173, 191, 0.35);
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(87, 173, 191, 0.15);
  border: 1px solid rgba(87, 173, 191, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #122945;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}

.featured-card .avatar {
  background: rgba(87, 173, 191, 0.2);
  border-color: #57adbf;
  color: #ddf3f9;
}

.author-name {
  font-size: 13px;
  font-weight: 700;
  color: #122945;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.featured-card .author-name {
  color: #ffffff;
}

.author-detail {
  font-size: 11px;
  color: rgba(18, 41, 69, 0.5);
  font-weight: 400;
  margin: 0;
}

.featured-card .author-detail {
  color: rgba(221, 243, 249, 0.6);
}

.featured-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(87, 173, 191, 0.35);
}

.featured-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.outcome-stats {
  display: flex;
  gap: 32px;
  flex-shrink: 0;
}

.stat-block .stat-num {
  font-size: 28px;
  color: #57adbf;
  font-weight: 800;
  display: block;
  line-height: 1;
}

.stat-block .stat-label {
  font-size: 10px;
  color: rgba(221, 243, 249, 0.6);
  font-weight: 400;
  margin-top: 4px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.bottom-bar {
  text-align: center;
  position: relative;
  z-index: 1;
}

.rating-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.rating-stars-row {
  display: flex;
  gap: 3px;
  margin-bottom: 4px;
  justify-content: center;
}

.rating-label {
  font-size: 11px;
  color: rgba(18, 41, 69, 0.5);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.separator {
  width: 1px;
  height: 36px;
  background: rgba(87, 173, 191, 0.3);
}

.platform-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.badge {
  font-size: 11px;
  font-weight: 600;
  color: #122945;
  border: 1px solid rgba(87, 173, 191, 0.4);
  border-radius: 4px;
  padding: 5px 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

