/* ============================================
   TABLET - 769px a 1024px
   ============================================ */
@media (max-width: 1024px) {
  /* Hero Section */
  .hero {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(255, 255, 255, 0.75) 50%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      url("../assets/img/interventora-estrategica-emocional .png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .hero-image {
    display: none;
  }

  .hero-main {
    display: block;
    max-width: 1200px;
    padding: 0 2rem;
  }

  .hero-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    margin-top: 120px;
  }

  /* Navigation */
  .hamburger {
    display: none;
  }

  .nav-menu {
    display: flex;
    gap: 1.5rem;
  }

  .nav-link {
    font-size: 0.9rem;
  }

  /* Coaching & Interventions */
  .coaching,
  .interventions {
    padding: 3rem 1.5rem;
  }

  .coaching-grid,
  .interventions-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
  }

  .coaching-card,
  .intervention-card {
    max-width: 400px;
    margin: 0 auto;
    height: 550px; /* Altura fija para tablets */
    display: flex;
    flex-direction: column;
  }

  .coaching-card .card-content,
  .intervention-card .card-content {
    padding: 2.5rem 2rem;
    flex: 1;
    overflow-y: auto;
    max-height: 280px;
  }

  .coaching-card .card-image-container,
  .intervention-card .card-image-container {
    height: 230px; /* Altura ajustada para tablets */
    flex-shrink: 0;
  }

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

  /* Benefits Section */
  .benefits-section {
    height: auto;
    min-height: 90vh;
    padding: 4rem 2rem;
    background: linear-gradient(
        180deg,
        rgba(210, 230, 215, 0.4) 0%,
        rgba(235, 245, 238, 0.3) 25%,
        rgba(248, 252, 249, 0.2) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        rgba(255, 255, 255, 0.1) 100%
      ),
      url("../assets/img/seccion-beneficios.png");
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .benefits-container {
    padding: 2rem 1rem;
  }

  .benefits-layout {
    gap: 3rem;
    padding: 0 1rem;
    max-width: 900px;
  }

  .benefits-left {
    margin-left: -8rem;
  }

  .benefits-right {
    padding-left: 12rem;
    margin-top: 2rem;
  }

  .benefit-card {
    width: 450px;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  }

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

  .benefit-description {
    font-size: 0.95rem;
  }

  .testimonials-enhanced {
    padding: 3rem 1.5rem !important;
  }

  .testimonials-tabs {
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .tab-btn {
    padding: 0.9rem 1.8rem;
    font-size: 1rem;
    min-width: 150px;
  }

  .video-carousel {
    height: auto !important;
    min-height: unset !important;
    padding: 1.5rem !important;
    max-width: 900px;
    margin: 0 auto;
  }

  .video-card {
    grid-template-columns: 1fr 1fr !important;
    min-height: 400px !important;
    max-height: none;
    display: grid;
  }

  .video-player {
    min-height: 300px !important;
    height: 300px;
    width: 100%;
  }

  .video-thumbnail {
    height: 100%;
  }

  .video-thumbnail img {
    height: 100%;
    object-fit: cover;
  }

  .video-play-btn {
    width: 70px !important;
    height: 70px !important;
    font-size: 1.8rem !important;
  }

  .video-duration {
    padding: 0.4rem 1rem !important;
    font-size: 0.9rem !important;
    bottom: 12px;
    right: 12px;
  }

  .video-details {
    padding: 2rem 1.5rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .video-badge {
    padding: 0.5rem 1.2rem;
    font-size: 0.85rem;
    margin-bottom: 1.2rem;
  }

  .video-details h3 {
    font-size: 1.8rem !important;
    margin-bottom: 0.4rem;
  }

  .video-details h4 {
    font-size: 1.1rem !important;
    margin-bottom: 0.4rem;
  }

  .video-date {
    font-size: 0.9rem;
    margin-bottom: 1.8rem;
  }

  .transformation-box {
    padding: 1.2rem !important;
    margin-bottom: 1.5rem;
  }

  .challenge,
  .result {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .video-tags {
    gap: 0.4rem;
  }

  .tag {
    padding: 0.3rem 0.8rem;
    font-size: 0.8rem;
  }

  .video-dots {
    margin-top: 2rem;
    gap: 0.8rem;
  }

  .video-dot {
    width: 12px;
    height: 12px;
  }

  .video-controls {
    margin-top: 1.5rem;
    gap: 1rem;
  }

  .video-control-btn {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

  .placeholder-thumbnail {
    height: 300px;
  }

  .placeholder-icon {
    font-size: 2.5rem !important;
    margin-bottom: 0.8rem;
  }

  .placeholder-thumbnail p {
    font-size: 1.1rem;
  }
}

/* ============================================
   MOBILE - 768px and below
   ============================================ */
@media (max-width: 768px) {
  /* Hero Section */
 
  .hero {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.8) 30%,
        rgba(255, 255, 255, 0.7) 60%,
        rgba(255, 255, 255, 0.75) 100%
      ),
      url("../assets/img/interventora-estrategica-emocional .png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 100vh;
  }

  .hero-main {
    grid-template-columns: 1fr;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    min-height: calc(100vh - 160px);
  }

  .hero-image {
    display: none;
  }

  .hero-content {
    padding-left: 0;
    width: 100%;
  }
.hero-title {
    font-size: clamp(1.4rem, 6vw, 2rem);
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .hero-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
  }
.hero-title .gradient-text {
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  line-height: 1.2;
}
  .hero-name {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .hero-description {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  .hero-tabs {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 3rem;
  }

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

  /* Navigation */
  .hamburger {
    display: flex;
  }

  .nav-menu {
    display: none;
  }

   .nav-container {
    max-width: 100vw;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .nav-container ul {
    flex-wrap: wrap;
  }

  .nav-logo,
  .menu-toggle {
    flex: 0 0 auto;
  }
.nav-logo {
    margin-left: 0;
  }
  html, body {
    overflow-x: hidden;
  }

  body.mobile-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  .mobile-menu-content {
    width: 100%;
    max-width: 320px;
    gap: 1rem;
  }

  .mobile-link {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    justify-content: flex-start;
  }

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

  /* Coaching & Interventions */
  .coaching,
  .interventions {
    padding: 4rem 1rem;
  }

  .coaching-grid,
  .interventions-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }

  .coaching-card,
  .intervention-card {
    max-width: 100%;
    margin: 0 auto;
    height: 500px; /* Altura fija para tablets pequeños */
    display: flex;
    flex-direction: column;
  }

  .coaching-card .card-content,
  .intervention-card .card-content {
    padding: 2rem 1.5rem;
    flex: 1;
    overflow-y: auto;
    max-height: 250px;
  }

  .coaching-card .card-image-container,
  .intervention-card .card-image-container {
    height: 220px; /* Altura ajustada para tablets pequeños */
    flex-shrink: 0;
  }

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

  .coaching-card .card-description,
  .intervention-card .card-description {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .coaching-card .video-overlay,
  .intervention-card .video-overlay {
    opacity: 1 !important;
    background: linear-gradient(
      135deg,
      rgba(174, 34, 123, 0.6) 0%,
      rgba(138, 182, 123, 0.4) 100%
    );
  }

  .coaching-card .play-button,
  .intervention-card .play-button {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .coaching-card .instagram-badge,
  .intervention-card .instagram-badge {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
    top: 8px;
    right: 8px;
  }

  .coaching-card .card-image-container,
  .intervention-card .card-image-container {
    height: 220px; /* Ya ajustado arriba */
  }
  
.section-description {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  /* Benefits Section */
  .benefits-section {
    height: auto;
    padding: 4rem 1rem;
    background: linear-gradient(
        180deg,
        rgba(210, 230, 215, 0.3) 0%,
        rgba(235, 245, 238, 0.2) 25%,
        rgba(248, 252, 249, 0.15) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        rgba(255, 255, 255, 0.05) 100%
      ),
      url("../assets/img/beneficios.png");
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .benefits-container {
    padding: 2rem 0.5rem;
  }

  .section-title {
    margin-bottom: 3rem;
    font-size: clamp(2rem, 6vw, 2.4rem);
    text-align: center;
    color: #2c3e50;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
  }

  .benefits-layout {
    flex-direction: column;
    gap: 2rem;
    max-width: 100%;
    padding: 0;
    align-items: center;
  }

  .benefits-left,
  .benefits-right {
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .benefits-left .benefit-card,
  .benefits-right .benefit-card {
    align-self: center !important;
    margin: 1rem 0 !important;
    width: 100%;
    max-width: 400px;
  }

  .benefit-card {
    width: 100%;
    max-width: 400px;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .benefit-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
  }

  .benefit-description {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #34495e;
  }

  .benefits-left .benefit-card.animate,
  .benefits-right .benefit-card.animate {
    animation: fadeInUp 0.8s ease forwards;
  }

  .benefits-left .benefit-card:nth-child(1).animate,
  .benefits-right .benefit-card:nth-child(1).animate {
    animation-delay: 0.2s;
  }

  .benefits-left .benefit-card:nth-child(2).animate,
  .benefits-right .benefit-card:nth-child(2).animate {
    animation-delay: 0.4s;
  }

  .benefits-left .benefit-card:nth-child(3).animate,
  .benefits-right .benefit-card:nth-child(3).animate {
    animation-delay: 0.6s;
  }

  /* Testimonials */
  .testimonials {
    padding: 4rem 1rem;
  }

  .testimonials-carousel {
    height: 450px;
  }

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

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

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

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

  .testimonial-scrollable {
    padding-right: 3px;
  }

  .testimonial-scrollable::-webkit-scrollbar {
    width: 6px;
  }

  .testimonial-text {
    font-size: 1rem;
    padding-right: 3px;
  }

  /* Service Badges */
  .service-badge.coaching,
  .service-badge.intervencion {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    right: 9px;
  }

  /* Contact */
  .contact {
    padding: 1rem;
  }

  .contact-container {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 500px;
    height: auto;
  }

  /* .contact-image {
    width: 500px;
    height: 300px;
    order: 1;
  } */
 .contact-image {
    width: 100%;
    max-width: 500px;
    height: 300px;
    margin: 2rem auto;
    border-radius: 16px;
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  .contact-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
    filter: brightness(1.02) saturate(1.05);
  }

  .contact-image::before {
    background: linear-gradient(
      135deg,
      rgba(138, 182, 123, 0.06) 0%,
      rgba(174, 34, 123, 0.08) 100%
    );
  }

  .contact-form {
    order: 2;
    transform: translateY(-2rem);
    padding: 2rem;
  }

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

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

  /* Footer */
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

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

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

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

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

  /* Modals */
  .modal-content {
    margin: 1rem;
    width: calc(100% - 2rem);
    padding: 1.5rem;
  }

  .service-modal-content {
    margin: 1rem;
    width: calc(100% - 2rem);
    max-height: 90vh;
    border-radius: 16px;
  }

  .service-modal .modal-header {
    padding: 1.5rem;
    border-radius: 16px 16px 0 0;
  }

  .service-modal .modal-title {
    font-size: 1.5rem;
  }

  .service-modal .modal-body {
    padding: 1.5rem;
    max-height: calc(90vh - 100px);
  }

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

  .qualification-item,
  .benefit-item {
    padding: 0.6rem;
    gap: 0.8rem;
  }

  .modal-guarantees {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1rem;
  }

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

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

  /* Cookie Banner */
  .cookie-content {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
  }

  .cookie-buttons {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cookie-btn {
    flex: 1;
    min-width: 100px;
  }

  .cookie-preferences-content {
    margin: 0.5rem;
    max-height: 90vh;
  }

  .cookie-header,
  .cookie-categories,
  .cookie-actions {
    padding: 1rem;
  }

  .category-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .category-toggle {
    margin-left: 0;
  }

  .cookie-actions {
    flex-direction: column;
  }

  .cookie-settings-btn {
    bottom: 0.5rem;
    left: 0.5rem;
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  /* Enhanced Testimonials */
  .testimonials-enhanced {
    padding: 2rem 1rem !important;
  }

  .testimonials-tabs {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .tab-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
    width: 100%;
    max-width: 250px;
  }

  .video-carousel {
    height: auto !important;
    min-height: unset !important;
    padding: 1rem !important;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .video-slide {
    width: 100%;
    position: relative;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .video-slide:not(.active) {
    display: none;
  }

  .video-slide.active {
    display: block;
  }

  .video-slide,
  .video-card {
    transition: none;
  }

  .video-card {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    max-height: none;
    display: flex;
    flex-direction: column;
  }

  .video-player {
    min-height: 200px !important;
    height: 200px;
    width: 100%;
    flex-shrink: 0;
  }

  .video-thumbnail {
    height: 100%;
  }

  .video-thumbnail img {
    height: 100%;
    object-fit: cover;
  }

  .video-play-btn {
    width: 60px !important;
    height: 60px !important;
    font-size: 1.5rem !important;
  }

  .video-duration {
    padding: 0.3rem 0.8rem !important;
    font-size: 0.8rem !important;
    bottom: 10px;
    right: 10px;
  }

  .video-details {
    padding: 1.5rem 1rem !important;
    flex: 1;
  }

  .video-badge {
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }

  .video-details h3 {
    font-size: 1.5rem !important;
    margin-bottom: 0.3rem;
  }

  .video-details h4 {
    font-size: 1rem !important;
    margin-bottom: 0.3rem;
  }

  .video-date {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }

  .transformation-box {
    padding: 1rem !important;
    margin-bottom: 1.5rem;
  }

  .challenge,
  .result {
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .video-tags {
    gap: 0.3rem;
  }

  .tag {
    padding: 0.2rem 0.6rem;
    font-size: 0.75rem;
  }

  .video-dots {
    margin-top: 1.5rem;
    gap: 0.6rem;
  }

  .video-dot {
    width: 10px;
    height: 10px;
  }

  .video-controls {
    margin-top: 1rem;
    gap: 0.8rem;
  }

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

  .placeholder-thumbnail {
    height: 200px;
  }

  .placeholder-icon {
    font-size: 2rem !important;
    margin-bottom: 0.5rem;
  }

  .placeholder-thumbnail p {
    font-size: 1rem;
  }

  /* Service Modal Integrated */
  .service-modal .modal-header-integrated {
    padding: 1.5rem;
  }

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

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

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

  .free-badge {
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
    margin-bottom: 0.6rem;
  }

  /* Animations */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* ============================================
   SMALL MOBILE - 480px and below
   ============================================ */
@media (max-width: 480px) {
  /* Hero Section */
  .hero {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.92) 0%,
        rgba(255, 255, 255, 0.85) 40%,
        rgba(255, 255, 255, 0.8) 70%,
        rgba(255, 255, 255, 0.82) 100%
      ),
      url("../assets/img/interventora-estrategica-emocional .png");
    background-size: cover;
    background-position: center;
  }

  .hero-main {
    padding: 0 0.5rem;
    min-height: calc(100vh - 120px);
  }

  .hero-content {
    margin-top: 440px;
  }

  .hero-subtitle {
    font-size: 0.8rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  .hero-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .hero-name {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .hero-description {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

  .hero-tabs {
    margin-top: 2rem;
  }

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

  /* Navigation */
  .mobile-menu-content {
    padding: 1rem;
    gap: 0.8rem;
  }

  .mobile-link {
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    border-radius: 12px;
  }

  .hamburger {
    width: 35px;
    height: 35px;
  
  }

  .hamburger-line {
    width: 20px;
  }

  /* Coaching & Interventions */
  .coaching,
  .interventions {
    padding: 3rem 0.5rem;
  }

  .coaching-grid,
  .interventions-grid {
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .coaching-card,
  .intervention-card {
    height: 450px; /* Altura fija para móviles */
    margin: 0 10px;
    display: flex;
    flex-direction: column;
  }

  .coaching-card .card-content,
  .intervention-card .card-content {
    padding: 1.5rem 1rem;
    flex: 1;
    overflow-y: auto;
    max-height: 200px;
  }

  .coaching-card .card-image-container,
  .intervention-card .card-image-container {
    height: 200px; /* Altura reducida para móviles */
    flex-shrink: 0;
  }

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

  .coaching-card .card-description,
  .intervention-card .card-description {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .coaching-card .play-button,
  .intervention-card .play-button {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .coaching-card .instagram-badge,
  .intervention-card .instagram-badge {
    padding: 0.4rem 0.7rem;
    font-size: 0.75rem;
    border-radius: 20px;
  }

  .coaching-card .card-image-container,
  .intervention-card .card-image-container {
    height: 200px; /* Ya ajustado arriba */
  }

  /* Benefits Section */
  .benefits-section {
    padding: 3rem 0.5rem;
    background: linear-gradient(
        180deg,
        rgba(210, 230, 215, 0.25) 0%,
        rgba(235, 245, 238, 0.15) 30%,
        rgba(248, 252, 249, 0.1) 60%,
        rgba(255, 255, 255, 0.08) 85%,
        rgba(255, 255, 255, 0.05) 100%
      ),
      url("../assets/img/beneficios.png");
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
  }

  .benefits-container {
    padding: 1.5rem 0.3rem;
  }

  .section-title {
    margin-bottom: 2rem;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    text-shadow: 0 2px 6px rgba(255, 255, 255, 0.9);
  }

  .benefits-layout {
    gap: 1.5rem;
  }

  .benefit-card {
    max-width: 100%;
    padding: 1.2rem 1.5rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.97);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }

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

  .benefit-description {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .benefit-title::after {
    width: 30px;
    height: 2px;
    margin: 0.4rem auto 0;
  }

  /* Contact */
  .contact-form {
    width: 400px;
    padding: 1.5rem;
    transform: translateY(-1.5rem);
  }

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

  .form-group input,
  .form-group textarea {
    padding: 0.8rem;
  }

  /* Enhanced Testimonials */
  .testimonials-enhanced {
    padding: 1.5rem 0.5rem !important;
  }

  .video-carousel {
    padding: 0.5rem !important;
  }

  .video-player {
    min-height: 180px !important;
    height: 180px;
  }

  .video-details {
    padding: 1rem 0.8rem !important;
  }

  .video-details h3 {
    font-size: 1.3rem !important;
  }

  .video-details h4 {
    font-size: 0.9rem !important;
  }

  .transformation-box {
    padding: 0.8rem !important;
  }

  .challenge,
  .result {
    font-size: 0.85rem;
  }
}

/* ============================================
   EXTRA SMALL MOBILE - 360px and below
   ============================================ */
@media (max-width: 360px) {
  /* Hero Section */
  .hero {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.88) 50%,
        rgba(255, 255, 255, 0.85) 100%
      ),
      url("../assets/img/interventora-estrategica-emocional .png");
  }

  .hero-subtitle {
    font-size: 0.75rem;
    text-transform: none;
    letter-spacing: 0.5px;
  }

  .hero-title {
    font-size: clamp(1.3rem, 8vw, 1.7rem);
  }

  .hero-name {
    font-size: clamp(1rem, 7vw, 1.3rem);
  }

  .hero-tab {
    padding: 0.7rem 0.5rem;
    font-size: 0.75rem;
  }

  /* Coaching & Interventions */
  .coaching,
  .interventions {
    padding: 2.5rem 0.3rem;
  }

  .coaching-card .card-content,
  .intervention-card .card-content {
    padding: 1.2rem 0.8rem;
  }

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

  .coaching-card .card-description,
  .intervention-card .card-description {
    font-size: 0.85rem;
  }

  .coaching-card .instagram-badge,
  .intervention-card .instagram-badge {
    padding: 0.3rem 0.6rem;
    font-size: 0.7rem;
  }

  /* Benefits Section */
  .benefits-section {
    padding: 2.5rem 0.3rem;
    background: linear-gradient(
        180deg,
        rgba(210, 230, 215, 0.2) 0%,
        rgba(235, 245, 238, 0.1) 40%,
        rgba(248, 252, 249, 0.08) 70%,
        rgba(255, 255, 255, 0.05) 100%
      ),
      url("../assets/img/seccion-beneficios.png");
    background-blend-mode: overlay;
  }

  .section-title {
    margin-bottom: 2rem;
    font-size: clamp(1.6rem, 8vw, 2rem);
    text-shadow: 0 3px 8px rgba(255, 255, 255, 0.95);
  }

  .benefit-card {
    padding: 1rem 1.2rem;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.98);
  }

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

  .benefit-description {
    font-size: 0.85rem;
  }
}

/* ============================================
   LANDSCAPE ORIENTATION FIXES
   ============================================ */
@media (max-width: 768px) and (orientation: landscape) {
  .hero {
    min-height: 100vh;
    background-position: center right;
  }

  .hero-main {
    min-height: calc(100vh - 100px);
  }

  .hero-content {
    margin-top: 40px;
  }

  .hero-tabs {
    margin-top: 1rem;
  }

  .benefits-section {
    padding: 2rem 1rem;
    min-height: auto;
    background-position: center center;
  }

  .benefits-container {
    padding: 1rem 0.5rem;
  }

  .section-title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .benefits-layout {
    gap: 1.5rem;
  }

  .benefit-card {
    padding: 1rem 1.5rem;
  }
}

/* ============================================
   DESKTOP MODAL FIXES
   ============================================ */
@media (min-width: 769px) {
  .service-modal-content {
    max-width: 650px;
  }
}

/* ============================================
   ACCESSIBILITY - REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  .hamburger-line,
  .mobile-menu,
  .mobile-menu-content,
  .mobile-link {
    transition: none;
    animation: none;
  }

  .mobile-link {
    opacity: 1;
    transform: none;
  }
}

/* ============================================
   RESPONSIVE - TABLET (769px - 1024px)
   ============================================ */
@media (max-width: 1024px) {
  .modal-content {
    max-width: 650px;
    width: 85%;
  }

  .modal-header {
    padding: 1.3rem 1.8rem;
  }

  .modal-title {
    font-size: 1.5rem;
  }

  .modal-body {
    padding: 1.8rem;
  }

  .modal-body h3 {
    font-size: 1.2rem;
  }

  .modal-body h4 {
    font-size: 1.05rem;
  }
}

/* ============================================
   RESPONSIVE - MÓVIL (768px and below)
   ============================================ */
@media (max-width: 768px) {
  .modal-content {
    max-width: none;
    width: 95%;
    max-height: 90vh;
    margin: 1rem;
    border-radius: 16px;
  }

  .modal-header {
    padding: 1.2rem 1.5rem;
    border-radius: 16px 16px 0 0;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    position: relative;
  }

  .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 35px;
    height: 35px;
    font-size: 1.3rem;
  }

  .modal-title {
    font-size: 1.3rem;
    margin-right: 2rem;
  }

  .modal-body {
    padding: 1.5rem;
  }

  .modal-body h3 {
    font-size: 1.1rem;
    margin: 1.5rem 0 0.8rem 0;
  }

  .modal-body h4 {
    font-size: 1rem;
    margin: 1.2rem 0 0.6rem 0;
  }

  .modal-body p {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }

  .modal-body ul,
  .modal-body ol {
    padding-left: 1.2rem;
  }

  .modal-body li {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
  }
}

/* ============================================
   RESPONSIVE - MÓVIL PEQUEÑO (480px and below)
   ============================================ */
@media (max-width: 480px) {
  .modal-content {
    width: 98%;
    margin: 0.5rem;
    border-radius: 12px;
  }

  .modal-header {
    padding: 1rem 1.2rem;
    border-radius: 12px 12px 0 0;
  }

  .modal-title {
    font-size: 1.2rem;
  }

  .close-btn {
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }

  .modal-body {
    padding: 1.2rem;
  }

  .modal-body h3 {
    font-size: 1rem;
  }

  .modal-body h4 {
    font-size: 0.95rem;
  }

  .modal-body p,
  .modal-body li {
    font-size: 0.85rem;
  }
}

/* ============================================
   LANDSCAPE ORIENTATION
   ============================================ */
@media (max-width: 768px) and (orientation: landscape) {
  .modal-content {
    max-height: 95vh;
  }

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

  .modal-title {
    font-size: 1.2rem;
  }

  .modal-body {
    padding: 1.2rem 1.5rem;
  }
}
