/* ================================
   TU ARCHIVO QUERRY.CSS COMPLETO
   ✨ ACTUALIZADO - Videos compactos ✨
   ================================ */

/* ========================================
   TABLETS GRANDES Y PANTALLAS MEDIANAS
   (1024px - 1200px)
   ======================================== */
@media (max-width: 1200px) {
  :root {
    --h1: clamp(1.6rem, 3.5vw, 2.2rem);
    --h2: clamp(1.4rem, 2.8vw, 1.8rem);
    --h3: clamp(1.2rem, 2.3vw, 1.5rem);
  }

  .hero-content {
    padding-left: 1rem;
    margin-top: 100px;
  }

  .hero-image {
    width: 45%;
    top: 120px;
  }

  .contact-container {
    grid-template-columns: 1fr 600px;
    gap: 2rem;
  }

  .contact-image {
    margin-left: 60px;
    height: 600px;
    width: 400px;
  }
}

/* ========================================
   TABLETS (768px - 1024px)
   ======================================== */
@media (max-width: 1024px) {
  /* NAVBAR */
  .nav-menu {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .nav-logo {
    margin-left: 20px;
  }

  /* ✨ HERO SECTION - MODIFICADO ✨ */
  .hero {
    padding-top: 60px;
    min-height: auto;
  }

  .hero-main {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 0;
  }

  /* Imagen PRIMERO - visible y elegante */
  .hero-image {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 45vh !important;
    max-height: 400px !important;
    margin: 0 !important;
    opacity: 1 !important;
    order: -1;
    padding: 0 1.5rem;
    margin-top: 1rem;
    transform: none !important;
    z-index: 1 !important;
  }

  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }

  /* Contenido debajo - sin sombras */
  .hero-content {
    order: 2;
    margin-top: 0;
    padding: 2rem 1.5rem;
    max-width: 100%;
    text-align: left;
    padding-left: 1.5rem;
  }
  
  .hero-content .hero-subtitle,
  .hero-content .hero-title,
  .hero-content .hero-name {
    text-shadow: none !important;
    text-align: center;
  }

  .hero-title .gradient-text {
    font-size: 0.85em;
    display: block;
    margin-top: 0.5rem;
  }

  .hero-content .hero-description {
    text-shadow: none !important;
    text-align: left;
  }

  .hero-tabs {
    flex-direction: column;
    margin-top: 2rem;
    position: relative;
    z-index: 2;
    order: 3;
  }

  .hero-tab {
    padding: 1.8rem 1rem;
    font-size: 1rem;
  }

  /* COACHING & INTERVENCIONES */
  .coaching-grid,
  .interventions-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }

  .coaching-card,
  .intervention-card {
    max-width: 600px;
    margin: 0 auto;
  }

  /* ✨ SECCIÓN COACHING - Ajustes de texto */
  .coaching .section-header h2,
  .coaching .gradient-text {
    font-size: clamp(2rem, 4vw, 2.5rem);
  }

  .coaching .section-description {
    font-size: 1.05rem;
    text-align: left;
    line-height: 1.6;
  }

  /* ✨ SECCIÓN INTERVENCIONES - Ajustes de texto */
  .interventions .section-header h2,
  .interventions .gradient-text {
    font-size: clamp(2rem, 4vw, 2.5rem);
  }

  .interventions .section-description {
    font-size: 1.05rem;
    text-align: left;
    line-height: 1.6;
  }

  /* BENEFITS SECTION */
  .benefits-layout {
    flex-direction: column;
    gap: 3rem;
    padding: 0 2rem;
  }

  /* ✨ OCULTAR FONDO DE BENEFICIOS EN TABLETS */
  /* .benefits-section::before {
    display: none;
  } */

  /* ✨ SECCIÓN BENEFICIOS - Ajustes de texto */
  .benefits-section .section-header h2,
  .benefits-section .gradient-text {
    font-size: clamp(2rem, 4vw, 2.5rem);
  }

  .benefits-left,
  .benefits-right {
    max-width: 100%;
    width: 100%;
    align-items: center !important;
  }

  .benefits-left .benefit-card,
  .benefits-right .benefit-card {
    align-self: center !important;
    margin: 1.5rem 0 !important;
  }

  /* TESTIMONIALS */
  .testimonial-card {
    flex-direction: column;
    text-align: center;
    height: auto;
    min-height: 400px;
  }

  .author-avatar {
    margin: 0 auto;
  }

  .testimonial-content {
    margin-right: 0;
  }

  .testimonial-author {
    align-items: center;
  }

  .author-info {
    text-align: center;
  }

  /* VIDEO CAROUSEL */
  .video-card {
    grid-template-columns: 1fr;
    min-height: 400px;
  }

  .video-player {
    min-height: 300px;
  }

  .video-details {
    padding: 2rem;
  }

  .video-details h3 {
    font-size: 1.6rem;
  }

  .video-details h4 {
    font-size: 1.1rem;
  }

  /* ✨ CONTROLES DE VIDEO */
  .video-controls {
    margin-top: 1.5rem;
  }

  /* ✨ SECCIÓN VIDEOS - Ajustes de texto */
  .video-success .section-header h2,
  .video-success .gradient-text {
    font-size: clamp(2rem, 4vw, 2.5rem);
  }

  .video-success .section-description {
    font-size: 1.05rem;
    text-align: left;
    line-height: 1.6;
  }

  /* CONTACT SECTION */
  .contact-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-image {
    margin-left: 0;
    width: 100%;
    max-width: 500px;
    height: 500px;
    margin: 0 auto 2rem;
  }

  .contact-form {
    max-height: none;
    transform: none;
  }

  /* FOOTER */
  .footer-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand contact"
      "booking credit"
      "links links";
    gap: 2rem;
  }

  .footer-booking-center {
    align-items: flex-start;
    text-align: left;
  }

  .footer-credit {
    align-items: flex-end;
  }
}

/* ========================================
   MÓVILES GRANDES (600px - 768px)
   ======================================== */
@media (max-width: 768px) {
  /* GENERAL */
  section {
    padding: 3rem 1.5rem;
  }

  /* ✨ SECCIÓN DE VIDEOS MÁS COMPACTA - 768px */
  .video-success {
    padding: 2.5rem 1.5rem 2rem;
    margin-bottom: 0;
  }

  .video-success .section-header {
    margin-bottom: 1.5rem;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .section-description {
    font-size: 1rem;
    text-align: center;
  }

  /* NAVBAR */
  .navbar {
    padding: 0.8rem 1rem;
  }

  .nav-logo {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }

  /* MOBILE MENU */
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: left 0.4s ease;
    z-index: 999;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
  }

  .mobile-menu.active {
    left: 0;
  }

  .mobile-menu-content {
    padding: 80px 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .mobile-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 12px;
    text-decoration: none;
    color: var(--dark);
    font-weight: 500;
    transition: all 0.3s ease;
    background: rgba(138, 182, 123, 0.05);
    opacity: 0;
    transform: translateX(-30px);
  }

  .mobile-menu.active .mobile-link {
    animation: slideInMobile 0.4s ease forwards;
  }

  .mobile-link:hover {
    background: rgba(138, 182, 123, 0.15);
    transform: translateX(5px);
  }

  .mobile-icon {
    font-size: 1.5rem;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
  }

  .hamburger-line {
    width: 25px;
    height: 3px;
    background: var(--dark);
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  /* ✨ HERO SECTION - MODIFICADO ✨ */
  .hero {
    padding-top: 70px;
    min-height: auto;
  }

  .hero-main {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    z-index: 2;
  }

  /* Imagen PRIMERO - más pequeña */
  .hero-image {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 40vh !important;
    max-height: 350px !important;
    margin: 0 !important;
    opacity: 1 !important;
    order: -1;
    padding: 0 1rem;
    margin-top: 0.5rem;
    transform: none !important;
    z-index: 1 !important;
  }

  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }

  .hero-content {
    order: 2;
    margin-top: 0;
    padding: 1.8rem 1.3rem;
    text-align: left;
  }
  
  .hero-subtitle {
    font-size: 0.75rem;
    margin-top: 0;
    color: var(--primary-green);
    text-shadow: none !important;
    text-align: center;
  }

  .hero-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 1rem;
    color: var(--dark);
    text-shadow: none !important;
    text-align: center;
  }

  .hero-title .gradient-text .title-text {
    font-size: 0.85em;
    display: block;
    margin-top: 0.5rem;
  }

  .hero-name {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    margin-top: 1rem;
    text-shadow: none !important;
    text-align: center;
  }

  /* ✨ TAMAÑO BASE PARA TODOS LOS P - 768px */
  .hero-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #444444;
    text-shadow: none !important;
    text-align: left;
  }

  .hero-tabs {
    margin-top: 1.5rem;
    position: relative;
    z-index: 2;
    order: 3;
  }

  .hero-tab {
    padding: 1.5rem 1rem;
    font-size: 0.9rem;
  }

  .hero-tab span {
    font-size: 0.9rem;
  }

  /* ✨ UNIFICAR TODOS LOS P DE CARDS CON HERO - 768px */
  .card-description,
  .benefit-description,
  .testimonial-text,
  .video-details p,
  .transformation-box p,
  .category-info p {
    font-size: 1rem !important;
    line-height: 1.5;
  }

  /* CARDS */
  .coaching-grid,
  .interventions-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 40px;
  }

  .coaching-card,
  .intervention-card {
    height: auto;
    min-height: 500px;
  }

  .coaching-card .card-image-container,
  .intervention-card .card-image-container {
    height: 220px;
  }

  .coaching-card .card-content,
  .intervention-card .card-content {
    padding: 25px 20px;
    max-height: none;
  }

  .coaching-card h3,
  .intervention-card h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  /* ✨ SECCIÓN COACHING - Ajustes de texto */
  .coaching .section-header h2,
  .coaching .gradient-text {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }

  .coaching .section-description {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
  }

  /* ✨ SECCIÓN INTERVENCIONES - Ajustes de texto */
  .interventions .section-header h2,
  .interventions .gradient-text {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }

  .interventions .section-description {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
  }

  /* TICKER */
  .cta-ticker {
    margin-top: 2rem;
    padding: 0.8rem 0;
  }

  .ticker-item {
    font-size: 0.85rem;
  }

  /* ✨ BADGES MÁS COMPACTOS - 768px */
  .service-badge,
  .video-badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
  }

  /* BENEFITS SECTION */
  .benefits-section {
    min-height: auto;
    padding: 3rem 1.5rem;
  }

  /* ✨ OCULTAR FONDO DE BENEFICIOS EN MÓVILES */
  /* .benefits-section::before {
    display: none;
  } */

  /* ✨ QUITAR IMAGEN DE FONDO Y PONER COLOR SUTIL */
  /* .benefits-section {
    background-image: none !important;
    background-color: rgba(187, 214, 181, 0.08);
  } */
   .benefits-section::before {
  background-color: rgba(187, 214, 181, 0.15); /* Cambia el último valor (0.15) */
}

  /* ✨ SECCIÓN BENEFICIOS - Ajustes de texto */
  .benefits-section .section-header h2,
  .benefits-section .gradient-text {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }
.benefit-description{
  color: black;
}
  .benefits-layout {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }

  .benefits-left,
  .benefits-right {
    max-width: 100%;
    width: 100%;
  }

  .benefit-card {
    max-width: 100%;
    min-width: 100%;
    padding: 1rem 1.2rem;
  }

  .benefit-title {
    font-size: 1.1rem;
  }

  /* TESTIMONIALS */
  .testimonials-carousel {
    height: auto;
    min-height: 500px;
    padding: 1.5rem 1rem;
  }

  .testimonial-card {
    padding: 2rem 1.5rem;
    height: auto;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  /* ✨ SCROLL VERTICAL EN TESTIMONIOS - 768px */
  .testimonial-text {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }

  /* ✨ SCROLLBAR PERSONALIZADO */
  .testimonial-text::-webkit-scrollbar {
    width: 4px;
  }

  .testimonial-text::-webkit-scrollbar-track {
    background: rgba(138, 182, 123, 0.1);
    border-radius: 10px;
  }

  .testimonial-text::-webkit-scrollbar-thumb {
    background: var(--primary-green);
    border-radius: 10px;
  }

  /* ✨ SECCIÓN TESTIMONIOS - Ajustes de texto */
  .testimonials .section-header h2,
  .testimonials .gradient-text {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }

  .testimonials .section-description {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
  }

  .author-avatar {
    width: 100px;
    height: 100px;
  }

  .author-name {
    font-size: 1.1rem;
  }

  .author-role {
    font-size: 0.9rem;
  }

  .testimonial-controls {
    margin-top: 1.5rem;
  }

  .control-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  /* TABS DE TESTIMONIOS */
  .testimonials-tabs {
    flex-direction: column;
    gap: 0.8rem;
  }

  .tab-btn {
    width: 100%;
    padding: 0.8rem 1.5rem;
  }

  /* VIDEO CAROUSEL */
  .video-carousel {
    height: auto;
    padding: 1.5rem;
    min-height: auto;
    max-width: 100%;
  }

  .video-card {
    border-radius: 16px;
    max-height: 500px;
    display: flex;
    flex-direction: column;
  }

  .video-player {
    min-height: 180px;
    max-height: 180px;
    border-radius: 16px 16px 0 0;
    flex-shrink: 0;
  }

  .video-details {
    padding: 1rem;
    max-height: 290px;
    overflow-y: auto;
    flex: 1;
  }

  /* ✨ SCROLLBAR PARA VIDEO DETAILS */
  .video-details::-webkit-scrollbar {
    width: 4px;
  }

  .video-details::-webkit-scrollbar-track {
    background: rgba(138, 182, 123, 0.1);
    border-radius: 10px;
  }

  .video-details::-webkit-scrollbar-thumb {
    background: var(--primary-green);
    border-radius: 10px;
  }

  .video-details h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }

  .video-details h4 {
    font-size: 0.9rem;
    margin-bottom: 0.7rem;
    line-height: 1.4;
  }

  .transformation-box {
    padding: 0.7rem;
    margin-top: 0.7rem;
  }

  /* ✨ CONTROLES DE VIDEO MEJORADOS */
  .video-controls {
    margin-top: 1rem;
    gap: 0.7rem;
  }

  .video-control-btn {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  /* ✨ SECCIÓN VIDEOS - Ajustes de texto */
  .video-success .section-header h2,
  .video-success .gradient-text {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }

  .video-success .section-description {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
  }

  /* ✨ SECCIÓN DE VIDEOS MÁS COMPACTA */
  .video-success {
    padding: 2.5rem 1.5rem;
  }

  /* CONTACT SECTION */
  .contact {
    padding: 2rem 1rem;
  }

  .contact-image {
    height: 400px;
    border-radius: 16px;
  }

  .contact-form {
    padding: 2rem 1.5rem;
    border-radius: 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .radio-group {
    grid-template-columns: 1fr;
  }

  .form-group label {
    font-size: 0.7rem;
  }

  .form-group input,
  .form-group textarea {
    font-size: 0.9rem;
    padding: 0.7rem;
  }

  /* FOOTER */
  .footer {
    padding: 2rem 1.5rem 1rem;
  }

  .footer-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "contact"
      "booking"
      "credit"
      "links";
    gap: 2rem;
    text-align: center;
  }

  .footer-brand,
  .footer-contact,
  .footer-booking-center,
  .footer-credit {
    align-items: center;
    justify-self: center;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .footer-text {
    text-align: center;
    max-width: 100%;
  }

  .footer-contact {
    align-items: center;
  }

  .footer-contact p {
    justify-content: center;
  }

  .footer-booking-center {
    align-items: center;
    text-align: center;
  }

  .footer-booking-center .booking-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-credit {
    align-items: center;
  }

  .footer-brand-text {
    text-align: center;
  }

  .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .footer-social {
    justify-content: center;
  }

  /* MODAL */
  .service-modal-content {
    width: 95%;
    max-height: 90vh;
  }

  .modal-header-integrated {
    padding: 1.5rem;
  }

  .integrated-title {
    font-size: 1.1rem;
  }

  .free-session-title {
    font-size: 1.4rem;
  }

  .modal-body {
    padding: 1.5rem;
  }

  .qualification-title,
  .benefits-title {
    font-size: 1.1rem;
  }

  .modal-cta-btn {
    font-size: 0.9rem;
    padding: 1rem;
  }

  /* WHATSAPP BUTTON */
  .whatsapp-float-with-text {
    bottom: 20px;
    right: 15px;
    padding: 0.8rem 1rem;
    font-size: 0.85rem;
  }

  .whatsapp-float-with-text i {
    font-size: 1.3rem;
  }

  .whatsapp-text {
    font-size: 0.85rem;
  }
}

/* ========================================
   MÓVILES PEQUEÑOS (máx 600px)
   ======================================== */
@media (max-width: 600px) {
  :root {
    --h1: 1.5rem;
    --h2: 1.3rem;
    --h3: 1.1rem;
    --body: 0.95rem;
  }

  /* GENERAL */
  section {
    padding: 2.5rem 1rem;
  }

  .gradient-text .title-text{
    font-size: clamp(2rem, 5vw, 2.4rem);
  }

  /* ✨ SECCIÓN COACHING - Ajustes específicos */
  .coaching .section-header h2,
  .coaching .gradient-text {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }

  .coaching .section-description {
    font-size: 0.95rem;
    text-align: left;
    line-height: 1.5;
  }

  /* ✨ SECCIÓN INTERVENCIONES - Ajustes específicos */
  .interventions .section-header h2,
  .interventions .gradient-text {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }

  .interventions .section-description {
    font-size: 0.95rem;
    text-align: left;
    line-height: 1.5;
  }

  /* ✨ HERO - MODIFICADO ✨ */
  .hero {
    padding-top: 70px;
  }

  .hero-main {
    display: flex;
    flex-direction: column;
  }

  .hero-image {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 35vh !important;
    max-height: 300px !important;
    margin: 0 !important;
    opacity: 1 !important;
    order: -1;
    padding: 0 1rem;
    transform: none !important;
    z-index: 1 !important;
  }

  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  .hero-content {
    order: 2;
    margin-top: 0;
    padding: 1.5rem 1.2rem;
    text-align: left;
  }

  .hero-subtitle {
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-shadow: none !important;
    text-align: center;
  }

  .hero-title {
    font-size: 1.5rem;
    line-height: 1.2;
    text-shadow: none !important;
    text-align: center;
  }

  .hero-title .gradient-text {
    font-size: 0.8em;
    display: block;
    margin-top: 0.5rem;
  }
  .title-text{
    font-size: 1.1rem;
  }

  .hero-name {
    font-size: 1.2rem;
    margin-top: 0.8rem;
    text-shadow: none !important;
    text-align: center;
  }

  /* ✨ TAMAÑO BASE PARA TODOS LOS P - 600px */
  .hero-description {
    font-size: 0.95rem;
    text-shadow: none !important;
    text-align: left;
  }

  .hero-tabs {
    order: 3;
  }

  .hero-tab {
    padding: 1.2rem 0.8rem;
    font-size: 0.85rem;
  }

  /* ✨ UNIFICAR TODOS LOS P DE CARDS CON HERO - 600px */
  .card-description,
  .benefit-description,
  .testimonial-text,
  .video-details p,
  .transformation-box p,
  .category-info p,
  .category-details p {
    font-size: 0.95rem !important;
    line-height: 1.5;
  }

  /* CARDS */
  .coaching-card .card-content,
  .intervention-card .card-content {
    padding: 20px 15px;
  }

  .coaching-card h3,
  .intervention-card h3 {
    font-size: 1.1rem;
  }

  /* TICKER */
  .ticker-item {
    font-size: 0.8rem;
  }

  /* BENEFITS */
  .benefit-card {
    padding: 0.8rem 1rem;
  }

  .benefit-title {
    font-size: 1rem;
  }

  /* ✨ SECCIÓN BENEFICIOS - Ajustes de texto */
  .benefits-section .section-header h2,
  .benefits-section .gradient-text {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }

  /* TESTIMONIALS */
  .testimonial-card {
    padding: 1.5rem 1rem;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  /* ✨ SCROLL VERTICAL EN TESTIMONIOS - 600px */
  .testimonial-text {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 0.5rem;
    margin-bottom: 0.8rem;
  }

  /* ✨ SECCIÓN TESTIMONIOS - Ajustes de texto */
  .testimonials .section-header h2,
  .testimonials .gradient-text {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }

  .testimonials .section-description {
    font-size: 0.95rem;
    text-align: left;
    line-height: 1.5;
  }

  .author-avatar {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
  }

  .author-name {
    font-size: 1rem;
  }

  .service-badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
  }

  /* VIDEO CAROUSEL */
  .video-carousel {
    padding: 1rem;
    border-radius: 16px;
    min-height: 350px;
    max-width: 100%;
  }

  .video-card {
    border-radius: 16px;
    max-height: 450px;
    display: flex;
    flex-direction: column;
  }

  .video-player {
    min-height: 170px;
    max-height: 170px;
    border-radius: 16px 16px 0 0;
    flex-shrink: 0;
  }

  .video-details {
    padding: 0.9rem;
    max-height: 250px;
    overflow-y: auto;
    flex: 1;
  }

  .video-details h3 {
    font-size: 1.15rem;
    margin-bottom: 0.4rem;
    line-height: 1.3;
  }

  .video-details h4 {
    font-size: 0.85rem;
    margin-bottom: 0.6rem;
    line-height: 1.4;
  }

  .transformation-box {
    padding: 0.6rem;
    margin-top: 0.6rem;
  }

  .video-badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
  }

  /* ✨ CONTROLES DE VIDEO - 600px */
  .video-controls {
    margin-top: 0.8rem;
    gap: 0.6rem;
  }

  .video-control-btn {
    width: 40px;
    height: 40px;
    font-size: 0.95rem;
  }

  /* ✨ SECCIÓN VIDEOS - Ajustes de texto */
  .video-success .section-header h2,
  .video-success .gradient-text {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }

  .video-success .section-description {
    font-size: 0.95rem;
    text-align: left;
    line-height: 1.5;
  }

  /* ✨ SECCIÓN DE VIDEOS MÁS COMPACTA - 600px */
  .video-success {
    padding: 2rem 1rem 1.5rem;
    margin-bottom: 0;
  }

  .video-success .section-header {
    margin-bottom: 1.2rem;
  }

  /* CONTACT FORM */
  .contact-form {
    padding: 1.5rem 1rem;
  }

  .form-header h3 {
    font-size: 1.1rem;
  }

  .form-header p {
    font-size: 0.85rem;
  }

  .btn-submit {
    font-size: 0.9rem;
    padding: 0.8rem 1.2rem;
  }

  /* FOOTER */
  .footer-logo {
    width: 70px;
    height: 70px;
  }

  .footer-text {
    font-size: 0.85rem;
  }

  .footer-contact h4 {
    font-size: 1rem;
  }

  .footer-contact p {
    font-size: 0.85rem;
  }

  .social-link {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .booking-btn-simple {
    padding: 0.7rem 1.2rem;
    font-size: 0.85rem;
  }

  .footer-link {
    font-size: 0.85rem;
  }

  .irina-dev-logo {
    width: 90px;
  }

  /* MODAL */
  .service-modal-content {
    width: 98%;
  }

  .modal-header-integrated {
    padding: 1.2rem;
  }

  .free-badge {
    font-size: 0.65rem;
    padding: 0.25rem 0.5rem;
  }

  .free-session-title {
    font-size: 1.2rem;
  }

  .free-session-subtitle {
    font-size: 0.85rem;
  }

  .modal-body {
    padding: 1rem;
  }

  .qualification-item,
  .benefit-item-perfect {
    font-size: 0.95rem;
  }

  /* COOKIE BANNER */
  .cookie-banner {
    padding: 1rem;
  }

  .cookie-content {
    flex-direction: column;
    gap: 1rem;
    padding: 0;
  }

  .cookie-icon {
    font-size: 2.5rem;
  }

  .cookie-text {
    text-align: center;
  }

  .cookie-text h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .cookie-text p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .cookie-buttons {
    flex-direction: column;
    width: 100%;
    gap: 0.6rem;
  }

  .cookie-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 0.9rem;
  }

  /* COOKIE PREFERENCES PANEL */
  .cookie-preferences {
    padding: 1rem;
  }

  .cookie-preferences-content {
    width: 95%;
    max-width: 100%;
    padding: 0;
    max-height: 85vh;
  }

  .cookie-header {
    padding: 1.2rem 1.5rem;
    flex-wrap: wrap;
  }

  .cookie-header h3 {
    font-size: 1.2rem;
  }

  .cookie-close {
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }

  .cookie-categories {
    padding: 1rem 1.5rem;
  }

  .cookie-category {
    margin-bottom: 1.5rem;
  }

  .category-header {
    padding: 1.2rem;
    flex-direction: column;
    gap: 1rem;
  }

  .category-info h4 {
    font-size: 1rem;
  }

  .category-toggle {
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .category-details {
    padding: 1rem;
  }

  .cookie-actions {
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.2rem 1.5rem;
  }

  .cookie-actions .cookie-btn {
    width: 100%;
  }

  /* Cookie Settings Button */
  .cookie-settings-btn {
    width: 45px;
    height: 45px;
    bottom: 80px;
    left: 15px;
    font-size: 1.1rem;
  }

  /* WHATSAPP */
  .whatsapp-float-with-text {
    bottom: 15px;
    right: 10px;
  }

  .whatsapp-text {
    display: none;
  }

  .whatsapp-float-with-text {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
  }

  .whatsapp-float-with-text i {
    margin: 0;
  }
}

/* ========================================
   MÓVILES MUY PEQUEÑOS (máx 400px)
   ======================================== */
@media (max-width: 400px) {
  /* ✨ HERO - MODIFICADO ✨ */
  .hero-image {
    height: 32vh !important;
    max-height: 280px !important;
    order: -1;
  }

  .hero-content {
    padding: 1.3rem 1rem;
    text-align: left;
  }

  .hero-title {
    font-size: 1.3rem;
    text-shadow: none !important;
    text-align: center;
  }

  .hero-title .gradient-text {
    font-size: 0.75em;
    display: block;
    margin-top: 0.4rem;
  }

  .hero-name {
    font-size: 1.1rem;
    text-shadow: none !important;
    text-align: center;
  }

  /* ✨ TAMAÑO BASE PARA TODOS LOS P - 400px */
  .hero-description {
    font-size: 0.9rem;
    text-shadow: none !important;
    text-align: left;
  }

  .hero-tab {
    padding: 1rem 0.6rem;
    font-size: 0.8rem;
    position: relative;
    z-index: 2;
  }

  /* ✨ BADGES ULTRA COMPACTOS - 400px */
  .service-badge,
  .video-badge {
    font-size: 0.65rem;
    padding: 0.2rem 0.4rem;
  }

  /* ✨ UNIFICAR TODOS LOS P DE CARDS CON HERO - 400px */
  .card-description,
  .benefit-description,
  .testimonial-text,
  .video-details p,
  .transformation-box p,
  .category-info p,
  .category-details p,
  .cookie-text p {
    font-size: 0.9rem !important;
    line-height: 1.5;
  }

  /* ✨ SECCIÓN COACHING - Ajustes específicos */
  .coaching .section-header h2,
  .coaching .gradient-text {
    font-size: 1.6rem;
  }

  .coaching .section-description {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.5;
  }

  /* ✨ SECCIÓN INTERVENCIONES - Ajustes específicos */
  .interventions .section-header h2,
  .interventions .gradient-text {
    font-size: 1.6rem;
  }

  .interventions .section-description {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.5;
  }

  /* COOKIES MOBILE MUY PEQUEÑO */
  .cookie-banner {
    padding: 0.8rem;
  }

  .cookie-icon {
    font-size: 2rem;
  }

  .cookie-text h4 {
    font-size: 0.95rem;
  }

  .cookie-text p {
    font-size: 0.9rem !important;
    line-height: 1.5;
  }

  .cookie-btn {
    padding: 0.65rem;
    font-size: 0.8rem;
  }

  .cookie-header h3 {
    font-size: 1rem;
  }

  .cookie-close {
    width: 30px;
    height: 30px;
  }

  .category-info h4 {
    font-size: 0.9rem;
  }

  .category-info p {
    font-size: 0.9rem !important;
    line-height: 1.5;
  }

  /* ✨ MODAL BADGES - 400px */
  .free-badge {
    font-size: 0.6rem;
    padding: 0.2rem 0.4rem;
  }

  .benefit-card {
    padding: 0.6rem 0.8rem;
  }

  /* ✨ SECCIÓN BENEFICIOS - Ajustes de texto */
  .benefits-section .section-header h2,
  .benefits-section .gradient-text {
    font-size: 1.4rem;
  }

  /* VIDEO CAROUSEL - 400px */
  .video-carousel {
    padding: 0.8rem;
    border-radius: 12px;
    min-height: 400px;
    max-width: 100%;
  }

  .video-card {
    border-radius: 12px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
   
  }

  .video-player {
    min-height: 160px;
    max-height: 160px;
    border-radius: 12px 12px 0 0;
    flex-shrink: 0;
  }

  .video-details {
    padding: 0.8rem;
    max-height: 230px;
    overflow-y: auto;
    flex: 1;
  }

  .video-details h3 {
    font-size: 1.05rem;
    margin-bottom: 0.3rem;
    line-height: 1.3;
  }

  .video-details h4 {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }

  .transformation-box {
    padding: 0.5rem;
    margin-top: 0.5rem;
  }

  /* ✨ CONTROLES DE VIDEO - 400px */
  .video-controls {
    margin-top: 0.7rem;
    gap: 0.5rem;
  }

  .video-control-btn {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }

  /* ✨ SECCIÓN VIDEOS - Ajustes de texto */
  .video-success .section-header h2,
  .video-success .gradient-text {
    font-size: 1.6rem;
  }

  .video-success .section-description {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.5;
  }

  /* ✨ SECCIÓN DE VIDEOS MÁS COMPACTA - 400px */
  .video-success {
    padding: 1.8rem 1rem 1.3rem;
    margin-bottom: 0;
  }

  .video-success .section-header {
    margin-bottom: 1rem;
  }

  .contact-image {
    height: 350px;
  }

  .footer-logo {
    width: 60px;
    height: 60px;
  }
}

/* ========================================
   ORIENTACIÓN HORIZONTAL (LANDSCAPE)
   ======================================== */
@media (max-height: 600px) and (orientation: landscape) {
  /* ✨ HERO - MODIFICADO ✨ */
  .hero {
    min-height: auto;
    padding: 60px 0 20px;
  }

  .hero-main {
    min-height: auto;
  }

  .hero-image {
    position: relative !important;
    height: 50vh !important;
    max-height: none !important;
    opacity: 1 !important;
    transform: none !important;
    order: -1;
  }

  .hero-image img {
    object-fit: cover;
    object-position: center top;
  }

  .hero-content {
    margin-top: 0;
    padding: 1.5rem;
    text-align: left;
  }
  
  .hero-content .hero-title,
  .hero-content .hero-name {
    text-shadow: none !important;
    text-align: center;
  }

  .hero-title .gradient-text{
    font-size: 0.8em;
    display: block;
    margin-top: 0.5rem;
  }
.title-text{
  font-size: 0.8rem;
}
  .hero-content .hero-description {
    text-shadow: none !important;
    text-align: left;
  }

  .testimonials-carousel {
    height: auto;
  }

  .testimonial-card {
    height: auto;
  }
}

/* ========================================
   AJUSTES PARA ACCESIBILIDAD
   ======================================== */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

