@media (max-width: 992px) {
    .container {
        padding: 0 1.5rem;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: rgba(5, 5, 7, 0.98);
        backdrop-filter: blur(20px);
        padding: 6rem 2rem 2rem;
        transition: right 0.4s ease;
        z-index: 999;
        border-left: 1px solid var(--card-border);
    }

    .nav.active {
        right: 0;
    }

    .nav-list {
        flex-direction: column;
        gap: 1.5rem;
    }

    .nav-link {
        font-size: 1.2rem;
        padding: 0.5rem 0;
        width: 100%;
    }

    .nav-wrapper {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .nav-wrapper > .logo {
        order: 1;
    }

    .nav-wrapper > .btn-primary {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        min-width: auto;
        max-width: 120px;
        white-space: nowrap;
        order: 2;
    }

    .nav-wrapper > .nav {
        order: 3;
    }

    .nav-wrapper > .hamburger {
        order: 4;
        margin-left: auto;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        z-index: 1000;
        padding: 6px;
        transition: all 0.3s ease;
    }

    .hamburger .bar {
        width: 26px;
        height: 2.5px;
        background: #fff;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 2px;
        box-shadow: 0 0 8px rgba(139, 92, 246, 0.3);
    }

    .hamburger:active .bar {
        box-shadow: 0 0 12px rgba(139, 92, 246, 0.6);
    }

    .hamburger.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
        transform: translateX(20px);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }
    .mobile-proof-cards {
        display: none;
    }

    .boutiques-visual {
        display: none;
    }
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .grid-2, .grid-3, .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .card {
        padding: 1.5rem;
    }

    .btn-primary, .btn-secondary {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .section {
        padding: 60px 0;
    }

    .pricing-section {
        padding: 40px 20px;
    }

    .pricing-section h2 {
        font-size: 2rem;
    }

    .contact-methods {
        flex-direction: column;
        gap: 20px;
    }

    .contact-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
}

   MOBILE (max-width: 768px)
   ========================= */
@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }

    h1, .hero-title {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .hero {
        padding: 100px 0 60px;
    }

    .hero-page {
        padding: 120px 0 60px;
    }

    .hero-page-content h1 {
        font-size: 2rem;
    }

    .hero-subtitle, .hero-page-content p {
        font-size: 0.95rem;
    }

    .badge {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }

    .mobile-proof-cards {
        display: flex;
        position: relative;
        margin-top: 2.5rem;
        height: 140px;
        justify-content: center;
    }

    .mini-card-proof {
        position: absolute;
        width: 160px;
        background: rgba(20, 20, 25, 0.8);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        padding: 1rem;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
    }

    .mini-card-proof:first-child {
        left: 15%;
        top: 0;
        transform: rotate(-8deg);
        z-index: 1;
    }

    .mini-card-proof:last-child {
        right: 15%;
        top: 20px;
        transform: rotate(8deg);
        z-index: 2;
    }

    .mini-card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.8rem;
    }

    .mini-card-header i {
        font-size: 1.4rem;
        color: var(--primary);
    }

    .mini-badge {
        font-size: 0.65rem;
        padding: 0.3rem 0.6rem;
        border-radius: 6px;
        font-weight: 600;
    }

    .mini-badge.success {
        background: rgba(34, 197, 94, 0.15);
        color: #22c55e;
        border: 1px solid rgba(34, 197, 94, 0.3);
    }

    .mini-card-proof h4 {
        font-size: 0.9rem;
        font-weight: 700;
        margin-bottom: 0.4rem;
        color: #fff;
    }

    .mini-card-proof p {
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.5);
        margin: 0;
    }

    .marquee-container {
        padding: 1rem 0;
    }

    .marquee-content {
        font-size: 0.7rem;
        letter-spacing: 0.15em;
        gap: 8rem;
    }

    .marquee-content span {
        white-space: nowrap;
        margin-right: 8rem !important;
        word-spacing: 1.5em;
        padding-right: 4rem;
    }

    .hero-features {
        flex-direction: column;
        gap: 15px;
        margin-top: 25px;
    }

    .hero-feature {
        padding: 0.8rem 1.2rem;
        width: 100%;
        justify-content: center;
    }

    .grid, .grid-2, .grid-3, .grid-4 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .card {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .card-icon {
        width: 55px;
        height: 55px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .card h3 {
        font-size: 1.2rem;
    }

    .card p {
        font-size: 0.9rem;
    }

    .card-toggle {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .section-header p {
        font-size: 0.95rem;
    }

    .section {
        padding: 50px 0;
    }

    .btn-primary, .btn-secondary {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
        width: 100%;
    }

    .header {
        padding: 1rem 0;
    }

    .logo img {
        height: 40px !important;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer-col {
        align-items: center;
    }

    .pricing-section {
        padding: 30px 15px;
    }

    .pricing-section h2 {
        font-size: 1.8rem;
    }

    .pricing-subtitle {
        font-size: 1.1rem;
    }

    .pricing-description {
        font-size: 0.95rem;
    }

    .contact-card {
        padding: 1.5rem;
        min-width: auto;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .contact-card h3 {
        font-size: 1.3rem;
    }

    .badge-new, .badge-hot {
        font-size: 0.65rem;
        padding: 0.2rem 0.5rem;
    }

    .rule-item {
        font-size: 0.9rem;
        padding: 0.6rem 0;
    }

    .rule-footer {
        font-size: 0.85rem;
    }

    .preuves-container {
        grid-template-columns: 1fr;
    }

    .shop-card {
        padding: 1.5rem;
    }

    #shopSearch {
        font-size: 0.95rem;
    }

    .category-filters {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .filter-btn {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }

    .timeline-content {
        min-width: 100px;
        max-width: 120px;
        font-size: 0.85rem;
        padding: 0.6rem;
    }

    .timeline-marker {
        width: 35px;
        height: 35px;
    }

    input, textarea, select {
        font-size: 0.95rem;
        padding: 0.8rem 1rem;
    }

    .stepper-process {
        padding: 1.5rem 1rem;
    }

    .stepper-step {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    .stepper-card h3 {
        font-size: 1.5rem;
    }

    .stepper-card p {
        font-size: 0.95rem;
    }

    .stepper-nav {
        flex-direction: column;
        gap: 1rem;
    }

    .stepper-prev, .stepper-next {
        width: 100%;
        padding: 0.9rem 1.5rem;
    }
}

   SMALL MOBILE (max-width: 480px)
   ========================= */
@media (max-width: 480px) {
    .container {
        padding: 0 0.75rem;
    }

    h1, .hero-title {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .hero-page-content h1 {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .section {
        padding: 40px 0;
    }

    .card {
        padding: 1.25rem;
    }

    .card-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    .card h3 {
        font-size: 1.1rem;
    }

    .card p {
        font-size: 0.85rem;
    }

    .btn-primary, .btn-secondary {
        font-size: 0.85rem;
        padding: 0.65rem 1rem;
    }

    .nav {
        width: 100%;
        right: -100%;
    }

    .nav.active {
        right: 0;
    }

    .pricing-section h2 {
        font-size: 1.5rem;
    }

    .pricing-subtitle {
        font-size: 1rem;
    }

    .pricing-description {
        font-size: 0.9rem;
    }

    .contact-icon {
        width: 55px;
        height: 55px;
        font-size: 1.6rem;
    }

    .badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .section-header p {
        font-size: 0.9rem;
    }

    .footer-col h4 {
        font-size: 1.1rem;
    }

    .footer-col a {
        font-size: 0.9rem;
    }

    .timeline-content {
        min-width: 80px;
        max-width: 100px;
        font-size: 0.75rem;
        padding: 0.5rem;
    }

    .timeline-marker {
        width: 30px;
        height: 30px;
    }

    .stepper-step {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }

    .stepper-line {
        height: 2px;
    }

    .stepper-card h3 {
        font-size: 1.3rem;
    }

    .stepper-card p {
        font-size: 0.9rem;
    }

    .rule-item {
        font-size: 0.85rem;
        gap: 0.6rem;
    }

    .rule-item > i:first-child {
        font-size: 1rem;
    }

    .shop-card {
        padding: 1.25rem;
    }

    .shop-logo {
        width: 50px;
        height: 50px;
    }

    input, textarea, select {
        font-size: 0.9rem;
        padding: 0.7rem 0.9rem;
    }
}

   LANDSCAPE MOBILE
   ========================= */
@media (max-width: 768px) and (orientation: landscape) {
    .hero, .hero-page {
        padding: 80px 0 40px;
    }

    .section {
        padding: 40px 0;
    }
}

   UTILITIES RESPONSIVE
   ========================= */
@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .text-center-mobile {
        text-align: center !important;
    }
}

@media (min-width: 769px) {
    .hide-desktop {
        display: none !important;
    }

    .show-desktop {
        display: block !important;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    * {
        max-width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}
