.real-results {
  padding: 96px clamp(20px, 4vw, 56px);
  background: #FAFAFA;
  color: #252B37;
  font-family: "Inter", sans-serif;
}
.real-results * {
  box-sizing: border-box;
}
.real-results__container {
  max-width: 1240px;
  margin: 0 auto;
}
.real-results__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.real-results__head .dotted-tagline-container {
  margin-bottom: 14px;
}
.real-results__title {
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #111325;
  margin: 0 0 16px;
}
.real-results__subtitle {
  font-size: 1.125rem;
  color: #535862;
  margin: 0;
}
.real-results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-bottom: 56px;
}
.real-results__stat-card {
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}
.real-results__stat-value {
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 500;
  line-height: 1;
  color: #0F0A2E;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  background: #0F0A2E;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.real-results__stat-label {
  font-size: 0.875rem;
  color: #535862;
  line-height: 1.5;
}
.real-results__stat-label strong {
  display: block;
  color: #252B37;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 4px;
}
.real-results__testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.real-results__quote {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 2rem 2.5rem;
  position: relative;
  margin: 0;
  box-shadow: 0 0 24px -12px #363F72;
}
.real-results__quote p {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.real-results__quote p em {
  font-style: italic;
  color: #8259E8;
  font-weight: 500;
}
.real-results__quote cite {
  font-size: 0.875rem;
  color: #5E43A8;
  font-style: normal;
  font-weight: 600;
}
.real-results__quote-mark {
  font-size: 4.5rem;
  color: #CAB9F5;
  position: absolute;
  top: -10px;
  right: 20px;
}
.real-results__cta {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.real-results__nachonacho {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: -32px;
}
.real-results__nachonacho-link {
  display: inline-flex;
  transition: transform 0.2s;
}
.real-results__nachonacho-link:hover {
  transform: translateY(-4px);
}
.real-results__nachonacho-badge {
  max-width: 360px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 980px) {
  .real-results {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .real-results .real-results__testimonials {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=real-results.css.map */
