/* Solutions Page Styles */

/* General list improvements for Solutions page */
.solutions-overview ul,
.service-card ul,
.methodology-list,
.tech-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}

.solutions-overview ul li,
.service-card ul li,
.methodology-list li,
.tech-list li {
    position: relative !important;
    padding-left: 2rem !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.6 !important;
    list-style: none !important;
}

/* Ensure bullets don't overlap with text */
.solutions-overview ul li::before,
.methodology-list li::before,
.tech-list li::before {
    position: absolute !important;
    left: 0 !important;
    top: 0.1em !important;
}

.solutions-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.solutions-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.solutions-hero .hero-subtitle {
    color: white !important;
    opacity: 0.95;
    font-size: 1.25rem;
    font-weight: 400;
}

/* Solutions Overview */
.solutions-overview {
    padding: 5rem 0;
    background: var(--bg-light);
}

.overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.overview-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.overview-content p {
    font-size: 1.125rem;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.benefits-list {
    list-style: none;
    margin-bottom: 2rem;
    padding-left: 0;
}

.benefits-list li {
    padding: 0.5rem 0 0.5rem 0.5rem !important; /* Less padding since checkmark is in text */
    color: var(--text-dark);
    position: relative !important;
    line-height: 1.6 !important;
    list-style: none !important;
    display: block !important;
}

/* No ::before needed for benefits list - checkmarks are in the text */

.overview-image img {
    width: 100%;
    border-radius: 1rem;
    box-shadow: var(--shadow-lg);
}

/* Service Categories */
.service-categories {
    padding: 5rem 0;
}

.service-categories > .container > h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.service-category {
    margin-bottom: 4rem;
}

.category-header {
    text-align: center;
    margin-bottom: 2rem;
}

.category-header h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.category-header p {
    color: var(--text-light);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: var(--shadow);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.service-card h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.service-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.service-card ul {
    list-style: none;
    margin-bottom: 1.5rem;
    padding-left: 0;
}

.service-card ul li {
    padding: 0.4rem 0 0.4rem 2rem !important;
    position: relative !important;
    color: var(--text-light);
    font-size: 0.875rem;
    line-height: 1.5 !important;
    list-style: none !important;
    display: block !important;
}

.service-card ul li::before {
    content: '•';
    position: absolute !important;
    left: 0 !important;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    top: 0.2rem !important;
    width: 1.5rem !important;
    text-align: center !important;
}

/* Delivery Approach */
.delivery-approach {
    padding: 5rem 0;
    background: var(--bg-light);
}

.delivery-approach h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.approach-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.approach-timeline::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--border-color);
    z-index: 0;
}

.timeline-item {
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.timeline-number {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem;
    position: relative;
}

.timeline-content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.timeline-content p {
    color: var(--text-light);
    font-size: 0.875rem;
}

/* Success Stories */
.success-stories {
    padding: 5rem 0;
}

.success-stories h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.story-card {
    background: white;
    border: 2px solid var(--border-color);
    border-radius: 0.75rem;
    padding: 2rem;
}

.story-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.story-header h3 {
    font-size: 1.125rem;
}

.industry {
    background: var(--bg-light);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    color: var(--text-light);
}

.story-content p {
    font-style: italic;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

.story-metrics {
    display: flex;
    justify-content: space-around;
}

.metric {
    text-align: center;
}

.metric-value {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary-color);
}

.metric-label {
    display: block;
    font-size: 0.75rem;
    color: var(--text-light);
    margin-top: 0.25rem;
}

/* Solutions CTA */
.solutions-cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    text-align: center;
}

.solutions-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

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

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

.solutions-cta .btn-primary {
    background: white;
    color: var(--primary-color);
}

.solutions-cta .btn-primary:hover {
    background: var(--bg-light);
}

.solutions-cta .btn-secondary {
    border-color: white;
    color: white;
}

.solutions-cta .btn-secondary:hover {
    background: white;
    color: var(--primary-color);
}

/* Responsive */
@media (max-width: 992px) {
    .overview-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid,
    .stories-grid {
        grid-template-columns: 1fr;
    }
    
    .approach-timeline {
        flex-direction: column;
    }
    
    .approach-timeline::before {
        display: none;
    }
    
    .timeline-item {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .solutions-hero h1 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
}