    .package-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    /* Para el segundo cuadro que ya tiene scale */
    .package-card:nth-child(2) {
        transform: scale(1.02);
    }

    .package-card:nth-child(2):hover {
        transform: translateY(-10px) scale(1.02);
    }

    @media (max-width: 768px) {

        .package-card,
        .package-card:nth-child(2) {
            transform: none !important;
            margin-bottom: 30px;
        }

        .package-card:hover,
        .package-card:nth-child(2):hover {
            transform: translateY(-5px) !important;
        }
    }

    .premium-card {
        transform: scale(1.02);
    }

    .package-card:hover,
    .premium-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    @media (max-width: 768px) {

        .package-card,
        .premium-card {
            transform: none !important;
            margin-bottom: 30px;
        }

        .package-card:hover,
        .premium-card:hover {
            transform: translateY(-5px) !important;
        }
    }

    .feature-item {
        padding: 12px 0;
        border-bottom: 1px solid #f8f9fa;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .feature-item:hover {
        background: #f8f9ff;
        padding-left: 15px;
        transform: translateX(5px);
    }

    .feature-item:last-child {
        border-bottom: none;
    }

    .feature-item i {
        color: #28a745;
        font-size: 1.1rem;
        margin-right: 12px;
        transition: transform 0.3s ease;
    }

    .feature-item:hover i {
        transform: scale(1.2);
    }

    /* Para el paquete premium */
    .premium-card .feature-item:first-child i {
        color: #ff6b6b;
    }

    .package-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    /* Para el segundo cuadro que ya tiene scale */
    .package-card:nth-child(2) {
        transform: scale(1.02);
    }

    .package-card:nth-child(2):hover {
        transform: translateY(-10px) scale(1.02);
    }

    @media (max-width: 768px) {

        .package-card,
        .package-card:nth-child(2) {
            transform: none !important;
            margin-bottom: 30px;
        }

        .package-card:hover,
        .package-card:nth-child(2):hover {
            transform: translateY(-5px) !important;
        }
    }

    .premium-card {
        transform: scale(1.02);
    }

    .package-card:hover,
    .premium-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    @media (max-width: 768px) {

        .package-card,
        .premium-card {
            transform: none !important;
            margin-bottom: 30px;
        }

        .package-card:hover,
        .premium-card:hover {
            transform: translateY(-5px) !important;
        }
    }

    .feature-item {
        padding: 12px 0;
        border-bottom: 1px solid #f8f9fa;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .feature-item:hover {
        background: #f8f9ff;
        padding-left: 15px;
        transform: translateX(5px);
    }

    .feature-item:last-child {
        border-bottom: none;
    }

    .feature-item i {
        color: #28a745;
        font-size: 1.1rem;
        margin-right: 12px;
        transition: transform 0.3s ease;
    }

    .feature-item:hover i {
        transform: scale(1.2);
    }

    /* Para el paquete premium */
    .premium-card .feature-item:first-child i {
        color: #ff6b6b;
    }

    /* Efectos hover para los pasos */
    .step-item:hover {
        background: #f8f9ff;
        transform: translateY(-2px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    }

    /* Efectos para el botón de WhatsApp */
    .whatsapp-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
        text-decoration: none;
        color: white;
    }

    .whatsapp-btn:active {
        transform: translateY(0);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .how-it-works-section {
            padding: 1.8rem !important;
        }

        .step-item {
            padding: 0.8rem !important;
        }

        .whatsapp-cta {
            padding: 1.5rem !important;
        }

        .whatsapp-btn {
            padding: 10px 25px !important;
            font-size: 0.95rem;
        }
    }

    .what-is-section {
        margin-top: 20px;
        border-top: 1px solid #eee;
        padding-top: 20px;
    }

    .what-is-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #ff6b6b;
        font-weight: 600;
        margin-bottom: 15px;
        transition: all 0.3s ease;
    }

    .what-is-toggle:hover {
        color: #ff8e53;
    }

    .what-is-toggle i {
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

    .what-is-toggle.active i {
        transform: rotate(180deg);
    }

    .video-container {
        display: none;
        background: #f8f9fa;
        border-radius: 10px;
        padding: 15px;
        margin-top: 10px;
    }

    .video-placeholder {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        /* Relación 16:9 */
        background-color: #000;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
    }

    .video-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background: rgba(255, 107, 107, 0.8);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .play-button:hover {
        background: rgba(255, 107, 107, 1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    .play-button i {
        color: white;
        font-size: 24px;
        margin-left: 4px;
    }

    .video-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background: rgba(255, 107, 107, 0.8);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        z-index: 10;
        /* AÑADE ESTA LÍNEA */
    }

    .video-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        z-index: 1;
        /* AÑADE ESTA LÍNEA */
    }

:root{
  --gap: 20px;
}

/* Contenedor general */
.truspilotsection {
  padding: 50px 20px;
  background: transparent;
  display: flex;
  justify-content: center;
}

/* Wrapper en dos columnas */
.truspilot-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

/* Columna izquierda */
.truspilot-left{
  width: 220px;             /* ancho fijo razonable para el bloque left */
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  z-index: 10;              /* que quede por encima del carrusel si hubiese solapamiento */
}

/* Logo y nota */
.truspilotbase img {
  max-width: 160px;
  display: block;
}
.truspilotnota img {
  max-width: 150px;
  display: block;
}

/* Link pequeño */
.truspilot-review-link {
  font-size: 13px;
  color: #0a7a6e;
  text-decoration: none;
  display:flex;
  align-items:center;
  gap:6px;
}

/* Columna derecha: carrusel */
.truspilot-container {
  flex: 1 1 auto;
  max-width: calc(100% - 260px);
}


/* Lista: contenedor de tarjetas */
.truspilotlist{
  display: flex;
  gap: var(--gap);
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;             /* oculta las tarjetas que salen del contenedor */
  transition: transform 0.4s ease;
  will-change: transform;
}

/* Cada item: ancho fijo para que se vean varias tarjetas en pantallas grandes */
.truspilot-item{
  flex: 0 0 300px;     /* ancho de la tarjeta visible */
  box-sizing: border-box;
}

/* Tarjeta interna */
.truspilotresena-card{
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Header dentro de la tarjeta */
.truspilot-header{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
  font-weight:600;
}
.truspilotimgperfil{
  width:44px;
  height:44px;
  border-radius:50%;
  object-fit:cover;
}
.truspilotnombre{
  font-size: 14px;
}

/* Estrellas y texto */
.truspilotstars{
  width:110px;
  margin:6px 0;
}
.truspilottextoresena{
  font-size: 14px;
  line-height:1.4;
  color:#333;
  -webkit-line-clamp:8;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* Controles y puntos */
.carrusel-controls{
  display:flex;
  gap:10px;
  justify-content:center;
  margin-top:12px;
}
.carrusel-btn{
  background:#0077ff;
  color:#fff;
  border:none;
  padding:8px 14px;
  border-radius:6px;
  cursor:pointer;
}
.carrusel-btn:hover{ filter:brightness(.92); }

.carrusel-indicators{
  display:flex;
  gap:8px;
  justify-content:center;
  margin-top:10px;
}
.carrusel-indicators .dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ddd;
  cursor:pointer;
}
.carrusel-indicators .dot.active{
  background:#0077ff;
}

/* Evitar que el carrusel suba por encima de la columna izquierda */
.truspilot-container{
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 1000px){
  .truspilot-item{ flex: 0 0 260px; }
  .truspilotresena-card{ height:200px; }
  
}

@media (max-width: 1000px) and (min-width:800px){
      .truspilot-wrapper{
    flex-direction: column;
    align-items:center;
    gap: 24px;
  }
  .truspilot-left{
    width:100%;
    max-width:320px;
    order:1;
  }
  .truspilot-container{ order:2; width:100%; max-width:760px; }
  .truspilot-container{
    padding: 0 30px;
  }
  .truspilotlist{ gap:16px; }
  .truspilot-item{ flex: 0 0 80%; max-width: 420px; } /* en móvil se ve 1 tarjeta centrada parcialmente */

}

@media (max-width: 800px){
  .truspilot-wrapper{
    flex-direction: column;
    align-items:center;
    gap: 24px;
  }
  .truspilot-left{
    width:100%;
    max-width:320px;
    order:1;
  }
  .truspilot-container{ order:2; width:100%; max-width:760px; }
  .truspilot-container{
    padding: 0 30px;
  }
  .truspilotlist{ gap:16px; }
  .truspilot-item{ flex: 0 0 80%; max-width: 420px; } /* en móvil se ve 1 tarjeta centrada parcialmente */
}

@media (max-width: 420px){
  .truspilot-item{ flex: 0 0 92%; }
  .truspilotresena-card{ padding:14px; height:auto; }
  .truspilotstars{ width:95px; }
}

.truspilot-link:hover{
    transform: translateY(-2px);
}

.truspilotbox{
    margin-bottom: 30px;
}

/* ---- ESTILO MOVIL ---- */
@media (max-width: 768px){

    /* Contenedor del carrusel en móvil */
    .truspilot-container{
        padding: 10px 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    /* UL del carrusel */
    .truspilotlist{
        display: flex;
        flex-direction: column; /* Forzar una tarjeta bajo otra */
        align-items: center;     /* Centrar tarjetas */
        gap: 20px;               /* Separación entre tarjetas */
        width: 100%;
    }

    /* Cada tarjeta en móvil */
    .truspilotlist li{
        list-style: none;
        width: 100%;
        display: flex;
        justify-content: center;    /* Centrar tarjeta */
    }

    /* Tarjeta tipo CARD centrada */
    .truspilotresenas{
        width: 320px;                /* Tamaño estilo Trustpilot */
        max-width: 90%;              /* Para no pegarse a bordes */
        background: #fff;
        padding: 18px 16px;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }

    /* Ajustes internos */
    .truspilot-header{
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .truspilotimgperfil{
        width: 38px;
        height: 38px;
    }

    .truspilottextoresena{
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.4em;
    }
}

.botontruspilotresena{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00b67a;
    color: white;
    border-radius: 10px;
    width: 200px;
}
.botontruspilotresena:hover{
    color:#ff8e53;
}

.a-linktruspilot{
    color: white;
}