/* New CSS file for product pages */
/* World Radio Page Styles */
.product-hero {
    padding: 6rem 0;
    background: linear-gradient(to bottom, #FFFFFF, #F8F9FF);
    position: relative;
}

.featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(82, 109, 255, 0.08);
    color: #526DFF;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.featured-badge svg {
    width: 16px;
    height: 16px;
}

.product-content {
    max-width: 520px;
}

.product-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    color: #1A1A1A;
}

.product-content h1.gradient-text {
    background: linear-gradient(135deg, #526DFF 0%, #8A6FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

.product-content p {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #1A1A1A;
    font-size: 1rem;
}

.feature-item svg {
    width: 20px;
    height: 20px;
    color: #526DFF;
}

.product-actions {
    display: flex;
    gap: 1rem;
}

.btn-learn {
    background: #526DFF;
    color: white;
    padding: 0.875rem 2rem;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-chrome {
    background: white;
    color: #1A1A1A;
    padding: 0.875rem 2rem;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.btn-chrome svg {
    width: 20px;
    height: 20px;
}

/* Products Page Styles */
.products-hero {
    padding: 7rem 0 4rem;
    background: linear-gradient(to bottom, #F8F9FF, #FFFFFF);
    position: relative;
}

.products-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(82, 109, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(82, 109, 255, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(82, 109, 255, 0.08);
    color: #526DFF;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content p {
    font-size: 1.25rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Featured Products Section */
.featured-products {
    padding: 4rem 0;
}

.featured-products .container {
    max-width: 1200px;
    margin: 0 auto;
}

.product-card.featured {
    /* Change to horizontal layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto 4rem;
    padding: 4rem;
    background: white;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.product-card.featured .product-content {
    flex: 1;
    max-width: 500px;
}

.product-card.featured .product-features {
    /* Reset alignment */
    align-items: flex-start;
}

.product-card.featured .product-actions {
    /* Reset alignment */
    justify-content: flex-start;
}

.product-card.featured .product-preview {
    flex: 1;
    margin-top: 0;
    max-width: 500px;
}

.product-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(82, 109, 255, 0.08);
    color: #526DFF;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.product-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1A1A1A;
}

.product-type {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.product-description {
    font-size: 1.125rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.product-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    color: #1A1A1A;
}

.feature svg {
    width: 24px;
    height: 24px;
    color: #526DFF;
}

.product-actions {
    display: flex;
    gap: 1rem;
}

.btn-chrome {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.5rem;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    color: #1A1A1A;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-chrome:hover {
    background: #F8F9FF;
    transform: translateY(-1px);
}

.btn-chrome svg {
    width: 20px;
    height: 20px;
}

.product-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-preview img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* Coming Soon Section */
.coming-soon {
    text-align: center;
    padding: 4rem 0;
}

.coming-soon h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1A1A1A;
}

.coming-soon > p {
    font-size: 1.125rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.product-card.upcoming {
    padding: 2rem;
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: all 0.2s ease;
}

.product-card.upcoming:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.product-icon {
    width: 48px;
    height: 48px;
    background: rgba(82, 109, 255, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #526DFF;
}

.product-icon svg {
    width: 24px;
    height: 24px;
}

.product-card.upcoming h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1A1A1A;
}

.product-card.upcoming p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
}

.status {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(82, 109, 255, 0.08);
    color: #526DFF;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* CTA Section */
.cta-section {
    padding: 4rem 0;
    background: #F8F9FF;
}

.cta-card {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem;
    background: linear-gradient(135deg, #526DFF 0%, #8A6FFF 100%);
    border-radius: 24px;
    color: white;
}

.cta-card h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-card p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 0.875rem 1.5rem;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .product-card.featured {
        padding: 3rem;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .products-hero {
        padding: 6rem 0 3rem;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .product-card.featured {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
        gap: 2rem;
    }

    .product-card.featured .product-content {
        max-width: 100%;
    }

    .product-card.featured .product-features {
        align-items: center;
    }

    .product-card.featured .product-actions {
        justify-content: center;
    }

    .product-card.featured .product-preview {
        max-width: 100%;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-card {
        padding: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
}