/* Comprehensive Mobile Responsive Design */

/* Base Mobile Reset */
* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    overflow-x: hidden;
    touch-action: manipulation;
}

/* Mobile Navigation */
@media (max-width: 768px) {
    .header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
    }
    
    .header-content {
        flex-direction: column;
        padding: 10px 0;
        gap: 15px;
        min-height: auto;
    }
    
    .nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.8rem;
        width: 100%;
        padding: 0 10px;
    }
    
    .nav-link {
        padding: 8px 12px;
        font-size: 0.85rem;
        margin: 2px;
        border-radius: 6px;
    }
    
    .logo h1 {
        font-size: 1.4rem;
        text-align: center;
        margin: 0;
    }
    
    .btn-nav {
        padding: 8px 16px;
        font-size: 0.8rem;
        min-height: 36px;
    }
}

/* Hero Section Mobile Optimization */
@media (max-width: 768px) {
    .hero {
        padding: 120px 0 40px;
        min-height: auto;
        background-attachment: scroll;
    }
    
    .hero-content {
        padding: 0 15px;
        width: 100%;
    }
    
    .hero-main-content {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
    
    .hero-title {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
        word-wrap: break-word;
        hyphens: auto;
    }
    
    .hero-subtitle {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1.5rem !important;
        word-wrap: break-word;
    }
    
    .hero-stats {
        flex-direction: column !important;
        gap: 15px !important;
        margin: 2rem 0 !important;
        align-items: center;
        width: 100%;
    }
    
    .stat {
        width: 100%;
        max-width: 280px;
        padding: 15px !important;
        margin: 0 auto;
        backdrop-filter: blur(5px);
    }
    
    .stat-number {
        font-size: 2rem !important;
        margin-bottom: 0.3rem !important;
    }
    
    .stat-label {
        font-size: 0.8rem !important;
    }
    
    .hero-cta {
        flex-direction: column !important;
        gap: 12px !important;
        align-items: center !important;
        margin-top: 2rem !important;
    }
    
    .hero-cta .btn {
        width: 100%;
        max-width: 280px;
        padding: 14px 20px !important;
        font-size: 0.95rem !important;
        min-height: 44px;
    }
    
    .guarantee-badge {
        font-size: 0.8rem !important;
        padding: 10px 15px !important;
        margin-top: 1.5rem !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    /* Video container mobile optimization */
    .hero .video-wrapper {
        width: 95vw !important;
        max-width: 95vw !important;
        margin: 1.5rem auto !important;
        border-radius: 12px !important;
        overflow: hidden;
    }
    
    .hero .video-wrapper > div {
        border-radius: 12px !important;
    }
    
    .hero .video-wrapper iframe {
        border-radius: 12px !important;
    }
}

/* VSL Section Mobile */
@media (max-width: 768px) {
    .vsl-section {
        padding: 40px 0;
    }
    
    .vsl-container {
        padding: 20px !important;
        margin: 0 15px !important;
        border-radius: 15px !important;
        max-width: calc(100% - 30px) !important;
    }
    
    .vsl-header {
        margin-bottom: 25px !important;
        padding: 0;
    }
    
    .vsl-header h2 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
    }
    
    .vsl-header p {
        font-size: 1rem !important;
        line-height: 1.4 !important;
    }
    
    .video-wrapper {
        border-radius: 10px !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .play-button {
        width: 70px !important;
        height: 70px !important;
        min-width: 70px !important;
        min-height: 70px !important;
    }
    
    .play-icon-container i {
        font-size: 20px !important;
    }
    
    .video-controls {
        padding: 15px !important;
        margin-top: 20px !important;
        border-radius: 10px !important;
    }
    
    .controls-row {
        gap: 15px !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    .controls-row button {
        width: 35px !important;
        height: 35px !important;
        padding: 8px !important;
        min-width: 35px !important;
        min-height: 35px !important;
    }
    
    .progress-container {
        height: 4px !important;
        margin-bottom: 10px !important;
    }
}

/* Pain & Solution Sections Mobile */
@media (max-width: 768px) {
    .pain-section,
    .solution-section {
        padding: 40px 0;
    }
    
    .section-header {
        margin-bottom: 2rem !important;
        padding: 0 15px;
    }
    
    .section-header h2 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
        margin-bottom: 0.8rem !important;
    }
    
    .section-header p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        padding: 0 10px;
    }
    
    .pain-grid,
    .solution-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 15px;
    }
    
    .pain-card,
    .solution-card {
        padding: 25px !important;
        border-radius: 15px !important;
        word-wrap: break-word;
    }
    
    .pain-card h3,
    .solution-card h3 {
        font-size: 1.2rem !important;
        margin-bottom: 12px !important;
        line-height: 1.3 !important;
    }
    
    .pain-card p,
    .solution-card p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin-bottom: 12px !important;
    }
    
    .pain-icon,
    .solution-icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 15px !important;
        min-width: 60px !important;
        min-height: 60px !important;
    }
    
    .pain-icon i,
    .solution-icon i {
        font-size: 24px !important;
    }
    
    .pain-stat {
        font-size: 0.8rem !important;
        padding: 6px 12px !important;
    }
}

/* Social Proof & Testimonials Mobile */
@media (max-width: 768px) {
    .social-proof {
        padding: 40px 0;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-bottom: 2rem !important;
        padding: 0 15px;
    }
    
    .testimonial-card {
        padding: 25px !important;
        border-radius: 15px !important;
        word-wrap: break-word;
    }
    
    .testimonial-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
    }
    
    .testimonial-text {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }
    
    .testimonial-author {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        padding-top: 15px !important;
    }
    
    .proof-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 0 15px;
    }
    
    .proof-stat {
        padding: 20px !important;
        border-radius: 12px !important;
    }
    
    .proof-number {
        font-size: 2rem !important;
        margin-bottom: 3px !important;
    }
    
    .proof-label {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
    }
}

/* Process Section Mobile */
@media (max-width: 768px) {
    .process-section {
        padding: 40px 0;
    }
    
    .process-steps {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding: 0 15px;
    }
    
    .process-step {
        margin-bottom: 20px;
        text-align: center !important;
    }
    
    .step-number {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.5rem !important;
        margin: 0 auto 15px !important;
        min-width: 60px !important;
        min-height: 60px !important;
    }
    
    .process-step h3 {
        font-size: 1.2rem !important;
        margin-bottom: 10px !important;
        line-height: 1.3 !important;
    }
    
    .process-step p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin-bottom: 10px !important;
    }
    
    .step-timeline {
        font-size: 0.8rem !important;
        padding: 5px 12px !important;
        display: inline-block !important;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .cta-section {
        padding: 40px 0;
    }
    
    .cta-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center !important;
        padding: 0 15px;
    }
    
    .cta-text h2 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
    }
    
    .cta-text p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1.5rem !important;
    }
    
    .benefits-list {
        margin: 1.5rem 0 !important;
        text-align: left !important;
    }
    
    .benefit-item {
        justify-content: flex-start !important;
        font-size: 0.9rem !important;
        margin-bottom: 8px !important;
        line-height: 1.4 !important;
    }
    
    .cta-form-container {
        padding: 25px !important;
        border-radius: 15px !important;
        max-width: 100% !important;
    }
    
    .cta-form {
        gap: 15px !important;
    }
    
    .form-group input,
    .form-group select {
        padding: 12px 15px !important;
        font-size: 0.95rem !important;
        min-height: 44px !important;
        border-radius: 8px !important;
    }
    
    .urgency {
        font-size: 0.85rem !important;
        padding: 10px 15px !important;
        margin-top: 1.5rem !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}

/* Calendar Section Mobile */
@media (max-width: 768px) {
    .calendar-section {
        padding: 40px 0;
    }
    
    .calendar-header {
        margin-bottom: 30px !important;
        padding: 0 15px;
    }
    
    .calendar-header h2 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }
    
    .calendar-subtitle {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        padding: 0 !important;
    }
    
    .calendar-widget-wrapper {
        padding: 15px !important;
        margin: 0 15px 25px !important;
        border-radius: 15px !important;
        width: calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
    }
    
    .calendar-widget-wrapper iframe {
        height: 450px !important;
        min-height: 450px !important;
        width: 100% !important;
        border-radius: 10px !important;
    }
    
    .calendar-benefits {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        padding: 0 15px;
    }
    
    .calendar-benefits .benefit-item {
        padding: 15px !important;
        flex-direction: row !important;
        text-align: left !important;
        border-radius: 10px !important;
    }
    
    .calendar-benefits .benefit-item i {
        margin-right: 15px !important;
        margin-bottom: 0 !important;
        min-width: 20px !important;
    }
    
    .calendar-benefits .benefit-item span {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }
    
    .calendar-urgency {
        padding: 15px !important;
        margin: 0 15px !important;
        border-radius: 10px !important;
    }
    
    .calendar-urgency p {
        font-size: 1rem !important;
        line-height: 1.4 !important;
        word-wrap: break-word;
    }
}

/* Exit Popup Mobile */
@media (max-width: 768px) {
    .exit-popup {
        padding: 10px !important;
        backdrop-filter: blur(5px) !important;
    }
    
    .exit-popup-content {
        max-width: 98% !important;
        max-height: 95vh !important;
        margin: 10px !important;
        border-radius: 15px !important;
        overflow: hidden !important;
    }
    
    .popup-header {
        padding: 25px 20px !important;
        border-radius: 15px 15px 0 0 !important;
    }
    
    .popup-header h2 {
        font-size: 1.4rem !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
        word-wrap: break-word;
    }
    
    .popup-subtitle {
        font-size: 0.95rem !important;
        line-height: 1.4 !important;
        word-wrap: break-word;
    }
    
    .popup-body {
        padding: 20px !important;
        max-height: 60vh !important;
        overflow-y: auto !important;
    }
    
    .popup-benefits .benefit-item {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
        align-items: flex-start !important;
    }
    
    .popup-benefits .benefit-item i {
        margin-top: 3px !important;
        min-width: 16px !important;
    }
    
    .popup-form-container {
        padding: 20px !important;
        border-radius: 12px !important;
        margin-top: 20px !important;
    }
    
    .popup-form-container h3 {
        font-size: 1.2rem !important;
        margin-bottom: 6px !important;
        line-height: 1.3 !important;
    }
    
    .form-subtitle {
        font-size: 0.9rem !important;
        margin-bottom: 20px !important;
        line-height: 1.4 !important;
    }
    
    .popup-form input,
    .popup-form select {
        padding: 12px !important;
        font-size: 0.95rem !important;
        min-height: 44px !important;
        border-radius: 8px !important;
    }
    
    .popup-form button {
        padding: 14px !important;
        font-size: 1rem !important;
        min-height: 44px !important;
        border-radius: 8px !important;
    }
    
    .popup-footer {
        padding: 15px 20px !important;
        border-radius: 0 0 15px 15px !important;
    }
    
    .trust-indicators {
        font-size: 0.75rem !important;
        line-height: 1.4 !important;
        word-wrap: break-word;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .faq-section {
        padding: 40px 0;
    }
    
    .faq-accordion {
        padding: 0 15px;
        max-width: 100% !important;
    }
    
    .faq-item {
        margin-bottom: 15px !important;
        border-radius: 12px !important;
        overflow: hidden !important;
    }
    
    .faq-question {
        padding: 20px !important;
        min-height: 44px !important;
    }
    
    .faq-question h3 {
        font-size: 1rem !important;
        line-height: 1.4 !important;
        margin: 0 !important;
        padding-right: 25px !important;
        word-wrap: break-word;
    }
    
    .faq-question i {
        font-size: 0.9rem !important;
        position: absolute !important;
        right: 20px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    
    .faq-answer {
        padding: 0 20px 20px !important;
        display: none;
    }
    
    .faq-answer p {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
        margin: 0 !important;
        word-wrap: break-word;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px !important;
    }
    
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center !important;
        margin-bottom: 30px !important;
        padding: 0 15px;
    }
    
    .footer-info h3,
    .footer-section h4 {
        margin-bottom: 10px !important;
        font-size: 1.2rem !important;
    }
    
    .footer-info p,
    .footer-section ul li a {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        word-wrap: break-word;
    }
    
    .footer-section ul li {
        margin-bottom: 8px !important;
    }
    
    .footer-bottom {
        padding-top: 20px !important;
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
    }
}

/* Ultra Small Mobile */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.8rem !important;
    }
    
    .hero-subtitle {
        font-size: 0.9rem !important;
    }
    
    .stat-number {
        font-size: 1.6rem !important;
    }
    
    .vsl-header h2,
    .section-header h2 {
        font-size: 1.6rem !important;
    }
    
    .calendar-widget-wrapper iframe {
        height: 350px !important;
    }
    
    .popup-header h2 {
        font-size: 1.2rem !important;
    }
    
    .container {
        padding: 0 12px !important;
    }
}

/* Touch-Friendly Elements */
@media (max-width: 768px) {
    .btn,
    button,
    .nav-link,
    .play-button,
    .controls-row button,
    .exit-popup-close,
    .faq-question {
        min-height: 44px !important;
        min-width: 44px !important;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
    
    .exit-popup-close {
        width: 44px !important;
        height: 44px !important;
        font-size: 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .form-group input,
    .form-group select,
    .popup-form input,
    .popup-form select {
        min-height: 44px !important;
        font-size: 16px !important; /* Prevent zoom on iOS */
        touch-action: manipulation;
    }
    
    /* Remove tap highlight */
    * {
        -webkit-tap-highlight-color: transparent;
    }
}

/* Landscape Mobile */
@media (max-width: 896px) and (orientation: landscape) {
    .hero {
        padding: 100px 0 30px !important;
    }
    
    .hero-stats {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
    }
    
    .stat {
        flex: 0 0 calc(50% - 5px) !important;
        margin: 0 !important;
        padding: 12px !important;
    }
    
    .exit-popup-content {
        max-height: 85vh !important;
    }
    
    .popup-body {
        max-height: 60vh !important;
        overflow-y: auto !important;
    }
    
    .popup-form-container {
        margin-top: 15px !important;
    }
}

/* High DPI Display Optimization */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-title,
    .section-header h2,
    .vsl-header h2 {
        font-weight: 700 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .btn,
    .nav-link {
        font-weight: 600 !important;
    }
    
    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* Safe Area for Notched Devices */
@supports (padding: max(0px)) {
    .header {
        padding-top: max(15px, env(safe-area-inset-top));
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right));
    }
    
    .hero {
        padding-top: max(120px, calc(120px + env(safe-area-inset-top)));
        padding-left: max(15px, env(safe-area-inset-left));
        padding-right: max(15px, env(safe-area-inset-right));
    }
    
    .exit-popup-content {
        margin-top: max(10px, env(safe-area-inset-top));
        margin-bottom: max(10px, env(safe-area-inset-bottom));
    }
    
    .footer {
        padding-bottom: max(20px, env(safe-area-inset-bottom));
    }
}

/* Performance Optimizations */
@media (max-width: 768px) {
    /* Reduce animation complexity on mobile */
    .card-hover,
    .pain-card,
    .solution-card,
    .testimonial-card {
        transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    }
    
    /* Optimize backdrop filter for better performance */
    .header,
    .stat {
        backdrop-filter: blur(5px) !important;
    }
    
    /* Reduce box-shadow complexity */
    .btn-primary,
    .btn-outline {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
    }
    
    .btn-primary:hover,
    .btn-outline:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    }
}

/* Loading optimizations */
@media (max-width: 768px) {
    /* Lazy load images */
    img {
        loading: lazy;
        decoding: async;
    }
    
    /* Optimize iframe loading */
    iframe {
        loading: lazy;
    }
}

/* Print styles */
@media print {
    .header,
    .exit-popup,
    .footer {
        display: none !important;
    }
    
    .hero,
    .vsl-section,
    .pain-section,
    .solution-section {
        background: white !important;
        color: black !important;
        padding: 20px !important;
    }
    
    .btn {
        background: #ccc !important;
        color: black !important;
        box-shadow: none !important;
    }
}

/* Hero Section Mobile Optimization */
@media (max-width: 768px) {
    .hero {
        padding: 120px 0 40px;
        min-height: auto;
    }
    
    .hero-content {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }
    
    .hero-subtitle {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1.5rem !important;
    }
    
    .hero-stats {
        flex-direction: column !important;
        gap: 15px !important;
        margin: 2rem 0 !important;
        align-items: center;
    }
    
    .stat {
        width: 100%;
        max-width: 280px;
        padding: 15px !important;
        margin: 0 auto;
    }
    
    .stat-number {
        font-size: 2rem !important;
    }
    
    .hero-cta {
        flex-direction: column !important;
        gap: 12px !important;
        align-items: center !important;
    }
    
    .hero-cta .btn {
        width: 100%;
        max-width: 280px;
        padding: 14px 20px !important;
        font-size: 0.95rem !important;
    }
    
    .guarantee-badge {
        font-size: 0.8rem !important;
        padding: 10px 15px !important;
        margin-top: 1.5rem !important;
    }
}

/* VSL Section Mobile */
@media (max-width: 768px) {
    .vsl-section {
        padding: 40px 0;
    }
    
    .vsl-container {
        padding: 20px !important;
        margin: 0 15px !important;
        border-radius: 15px !important;
    }
    
    .vsl-header {
        margin-bottom: 25px !important;
    }
    
    .vsl-header h2 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }
    
    .vsl-header p {
        font-size: 1rem !important;
    }
    
    .video-wrapper {
        border-radius: 10px !important;
        margin: 0 !important;
    }
    
    .play-button {
        width: 70px !important;
        height: 70px !important;
    }
    
    .play-icon-container i {
        font-size: 20px !important;
    }
    
    .video-controls {
        padding: 15px !important;
        margin-top: 20px !important;
    }
    
    .controls-row {
        gap: 15px !important;
        flex-wrap: wrap !important;
    }
    
    .controls-row button {
        width: 35px !important;
        height: 35px !important;
        padding: 8px !important;
    }
}

/* Pain & Solution Sections Mobile */
@media (max-width: 768px) {
    .pain-section,
    .solution-section {
        padding: 40px 0;
    }
    
    .section-header {
        margin-bottom: 2rem !important;
        padding: 0 15px;
    }
    
    .section-header h2 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
        margin-bottom: 0.8rem !important;
    }
    
    .section-header p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }
    
    .pain-grid,
    .solution-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 15px;
    }
    
    .pain-card,
    .solution-card {
        padding: 25px !important;
        border-radius: 15px !important;
    }
    
    .pain-card h3,
    .solution-card h3 {
        font-size: 1.2rem !important;
        margin-bottom: 12px !important;
    }
    
    .pain-card p,
    .solution-card p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin-bottom: 12px !important;
    }
    
    .pain-icon,
    .solution-icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 15px !important;
    }
    
    .pain-icon i,
    .solution-icon i {
        font-size: 24px !important;
    }
}

/* Social Proof & Testimonials Mobile */
@media (max-width: 768px) {
    .social-proof {
        padding: 40px 0;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-bottom: 2rem !important;
    }
    
    .testimonial-card {
        padding: 25px !important;
        border-radius: 15px !important;
    }
    
    .testimonial-text {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }
    
    .proof-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    
    .proof-stat {
        padding: 20px !important;
        border-radius: 12px !important;
    }
    
    .proof-number {
        font-size: 2rem !important;
    }
    
    .proof-label {
        font-size: 0.8rem !important;
    }
}

/* Process Section Mobile */
@media (max-width: 768px) {
    .process-section {
        padding: 40px 0;
    }
    
    .process-steps {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .process-step {
        margin-bottom: 20px;
    }
    
    .step-number {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.5rem !important;
        margin-bottom: 15px !important;
    }
    
    .process-step h3 {
        font-size: 1.2rem !important;
        margin-bottom: 10px !important;
    }
    
    .process-step p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
    
    .step-timeline {
        font-size: 0.8rem !important;
        padding: 5px 12px !important;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .cta-section {
        padding: 40px 0;
    }
    
    .cta-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center !important;
    }
    
    .cta-text h2 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }
    
    .cta-text p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1.5rem !important;
    }
    
    .benefits-list {
        margin: 1.5rem 0 !important;
    }
    
    .benefit-item {
        justify-content: center !important;
        font-size: 0.9rem !important;
        margin-bottom: 8px !important;
    }
    
    .cta-form-container {
        padding: 25px !important;
        border-radius: 15px !important;
    }
    
    .cta-form {
        gap: 15px !important;
    }
    
    .form-group input,
    .form-group select {
        padding: 12px 15px !important;
        font-size: 0.95rem !important;
    }
    
    .urgency {
        font-size: 0.85rem !important;
        padding: 10px 15px !important;
        margin-top: 1.5rem !important;
    }
}

/* Calendar Section Mobile */
@media (max-width: 768px) {
    .calendar-section {
        padding: 40px 0;
    }
    
    .calendar-header {
        margin-bottom: 30px !important;
        padding: 0 15px;
    }
    
    .calendar-header h2 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }
    
    .calendar-subtitle {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        padding: 0 !important;
    }
    
    .calendar-widget-wrapper {
        padding: 15px !important;
        margin: 0 15px 25px !important;
        border-radius: 15px !important;
    }
    
    .calendar-widget-wrapper iframe {
        height: 450px !important;
        min-height: 450px !important;
    }
    
    .calendar-benefits {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        padding: 0 15px;
    }
    
    .calendar-benefits .benefit-item {
        padding: 15px !important;
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .calendar-benefits .benefit-item i {
        margin-right: 0 !important;
        margin-bottom: 8px !important;
    }
    
    .calendar-urgency {
        padding: 15px !important;
        margin: 0 15px !important;
    }
    
    .calendar-urgency p {
        font-size: 1rem !important;
        line-height: 1.4 !important;
    }
}

/* Exit Popup Mobile */
@media (max-width: 768px) {
    .exit-popup {
        padding: 10px !important;
    }
    
    .exit-popup-content {
        max-width: 98% !important;
        max-height: 95vh !important;
        margin: 10px !important;
        border-radius: 15px !important;
    }
    
    .popup-header {
        padding: 25px 20px !important;
    }
    
    .popup-header h2 {
        font-size: 1.4rem !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }
    
    .popup-subtitle {
        font-size: 0.95rem !important;
        line-height: 1.4 !important;
    }
    
    .popup-body {
        padding: 20px !important;
    }
    
    .popup-benefits .benefit-item {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
    }
    
    .popup-form-container {
        padding: 20px !important;
        border-radius: 12px !important;
    }
    
    .popup-form-container h3 {
        font-size: 1.2rem !important;
        margin-bottom: 6px !important;
    }
    
    .form-subtitle {
        font-size: 0.9rem !important;
        margin-bottom: 20px !important;
    }
    
    .popup-form input,
    .popup-form select {
        padding: 12px !important;
        font-size: 0.95rem !important;
    }
    
    .popup-form button {
        padding: 14px !important;
        font-size: 1rem !important;
    }
    
    .popup-footer {
        padding: 15px 20px !important;
    }
    
    .trust-indicators {
        font-size: 0.75rem !important;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .faq-section {
        padding: 40px 0;
    }
    
    .faq-accordion {
        padding: 0 15px;
    }
    
    .faq-item {
        margin-bottom: 15px !important;
        border-radius: 12px !important;
    }
    
    .faq-question {
        padding: 20px !important;
    }
    
    .faq-question h3 {
        font-size: 1rem !important;
        line-height: 1.4 !important;
    }
    
    .faq-answer {
        padding: 0 20px 20px !important;
    }
    
    .faq-answer p {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px !important;
    }
    
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center !important;
        margin-bottom: 30px !important;
    }
    
    .footer-info h3,
    .footer-section h4 {
        margin-bottom: 10px !important;
        font-size: 1.2rem !important;
    }
    
    .footer-info p,
    .footer-section ul li a {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    .footer-bottom {
        padding-top: 20px !important;
        font-size: 0.8rem !important;
    }
}

/* Ultra Small Mobile */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.8rem !important;
    }
    
    .hero-subtitle {
        font-size: 0.9rem !important;
    }
    
    .stat-number {
        font-size: 1.6rem !important;
    }
    
    .vsl-header h2,
    .section-header h2 {
        font-size: 1.6rem !important;
    }
    
    .calendar-widget-wrapper iframe {
        height: 350px !important;
    }
    
    .popup-header h2 {
        font-size: 1.2rem !important;
    }
}

/* Touch-Friendly Elements */
@media (max-width: 768px) {
    .btn,
    button,
    .nav-link,
    .play-button,
    .controls-row button {
        min-height: 44px !important;
        min-width: 44px !important;
    }
    
    .exit-popup-close {
        width: 44px !important;
        height: 44px !important;
        font-size: 20px !important;
    }
    
    .form-group input,
    .form-group select,
    .popup-form input,
    .popup-form select {
        min-height: 44px !important;
    }
}

/* Landscape Mobile */
@media (max-width: 896px) and (orientation: landscape) {
    .hero {
        padding: 100px 0 30px !important;
    }
    
    .hero-stats {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    .stat {
        flex: 0 0 calc(50% - 10px) !important;
        margin: 5px !important;
    }
    
    .exit-popup-content {
        max-height: 85vh !important;
    }
    
    .popup-body {
        max-height: 60vh !important;
        overflow-y: auto !important;
    }
}

/* High DPI Display Optimization */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-title,
    .section-header h2,
    .vsl-header h2 {
        font-weight: 700 !important;
    }
    
    .btn,
    .nav-link {
        font-weight: 600 !important;
    }
}

/* Safe Area for Notched Devices */
@supports (padding: max(0px)) {
    .header {
        padding-top: max(15px, env(safe-area-inset-top));
    }
    
    .hero {
        padding-top: max(120px, calc(120px + env(safe-area-inset-top)));
    }
    
    .exit-popup-content {
        margin-top: max(10px, env(safe-area-inset-top));
        margin-bottom: max(10px, env(safe-area-inset-bottom));
    }
}