/* ========================================
   SOLUTIONS PAGE - Modern Design
   ======================================== */

/* Hero Section */
.solutions-hero {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 10rem 0 5rem;
    overflow: hidden;
}

.solutions-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 30% 20%, rgba(39, 128, 236, 0.15) 0%, transparent 50%),
                radial-gradient(ellipse at 70% 80%, rgba(157, 196, 75, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.solutions-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.solutions-hero-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: rgba(39, 128, 236, 0.2);
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(39, 128, 236, 0.3);
}

.solutions-hero h1 {
    font-size: 3.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, #fff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.solutions-hero p {
    font-size: 1.2rem;
    color: #94a3b8;
    line-height: 1.7;
    margin: 0 0 2rem;
}

.solutions-hero-decoration {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 60px;
    background: #f8fafc;
    clip-path: ellipse(70% 100% at 50% 100%);
}


/* Section Badge */
.solutions-section-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: linear-gradient(135deg, rgba(39, 128, 236, 0.1), rgba(157, 196, 75, 0.1));
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* Section Header */
.solutions-section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.solutions-section-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.solutions-section-header p {
    font-size: 1.05rem;
    color: #64748b;
    margin: 0;
}


/* Benefits Section */
.solutions-benefits-section {
    background: #f8fafc;
    padding: 5rem 0;
}

.solutions-benefit-card {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    height: 100%;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.solutions-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(39, 128, 236, 0.2);
}

.solutions-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #1e6fd9);
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.solutions-benefit-card h4 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.solutions-benefit-card p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}


/* Industries Section */
.solutions-industries-section {
    background: #fff;
    padding: 5rem 0;
}

.solutions-industry-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    height: 100%;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.solutions-industry-card:hover {
    background: #fff;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(39, 128, 236, 0.2);
}

.solutions-industry-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--secondary-color), #7cb32d);
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
}

.solutions-industry-card h4 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.solutions-industry-card p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}


/* Products Section */
.solutions-products-section {
    background: #f8fafc;
    padding: 5rem 0;
}

.solutions-product-card {
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    height: 100%;
    transition: all 0.3s ease;
}

.solutions-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.solutions-product-image {
    height: 200px;
    overflow: hidden;
}

.solutions-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.solutions-product-card:hover .solutions-product-image img {
    transform: scale(1.05);
}

.solutions-product-content {
    padding: 1.75rem;
}

.solutions-product-content h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.solutions-product-content h3 i {
    color: var(--primary-color);
}

.solutions-product-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solutions-product-content ul li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.solutions-product-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary-color);
}

/* Service Cards (no image) */
.solutions-service-card {
    background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
    display: flex;
    align-items: center;
}

.solutions-service-card .solutions-product-content {
    padding: 2rem;
}

.solutions-service-card .solutions-product-content h3 {
    margin-bottom: 1.25rem;
}


/* CTA Section */
.solutions-cta-section {
    background: #fff;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.solutions-cta-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--primary-color), #1e6fd9);
    padding: 3rem 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 50px rgba(39, 128, 236, 0.25);
}

.solutions-cta-wrapper h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}

.solutions-cta-wrapper p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.75rem;
}

.solutions-cta-btn {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.625rem;
    transition: all 0.3s ease;
}

.solutions-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}


/* Responsive */
@media (max-width: 991px) {
    .solutions-hero {
        padding: 8rem 0 4rem;
    }

    .solutions-hero h1 {
        font-size: 2.5rem;
    }

    .solutions-benefits-section,
    .solutions-industries-section,
    .solutions-products-section,
    .solutions-cta-section {
        padding: 4rem 0;
    }

    .solutions-section-header h2,
    .solutions-cta-wrapper h2 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .solutions-hero {
        padding: 7rem 0 3rem;
    }

    .solutions-hero h1 {
        font-size: 2rem;
    }

    .solutions-hero p {
        font-size: 1.05rem;
    }

    .solutions-hero-decoration {
        height: 40px;
    }

    .solutions-benefits-section,
    .solutions-industries-section,
    .solutions-products-section,
    .solutions-cta-section {
        padding: 3rem 0;
    }

    .solutions-section-header {
        margin-bottom: 2rem;
    }

    .solutions-section-header h2,
    .solutions-cta-wrapper h2 {
        font-size: 1.75rem;
    }

    .solutions-benefit-card,
    .solutions-industry-card {
        padding: 1.5rem;
    }

    .solutions-benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .solutions-industry-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    .solutions-hero {
        padding: 6rem 0 2.5rem;
    }

    .solutions-hero h1 {
        font-size: 1.75rem;
    }

    .solutions-hero-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }

    .solutions-product-content {
        padding: 1.5rem;
    }

    .solutions-product-content h3 {
        font-size: 1.2rem;
    }
}
