/* === RESPONSIVE DESIGN === */

/* Large Desktop */
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
    
    .hero-title {
        font-size: 4.5rem;
    }
    
    h2 {
        font-size: 3.2rem;
    }
}

/* Desktop */
@media (max-width: 1200px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .hero-title {
        font-size: 3.5rem;
    }
    
    .method-step {
        gap: 1.5rem;
        padding: 2rem;
    }
    
    .step-number {
        font-size: 2.5rem;
        min-width: 70px;
    }
}

/* Tablet Large */
@media (max-width: 992px) {
    :root {
        --section-padding: 80px 0;
    }
    
    .nav-menu {
        gap: 1.5rem;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }
    
    h3 {
        font-size: 1.8rem;
    }
    
    .solution-grid,
    .audience-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .method-step {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .step-number {
        align-self: center;
    }
    
    .program-module {
        grid-template-columns: 60px 1fr;
        gap: 1.5rem;
    }
    
    .module-name {
        grid-column: 2;
        font-size: 1.1rem;
    }
    
    .module-content {
        grid-column: 1 / -1;
        text-align: center;
        margin-top: 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-info {
        grid-template-columns: 1fr 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    :root {
        --section-padding: 60px 0;
    }
    
    .container {
        padding: 0 1rem;
    }
    
    /* Navigation Mobile */
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(10, 10, 15, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 2rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .cta-nav {
        margin-top: 1rem;
        text-align: center;
    }
    
    /* Hero Section Mobile */
    .hero {
        padding-top: 120px;
        min-height: auto;
        padding-bottom: 4rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-badge {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .hero-badge span {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .hero-features {
        gap: 1rem;
    }
    
    .feature {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
        padding: 1rem;
    }
    
    .feature span {
        text-align: center;
        font-size: 0.9rem;
    }
    
    /* Typography Mobile */
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.6rem; }
    h4 { font-size: 1.4rem; }
    
    .section-header h2 {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .section-header p {
        font-size: 1rem;
    }
    
    /* Problem Section Mobile */
    .problem-item {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
        padding: 1.2rem;
        display: flex;
        align-items: flex-start; /* Alignement en haut */
        gap: 12px; /* Espace réduit entre la croix et le texte */
        padding: 15px;
        flex-direction: row; /* Force la disposition horizontale */

    }
    
    .problem-item i {
        margin-top: 0;
    }
    
    .problem-conclusion {
        padding: 1.5rem;
    }
    
    /* Method Section Mobile */
    .method-step {
        padding: 1.5rem;
    }
    
    .step-content h3 {
        font-size: 1.4rem;
    }
    
    .step-features {
        gap: 0.8rem;
    }
    
    .step-feature {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    /* Social Proof Mobile */
    .proof-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .stat {
        padding: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    /* Program Section Mobile */
    .program-module {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1rem;
        padding: 1.5rem;
    }
    
    .module-number {
        justify-self: center;
        margin-bottom: 1rem;
    }
    
    .module-name {
        grid-column: 1;
        margin-bottom: 0.5rem;
    }
    
    .module-content {
        grid-column: 1;
        margin-top: 0;
    }
    
    /* Audience Section Mobile */
    .audience-for, .audience-not {
        padding: 1.5rem;
    }
    
    .audience-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
        padding: 0.8rem;
    }
    
    /* Guarantee Section Mobile */
    .guarantee-content {
        padding: 2rem 1.5rem;
    }
    
    .guarantee-icon i {
        font-size: 3rem;
    }
    
    .guarantee-content h3 {
        font-size: 1.6rem;
    }
    
    .guarantee-content p {
        font-size: 1rem;
    }
    
    /* Bonus Section Mobile */
    .bonus-item {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
        padding: 1.2rem;
    }
    
    .bonus-goal {
        padding: 1rem;
        font-size: 1rem;
    }
    
    /* Testimonials Mobile */
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }
    
    .testimonials-navigation {
        gap: 1rem;
    }
    
    /* Video Section Mobile */
    .video-play-btn {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .video-placeholder p {
        font-size: 1rem;
    }
    
    /* Calendar CTA Mobile */
    .cta-content h2 {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .cta-content p {
        font-size: 1rem;
    }
    
    .calendar-placeholder {
        padding: 2.5rem 1.5rem;
    }
    
    .calendar-placeholder i {
        font-size: 3rem;
    }
    
    .calendar-placeholder h3 {
        font-size: 1.6rem;
    }
    
    .calendar-btn {
        font-size: 1rem;
        padding: 1.2rem 2rem;
    }
    
    /* Buttons Mobile */
    .btn-primary {
        padding: 1rem 2rem;
        font-size: 1rem;
        gap: 0.6rem;
    }
    
    /* Footer Mobile */
    .footer {
        padding: 3rem 0 1.5rem;
    }
    
    .footer-info {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    
    .footer-brand {
        text-align: center;
    }
}

/* Mobile Portrait */
@media (max-width: 480px) {
    :root {
        --section-padding: 40px 0;
    }
    
    .container {
        padding: 0 0.8rem;
    }
    
    /* Hero Ultra Mobile */
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-badge {
        gap: 0.3rem;
    }
    
    .hero-badge span {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
    
    /* Typography Ultra Mobile */
    h1 { font-size: 2rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.4rem; }
    h4 { font-size: 1.2rem; }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    /* Method Section Ultra Mobile */
    .step-number {
        font-size: 2rem;
        width: 50px;
        height: 50px;
    }
    
    /* Stats Ultra Mobile */
    .stat-number {
        font-size: 2rem;
    }
    
    .stat {
        padding: 1rem;
    }
    
    /* Program Module Ultra Mobile */
    .module-number {
        font-size: 1.5rem;
        width: 45px;
        height: 45px;
    }
    
    .module-name {
        font-size: 1rem;
    }
    
    .module-content {
        font-size: 0.9rem;
    }
    
    /* Cards Ultra Mobile */
    .problem-item,
    .bonus-item,
    .audience-item {
        padding: 1rem;
    }
    
    .testimonial-card {
        padding: 1.2rem;
    }
    
    /* Navigation Ultra Mobile */
    .nav .container {
        padding: 0 1rem;
    }
    
    .logo {
        font-size: 1.6rem;
    }
    
    /* Buttons Ultra Mobile */
    .btn-primary {
        padding: 0.9rem 1.5rem;
        font-size: 0.9rem;
    }
    
    /* Guarantee Ultra Mobile */
    .guarantee-content {
        padding: 1.5rem 1rem;
    }
    
    .guarantee-icon i {
        font-size: 2.5rem;
    }
    
    .guarantee-content h3 {
        font-size: 1.4rem;
    }
    
    /* Calendar Ultra Mobile */
    .calendar-placeholder {
        padding: 2rem 1rem;
    }
    
    .calendar-placeholder i {
        font-size: 2.5rem;
    }
    
    .calendar-placeholder h3 {
        font-size: 1.4rem;
    }
    
    /* Video Ultra Mobile */
    .video-play-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

/* Ultra Small Mobile */
@media (max-width: 320px) {
    .container {
        padding: 0 0.5rem;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .section-header h2 {
        font-size: 1.6rem;
    }
    
    .btn-primary {
        padding: 0.8rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .hero-badge span {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }
    
    .stat {
        padding: 0.8rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .testimonial-card,
    .problem-item,
    .bonus-item {
        padding: 0.8rem;
    }
}

/* Hover Effects Disabled on Touch Devices */
@media (hover: none) and (pointer: coarse) {
    .method-step:hover,
    .testimonial-card:hover,
    .stat:hover,
    .program-module:hover,
    .feature:hover,
    .problem-item:hover,
    .bonus-item:hover,
    .audience-item:hover,
    .video-placeholder:hover {
        transform: none;
        box-shadow: none;
        border-color: inherit;
    }
    
    .btn-primary:hover {
        transform: none;
        box-shadow: var(--shadow-button);
    }
    
    .nav-link:hover {
        color: inherit;
    }
    
    .nav-link:hover::after {
        width: 0;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .highlight,
    .highlight-gradient,
    .hero-bg,
    .video-play-btn,
    .badge-glow {
        animation: none !important;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --primary-bg: #000000;
        --secondary-bg: #1a1a1a;
        --text-white: #ffffff;
        --text-gray: #cccccc;
        --accent-blue: #00aaff;
        --border-glow: rgba(0, 170, 255, 0.8);
    }
    
    .btn-primary {
        border-width: 3px;
    }
    
    .testimonial-card,
    .program-module,
    .method-step {
        border-width: 3px;
    }
}

/* Print Styles */
@media print {
    .header,
    .footer,
    .video-section,
    .calendar-cta,
    .testimonials-navigation {
        display: none !important;
    }
    
    body {
        background: white !important;
        color: black !important;
    }
    
    .hero-title,
    .section-header h2,
    .highlight,
    .highlight-gradient {
        color: black !important;
        -webkit-text-fill-color: black !important;
    }
    
    section {
        padding: 2rem 0 !important;
        break-inside: avoid;
    }
    
    .method-step,
    .testimonial-card,
    .program-module {
        break-inside: avoid;
        margin-bottom: 1rem;
    }
}



/* Ajoutez ces corrections à votre fichier responsive.css */

/* Corrections responsive pour la méthode en 3 étapes */
@media (max-width: 768px) {
    /* Method Section Mobile - numéros au-dessus */
    .step-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1px ;
        padding: 1.5rem 1.5rem;
    }

    .step-number {
        justify-self: center;
        margin-bottom: -1rem;
        font-size: 3rem;
        width: 80px;
        height: 80px;
    }
    
    .step-content {
        text-align: left;
    }
    
    .step-content h3 {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    /* Program grid mobile */
    .program-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .program-module {
        padding: 1.2rem;
    }
    
    .module-header {
        justify-content: center;
        text-align: center;
    }
    
    .module-content {
        text-align: center;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .step-number {
        font-size: 2.5rem;
        width: 70px;
        height: 70px;
    }
    
    .module-number {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }
    
    .module-name {
        font-size: 1.1rem;
    }
}



































/* Grands écrans (zoom out) */
@media (min-width: 1400px) {
    .hero {
        padding: 160px 0 100px 0;
    }
    
    .hero-title {
        font-size: 4.5rem;
        line-height: 1.1;
    }
}

/* Écrans moyens (desktop normal) */
@media (max-width: 1200px) {
    .hero {
        padding: 130px 0 70px 0;
    }
    
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
}

/* Tablettes */
@media (max-width: 992px) {
    .hero {
        padding: 120px 0 60px 0;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-features {
        gap: 1rem;
    }
}
