/* ========================================
   MOBILE RESPONSIVE - PERFECTO
   ======================================== */
@media (max-width: 768px) {
  /* ===== BASE ===== */
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  body {
    font-size: 15px;
    line-height: 1.6;
  }

  /* ===== PARALLAX LINE ===== */
  .central-line-container {
    left: 16px !important;
    transform: translateX(0) !important;
    width: 3px !important;
    top: 70px !important;
  }

  .line-pointer {
    left: -7.5px !important;
  }

  /* ===== CONTAINER GLOBAL ===== */
  .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 20px 0 48px !important;
    margin: 0 !important;
  }

  /* ===== HEADER ===== */
  .header {
    padding: 0.75rem 0;
  }

  .nav {
    padding: 0.5rem 20px 0.5rem 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .logo {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }

  .logo-text {
    font-size: 1.2rem !important;
  }

  .logo-icon {
    width: 32px !important;
    height: 38px !important;
  }

  .nav-links,
  .nav-actions,
  .language-dropdown {
    display: none !important;
  }

  .mobile-menu-btn {
    display: inline-flex !important;
  }

  /* ===== HERO SECTION ===== */
  .hero {
    padding: 80px 0 50px !important;
  }

  .hero-content {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .hero-text {
    order: 1;
    padding: 0 !important;
  }

  .hero h1 {
    font-size: 1.8rem !important;
    line-height: 1.25 !important;
    margin-bottom: 1rem !important;
  }

  .hero-subtitle {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  .hero-badge {
    font-size: 0.85rem !important;
    padding: 0.5rem 1rem !important;
  }

  .hero-buttons {
    flex-direction: column !important;
    gap: 0.75rem !important;
    margin-top: 1rem !important;
  }

  .hero-buttons .btn {
    width: 100% !important;
    padding: 1rem !important;
    font-size: 1rem !important;
  }

  .hero-calendar {
    order: 2;
  }

  .calendar-widget {
    padding: 1.25rem !important;
  }

  .hero-wave svg {
    height: 60px !important;
  }

  /* ===== STATS SECTION ===== */
  .stats-section {
    padding: 3rem 0 !important;
  }

  .stats-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .stat-item {
    padding: 2rem 1.5rem !important;
  }

  .stat-number {
    font-size: 2.5rem !important;
  }

  .stat-item p {
    font-size: 0.95rem !important;
  }

  /* ===== GLOBAL SECTIONS ===== */
  section {
    padding: 3rem 0 !important;
  }

  .section-header {
    margin-bottom: 2rem !important;
  }

  .section-header h2 {
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.75rem !important;
  }

  .section-header p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  .section-tag {
    font-size: 0.85rem !important;
    padding: 0.4rem 1rem !important;
  }

  /* ===== FEATURES SECTION ===== */
  .features-section {
    padding: 3rem 0 !important;
  }

  .features-grid-parallax {
    gap: 1.5rem !important;
  }

  .feature-row {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .feature-card {
    padding: 2rem 1.5rem !important;
  }

  .feature-card:hover {
    transform: none !important;
  }

  .feature-icon {
    width: 56px !important;
    height: 56px !important;
    font-size: 1.4rem !important;
    margin-bottom: 1rem !important;
  }

  .feature-card h3 {
    font-size: 1.15rem !important;
    margin-bottom: 0.75rem !important;
  }

  .feature-card p {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
  }

  .feature-expanded-content {
    margin-top: 1rem !important;
  }

  .feature-expanded-content li {
    font-size: 0.9rem !important;
  }

  /* ===== TIMELINE ===== */
  .how-it-works {
    padding: 2rem 0 !important;
  }

  .timeline-container {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .timeline-line {
    display: none !important;
  }

  .timeline-section {
    margin-bottom: 2rem !important;
    width: 100% !important;
  }

  .timeline-marker {
    margin-bottom: 1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem !important;
  }

  .marker-icon {
    margin-left: -44px !important;
    position: relative !important;
    left: 0 !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 1.1rem !important;
    z-index: 1001 !important;
    flex-shrink: 0 !important;
  }

  .marker-label {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
  }

  .timeline-cards {
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
    width: 100% !important;
  }

  .timeline-card {
    padding: 1.1rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .timeline-card h4 {
    font-size: 1rem !important;
    margin-bottom: 0.45rem !important;
  }

  .timeline-card p {
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
  }

  /* ===== SECURITY ===== */
  .security-section {
    padding: 2rem 0 !important;
  }

  .security-split-layout {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .security-center-gap {
    display: none !important;
  }

  .security-left,
  .security-right {
    padding: 0 !important;
  }

  .section-header-left {
    text-align: left !important;
    margin-bottom: 1.5rem !important;
  }

  .section-header-left h2 {
    font-size: 1.75rem !important;
  }

  .security-feature {
    padding: 1.25rem !important;
    margin-bottom: 1rem !important;
  }

  .security-feature h4 {
    font-size: 1.05rem !important;
    margin-bottom: 0.5rem !important;
  }

  .security-feature p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  .eu-badge {
    width: 60px !important;
    height: 60px !important;
    top: 10px !important;
    right: 10px !important;
  }

  .diagram-horizontal {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }

  .diagram-node {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1rem !important;
  }

  .diagram-node span {
    font-size: 0.9rem !important;
  }

  .diagram-arrow-h {
    transform: rotate(90deg) !important;
    width: 30px !important;
    margin: 0.5rem auto !important;
  }

  .diagram-results {
    flex-direction: column !important;
    gap: 1rem !important;
  }

  /* ===== PRICING ===== */
  .pricing-section {
    padding: 2rem 0 !important;
  }

  .pricing-split-layout {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .pricing-center-gap {
    display: none !important;
  }

  .pricing-left {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  .pricing-right {
    padding: 0 !important;
  }

  .pricing-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.35rem !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .pricing-card.featured {
    order: 1;
  }

  .pricing-card.variable-plan {
    order: 2;
  }

  .pricing-card.clinic {
    order: 3;
  }

  .pricing-header h3 {
    font-size: 1.5rem !important;
  }

  .pricing-desc {
    font-size: 0.9rem !important;
  }

  .pricing-price {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    margin: 1.5rem 0 !important;
  }

  .pricing-price .amount {
    font-size: 3rem !important;
  }

  .pricing-features {
    margin: 1.5rem 0 !important;
  }

  .pricing-features li {
    font-size: 0.9rem !important;
    padding: 0.5rem 0 !important;
  }

  .pricing-card .btn {
    width: 100% !important;
    padding: 0.875rem !important;
  }

  .pricing-badge {
    font-size: 0.8rem !important;
    padding: 0.4rem 0.8rem !important;
  }

  .price-calculator {
    margin: 1rem 0 !important;
  }

  .calculator-input {
    flex-direction: column !important;
    gap: 0.5rem !important;
  }

  .calculator-input input[type="range"] {
    width: 100% !important;
  }

  /* ===== ABOUT ===== */
  .about-section {
    padding: 2rem 0 !important;
  }

  .about-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    width: 100% !important;
  }

  .about-story {
    margin-bottom: 1.5rem !important;
    width: 100% !important;
  }

  .story-block {
    flex-direction: column !important;
    gap: 0.6rem !important;
    margin-bottom: 2rem !important;
    padding-bottom: 1.25rem !important;
    align-items: flex-start !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
  }

  .story-block:last-child {
    border-bottom: none !important;
  }

  .story-year {
    font-size: 2rem !important;
    font-weight: 700 !important;
    position: relative !important;
    left: 0 !important;
    margin-bottom: 0.4rem !important;
    color: var(--primary) !important;
  }

  .story-text h3 {
    font-size: 1.2rem !important;
    margin-bottom: 0.6rem !important;
    line-height: 1.35 !important;
  }

  .story-text p {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    word-wrap: break-word !important;
  }

  .values-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    width: 100% !important;
  }

  .value-card {
    padding: 1.5rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .value-card h4 {
    font-size: 1.1rem !important;
    margin-bottom: 0.6rem !important;
  }

  .value-card p {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
  }

  /* ===== TESTIMONIALS ===== */
  .testimonials-section {
    padding: 2rem 0 !important;
  }

  .testimonials-section .section-header h2 {
    margin-top: 0 !important;
  }

  .testimonials-carousel-wrapper {
    margin-left: 0 !important;
    max-width: 100% !important;
    align-items: stretch !important;
  }

  .testimonials-carousel {
    height: auto !important;
    min-height: 300px !important;
  }

  .testimonial-card {
    position: absolute !important;
    width: 100% !important;
    height: auto !important;
    min-height: 280px !important;
    padding: 1.5rem !important;
  }

  .testimonial-stars {
    font-size: 0.9rem !important;
  }

  .testimonial-content p {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
  }

  .author-avatar {
    width: 40px !important;
    height: 40px !important;
  }

  .author-info strong {
    font-size: 0.95rem !important;
  }

  .author-info span {
    font-size: 0.8rem !important;
  }

  .carousel-controls {
    justify-content: center !important;
    gap: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  .carousel-btn {
    width: 40px !important;
    height: 40px !important;
    font-size: 0.9rem !important;
  }

  .dot {
    width: 10px !important;
    height: 10px !important;
  }

  /* ===== CONTACT ===== */
  .contact-section {
    padding: 2rem 0 !important;
  }

  .contact-split-layout {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .contact-center-gap {
    display: none !important;
  }

  .contact-left,
  .contact-right {
    padding: 0 !important;
  }

  .contact-left h2 {
    font-size: 1.75rem !important;
  }

  .contact-left p {
    font-size: 0.95rem !important;
  }

  .contact-method {
    padding: 1rem 0 !important;
  }

  .contact-method h4 {
    font-size: 1rem !important;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100% !important;
    font-size: 1rem !important;
    padding: 0.875rem !important;
    box-sizing: border-box !important;
  }

  .contact-form textarea {
    min-height: 120px !important;
  }

  .contact-form .btn {
    width: 100% !important;
    padding: 1rem !important;
    font-size: 1rem !important;
  }

  /* ===== FOOTER ===== */
  .footer {
    padding: 2rem 0 1rem !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  .footer-brand {
    text-align: left !important;
  }

  .footer-brand p {
    font-size: 0.9rem !important;
  }

  .footer-links h4 {
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .footer-links li {
    margin-bottom: 0.75rem !important;
  }

  .footer-links a {
    font-size: 0.9rem !important;
  }

  .social-links {
    justify-content: flex-start !important;
    gap: 1rem !important;
  }

  .footer-bottom {
    margin-top: 2rem !important;
    padding-top: 1.5rem !important;
    font-size: 0.85rem !important;
    text-align: center !important;
  }

  /* ===== MODALS ===== */
  .modal-content {
    width: 90% !important;
    max-width: 90% !important;
    padding: 1.5rem !important;
    margin: 1rem !important;
  }

  .modal-content h3 {
    font-size: 1.5rem !important;
  }

  .modal-content p {
    font-size: 0.9rem !important;
  }

  .modal-content input,
  .modal-content textarea {
    font-size: 0.95rem !important;
  }

  /* ===== COOKIE BANNER ===== */
  .cookie-banner {
    padding: 1rem !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  .cookie-content {
    flex-direction: column !important;
    gap: 1rem !important;
    text-align: center !important;
  }

  .cookie-content p {
    font-size: 0.9rem !important;
  }

  .cookie-buttons {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
  }

  .cookie-buttons .btn {
    width: 100% !important;
  }

  /* ===== UTILITY ===== */
  .btn {
    font-size: 0.95rem !important;
  }

  .btn-large {
    font-size: 1rem !important;
    padding: 1rem 1.5rem !important;
  }

  .btn-sm {
    font-size: 0.85rem !important;
    padding: 0.5rem 1rem !important;
  }
}
