/* ============================================
   MOBILE-FIRST RESPONSIVE DESIGN
   Version: 1.0 - Complete Mobile Optimization
   ============================================ */

/* ============================================
   MOBILE SMALL (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
    :root {
        --spacing-xs: 6px;
        --spacing-sm: 12px;
        --spacing-md: 16px;
        --spacing-lg: 20px;
        --spacing-xl: 24px;
        --spacing-2xl: 32px;
        --spacing-3xl: 48px;
        --spacing-4xl: 64px;
    }

    /* HEADER - Mobile Optimized */
    .main-header {
        padding: 12px 0;
        position: sticky;
        top: 0;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .header-container {
        padding: 0 16px;
    }

    .logo-wrapper {
        transform: translate(-50%, -50%) scale(0.9);
    }

    .logo-img {
        height: 36px;
        max-width: 120px;
    }

    .logo-text {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .logo-link {
        gap: 8px;
    }

    .login-btn {
        padding: 10px 16px;
        font-size: 13px;
    }

    .login-btn span {
        display: none;
    }

    /* HERO SECTION - Mobile Optimisé */
    .hero-new-section {
        min-height: auto;
        padding: 60px 16px 48px;
        padding-top: calc(60px + env(safe-area-inset-top));
        padding-bottom: 160px;
    }

    .hero-new-wrapper {
        padding-top: 0;
        max-width: 100%;
        margin-top: 0;
    }

    .hero-new-badge {
        padding: 10px 22px;
        font-size: 11px;
        letter-spacing: 1.2px;
        margin-bottom: 28px;
        display: inline-flex;
        white-space: nowrap;
    }

    .hero-new-badge i {
        font-size: 11px;
    }

    .hero-new-title {
        font-size: clamp(36px, 9.5vw, 50px);
        line-height: 1.12;
        margin-bottom: 24px;
        letter-spacing: -0.02em;
        padding: 0;
    }

    .hero-title-line {
        display: block;
        margin-bottom: 2px;
    }

    .hero-title-highlight {
        display: inline;
    }

    .hero-description-wrapper {
        margin-bottom: 36px;
        max-width: 100%;
        padding: 0 4px;
    }

    .hero-new-description {
        font-size: clamp(18px, 4.8vw, 22px);
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .hero-description-emphasis {
        font-size: clamp(16px, 4.3vw, 20px);
        line-height: 1.5;
        margin-top: 0;
    }

    /* STATS - Mobile Optimized - HORIZONTAL LAYOUT */
    .hero-new-stats {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 6px;
        margin-bottom: 36px;
        width: 100%;
        justify-content: space-between;
        align-items: stretch;
        overflow-x: visible;
        padding: 0 2px;
    }

    .hero-stat-card {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        width: 100%;
        padding: 18px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: flex-start;
        position: relative;
    }

    .hero-stat-check {
        top: 6px;
        left: 6px;
        font-size: 10px;
    }

    .hero-stat-value {
        font-size: clamp(22px, 5.2vw, 28px);
        margin-top: 10px;
        margin-bottom: 6px;
        line-height: 1.2;
        word-break: break-word;
        font-weight: 800;
    }

    .hero-stat-label {
        font-size: 8px;
        letter-spacing: 0.8px;
        line-height: 1.2;
        text-align: center;
        word-break: break-word;
        hyphens: auto;
        padding: 0 2px;
    }

    /* CTA - Mobile */
    .hero-new-cta {
        margin-top: 36px;
        width: 100%;
    }

    .hero-cta-button {
        width: 100%;
        max-width: 100%;
        padding: 18px 32px;
        font-size: 17px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .hero-cta-button i {
        font-size: 16px;
    }

    .hero-cta-trust {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        margin-top: 24px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .hero-trust-item {
        font-size: 11px;
        justify-content: center;
        align-items: center;
        padding: 8px 14px;
        background: rgba(255, 255, 255, 0.08);
        border: 1.5px solid rgba(255, 255, 255, 0.15);
        border-radius: 20px;
        white-space: nowrap;
        flex: 0 1 auto;
        min-width: 0;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        display: inline-flex;
    }

    .hero-trust-item:active {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.25);
        transform: scale(0.98);
    }

    .hero-trust-item i {
        font-size: 11px;
        margin-right: 4px;
        flex-shrink: 0;
    }

    /* CLIENTS - Mobile */
    .hero-new-clients {
        margin-top: 56px;
        padding-top: 48px;
        padding-bottom: 72px;
        overflow: visible;
        margin-bottom: 72px;
    }

    .hero-clients-header {
        font-size: 11px;
        margin: 0 auto 24px;
        flex-wrap: wrap;
        text-align: center;
        padding: 12px 16px;
        gap: 6px;
        max-width: 100%;
        letter-spacing: 1px;
    }

    .hero-clients-header i {
        font-size: 12px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hero-clients-container {
        gap: 16px;
    }

    .hero-clients-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        justify-content: center;
        align-items: stretch;
        padding: 0 2px;
    }

    .hero-client-card {
        padding: 14px 12px;
        min-width: 0;
        width: 100%;
    }

    .hero-client-avatar {
        width: 84px;
        height: 84px;
    }

    .hero-client-badge {
        width: 28px;
        height: 28px;
        top: -2px;
        right: -2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-client-badge i {
        font-size: 12px;
        line-height: 1;
    }

    .hero-client-name {
        font-size: 12px;
        margin-top: 8px;
    }

    /* WHAT IS SECTION - Mobile */
    .what-is-modern-section {
        padding: 64px 16px 48px;
    }

    .what-is-modern-wrapper {
        padding: 0;
    }

    .what-is-modern-header {
        margin-bottom: 32px;
    }

    .what-is-modern-badge {
        padding: 6px 16px;
        font-size: 9px;
        margin-bottom: 20px;
    }

    .what-is-modern-title {
        font-size: clamp(24px, 7vw, 32px);
        line-height: 1.2;
        white-space: normal;
    }

    .what-is-presentation {
        margin-top: 32px;
    }

    .what-is-intro {
        margin-bottom: 24px;
    }

    .what-is-intro-text {
        font-size: clamp(18px, 5vw, 22px);
        line-height: 1.5;
        text-align: center;
    }

    .what-is-accent {
        padding: 3px 8px;
        font-size: 0.95em;
    }

    .what-is-platforms {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 32px;
        padding: 20px 0;
    }

    .what-is-platform-item {
        width: 100%;
        max-width: 100%;
        padding: 12px 20px;
        justify-content: center;
    }

    .what-is-platform-item i {
        font-size: 18px;
    }

    .what-is-platform-item span {
        font-size: 14px;
    }

    .what-is-description {
        margin-bottom: 24px;
        text-align: center;
    }

    .what-is-description-text {
        font-size: clamp(16px, 4vw, 18px);
        line-height: 1.7;
        text-align: left;
    }

    .what-is-value {
        margin-top: 32px;
        padding-top: 0;
        text-align: center;
    }

    .what-is-value-text {
        font-size: clamp(16px, 4vw, 18px);
        line-height: 1.7;
        text-align: left;
    }

    /* HOW IT WORKS - Mobile */
    .how-it-works-section {
        padding: 48px 16px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-badge {
        padding: 6px 16px;
        font-size: 9px;
        margin-bottom: 20px;
    }

    .section-title {
        font-size: clamp(22px, 6vw, 30px);
        margin-bottom: 12px;
        white-space: nowrap !important;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.2;
        word-break: keep-all;
        width: 100%;
        text-align: center;
    }

    .how-it-works-section .section-title {
        font-size: clamp(20px, 5.5vw, 28px);
        white-space: nowrap !important;
        letter-spacing: -0.01em;
    }

    .section-subtitle {
        font-size: clamp(14px, 3.5vw, 16px);
        margin-bottom: 0;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 100%;
        padding: 0;
    }

    .step-card {
        padding: 36px 20px 28px;
        text-align: center;
        position: relative;
        min-height: auto;
        margin-bottom: 0;
    }

    .step-card:hover {
        transform: none;
        background: rgba(255, 255, 255, 0.05);
    }

    .step-card:hover .step-number {
        transform: none !important;
        background: transparent !important;
    }

    .step-card:hover .step-icon {
        transform: none;
    }

    .step-number {
        position: absolute;
        top: 16px;
        left: 20px;
        width: auto;
        height: auto;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: none !important;
        font-size: clamp(32px, 7vw, 42px);
        font-weight: 900;
        color: rgba(255, 255, 255, 0.95) !important;
        display: block;
        padding: 0;
        margin: 0;
        line-height: 1;
        transform: none !important;
    }

    .step-icon {
        width: 80px;
        height: 80px;
        font-size: 32px;
        margin: 32px auto 20px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .step-icon::before {
        content: '✓';
        position: absolute;
        bottom: -6px;
        right: -6px;
        width: 26px;
        height: 26px;
        background: #ffffff !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        color: #000000 !important;
        font-weight: 900;
        box-shadow: 0 4px 12px rgba(255, 255, 255, 0.4);
        border: 2px solid #000000 !important;
        z-index: 10;
    }

    .step-title {
        font-size: clamp(18px, 4vw, 22px);
        margin-bottom: 14px;
        font-weight: 800;
        text-align: center;
        color: rgba(255, 255, 255, 0.95);
    }

    .step-text {
        font-size: clamp(14px, 3.5vw, 16px);
        line-height: 1.65;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
        max-width: 100%;
    }

    /* COMPARISON - Mobile */
    .comparison-section {
        padding: 48px 16px;
    }

    .comparison-header {
        margin-bottom: 32px;
    }

    .comparison-title {
        font-size: clamp(20px, 5.5vw, 28px);
        white-space: nowrap !important;
        letter-spacing: -0.01em;
        line-height: 1.2;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .comparison-card {
        padding: 24px 20px;
    }

    .comparison-list li {
        font-size: 14px;
        padding: 8px 0;
    }

    /* BENEFITS - Mobile */
    .benefits-section {
        padding: 48px 16px;
    }

    .benefits-hero {
        margin-bottom: 32px;
    }

    .benefits-main-title {
        font-size: clamp(24px, 7vw, 32px);
        white-space: normal;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .benefit-card {
        padding: 44px 20px 24px;
        min-height: auto;
        position: relative;
        overflow: visible;
    }

    .benefits-section .benefit-badge {
        position: absolute !important;
        top: 18px !important;
        right: 18px !important;
        width: 38px !important;
        height: 38px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%) !important;
        border: 2.5px solid rgba(255, 255, 255, 0.35) !important;
        border-radius: 50% !important;
        box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3), 0 0 12px rgba(255, 255, 255, 0.2) !important;
        z-index: 100 !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        color: #000000 !important;
        opacity: 1 !important;
        visibility: visible !important;
        line-height: 1 !important;
        padding: 0 !important;
    }

    .benefit-card:hover .benefit-badge {
        transform: scale(1.05) !important;
    }

    .benefit-title {
        font-size: 20px;
        margin-bottom: 12px;
        padding-right: 50px;
    }

    .benefit-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .benefits-cta {
        margin-top: 32px;
        padding: 24px 20px;
    }

    .benefits-cta-title {
        font-size: clamp(18px, 5vw, 24px);
        letter-spacing: -0.01em;
        overflow: visible;
        text-align: center;
        white-space: normal !important;
    }

    .benefits-cta-text {
        text-align: center;
    }

    .benefits-cta-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .benefits-cta .btn-primary {
        margin: 0 auto;
    }

    /* TOOLS - Mobile */
    .tools-section {
        padding: 48px 16px;
    }

    .tools-header {
        margin-bottom: 32px;
    }

    .tools-title {
        font-size: clamp(24px, 7vw, 32px);
        white-space: normal;
    }

    /* Transform grid to interactive list on mobile with arrows */
    .tools-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 32px;
        max-width: 100%;
        padding: 0 4px;
    }

    .tool-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 20px 18px;
        margin-bottom: 0;
        border: 1.5px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        text-align: left;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        position: relative;
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
        touch-action: manipulation;
    }

    .tool-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transition: left 0.5s ease;
    }

    .tool-card:active::before,
    .tool-card.touched::before {
        left: 100%;
    }

    .tool-card:active,
    .tool-card.touched {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.25);
        transform: translateX(4px) scale(0.98);
        box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
    }

    .tool-card:last-child {
        margin-bottom: 0;
    }

    .tool-card-content {
        display: flex;
        align-items: center;
        gap: 16px;
        flex: 1;
        min-width: 0;
    }

    .tool-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        margin-bottom: 0;
        font-size: 22px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
        border-radius: 12px;
        color: #000000;
        box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
        position: relative;
    }

    .tool-card:active .tool-icon,
    .tool-card.touched .tool-icon {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    }

    .tool-text-wrapper {
        flex: 1;
        min-width: 0;
    }

    .tool-title {
        font-size: 17px;
        margin-bottom: 6px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -0.01em;
        line-height: 1.3;
    }

    .tool-text {
        font-size: 13px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.8);
        margin: 0;
    }

    /* Arrow indicator avec animation */
    .tool-card::after {
        content: '→';
        font-size: 20px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.5);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.06);
        border: 1.5px solid rgba(255, 255, 255, 0.12);
        position: relative;
        animation: arrowPulse 2s ease-in-out infinite;
    }

    @keyframes arrowPulse {
        0%, 100% {
            transform: translateX(0) scale(1);
            opacity: 0.7;
        }
        50% {
            transform: translateX(2px) scale(1.05);
            opacity: 1;
        }
    }

    .tool-card:active::after,
    .tool-card.touched::after,
    .tool-card.swiped::after {
        content: '→';
        transform: translateX(8px) scale(1.1);
        color: rgba(255, 255, 255, 1);
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.4);
        animation: none;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }

    /* WHAT WE DO - Mobile */
    .what-we-do-section {
        padding: 48px 16px;
    }

    .what-we-do-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .what-we-do-card {
        padding: 24px 20px;
    }

    .what-we-do-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .what-we-do-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .what-we-do-list li {
        font-size: 14px;
        padding: 8px 0;
        line-height: 1.5;
    }

    /* CTA SECTION - Mobile */
    .cta-section {
        padding: 64px 16px;
    }

    .cta-title {
        font-size: clamp(20px, 5.5vw, 28px);
        margin-bottom: 16px;
        white-space: nowrap !important;
        line-height: 1.2;
        letter-spacing: -0.01em;
        overflow: visible;
    }

    .cta-text {
        font-size: clamp(16px, 4vw, 18px);
        margin-bottom: 24px;
        line-height: 1.6;
    }

    .cta-features {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .cta-feature {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        max-width: 300px;
    }

    .cta-feature i {
        margin-right: 8px;
    }

    .btn-primary.btn-large {
        width: 100%;
        max-width: 100%;
        padding: 16px 24px;
        font-size: 15px;
    }

    /* FOOTER - Mobile */
    .footer-section {
        padding: 40px 16px 24px;
    }

    .footer-top {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .footer-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 14px;
        justify-content: center;
    }

    .footer-link {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.9);
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        padding: 10px 14px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: unset;
    }

    .footer-separator {
        display: none;
    }

    .footer-text {
        font-size: 12px;
    }

    /* CONTAINER - Mobile */
    .container {
        padding: 0 16px;
        max-width: 100%;
    }

    /* GENERAL IMPROVEMENTS */
    .page-index section,
    .page-index .page-section {
        padding: 48px 16px !important;
    }

    /* Prevent horizontal scroll */
    body {
        overflow-x: hidden;
        width: 100%;
    }

    * {
        max-width: 100%;
    }

    /* Better touch targets */
    button, a, .hero-cta-button, .btn-primary {
        min-height: 44px;
        min-width: 44px;
        touch-action: manipulation;
    }

    /* Text selection */
    * {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
    }

    /* Prevent text overflow */
    h1, h2, h3, p, span {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Images responsive */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Grid improvements */
    .grid, [class*="grid"] {
        grid-template-columns: 1fr !important;
    }

    /* Flex improvements */
    [class*="flex"] {
        flex-wrap: wrap;
    }

    /* Comparison badges mobile */
    .comparison-badge {
        padding: 8px 16px;
        font-size: 11px;
    }

    .comparison-badge i {
        font-size: 12px;
    }

    /* Step cards mobile */
    .step-card {
        text-align: center;
    }

    .step-number {
        margin: 0 auto 16px;
    }

    /* Benefits badges mobile */
    .benefit-badge {
        font-size: 14px;
        padding: 4px 10px;
    }

    .benefit-highlight {
        padding: 8px 14px;
        font-size: 12px;
    }

    /* Tools header mobile */
    .tools-subtitle {
        font-size: clamp(14px, 3.5vw, 16px);
    }

    /* Section badges mobile */
    .verified-badge {
        padding: 6px 14px;
        font-size: 9px;
    }

    .verified-badge i {
        font-size: 10px;
    }

    /* Comparison list mobile */
    .comparison-list {
        padding-left: 0;
    }

    .comparison-list li {
        padding-left: 8px;
    }

    .comparison-list i {
        font-size: 12px;
        margin-right: 8px;
    }

    /* Benefits icon mobile */
    .benefit-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 16px;
    }

    /* What we do list mobile */
    .what-we-do-list {
        padding-left: 0;
        text-align: left;
    }

    .what-we-do-list li {
        padding-left: 8px;
    }

    .what-we-do-list i {
        font-size: 12px;
        margin-right: 8px;
    }

    /* Smooth scrolling mobile */
    html {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    /* Prevent zoom on input focus iOS */
    input, textarea, select {
        font-size: 16px !important;
    }

    /* Better button spacing */
    .btn-primary, .hero-cta-button {
        margin: 0 auto;
        display: block;
    }

    /* Platform items mobile spacing */
    .what-is-platform-item {
        margin: 0 auto;
    }

    .lead-form-card,
    .clipper-card {
        padding: 22px;
    }
}

/* ============================================
   MOBILE & TABLET (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    .header-container {
        justify-content: center;
    }

    .header-left {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-right,
    .user-menu {
        display: none !important;
    }

    .logo-wrapper {
        position: static;
        transform: none;
        margin: 0 auto;
    }

    .main-sidebar {
        width: 100%;
        max-width: 100%;
    }

    .clipper-cta {
        width: 100%;
        justify-content: center;
    }

    .lead-modal-panel {
        padding: 20px;
    }

    .lead-modal-row {
        grid-template-columns: 1fr;
    }

    .clipper-toast {
        top: auto;
        bottom: 16px;
        left: 12px;
        right: 12px;
        width: auto;
        max-width: none;
        border-radius: 16px;
        flex-direction: column;
        align-items: stretch;
        animation: none;
    }

    .clipper-toast-content {
        font-size: 13px;
        justify-content: center;
    }

    .clipper-toast-link {
        font-size: 12px;
        padding: 10px 12px;
        width: 100%;
        text-align: center;
    }

    .clipper-toast-actions {
        justify-content: space-between;
        gap: 10px;
    }

    .clipper-toast-close {
        width: 28px;
        height: 28px;
    }
}

/* ============================================
   MOBILE MEDIUM (481px - 768px)
   ============================================ */
@media (min-width: 481px) and (max-width: 768px) {
    :root {
        --spacing-xs: 6px;
        --spacing-sm: 12px;
        --spacing-md: 20px;
        --spacing-lg: 24px;
        --spacing-xl: 32px;
        --spacing-2xl: 40px;
        --spacing-3xl: 56px;
        --spacing-4xl: 72px;
    }

    .main-header {
        padding: 14px 0;
    }

    .header-container {
        padding: 0 24px;
    }

    .logo-img {
        height: 40px;
    }

    .logo-text {
        font-size: 16px;
    }

    .hero-new-section {
        padding: 100px 24px 60px;
        padding-top: calc(100px + env(safe-area-inset-top));
    }

    .hero-new-title {
        font-size: clamp(32px, 7vw, 56px);
    }

    .hero-new-stats {
        flex-wrap: wrap;
        gap: 16px;
    }

    .hero-stat-card {
        flex: 0 1 calc(50% - 8px);
        min-width: 140px;
    }

    .what-is-modern-section {
        padding: 60px 24px;
    }

    .what-is-platforms {
        flex-wrap: wrap;
        gap: 12px;
    }

    .what-is-platform-item {
        flex: 0 1 calc(33.333% - 8px);
        min-width: 140px;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .what-we-do-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
