/** Shopify CDN: Minification failed

Line 86:10 Expected identifier but found whitespace
Line 86:12 Unexpected "{"
Line 86:21 Expected ":"
Line 86:48 Unexpected "0"
Line 86:51 Unexpected "{"
Line 86:60 Expected ":"
Line 86:89 Expected ":"
Line 169:10 Expected identifier but found whitespace
Line 169:12 Unexpected "{"
Line 169:21 Expected ":"
... and 39 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:baner-tekstowy (INDEX:2) */
.text-banner-section {
  position: relative;
  width: 100%;
  font-family: inherit;
  overflow: hidden;
}

.tb-image-wrap {
  position: relative;
  width: 100%;
}

.tb-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tb-overlay {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(48px, 8vw, 120px) clamp(24px, 6vw, 80px);
}

.tb-content {
  max-width: 860px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.tb-heading {
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 clamp(20px, 4vw, 48px) 0;
  line-height: 1.3;
}

.tb-content p {
  line-height: 1.8;
  color: #dddddd;
  margin: 0 0 clamp(10px, 2vw, 24px) 0;
}

.tb-content p.bold {
  font-weight: 700;
  color: #ffffff;
}

.tb-content p.ending strong {
  font-weight: 800;
  color: #ffffff;
}
/* END_SECTION:baner-tekstowy */

/* START_SECTION:before-after-gallery (INDEX:3) */
.before-after-gallery-section {
  padding: {{ section.settings.padding_top }}px 0 {{ section.settings.padding_bottom }}px;
  background-color: #f8f8f8;
}

.before-after-gallery__eyebrow {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin: 0 0 0.5rem 0;
}

.before-after-gallery__heading {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 3rem 0;
}

.before-after-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.before-after-gallery__item {
  display: flex;
  justify-content: center;
}

.before-after-gallery__image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 100%;
}

.before-after-gallery__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 989px) {
  .before-after-gallery__heading {
    font-size: 2.25rem;
  }

  .before-after-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media screen and (max-width: 749px) {
  .before-after-gallery__heading {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }

  .before-after-gallery__eyebrow {
    font-size: 0.875rem;
  }

  .before-after-gallery__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media screen and (min-width: 990px) {
  .before-after-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* END_SECTION:before-after-gallery */

/* START_SECTION:before-after-slider (INDEX:4) */
.before-after-slider-section {
  padding: {{ section.settings.padding_top }}px 0 {{ section.settings.padding_bottom }}px;
  background-color: #fff;
}

.before-after-slider__heading {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 1rem 0;
}

.before-after-slider__description {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
  margin: 0 auto 3rem;
  max-width: 700px;
}

.before-after-slider__description p {
  margin: 0;
}

.before-after-slider__description strong {
  font-weight: 700;
}

.before-after-slider__container {
  max-width: 900px;
  margin: 0 auto;
}

.before-after-slider__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  user-select: none;
  background-color: #f0f0f0;
}

.before-after-slider__image {
  position: relative;
  width: 100%;
  height: 100%;
}

.before-after-slider__image img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.before-after-slider__image--after {
  position: relative;
}

.before-after-slider__image--before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 50% 0 0);
}

.before-after-slider__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 75%;
  background-color: #e0e0e0;
  color: #999;
  font-size: 1.5rem;
  font-weight: 700;
}

.before-after-slider__label {
  position: absolute;
  top: 20px;
  background-color: #8c67c9;
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2;
}

.before-after-slider__label--before {
  left: 20px;
}

.before-after-slider__label--after {
  right: 20px;
}

.before-after-slider__handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  cursor: grab;
  z-index: 10;
  transform: translateX(-50%);
}

.before-after-slider__handle:active {
  cursor: grabbing;
}

.before-after-slider__handle-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background-color: #8c67c9;
}

.before-after-slider__handle-line:first-child {
  top: 0;
  height: calc(50% - 24px);
}

.before-after-slider__handle-line:last-child {
  bottom: 0;
  height: calc(50% - 24px);
}

.before-after-slider__handle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-color: #8c67c9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(140, 103, 201, 0.4);
  transition: transform 0.2s ease;
}

.before-after-slider__handle:hover .before-after-slider__handle-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.before-after-slider__handle:active .before-after-slider__handle-button {
  transform: translate(-50%, -50%) scale(0.95);
}

@media screen and (max-width: 989px) {
  .before-after-slider__heading {
    font-size: 2.25rem;
  }

  .before-after-slider__description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 749px) {
  .before-after-slider__heading {
    font-size: 1.75rem;
  }

  .before-after-slider__label {
    top: 12px;
    padding: 6px 14px;
    font-size: 0.75rem;
  }

  .before-after-slider__label--before {
    left: 12px;
  }

  .before-after-slider__label--after {
    right: 12px;
  }

  .before-after-slider__handle-button {
    width: 40px;
    height: 40px;
  }

  .before-after-slider__handle-button svg {
    width: 20px;
    height: 20px;
  }
}
/* END_SECTION:before-after-slider */

/* START_SECTION:comperison (INDEX:14) */
.comparison-table-section {
  padding: {{ section.settings.padding_top }}px 0 {{ section.settings.padding_bottom }}px;
  background-color: #fff;
}

.comparison-table__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.comparison-table__content {
  padding-right: 2rem;
}

.comparison-table__heading {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}

.comparison-table__heading em,
.comparison-table__heading i {
  color: #8c67c9;
  font-style: normal;
}

.comparison-table__description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
}

.comparison-table__description p {
  margin: 0 0 1rem 0;
}

.comparison-table__description p:last-child {
  margin-bottom: 0;
}

.comparison-table__description strong {
  font-weight: 700;
}

.comparison-table__comparison {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 2rem;
  border: 2px solid #e0e0e0;
}

.comparison-table__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 2rem;
  align-items: center;
}

.comparison-table__header {
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ddd;
}

.comparison-table__header--empty {
  grid-column: 1;
}

.comparison-table__header--brand {
  grid-column: 2;
  text-align: center;
  background-color: #8c67c9;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  border: none;
}

.comparison-table__feature {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  padding: 0.5rem 0;
}

.comparison-table__value {
  text-align: center;
  padding: 0.5rem 0;
}

.comparison-table__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 989px) {
  .comparison-table__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .comparison-table__content {
    padding-right: 0;
  }

  .comparison-table__heading {
    font-size: 2.25rem;
  }

  .comparison-table__description {
    font-size: 1rem;
  }

  .comparison-table__feature {
    font-size: 1rem;
  }

  .comparison-table__header--brand {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}

@media screen and (max-width: 749px) {
  .comparison-table__heading {
    font-size: 1.75rem;
  }

  .comparison-table__comparison {
    padding: 1.5rem;
  }

  .comparison-table__grid {
    gap: 0.75rem 1rem;
  }

  .comparison-table__icon {
    width: 28px;
    height: 28px;
  }
}
/* END_SECTION:comperison */

/* START_SECTION:custom-list (INDEX:17) */
.reset-dopamine-section {
  background-color: #ffffff;
  color: #000000;
  padding: clamp(32px, 5vw, 90px) clamp(16px, 4vw, 60px);
  font-family: inherit;
}

.rd-inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.rd-subtitle {
  font-weight: 400;
  color: #555555;
  margin-bottom: 6px;
  display: block;
}

.rd-title {
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 clamp(24px, 4vw, 60px) 0;
  line-height: 1.2;
}

.rd-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 2vw, 24px);
  margin-bottom: clamp(24px, 4vw, 60px);
}

@media (max-width: 900px) {
  .rd-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .rd-items {
    grid-template-columns: 1fr;
  }
}

.rd-item {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: clamp(8px, 1.5vw, 16px);
  padding: clamp(20px, 3vw, 48px) clamp(14px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(8px, 1.2vw, 18px);
}

.rd-icon {
  width: clamp(28px, 3.5vw, 54px);
  height: clamp(28px, 3.5vw, 54px);
  color: #2e9e5b;
  flex-shrink: 0;
}

.rd-item-title {
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.4;
}

.rd-item-desc {
  color: #555555;
  margin: 0;
  line-height: 1.6;
}

.rd-footer {
  font-weight: 700;
  color: #000000;
  padding-top: clamp(20px, 3vw, 48px);
  border-top: 1px solid #e0e0e0;
  line-height: 1.6;
}
/* END_SECTION:custom-list */

/* START_SECTION:customer-test (INDEX:18) */
.reviews-section {
  position: relative;
  font-family: inherit;
  overflow: hidden;
}

.reviews-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reviews-overlay {
  position: relative;
  z-index: 2;
  background: rgba(5, 25, 15, 0.82);
  padding: clamp(40px, 6vw, 80px) clamp(16px, 4vw, 60px);
}

.reviews-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.reviews-title {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 clamp(24px, 4vw, 48px) 0;
  line-height: 1.3;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 24px);
}

@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

.review-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(8px, 1.2vw, 14px);
  padding: clamp(20px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 20px);
}

.review-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.review-card-title {
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}

.review-stars {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
}

.review-star {
  width: clamp(12px, 1.2vw, 18px);
  height: clamp(12px, 1.2vw, 18px);
  color: #f5c518;
}

.review-text {
  color: #cccccc;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 14px);
  margin-top: auto;
}

.review-author-img {
  width: clamp(36px, 4vw, 52px);
  height: clamp(36px, 4vw, 52px);
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.review-author-name {
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
/* END_SECTION:customer-test */

/* START_SECTION:icon-grid (INDEX:38) */
.icon-features-section {
  padding: {{ section.settings.padding_top }}px 0 {{ section.settings.padding_bottom }}px;
  background-color: #fff;
}

.icon-features__heading {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #000;
}

.icon-features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  align-items: start;
}

.icon-features__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.icon-features__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-features__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.icon-features__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.3;
  max-width: 180px;
}

@media screen and (max-width: 749px) {
  .icon-features__heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .icon-features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }

  .icon-features__icon {
    width: 100px;
    height: 100px;
  }

  .icon-features__title {
    font-size: 1.125rem;
    max-width: 150px;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .icon-features__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

@media screen and (min-width: 990px) {
  .icon-features__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
/* END_SECTION:icon-grid */

/* START_SECTION:image-text-features (INDEX:40) */
.image-text-features-section {
  padding: {{ section.settings.padding_top }}px 0 {{ section.settings.padding_bottom }}px;
  background-color: #f8f8f8;
}

.image-text-features__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.image-text-features__wrapper--reverse {
  direction: rtl;
}

.image-text-features__wrapper--reverse > * {
  direction: ltr;
}

.image-text-features__content {
  padding: 2rem 0;
}

.image-text-features__eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  color: #8c67c9;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 1rem 0;
}

.image-text-features__heading {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}

.image-text-features__description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2rem;
}

.image-text-features__description p {
  margin: 0 0 1rem 0;
}

.image-text-features__description p:last-child {
  margin-bottom: 0;
}

.image-text-features__description strong {
  font-weight: 700;
}

.image-text-features__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.image-text-features__list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  color: #333;
}

.image-text-features__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-text-features__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.image-text-features__text {
  flex: 1;
}

.image-text-features__button-wrapper {
  margin-top: 2rem;
}

.image-text-features__button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.image-text-features__button:hover {
  background-color: #333;
  transform: translateY(-2px);
}

.image-text-features__media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.image-text-features__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.image-text-features__placeholder {
  background-color: #e0e0e0;
  width: 100%;
  padding-bottom: 120%;
  position: relative;
}

.placeholder-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  fill: #999;
}

@media screen and (max-width: 989px) {
  .image-text-features__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .image-text-features__wrapper--reverse {
    direction: ltr;
  }

  .image-text-features__heading {
    font-size: 2.25rem;
  }

  .image-text-features__description {
    font-size: 1.125rem;
  }

  .image-text-features__list-item {
    font-size: 1.125rem;
  }

  .image-text-features__icon {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 749px) {
  .image-text-features__heading {
    font-size: 1.75rem;
  }

  .image-text-features__content {
    padding: 1rem 0;
  }

  .image-text-features__button {
    width: 100%;
    text-align: center;
  }
}
/* END_SECTION:image-text-features */

/* START_SECTION:inside (INDEX:42) */
.inside-section {
  background-color: #0a1f14;
  font-family: inherit;
  padding: clamp(40px, 6vw, 80px) clamp(16px, 4vw, 60px);
}

.inside-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}

@media (max-width: 700px) {
  .inside-inner {
    grid-template-columns: 1fr;
  }
}

.inside-book img {
  max-width: 100%;
  width: clamp(200px, 38vw, 440px);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.inside-content {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
}

.inside-title {
  font-weight: 800;
  font-style: italic;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.inside-items {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1vw, 12px);
}

.inside-item {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 18px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: clamp(12px, 1.4vw, 18px) clamp(18px, 2vw, 28px);
}

.inside-item-icon {
  width: clamp(18px, 1.8vw, 24px);
  height: clamp(18px, 1.8vw, 24px);
  color: #ffffff;
  flex-shrink: 0;
}

.inside-item-text {
  color: #cccccc;
  margin: 0;
  line-height: 1.4;
}

.inside-item-text strong {
  color: #ffffff;
  font-weight: 700;
}

.inside-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #d4f04a;
  color: #0a1f14;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  padding: clamp(16px, 2vw, 22px) clamp(24px, 3vw, 40px);
  letter-spacing: 0.06em;
  transition: opacity 0.2s;
}

.inside-btn:hover {
  opacity: 0.88;
}

.inside-btn-icon {
  width: clamp(16px, 1.6vw, 22px);
  height: clamp(16px, 1.6vw, 22px);
  flex-shrink: 0;
}
/* END_SECTION:inside */

/* START_SECTION:proven-benefits (INDEX:72) */
.proven-benefits-section {
  padding: {{ section.settings.padding_top }}px 0 {{ section.settings.padding_bottom }}px;
  background-color: #f8f8f8;
}

.proven-benefits__heading {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #000;
}

.proven-benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.proven-benefits__card {
  background-color: #fff;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.proven-benefits__card:hover {
  transform: translateY(-5px);
}

.proven-benefits__percentage {
  font-size: 5rem;
  font-weight: 700;
  color: #9b8fc9;
  margin-bottom: 1.5rem;
  line-height: 1;
}

.proven-benefits__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.4;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proven-benefits__subtitle {
  font-size: 1rem;
  color: #666;
  margin: 0;
  font-style: italic;
}

@media screen and (max-width: 749px) {
  .proven-benefits__heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .proven-benefits__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .proven-benefits__percentage {
    font-size: 4rem;
  }

  .proven-benefits__title {
    font-size: 1.125rem;
    min-height: auto;
  }

  .proven-benefits__card {
    padding: 2rem 1.5rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .proven-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* END_SECTION:proven-benefits */

/* START_SECTION:testimonials (INDEX:79) */
.testimonials-section {
  padding: {{ section.settings.padding_top }}px 0 {{ section.settings.padding_bottom }}px;
  background-color: #f8f8f8;
}

.testimonials__heading {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 0.5rem 0;
}

.testimonials__subheading {
  text-align: center;
  font-size: 1.125rem;
  color: #333;
  margin: 0 0 3rem 0;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.testimonials__item {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.testimonials__image-wrapper {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #f0f0f0;
}

.testimonials__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonials__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 1.5rem 1.5rem 1rem;
  text-align: center;
}

.testimonials__quote {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  padding: 0 1.5rem 1.5rem;
  text-align: center;
  flex: 1;
}

@media screen and (max-width: 989px) {
  .testimonials__heading {
    font-size: 2.25rem;
  }

  .testimonials__subheading {
    font-size: 1rem;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .testimonials__item {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .testimonials__heading {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .testimonials__subheading {
    margin-bottom: 2rem;
  }

  .testimonials__title {
    font-size: 1.25rem;
    padding: 1.25rem 1.25rem 0.75rem;
  }

  .testimonials__quote {
    font-size: 0.9375rem;
    padding: 0 1.25rem 1.25rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* END_SECTION:testimonials */