/* MOBILE OPTIMIZATIONS - QORVO LANDING PAGE */

/* ===========================================
   MOBILE-FIRST OPTIMIZATIONS
   =========================================== */

/* Very small screens (320px - 480px) */
@media (max-width: 480px) {
    /* Hero Section Mobile Optimizations */
    .hero {
        padding: 40px 0 60px 0;
    }
    
    .hero-header {
        margin-bottom: 40px;
        padding: 0 10px;
    }
    
    .hero-badge {
        padding: 8px 16px;
        font-size: 11px;
        margin-bottom: 20px;
    }
    
    .hero-title {
        font-size: 1.8rem;
        line-height: 1.1;
        margin-bottom: 16px;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    .typewriter-text {
        font-size: 0.95rem;
        line-height: 1.4;
    }
    
    .consolidation-seal {
        padding: 12px 16px;
        margin-bottom: 24px;
        font-size: 0.8rem;
    }
    
    .seal-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .hero-actions {
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
    }
    
    .hero-actions .btn-primary,
    .hero-actions .btn-secondary {
        width: 100%;
        max-width: 280px;
        padding: 12px 20px;
        font-size: 13px;
        justify-content: center;
    }
    
    /* Dashboard Showcase Mobile */
    .dashboard-showcase {
        margin-top: 30px;
    }
    
    .dashboard-frame {
        transform: none;
        border-radius: 15px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    
    .dashboard-header {
        padding: 16px 20px;
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .dashboard-title {
        font-size: 16px;
    }
    
    .dashboard-logo {
        height: 24px;
    }
    
    .dashboard-content {
        padding: 16px;
    }
    
    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 16px;
    }
    
    .metric-card {
        padding: 12px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .metric-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .metric-number {
        font-size: 16px;
    }
    
    .metric-label {
        font-size: 11px;
    }
    
    .dashboard-charts {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .chart-container {
        padding: 16px;
    }
    
    .chart-container h4 {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .funnel-stage {
        font-size: 10px;
        gap: 8px;
    }
    
    .funnel-bar {
        height: 20px;
    }
    
    .performance-item {
        font-size: 10px;
        gap: 8px;
    }
    
    .performance-bar {
        height: 6px;
    }
    
    .floating-stats {
        position: static;
        transform: none;
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
        padding: 16px;
        border-radius: 15px;
    }
    
    .stat-bubble {
        min-width: auto;
    }
    
    .stat-bubble .stat-number {
        font-size: 1.2rem;
    }
    
    .stat-bubble .stat-label {
        font-size: 10px;
    }
    
    /* Social Proof Mobile */
    .social-proof {
        padding: 40px 0;
    }
    
    .social-proof-header h2 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    
    .stats-minimal {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .stat-minimal {
        padding: 16px 12px;
    }
    
    .stat-minimal .stat-number {
        font-size: 1.4rem;
    }
    
    .stat-minimal .stat-label {
        font-size: 0.8rem;
    }
    
    /* Professional Dialogue Mobile */
    .professional-dialogue {
        padding: 40px 0;
    }
    
    .dialogue-header h2 {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    
    .header-subtitle {
        font-size: 0.95rem;
    }
    
    .comparison-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .vs-divider {
        order: 0;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .vs-circle {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .divider-line {
        display: none;
    }
    
    .side-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .side-header h3 {
        font-size: 1.2rem;
    }
    
    .problem-card {
        padding: 12px;
    }
    
    .problem-indicator i {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
    
    .problem-card p {
        font-size: 0.9rem;
    }
    
    .solution-showcase {
        padding: 16px;
    }
    
    .solution-icon-large {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .solution-main h4 {
        font-size: 1.1rem;
    }
    
    .solution-main p {
        font-size: 0.9rem;
    }
    
    .benefit-item {
        padding: 8px 12px;
        font-size: 0.85rem;
    }
    
    .conclusion-card {
        padding: 20px 16px;
    }
    
    .conclusion-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin-bottom: 16px;
    }
    
    .conclusion-content h3 {
        font-size: 1.3rem;
    }
    
    .conclusion-content p {
        font-size: 0.95rem;
    }
    
    .btn-conclusion {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    /* Tech Pillars Mobile */
    .tech-pillars-advanced {
        padding: 40px 0;
    }
    
    .section-header-advanced h2 {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }
    
    .header-subtitle {
        font-size: 0.95rem;
    }
    
    .pillar-advanced-card {
        padding: 20px 16px;
    }
    
    .pillar-header-advanced {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        margin-bottom: 20px;
    }
    
    .pillar-icon-advanced {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .pillar-title-section h3 {
        font-size: 1.2rem;
    }
    
    /* AI Command Center Mobile */
    .ai-agents-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .agent-avatar {
        width: 65px;
        height: 65px;
        font-size: 0.5rem;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .agent-name {
        font-size: 0.8rem;
    }
    
    .conversation-header {
        gap: 8px;
        margin-bottom: 12px;
    }
    
    .conversation-avatar {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }
    
    .conversation-name {
        font-size: 0.85rem;
    }
    
    .conversation-status {
        font-size: 0.75rem;
    }
    
    .message {
        font-size: 0.8rem;
        padding: 8px 12px;
    }
    
    .ai-analysis-overlay {
        flex-direction: column;
        gap: 8px;
        padding: 12px;
    }
    
    .analysis-item {
        font-size: 0.75rem;
    }
    
    /* BI Dashboard Mobile */
    .dashboard-header {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .metrics-grid-advanced {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .metric-card-advanced {
        padding: 16px;
    }
    
    .metric-card-advanced .metric-icon {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }
    
    .metric-value {
        font-size: 1.2rem;
    }
    
    .metric-label {
        font-size: 0.75rem;
    }
    
    .funnel-stage-advanced {
        flex-direction: column;
        gap: 8px;
    }
    
    .stage-info {
        width: 100%;
        justify-content: space-between;
    }
    
    .stage-bar {
        height: 24px;
    }
    
    /* Automation Mobile */
    .workflow-header {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .automation-flow-advanced {
        flex-direction: column;
        gap: 12px;
    }
    
    .flow-step {
        min-width: auto;
    }
    
    .step-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .step-title {
        font-size: 0.8rem;
    }
    
    .step-desc {
        font-size: 0.75rem;
    }
    
    .step-arrow {
        display: none;
    }
    
    .kanban-columns {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .kanban-card-advanced {
        padding: 10px;
    }
    
    .card-title {
        font-size: 0.8rem;
    }
    
    .card-priority {
        font-size: 0.65rem;
    }
    
    .card-value {
        font-size: 0.8rem;
    }
    
    .tag {
        font-size: 0.65rem;
    }
    
    /* Multi-channel Mobile */
    .channels-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .channel-card {
        padding: 16px;
    }
    
    .channel-header {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .channel-icon {
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }
    
    .channel-name {
        font-size: 0.85rem;
    }
    
    .channel-status {
        font-size: 0.75rem;
    }
    
    .metric-value {
        font-size: 1rem;
    }
    
    .metric-label {
        font-size: 0.65rem;
    }
    
    .conversation-item {
        gap: 6px;
    }
    
    .message-indicator {
        width: 18px;
        height: 18px;
        font-size: 0.6rem;
    }
    
    .message-text {
        font-size: 0.75rem;
    }
    
    .message-time {
        font-size: 0.65rem;
    }
    
    .unified-metrics {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .unified-metric {
        padding: 12px 8px;
    }
    
    .unified-metric .metric-icon {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
    
    .unified-metric .metric-value {
        font-size: 1.1rem;
    }
    
    .unified-metric .metric-label {
        font-size: 0.7rem;
    }
    
    .flow-stages {
        flex-direction: column;
        gap: 10px;
    }
    
    .flow-arrow {
        transform: rotate(90deg);
    }
    
    .stage-icon {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .stage-label {
        font-size: 0.7rem;
    }
    
    /* Business Adaptation Mobile */
    .business-adaptation {
        padding: 40px 0;
    }
    
    .adaptation-header h2 {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }
    
    .adaptation-subtitle {
        font-size: 0.95rem;
    }
    
    .divider-line {
        width: 60px;
    }
    
    .divider-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        margin: 0 12px;
    }
    
    .niches-header h3 {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }
    
    .niches-header p {
        font-size: 0.95rem;
    }
    
    .niches-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .niche-card {
        border-radius: 15px;
    }
    
    .niche-visual {
        padding: 16px 16px 12px;
    }
    
    .niche-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .niche-badge {
        top: 12px;
        right: 12px;
        padding: 3px 6px;
        font-size: 8px;
    }
    
    .niche-content {
        padding: 0 16px 16px;
    }
    
    .niche-content h4 {
        font-size: 1rem;
    }
    
    .niche-content p {
        font-size: 0.85rem;
    }
    
    .feature-item {
        padding: 6px 10px;
        gap: 8px;
    }
    
    .feature-item i {
        font-size: 0.8rem;
    }
    
    .feature-item span {
        font-size: 0.75rem;
    }
    
    .niche-link {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .adaptation-cta {
        padding: 24px 16px;
        border-radius: 15px;
    }
    
    .cta-content h3 {
        font-size: 1.3rem;
    }
    
    .cta-content p {
        font-size: 0.95rem;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .btn-primary-large, .btn-secondary-large {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    /* FAQ Mobile */
    .faq-section {
        padding: 40px 0;
    }
    
    .faq-header h2 {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }
    
    .faq-subtitle {
        font-size: 0.95rem;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .faq-question {
        padding: 16px;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .question-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        margin-right: 0;
        margin-bottom: 8px;
    }
    
    .question-content h3 {
        font-size: 1rem;
    }
    
    .question-badge {
        font-size: 8px;
        padding: 3px 8px;
    }
    
    .faq-toggle {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }
    
    .answer-content {
        padding-top: 12px;
    }
    
    .answer-content p {
        font-size: 0.85rem;
        margin-bottom: 16px;
    }
    
    .feature-tag {
        padding: 4px 8px;
        font-size: 0.75rem;
        gap: 4px;
    }
    
    .feature-tag i {
        font-size: 0.7rem;
    }
    
    .faq-cta {
        padding: 32px 16px;
        border-radius: 15px;
    }
    
    .cta-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin-bottom: 16px;
    }
    
    .cta-content h3 {
        font-size: 1.3rem;
    }
    
    .cta-content p {
        font-size: 0.95rem;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .btn-faq-primary, .btn-faq-secondary {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .final-message p {
        font-size: 1rem;
    }
    
    /* Footer Mobile */
    .footer {
        padding: 40px 0 16px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }
    
    .footer-section h4 {
        font-size: 1rem;
        margin-bottom: 16px;
    }
    
    .footer-section ul li {
        margin-bottom: 8px;
    }
    
    .footer-section ul li a {
        font-size: 0.9rem;
    }
    
    .footer-logo .logo-icon {
        height: 28px;
    }
    
    .footer-bottom {
        margin-top: 24px;
        padding-top: 16px;
    }
    
    .footer-bottom p {
        font-size: 0.85rem;
    }
}

/* Small screens (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .hero {
        padding: 50px 0 70px 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .typewriter-text {
        font-size: 1rem;
    }
    
    .consolidation-seal {
        padding: 14px 18px;
        font-size: 0.85rem;
    }
    
    .hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .hero-actions .btn-primary,
    .hero-actions .btn-secondary {
        flex: 1;
        min-width: 200px;
        max-width: 250px;
    }
    
    .dashboard-showcase {
        margin-top: 40px;
    }
    
    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .dashboard-charts {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .floating-stats {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
    }
    
    .stats-minimal {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .comparison-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .vs-divider {
        order: 0;
        margin: 30px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .tech-pillars-advanced {
        padding: 60px 0;
    }
    
    .ai-agents-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .agent-avatar {
        width: 65px;
        height: 65px;
        font-size: 0.5rem;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .metrics-grid-advanced {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .automation-flow-advanced {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    
    .kanban-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .channels-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .unified-metrics {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .niches-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .faq-question {
        flex-direction: row;
        text-align: left;
        gap: 16px;
    }
    
    .question-icon {
        margin-right: 16px;
        margin-bottom: 0;
    }
}

/* ===========================================
   MOBILE DASHBOARD STYLES
   =========================================== */

.mobile-dashboard-showcase {
    margin-top: 30px;
    padding: 0 10px;
}

.mobile-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.mobile-stat-card {
    background: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: all 0.3s ease;
}

.mobile-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.mobile-stat-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1e40af 0%, #0ea5e9 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: white;
    font-size: 1.2rem;
}

.mobile-stat-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-stat-number {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1;
}

.mobile-stat-label {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.mobile-performance-summary {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.mobile-performance-summary h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 16px;
    text-align: center;
}

.mobile-performance-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.mobile-performance-item:last-child {
    margin-bottom: 0;
}

.mobile-performance-item span {
    font-size: 0.85rem;
    color: #374151;
    font-weight: 500;
}

.mobile-progress-bar {
    width: 100%;
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.mobile-progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #1e40af 0%, #0ea5e9 100%);
    border-radius: 4px;
    transition: width 0.8s ease;
}

/* ===========================================
   AUTOMATION ICONS MOBILE OPTIMIZATION
   =========================================== */

@media (max-width: 480px) {
    .step-icon {
        width: 65px;
        height: 65px;
        font-size: 0.5rem;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .step-icon {
        width: 65px;
        height: 65px;
        font-size: 0.5rem;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* ===========================================
   BI CARD TEXT COLOR FIX
   =========================================== */

.dashboard-time span {
    color: white !important;
}

.dashboard-title span {
    color: white !important;
}

/* ===========================================
   FAQ ALWAYS VISIBLE RESPONSES
   =========================================== */

.faq-answer {
    max-height: none !important;
    overflow: visible !important;
    background: rgba(248, 250, 252, 0.5) !important;
    opacity: 1 !important;
    padding: 0 30px 30px !important;
    display: block !important;
}

.faq-toggle {
    display: none !important;
}


/* ===========================================
   MOBILE MENU FIX
   =========================================== */

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 30px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 1001;
    }
    
    .mobile-menu-toggle span {
        width: 100%;
        height: 3px;
        background: var(--secondary-color);
        border-radius: 2px;
        transition: all 0.3s ease;
        transform-origin: center;
    }
    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    
    .nav-menu {
        display: none !important;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .nav-menu.active {
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        z-index: 9999;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        opacity: 1;
        visibility: visible;
    }
    
    .nav-menu .nav-actions {
        flex-direction: column;
        gap: 1.5rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    .nav-menu .btn {
        width: 200px;
        padding: 1rem 2rem;
        font-size: 1.1rem;
        border-radius: 0.75rem;
        font-weight: 600;
        text-align: center;
        transition: all 0.3s ease;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .nav-menu .btn-outline {
        background: transparent !important;
        color: white !important;
        border: 2px solid white !important;
    }
    
    .nav-menu .btn-outline:hover {
        background: white !important;
        color: var(--primary-color) !important;
    }
    
    .nav-menu .btn-cta-primary {
        background: var(--primary-color) !important;
        color: white !important;
        border: 2px solid var(--primary-color) !important;
    }
    
    .nav-menu .btn-cta-primary:hover {
        background: var(--secondary-color) !important;
        border-color: var(--secondary-color) !important;
    }
}

/* ===========================================
   MOBILE MENU FORCE FIX
   =========================================== */

.nav-menu.active {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.95) !important;
    z-index: 9999 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2rem !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ===========================================
   PARTNERS BADGE INLINE - GOLD STYLE
   =========================================== */

.partners-badge-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 2px solid #3b82f6;
    border-radius: 50px;
    padding: 12px 20px;
    margin: 10px 0 5px 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e40af;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 15px rgba(59, 130, 246, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.partners-badge-inline::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(59, 130, 246, 0.1), 
        transparent);
    animation: shimmer-blue 3s infinite;
}

@keyframes shimmer-blue {
    0% { left: -100%; }
    100% { left: 100%; }
}

.partners-badge-inline:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 6px 20px rgba(59, 130, 246, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: #1d4ed8;
}

.partners-badge-inline i {
    font-size: 1.1rem;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 2px rgba(59, 130, 246, 0.3));
}

.partners-badge-inline i:nth-child(1) {
    color: #25d366;
    filter: drop-shadow(0 0 3px rgba(37, 211, 102, 0.4));
}

.partners-badge-inline i:nth-child(2) {
    color: #e4405f;
    filter: drop-shadow(0 0 3px rgba(228, 64, 95, 0.4));
}

.partners-badge-inline i:nth-child(3) {
    color: #1877f2;
    filter: drop-shadow(0 0 3px rgba(24, 119, 242, 0.4));
}

.partners-badge-inline span {
    color: #1e40af;
    text-shadow: 0 0 4px rgba(30, 64, 175, 0.3);
    font-weight: 700;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .partners-badge-inline {
        padding: 10px 16px;
        font-size: 0.7rem;
        gap: 6px;
        white-space: nowrap;
    }
    
    .partners-badge-inline i {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .partners-badge-inline {
        padding: 8px 12px;
        font-size: 0.65rem;
        gap: 4px;
        white-space: nowrap;
    }
    
    .partners-badge-inline i {
        font-size: 0.8rem;
    }
}

/* ===========================================
   ALL-IN-ONE SECTION STYLES
   =========================================== */

.all-in-one {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.all-in-one-header {
    text-align: center;
    margin-bottom: 60px;
}

.all-in-one-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.2;
}

.all-in-one-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
    align-items: start;
}

.feature-item {
    text-align: center;
    padding: 30px 20px;
    background: white !important;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    position: relative;
}

.feature-icon i {
    font-size: 2rem;
    color: white;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.feature-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
}

.feature-item p {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.5;
}

.all-in-one-cta {
    text-align: center;
}

.cta-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: #3b82f6;
    font-style: italic;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .all-in-one {
        padding: 40px 0;
    }
    
    .all-in-one-header {
        margin-bottom: 40px;
    }
    
    .all-in-one-header h2 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    .all-in-one-subtitle {
        font-size: 1rem;
        padding: 0 10px;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 30px;
        align-items: start;
    }
    
    .feature-item {
        padding: 15px 10px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .feature-icon i {
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    
    .feature-item h3 {
        font-size: 0.9rem;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    
    .feature-item p {
        font-size: 0.75rem;
        line-height: 1.3;
    }
    
    .cta-text {
        font-size: 1rem;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .all-in-one {
        padding: 30px 0;
    }
    
    .all-in-one-header {
        margin-bottom: 30px;
    }
    
    .all-in-one-header h2 {
        font-size: 1.6rem;
        padding: 0 15px;
    }
    
    .all-in-one-subtitle {
        font-size: 0.9rem;
        padding: 0 15px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 25px;
        align-items: start;
    }
    
    .feature-item {
        padding: 12px 8px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
    }
    
    .feature-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    
    .feature-icon i {
        font-size: 1.1rem;
    }
    
    .feature-item h3 {
        font-size: 0.85rem;
        margin-bottom: 6px;
    }
    
    .feature-item p {
        font-size: 0.7rem;
        line-height: 1.2;
    }
    
    .cta-text {
        font-size: 0.9rem;
        padding: 0 15px;
    }
}

/* ===========================================
   PRICING SECTION STYLES - PROFESSIONAL UX
   =========================================== */

.pricing-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    position: relative;
    overflow: hidden;
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.pricing-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.pricing-header h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.pricing-subtitle {
    font-size: 1rem;
    color: #cbd5e1;
    margin-bottom: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.plan-badge-mobile {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    display: flex;
    align-items: center;
    gap: 6px;
}

.pricing-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 24px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #06b6d4, #10b981);
}

.card-header {
    padding: 32px;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    color: #1e293b;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.plan-badge-desktop {
    display: none;
}

.plan-info {
    text-align: center;
    width: 100%;
}

.plan-info h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 6px;
    color: #1e293b;
    text-align: center;
}

.plan-info p {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 20px;
    text-align: center;
}

.price-section {
    text-align: center;
    margin-top: 16px;
    width: 100%;
}

.price-main {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 12px;
}

.currency {
    font-size: 1.4rem;
    font-weight: 600;
    color: #f59e0b;
}

.amount {
    font-size: 3.2rem;
    font-weight: 900;
    color: #1e293b;
    margin: 0 6px;
    text-shadow: none;
}

.period {
    font-size: 1.2rem;
    font-weight: 600;
    color: #64748b;
}

.price-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.setup-fee {
    font-size: 0.85rem;
    color: #64748b;
}

.savings {
    font-size: 0.8rem;
    color: #10b981;
    font-weight: 600;
    background: rgba(16, 185, 129, 0.1);
    padding: 4px 8px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 8px;
}

.features-section {
    padding: 8px 32px 12px;
}

.details-section {
    padding: 0 32px 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-details {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 16px;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
    white-space: nowrap;
}

.btn-details:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-category {
    text-align: center;
}

.category-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 12px;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.1);
}

.category-header i {
    font-size: 1.2rem;
    color: #3b82f6;
}

.category-header span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
}

.feature-items {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.feature-item {
    font-size: 0.8rem;
    color: #64748b;
    padding: 4px 8px;
    background: rgba(16, 185, 129, 0.05);
    border-radius: 6px;
    border: 1px solid rgba(16, 185, 129, 0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(16, 185, 129, 0.08);
    transform: translateY(-1px);
}

.card-actions {
    padding: 0 32px 24px;
    display: flex;
    gap: 12px;
}

.btn-primary, .btn-secondary {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.btn-secondary {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px 24px;
    background: rgba(245, 158, 11, 0.05);
    color: #d97706;
    font-weight: 600;
    font-size: 0.85rem;
}

.guarantee i {
    font-size: 1rem;
}

/* Mobile Responsive for New Pricing Design */
@media (max-width: 768px) {
    .pricing-section {
        padding: 40px 0;
    }

    .pricing-header h2 {
        font-size: 1.8rem;
    }

    .pricing-subtitle {
        font-size: 0.9rem;
    }

    .pricing-card-container {
        margin: 0 20px;
    }

    .plan-badge-desktop {
        display: none;
    }

    .plan-info {
        text-align: center;
    }

    .price-section {
        text-align: center;
    }

    .price-main {
        justify-content: center;
    }

    .card-header {
        padding: 24px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .plan-info h3 {
        font-size: 1.4rem;
    }

    .plan-info p {
        font-size: 0.85rem;
    }

    .amount {
        font-size: 2.8rem;
    }

    .currency {
        font-size: 1.2rem;
    }

    .period {
        font-size: 1rem;
    }

    .price-section {
        text-align: center;
    }

    .price-main {
        justify-content: center;
    }

    .features-section {
        padding: 12px 20px 8px;
    }

    .details-section {
        padding: 0 20px 20px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .btn-details {
        font-size: 0.7rem;
        padding: 6px 10px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .category-header {
        padding: 10px;
    }

    .category-header i {
        font-size: 1rem;
    }

    .category-header span {
        font-size: 0.8rem;
    }

    .feature-item {
        font-size: 0.75rem;
        padding: 3px 6px;
    }

    .card-actions {
        padding: 0 20px 20px;
        flex-direction: column;
    }

    .btn-primary, .btn-secondary {
        padding: 12px 16px;
        font-size: 0.85rem;
    }

    .guarantee {
        padding: 12px 20px 20px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .pricing-header h2 {
        font-size: 1.6rem;
    }

    .pricing-subtitle {
        font-size: 0.85rem;
    }

    .plan-badge-mobile {
        font-size: 0.75rem;
        padding: 6px 16px;
    }

    .plan-badge-desktop {
        display: none;
    }

    .plan-info {
        text-align: center;
    }

    .price-section {
        text-align: center;
    }

    .price-main {
        justify-content: center;
    }

    .amount {
        font-size: 2.4rem;
    }

    .currency {
        font-size: 1rem;
    }

    .period {
        font-size: 0.9rem;
    }

    .plan-info h3 {
        font-size: 1.2rem;
    }

    .plan-info p {
        font-size: 0.8rem;
    }

    .price-section {
        text-align: center;
    }

    .price-main {
        justify-content: center;
    }

    .feature-item {
        font-size: 0.7rem;
    }

    .btn-primary, .btn-secondary {
        padding: 10px 14px;
        font-size: 0.8rem;
    }

    .guarantee {
        font-size: 0.75rem;
    }
}


/* Mobile Responsive */

@media (max-width: 768px) {
    .pricing-section {
        padding: 60px 0;
    }
    
    .pricing-header h2 {
        font-size: 2.5rem;
    }
    
    .pricing-stats {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .card-header {
        padding: 30px 20px;
    }
    
    .plan-title h3 {
        font-size: 1.8rem;
    }
    
    .amount {
        font-size: 3.5rem;
    }
    
    .features-container {
        padding: 30px 20px;
    }
    
    .pricing-actions {
        padding: 0 20px 30px;
    }
    
    .guarantee {
        margin: 0 20px 30px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .pricing-header h2 {
        font-size: 2rem;
    }
    
    .pricing-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .amount {
        font-size: 3rem;
    }
    
    .plan-title h3 {
        font-size: 1.5rem;
    }
    
    .section-header h4 {
        font-size: 1.1rem;
    }
    
    .feature-list li {
        font-size: 0.9rem;
    }
}

/* ===========================================
   PRICING MODAL STYLES
   =========================================== */

.pricing-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    backdrop-filter: blur(5px);
}

.pricing-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    background: white;
    border-radius: 20px;
    max-width: 900px;
    max-height: 90vh;
    width: 90%;
    margin: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from { 
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to { 
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-header {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.modal-body {
    max-height: 60vh;
    overflow-y: auto;
    padding: 0;
}

.plan-details-table {
    padding: 30px;
}

.detail-section {
    margin-bottom: 30px;
}

.detail-section h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e2e8f0;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 500;
    flex: 1;
}

.detail-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    text-align: right;
}

.detail-value.included {
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.85rem;
}

.detail-value.unlimited {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.85rem;
}

.detail-value i {
    margin: 0 4px;
    font-size: 1rem;
}

.modal-footer {
    background: #f8fafc;
    padding: 25px 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-modal-primary, .btn-modal-secondary {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-modal-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.btn-modal-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.btn-modal-secondary {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-modal-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* Mobile Modal Responsive */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 10px;
        max-height: 95vh;
    }
    
    .modal-header {
        padding: 20px;
    }
    
    .modal-header h2 {
        font-size: 1.5rem;
    }
    
    .plan-details-table {
        padding: 20px;
    }
    
    .detail-section h3 {
        font-size: 1.1rem;
    }
    
    .detail-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .detail-value {
        text-align: left;
    }
    
    .modal-footer {
        flex-direction: column;
        padding: 20px;
    }
    
    .btn-modal-primary, .btn-modal-secondary {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .modal-header h2 {
        font-size: 1.3rem;
    }
    
    .detail-label, .detail-value {
        font-size: 0.9rem;
    }
    
    .checklist-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .checklist-item {
        padding: 8px 10px;
    }
    
    .checklist-item span {
        font-size: 0.85rem;
    }
}

/* ===========================================
   UTILITY CLASSES FOR MOBILE
   =========================================== */

.mobile-hidden {
    display: none;
}

@media (max-width: 768px) {
    .mobile-hidden {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
    }
}

@media (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }
    
    .desktop-only {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}

/* ===========================================
   PERFORMANCE OPTIMIZATIONS
   =========================================== */

@media (max-width: 768px) {
    /* Reduce animations on mobile for better performance */
    .dashboard-frame {
        transition: none;
    }
    
    .dashboard-frame:hover {
        transform: none;
    }
    
    .pillar-advanced-card:hover {
        transform: none;
    }
    
    .niche-card:hover {
        transform: none;
    }
    
    .faq-card:hover::before {
        opacity: 0;
    }
    
    /* Optimize shadows for mobile */
    .dashboard-frame {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .pillar-advanced-card {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }
    
    .niche-card {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }
    
    .faq-card {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }
}
