/* Market AI Analysis Page Styles - Based on business-setup.css structure */

/* Hero Section */
.business-hero {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
}

.business-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(45deg, rgba(229, 57, 53, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.business-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.business-hero-content {
    max-width: 600px;
}

.business-hero-tags {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.tag {
    background: rgba(229, 57, 53, 0.1);
    border: 1px solid rgba(229, 57, 53, 0.3);
    color: #E53935;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.business-hero-heading h1 {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.business-hero-description p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 32px;
}

.business-hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(135deg, #E53935 0%, #C62828 100%);
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
    display: inline-block;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #D32F2F 0%, #B71C1C 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(229, 57, 53, 0.3);
}

.btn-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Superior Performance Section */
.superior-performance {
    background: #000000;
    padding: 100px 0;
}

.superior-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.superior-header {
    text-align: center;
    margin-bottom: 80px;
}

.superior-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(229, 57, 53, 0.1);
    border: 1px solid rgba(229, 57, 53, 0.3);
    border-radius: 20px;
    padding: 8px 16px;
    margin-bottom: 24px;
}

.badge-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
}

.badge-highlight {
    background: #E53935;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.superior-title {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.superior-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Device Section */
.device-section {
    margin-top: 60px;
}

.device-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.device-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.browser-frame {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
}

.browser-header {
    background: #2a2a2a;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.browser-controls {
    display: flex;
    gap: 8px;
}

.control-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.control-dot.red {
    background: #ff5f57;
}

.control-dot.yellow {
    background: #ffbd2e;
}

.control-dot.green {
    background: #28ca42;
}

.browser-tabs {
    display: flex;
    gap: 8px;
    flex: 1;
}

.tab {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px 8px 0 0;
    padding: 8px 16px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab.active {
    background: #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    color: #ffffff;
}

.main-content {
    padding: 40px;
    display: flex;
    gap: 40px;
    align-items: center;
    background: linear-gradient(45deg, rgba(229, 57, 53, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.featured-content {
    flex: 1;
}

.content-badge {
    background: rgba(229, 57, 53, 0.2);
    border: 1px solid rgba(229, 57, 53, 0.4);
    color: #E53935;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 16px;
}

.content-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.content-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 20px;
}

.content-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #E53935;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.device-mockup {
    flex: 1;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000000;
}

.mockup-image {
    width: 100%;
    height: auto;
    display: block;
}

.mockup-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mockup-overlay:hover {
    background: rgba(229, 57, 53, 0.8);
    border-color: #E53935;
}

.play-button {
    width: 32px;
    height: 32px;
    background: #E53935;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.overlay-info {
    display: flex;
    flex-direction: column;
}

.overlay-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.overlay-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.status-bar {
    background: #2a2a2a;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.status-indicators {
    display: flex;
    gap: 20px;
}

.indicator {
    display: flex;
    align-items: center;
    gap: 8px;
}

.indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.indicator.active .indicator-dot {
    background: #E53935;
}

.indicator-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.time-display {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-variant-numeric: tabular-nums;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.service-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.service-card:hover {
    background: rgba(229, 57, 53, 0.05);
    border-color: rgba(229, 57, 53, 0.3);
    transform: translateY(-5px);
}

.service-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}

.service-description {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

/* Benefits Section */
.benefits-section {
    margin-top: 80px;
    padding: 60px 0;
    background: rgba(229, 57, 53, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(229, 57, 53, 0.1);
}

.benefits-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.benefits-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    text-align: left;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.benefit-number {
    font-size: 24px;
    font-weight: 700;
    color: #E53935;
    min-width: 40px;
    height: 40px;
    background: rgba(229, 57, 53, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.benefit-content p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}



/* Expert Help CTA Section */
.expert-help {
    background: linear-gradient(135deg, rgba(229, 57, 53, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    border: 1px solid rgba(229, 57, 53, 0.2);
    border-radius: 16px;
    padding: 60px 40px;
    margin: 80px 0;
    text-align: center;
}

.expert-container {
    max-width: 800px;
    margin: 0 auto;
}

.expert-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.expert-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 32px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn-primary {
    background: linear-gradient(135deg, #E53935 0%, #C62828 100%);
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
    display: inline-block;
}

.cta-btn-primary:hover {
    background: linear-gradient(135deg, #D32F2F 0%, #B71C1C 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(229, 57, 53, 0.3);
}

.cta-btn-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .business-hero {
        padding: 100px 0 60px;
    }
    
    .business-hero-heading h1 {
        font-size: 40px;
    }
    
    .business-hero-description p {
        font-size: 16px;
    }
    
    .superior-title {
        font-size: 36px;
    }
    
    .superior-description {
        font-size: 16px;
    }
    
    .main-content {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }
    

    
    .device-mockup {
        max-width: 400px;
    }
    
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 50px;
    }
    
    .benefits-section {
        margin-top: 60px;
        padding: 50px 20px;
    }
    
    .benefits-title {
        font-size: 28px;
    }
    
    .benefits-grid {
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .business-hero-container,
    .superior-container,
    .solutions-container {
        padding: 0 16px;
    }
    
    .business-hero-heading h1 {
        font-size: 32px;
    }
    
    .business-hero-buttons {
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }
    
    .device-mockup {
        max-width: 350px;
    }
    
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 40px;
    }
    
    .service-card {
        padding: 25px;
    }
    
    .service-title {
        font-size: 18px;
    }
    
    .benefits-section {
        margin-top: 50px;
        padding: 40px 16px;
    }
    
    .benefits-title {
        font-size: 24px;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .expert-help {
        padding: 40px 20px;
        margin: 60px 16px;
    }
    
    .expert-title {
        font-size: 24px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn-primary,
    .cta-btn-secondary {
        width: 100%;
        max-width: 300px;
    }
}