/* Net-insider Mobile Styles */
@media (max-width: 768px) {
    /* Hero Section Mobile */
    .product-hero {
        min-height: 100vh;
        padding: 20px;
    }

    .product-hero-content {
        padding: 0 1rem;
    }

    .hero-badge {
        font-size: 0.75rem;
        padding: 10px 20px;
        margin-bottom: 1.5rem;
        letter-spacing: 0.1em;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
        line-height: 1.5;
        margin-bottom: 2rem;
        padding: 0 10px;
    }

    .hero-subtitle br {
        display: none;
    }

    /* Hero Buttons Mobile */
    .hero-cta {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        align-items: center;
        padding: 0 20px;
    }

    .hero-btn {
        width: 100%;
        max-width: 300px;
        padding: 16px 24px;
        font-size: 1rem;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
    }

    .hero-btn svg {
        width: 18px;
        height: 18px;
    }

    /* Hero button animation */
    .hero-btn-primary svg {
        animation: arrowMove 1.5s ease-in-out infinite;
    }

    @keyframes arrowMove {
        0%, 100% { transform: translateX(0); }
        50% { transform: translateX(5px); }
    }

    /* Section Headers Mobile */
    .section-header {
        margin-bottom: 40px;
        text-align: center;
    }

    .section-badge {
        font-size: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .section-title {
        font-size: 1.75rem;
        line-height: 1.3;
        margin-bottom: 1rem;
        padding: 0 10px;
    }

    .section-desc {
        font-size: 1rem;
        line-height: 1.6;
        padding: 0 15px;
    }

    /* Overview Section Mobile */
    .overview-section {
        padding: 60px 0;
    }

    .overview-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .overview-text {
        text-align: center;
    }

    .overview-text h3 {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .overview-text p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 25px;
        padding: 0 10px;
    }

    .overview-features {
        gap: 15px;
    }

    /* Overview Feature Mobile */
    .overview-feature {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        background: #f8f9fa;
        padding: 20px;
        border-radius: 15px;
        align-items: center;
    }

    .overview-feature-icon {
        margin: 0 auto;
        width: 50px;
        height: 50px;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .overview-feature-content {
        width: 100%;
    }

    .overview-feature-content h4 {
        font-size: 1rem;
        margin-bottom: 8px;
        text-align: center;
    }

    .overview-feature-content p {
        font-size: 0.875rem;
        line-height: 1.5;
        text-align: center;
    }

    /* Net-insider Dashboard Mobile */
    .netinsider-dashboard {
        max-width: 100%;
        padding: 20px;
    }

    .dashboard-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .dashboard-icon {
        margin: 0 auto;
    }

    .dashboard-title h4 {
        font-size: 1.125rem;
    }

    .dashboard-title p {
        font-size: 0.813rem;
    }

    .dashboard-content {
        gap: 12px;
    }

    .dashboard-item {
        padding: 12px 16px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .dashboard-item-label {
        font-size: 0.875rem;
    }

    .dashboard-item-value {
        font-size: 1rem;
    }

    /* Features Section Mobile */
    .features-section {
        padding: 60px 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    /* Feature Card Mobile */
    .feature-card {
        padding: 30px 25px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-card-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature-card h3 {
        font-size: 1.125rem;
        margin-bottom: 12px;
        text-align: center;
        width: 100%;
    }

    .feature-card p {
        font-size: 0.875rem;
        line-height: 1.5;
        text-align: center;
        width: 100%;
    }

    /* Capabilities Section Mobile */
    .capabilities-section {
        padding: 60px 0;
    }

    .capabilities-tabs {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
        padding: 0 20px;
        width: 100%;
    }

    .capability-tab {
        width: 100%;
        padding: 14px 20px;
        font-size: 0.938rem;
        white-space: nowrap;
        text-align: center;
    }

    .capability-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .capability-item {
        padding: 20px;
        text-align: center;
    }

    .capability-item-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 12px;
        font-size: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .capability-item-title {
        font-size: 0.938rem;
        margin-bottom: 8px;
        word-break: keep-all;
    }

    .capability-item-desc {
        font-size: 0.813rem;
        line-height: 1.4;
        word-break: keep-all;
    }

    /* Benefits Section Mobile */
    .benefits-section {
        padding: 60px 0;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }

    .benefit-item {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .benefit-icon {
        margin: 0 auto;
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }

    .benefit-content h3 {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }

    .benefit-content p {
        font-size: 0.938rem;
        line-height: 1.5;
    }

    /* CTA Section Mobile */
    .product-cta {
        padding: 60px 20px;
    }

    .cta-title {
        font-size: 1.75rem;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .cta-desc {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        align-items: center;
    }

    .cta-btn {
        width: 100%;
        max-width: 300px;
        padding: 14px 24px;
        font-size: 0.938rem;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
    }

    .cta-btn svg {
        width: 18px;
        height: 18px;
    }

    /* CTA button animation */
    .cta-btn-primary svg {
        animation: arrowMove 1.5s ease-in-out infinite;
    }

    /* Overview Visual Mobile */
    .overview-visual {
        padding: 30px 20px;
    }

    .overview-visual img {
        max-width: 100%;
        height: auto;
    }
}

/* Extra Small Devices */
@media (max-width: 480px) {
    .hero-badge {
        font-size: 0.625rem;
        padding: 8px 16px;
        letter-spacing: 0.08em;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .overview-text h3 {
        font-size: 1.25rem;
    }

    .cta-title {
        font-size: 1.5rem;
    }
}
