/** Shopify CDN: Minification failed

Line 1231:11 Expected identifier but found whitespace
Line 1231:13 Unexpected "{"
Line 1231:22 Expected ":"
Line 1231:66 Expected ":"

**/


/* CSS from section stylesheet tags */
/* Hero Banner CON animaciones de texto */

  .banner__heading {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out 0.3s;
  }

  .banner__heading.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .banner__text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out 0.5s;
  }

  .banner__text.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .banner__buttons {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out 0.7s;
  }

  .banner__buttons.animate {
    opacity: 1;
    transform: translateY(0);
  }
/* Solo animar los textos individuales, NO el contenedor */

  .banner__heading {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out 0.3s;
  }

  .banner__heading.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .banner__text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out 0.5s;
  }

  .banner__text.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .banner__buttons {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out 0.7s;
  }

  .banner__buttons.animate {
    opacity: 1;
    transform: translateY(0);
  }

  @media screen and (max-width: 749px) {
    .banner--mobile-hero-fullscreen {
      height: 100vh !important;
      min-height: 100vh !important;
    }

    .banner--mobile-hero-fullscreen .banner__content {
      position: relative;
      background-color: rgba(0, 0, 0, 0.2);
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .banner--mobile-hero-fullscreen h2 {
      width: 78vw;
      font-family: "Vendura", sans-serif;
      font-weight: 300;
      font-size: 13vw;
      line-height: 13vw;
      color: white;
      letter-spacing: -1vw;
      padding-left: 5%;
      padding-top: 8%;
      padding-bottom: 3%;
    }

    .banner--mobile-hero-fullscreen p {
      width: 80vw;
      padding-top: 20px;
      font-family: "Inter", sans-serif;
      font-weight: 300;
      color: white;
      font-size: 16px;
      line-height: 1.1;
      padding-left: 5%;
      padding-bottom: 8%;
    }

    .banner--mobile-hero-fullscreen .banner__buttons {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 0 5%;
      margin-top: 2rem;
    }
  }
.problem-section {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    position: relative;
    min-height: var(--section-height-mobile, 600px);
  }

  @media screen and (min-width: 750px) {
    .problem-section {
      min-height: var(--section-height-desktop, 80vh);
    }
  }

  .problem-section__image-wrapper {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.8s ease-out;
  }

  .problem-section__image-wrapper.animate {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }

  .problem-section__content {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.8s ease-out 0.3s;
  }

  .problem-section__content.animate {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }

  .problem-section__headline {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out 0.2s;
  }

  .problem-section__headline.animate {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .problem-section__subheadline {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out 0.4s;
  }

  .problem-section__subheadline.animate {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .problem-section__bullets {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out 0.6s;
  }

  .problem-section__bullets.animate {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .problem-section__bullet-item {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.6s ease-out;
  }

  .problem-section__bullet-item.animate {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }

  .problem-section__bullet-item:nth-child(1) {
    transition-delay: 0.8s;
  }

  .problem-section__bullet-item:nth-child(2) {
    transition-delay: 1.0s;
  }

  .problem-section__bullet-item:nth-child(3) {
    transition-delay: 1.2s;
  }

  @media screen and (min-width: 750px) {
    .problem-section {
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      max-height: var(--max-section-height, none);
    }
  }

  .problem-section__image-wrapper {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    order: 2;
  }

  .problem-section__image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, var(--overlay-opacity, 0.4));
    z-index: 1;
    pointer-events: none;
  }

  @media screen and (min-width: 750px) {
    .problem-section__image-wrapper {
      order: 1;
      min-height: auto;
    }
  }

  .problem-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .problem-section__headline {
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 2;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: clamp(1rem, 4vw, 1.5rem);
    font-weight: 300;
    padding: 0 1rem;
    max-width: 90%;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }

  @media screen and (min-width: 750px) {
    .problem-section__headline {
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 50vw;
      max-width: none;
      font-family: "Vendura", sans-serif;
      font-weight: 300;
      font-size: 10vw;
      line-height: 10vw;
      color: white;
      letter-spacing: -1vw;
      padding-left: 5%;
      text-align: left;
    }
  }

  .problem-section__subheadline {
    position: absolute;
    bottom: 2rem;
    left: 0;
    z-index: 2;
    color: white;
    font-family: "Vendura", sans-serif;
    font-size: var(--subheadline-font-size-mobile, 5vw);
    font-weight: 300;
    padding: 0 1.5rem;
    max-width: 90%;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  @media screen and (min-width: 750px) {
    .problem-section__subheadline {
      bottom: var(--subheadline-position, 20%);
      width: 50vw;
      max-width: none;
      font-family: "Vendura", sans-serif;
      font-weight: 300;
      font-size: var(--subheadline-font-size-desktop, 6vw);
      line-height: 1.1;
      color: white;
      letter-spacing: -0.05em;
      padding-left: 5%;
      padding-right: 5%;
      text-align: left;
    }
  }

  .problem-section__subheadline .heading-color-accent {
    color: #FFE4CF;
  }

  .problem-section__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 1.5rem;
    order: 1;
  }

  @media screen and (min-width: 750px) {
    .problem-section__content {
      order: 2;
      padding: 4rem 3rem;
      padding-top: var(--desktop-padding-top, 0);
      justify-content: flex-start;
    }

    .problem-section__content--center {
      align-items: center;
      text-align: center;
    }
  }

  .problem-section__heading {
    font-family: "Vendura", sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.2;
    margin: 0 0 3rem;
    font-weight: 300;
  }

  @media screen and (min-width: 750px) {
    .problem-section__heading {
      font-size: 4rem;
    }
  }

  .problem-section__subtext {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 3rem;
    font-weight: 300;
  }

  @media screen and (min-width: 750px) {
    .problem-section__subtext {
      font-size: 1.5vw;
      line-height: 2.4vw;
      margin: 0 0 3.5rem;
    }
  }

  .problem-section__bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    max-width: 100%;
  }

  @media screen and (min-width: 750px) {
    .problem-section__bullets {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  }

  .problem-section__bullet {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: inherit;
  }

  .problem-section__bullet--no-icons {
    gap: 0;
  }

  .problem-section__bullet div {
    color: inherit;
    opacity: inherit;
  }

  .problem-section__bullet:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  @media screen and (min-width: 750px) {
    .problem-section__bullet {
      font-size: 1.5vw;
      line-height: 2.4vw;
      gap: 2rem;
      margin-bottom: 2rem;
      padding: 1rem 0;
    }

    .problem-section__bullet--no-icons {
      gap: 0;
    }
  }

  .problem-section__bullet-icon {
    flex-shrink: 0;
    width: var(--bullet-icon-size, 2rem);
    height: var(--bullet-icon-size, 2rem);
    margin-top: 0.5rem;
  }

  @media screen and (min-width: 750px) {
    .problem-section__bullet-icon {
      width: var(--bullet-icon-size, 2.5rem);
      height: var(--bullet-icon-size, 2.5rem);
      margin-top: 0.75rem;
    }
  }

  .problem-section__bullet-icon svg {
    width: 100%;
    height: 100%;
  }

  .problem-section__bullet-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .problem-section__accent-image {
    max-width: 120px;
    height: auto;
    margin-top: 1rem;
  }

  .problem-section__scroll-cue {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    animation: bounce 2s infinite;
  }

  @media screen and (min-width: 750px) {
    .problem-section__scroll-cue {
      margin-top: auto;
      padding-top: 2rem;
    }
  }

  .problem-section__scroll-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }

  .problem-section__drip-animation {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: rgb(var(--color-foreground));
    border-radius: 50%;
    opacity: 0;
    animation: drip 3s infinite;
    z-index: 2;
  }

  @keyframes drip {
    0% {
      opacity: 0;
      transform: translate(-50%, 0);
    }
    10% {
      opacity: 0.8;
    }
    100% {
      opacity: 0;
      transform: translate(-50%, 200px);
    }
  }
@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInScale {
    from {
      opacity: 0;
      transform: scale(0.9);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes slideInLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .solution-section {
    padding: 4rem 1.5rem;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    .solution-section {
      padding: 6rem 2rem;
    }
  }

  .solution-section__image-wrapper {
    position: relative;
    max-width: 450px;
    margin: 0 auto 3rem;
    padding-top: 100px;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s ease-out;
  }

  .solution-section__image-wrapper.animate {
    opacity: 1;
    transform: scale(1);
  }

  .solution-section__image-container {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
    background-color: #DAE4E1;
    border: 1px solid #000000;
  }

  .solution-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 1;
  }

  .solution-section__image-tag {
    position: absolute;
    top: calc(var(--tag-position-top, 10%) + 100px);
    left: var(--tag-position-left, -5%);
    background-color: rgb(var(--color-image-tag));
    color: rgb(var(--color-image-tag-text));
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 3vw, 1.125rem);
    white-space: nowrap;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s ease-out 0.3s;
  }

  .solution-section__image-tag.animate {
    opacity: 1;
    transform: translateX(0);
  }

  .solution-section__logo {
    max-width: 200px;
    height: auto;
    margin: 2rem auto 2rem;
    display: block;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out 0.5s;
  }

  .solution-section__logo.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .solution-section__heading {
    font-family: "Vendura", sans-serif;
    font-weight: 300;
    font-size: var(--heading-font-size, clamp(2.5rem, 6vw, 4rem));
    line-height: 1.1;
    margin: 0 auto 1rem;
    max-width: 20ch;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out 0.7s;
  }

  .solution-section__heading.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .solution-section__subheading {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: var(--subheading-font-size, clamp(1.25rem, 3vw, 1.75rem));
    line-height: 1.6;
    margin: 0 auto 4rem;
    max-width: 45ch;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out 0.9s;
  }

  .solution-section__subheading.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .solution-section__button {
    display: inline-block;
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    padding: 1rem 3rem;
    border-radius: 3rem;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0.5rem 2rem rgba(var(--color-button), 0.4);
    margin-bottom: 4rem;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out 1.1s;
  }

  .solution-section__button.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .solution-section__button:hover {
    transform: scale(1.05);
  }

  .solution-section__features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
  }

  @media screen and (min-width: 750px) {
    .solution-section__features-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 4rem;
    }
  }

  .solution-section__feature-item {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
  }

  .solution-section__feature-item.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .solution-section__feature-item:nth-child(1) {
    transition-delay: 1.3s;
  }

  .solution-section__feature-item:nth-child(2) {
    transition-delay: 1.5s;
  }

  .solution-section__feature-item:nth-child(3) {
    transition-delay: 1.7s;
  }

  .solution-section__feature-icon {
    margin-bottom: 1rem;
    height: var(--feature-icon-size, 32px);
    width: var(--feature-icon-size, 32px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .solution-section__feature-icon img,
  .solution-section__feature-icon svg {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .solution-section__feature-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: var(--feature-text-size, 1.125rem);
    line-height: 1.5;
  }
.step-cards {
    padding: var(--spacing-section, 50px) 0;
  }

  .step-cards__container {
    max-width: var(--page-width, 1200px);
    margin: 0 auto;
    padding: 0 var(--spacing-horizontal, 15px);
  }

  .step-cards__heading {
    text-align: center;
    margin: 0 0 48px;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .step-cards__heading.animate-in {
    opacity: 1;
    transform: translateY(0);
  }

  .step-cards__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .step-card {
    position: relative;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .step-card.animate-in {
    opacity: 1;
    transform: translateY(0);
  }

  .step-card:nth-child(1) { transition-delay: 0.1s; }
  .step-card:nth-child(2) { transition-delay: 0.2s; }
  .step-card:nth-child(3) { transition-delay: 0.3s; }

  .step-card__image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 4 / 5;
    background: var(--color-background-secondary, #f5f5f5);
    transition: transform 0.3s ease;
  }

  .step-card__image,
  .step-card__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .step-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step-card__tag {
    position: absolute;
    top: 16px;
    right: 16px;
    background: white;
    color: var(--color-foreground, #000);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }

  .step-card__content {
    margin-top: 20px;
  }

  .step-card__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px;
    color: var(--color-foreground, #000);
  }

  .step-card__description {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-foreground-secondary, #666);
    margin: 0;
  }

  @media screen and (min-width: 750px) {
    .step-cards__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
    }

    .step-cards__heading {
      margin-bottom: 56px;
    }
  }

  @media screen and (min-width: 990px) {
    .step-cards {
      padding: var(--spacing-section, 80px) 0;
    }

    .step-cards__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
    }

    .step-card {
      position: relative;
      min-height: 500px;
    }

    .step-card__image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      aspect-ratio: auto;
      transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: height;
    }

    .step-card:hover .step-card__image-wrapper {
      height: 80%;
    }

    .step-card__image {
      width: 100%;
      height: auto;
      min-height: 100%;
      object-fit: cover;
      object-position: top center;
      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: transform;
      transform-origin: top center;
    }

    .step-card:hover .step-card__image {
      transform: scaleY(0.95);
    }

    .step-card__content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-top: 0;
      padding: 24px 0 0;
      opacity: 0;
      transition: opacity 0.4s ease 0.1s;
      pointer-events: none;
    }

    .step-card:hover .step-card__content {
      opacity: 1;
      pointer-events: auto;
    }
  }
.testimonials-slider {
    background-color: #f8f8f8;
    padding: 12rem 2rem;
    text-align: center;
    position: relative;
  }

  .testimonials-slider__frame-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 1.5rem;
    overflow: hidden;
    background-color: #c0a98f;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
  }

  .testimonials-slider__frame-wrapper.animate-in {
    opacity: 1;
    transform: translateY(0);
  }

  .testimonials-slider__frame-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    z-index: 0;
    filter: brightness(0.9);
    pointer-events: none;
  }

  .testimonials-slider__frame {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    padding: 3rem;
    border-radius: 1rem;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .testimonials-slider__frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.4) 100%);
    border-radius: 1rem;
    z-index: -1;
  }

  .testimonials-slider__header {
    margin-bottom: 4rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .testimonials-slider__header.animate-in {
    opacity: 1;
    transform: translateY(0);
  }

  .testimonials-slider__title {
    font-family: "Vendura", sans-serif;
    font-weight: 300;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.2;
    color: #2c2c2c;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.02em;
  }

  .testimonials-slider__subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    line-height: 1.6;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
  }

  .testimonials-slider__container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }

  .testimonials-slider__wrapper {
    overflow: hidden;
    border-radius: 0;
    position: relative;
    cursor: grab;
    user-select: none;
  }

  .testimonials-slider__wrapper:active {
    cursor: grabbing;
  }

  .testimonials-slider__wrapper::before,
  .testimonials-slider__wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none;
  }

  .testimonials-slider__wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .testimonials-slider__wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .testimonials-slider__track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .testimonial-card {
    min-width: 100%;
    min-height: 300px;
    background: transparent;
    border-radius: 0;
    padding: 3rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    text-align: left;
  }

  .testimonial-card__image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #c0a98f;
  }

  .testimonial-card__content {
    flex: 1;
  }

  .testimonial-card__quote {
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    line-height: 1.6;
    color: #2c2c2c;
    margin: 0 0 1.5rem 0;
  }

  .testimonial-card__author {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: #2c2c2c;
    margin: 0 0 0.25rem 0;
  }

  .testimonial-card__role {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #c0a98f;
    margin: 0;
  }

  .testimonials-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 2;
  }

  .testimonials-slider__nav:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.15);
  }

  .testimonials-slider__nav--prev {
    left: -25px;
  }

  .testimonials-slider__nav--next {
    right: -25px;
  }

  .testimonials-slider__nav svg {
    width: 20px;
    height: 20px;
    color: #2c2c2c;
  }

  .testimonials-slider__dots {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 3rem;
  }

  .testimonials-slider__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .testimonials-slider__dot--active {
    background-color: #c0a98f;
    transform: scale(1.2);
  }

  .testimonials-slider__dot:hover {
    background-color: #c0a98f;
    opacity: 0.7;
  }

  /* Mobile Styles */
  @media screen and (max-width: 749px) {
    .testimonials-slider {
      padding: 8rem 1rem;
    }

    .testimonial-card {
      flex-direction: column;
      text-align: center;
      padding: 2rem;
      gap: 1.5rem;
      min-height: 250px;
    }

    .testimonial-card__image {
      width: 60px;
      height: 60px;
    }

    .testimonials-slider__nav {
      display: none;
    }

    .testimonials-slider__dots {
      margin-top: 2rem;
    }
  }

  /* Animation for slide transitions */
  .testimonials-slider__track {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.white-divider {
    height: {{ section.settings.divider_height | default: 100 }}px;
    background-color: #ffffff;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #e0e0e0;
  }
  
  .white-divider--hide-mobile {
    @media screen and (max-width: 749px) {
      display: none !important;
    }
  }