/* ===== Solutions Pages - Clean Light Theme ===== */

.solutions-strike { padding-top: 20px; }

/* Hero — Keep dark hero for contrast */
.solution-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    color: #f8fafc; padding: 100px 0 80px; position: relative; overflow: hidden;
}
.solution-hero::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(8,145,178,0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(99,102,241,0.08) 0%, transparent 50%);
    pointer-events: none;
}
.solution-hero::after {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(rgba(8,145,178,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8,145,178,0.02) 1px, transparent 1px);
    background-size: 60px 60px; pointer-events: none;
}
.solution-hero .container { position: relative; z-index: 1; }
.solution-hero h1 {
    font-family: 'Rajdhani','Inter',sans-serif; font-size: clamp(2rem,5vw,3.2rem);
    font-weight: 800; line-height: 1.1; margin-bottom: 1.25rem;
}
.solution-hero h1 .highlight {
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.solution-hero .lead { color: #e2e8f0; font-size: 1.1rem; line-height: 1.7; max-width: 600px; margin-bottom: 2rem; }
.solution-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(8,145,178,0.1); border: 1px solid rgba(8,145,178,0.2);
    padding: 0.4rem 1rem; border-radius: 100px; font-size: 0.8rem;
    font-weight: 600; color: #06b6d4; margin-bottom: 1.5rem; letter-spacing: 0.05em;
}
.cta-group { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-solution-primary {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: linear-gradient(135deg,#0891b2,#06b6d4); color: #fff;
    padding: 0.85rem 1.75rem; border-radius: 8px; font-weight: 600;
    text-decoration: none; transition: all 0.3s; box-shadow: 0 4px 20px rgba(8,145,178,0.25);
}
.btn-solution-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(8,145,178,0.35); color: #fff; }
.btn-solution-secondary {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: transparent; color: #cbd5e1; border: 1px solid rgba(255,255,255,0.12);
    padding: 0.85rem 1.75rem; border-radius: 8px; font-weight: 600;
    text-decoration: none; transition: all 0.3s;
}
.btn-solution-secondary:hover { border-color: #0891b2; color: #06b6d4; }

/* Credibility Bar */
.credibility-bar {
    background: #f8fafc; border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0; padding: 2rem 0;
}
.credibility-stats { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; text-align: center; }
.credibility-stat .number {
    font-family: 'Rajdhani',sans-serif; font-size: 1.5rem; font-weight: 700;
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.credibility-stat .label { color: #64748b; font-size: 0.8rem; margin-top: 0.15rem; }

/* Sections */
.solution-section { padding: 4rem 0; position: relative; }
.solution-section.dark-bg { background: #ffffff; }
.solution-section.light-bg { background: #f8fafc; }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-header h2 {
    font-family: 'Rajdhani','Inter',sans-serif; font-size: clamp(1.75rem,3.5vw,2.25rem);
    font-weight: 800; color: #1e293b; margin-bottom: 0.5rem;
}
.section-header p { color: #64748b; font-size: 1rem; }

/* Feature Grid */
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.feature-card {
    background: #ffffff;
    border: 1px solid #e2e8f0; border-radius: 14px;
    padding: 1.75rem; transition: all 0.3s; position: relative; overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.feature-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #0891b2, #06b6d4); opacity: 0; transition: opacity 0.3s;
}
.feature-card:hover { transform: translateY(-3px); border-color: rgba(8,145,178,0.2); box-shadow: 0 8px 24px rgba(8,145,178,0.08); }
.feature-card:hover::before { opacity: 1; }
.feature-card .icon {
    width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
    background: rgba(8,145,178,0.06); color: #0891b2; font-size: 1.25rem; margin-bottom: 1rem;
}
.feature-card h3 { font-size: 1.1rem; font-weight: 700; color: #1e293b; margin-bottom: 0.6rem; }
.feature-card p { color: #475569; font-size: 0.9rem; line-height: 1.65; margin-bottom: 0.75rem; }
.feature-card ul { list-style: none; padding: 0; margin: 0; }
.feature-card li { padding: 0.3rem 0; color: #475569; font-size: 0.85rem; display: flex; align-items: center; gap: 0.5rem; }
.feature-card li i { color: #16a34a; font-size: 0.7rem; }

/* Benefits Section */
.benefits-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 3rem; align-items: center; }
.benefits-content h2 {
    font-family: 'Rajdhani','Inter',sans-serif; font-size: 2rem; font-weight: 800;
    color: #1e293b; margin-bottom: 1rem;
}
.benefits-content > p { color: #475569; font-size: 1rem; line-height: 1.7; margin-bottom: 1.5rem; }
.benefits-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.benefits-list li { display: flex; gap: 0.75rem; padding: 0.6rem 0; }
.benefits-list li span { color: #475569; font-size: 0.9rem; line-height: 1.6; }
.benefits-list li strong { color: #1e293b; }
.check-icon {
    width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; margin-top: 2px;
    background: rgba(22,163,74,0.08); color: #16a34a; display: flex;
    align-items: center; justify-content: center; font-size: 0.65rem;
}
.tech-stack { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tech-tag {
    background: rgba(8,145,178,0.06); border: 1px solid rgba(8,145,178,0.12);
    color: #0e7490; padding: 0.35rem 0.75rem; border-radius: 6px; font-size: 0.8rem; font-weight: 500;
}
.benefits-image { border-radius: 16px; overflow: hidden; }

/* Use Cases */
.use-cases-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; }
.use-case-card {
    background: #ffffff; border: 1px solid #e2e8f0;
    border-radius: 14px; padding: 1.5rem; display: flex; gap: 1.25rem;
    transition: all 0.3s; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.use-case-card:hover { border-color: rgba(8,145,178,0.2); box-shadow: 0 8px 24px rgba(8,145,178,0.06); }
.use-case-card .number {
    font-family: 'Rajdhani',sans-serif; font-size: 2rem; font-weight: 800; line-height: 1;
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    flex-shrink: 0;
}
.use-case-card h4 { color: #1e293b; font-size: 1rem; font-weight: 700; margin-bottom: 0.35rem; }
.use-case-card p { color: #475569; font-size: 0.85rem; line-height: 1.6; margin: 0; }

/* CTA */
.solution-cta {
    text-align: center; padding: 4rem 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 50%, #ffffff 100%);
}
.solution-cta h2 {
    font-family: 'Rajdhani','Inter',sans-serif; font-size: clamp(1.75rem,3.5vw,2.25rem);
    font-weight: 800; color: #1e293b; margin-bottom: 0.75rem;
}
.solution-cta p { color: #475569; font-size: 1rem; max-width: 640px; margin: 0 auto 2rem; line-height: 1.7; }
.cta-buttons { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* Responsive */
@media (max-width: 991px) {
    .feature-grid { grid-template-columns: repeat(2,1fr); }
    .benefits-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .feature-grid, .use-cases-grid { grid-template-columns: 1fr; }
    .credibility-stats { gap: 1.5rem; }
}
