/* ── Analytic Solutions – shared styles ──────────────────── */

/* ── Hero ─────────────────────────────────────────────────── */
.as-hero {
    background: linear-gradient(135deg, #0b2545 0%, #1768ac 100%);
    color: #fff;
    padding: 4.5rem 1rem 3.5rem;
    text-align: center;
}
.as-hero h1 { font-size: 2.5rem; font-weight: 700; letter-spacing: -0.5px; }
.as-hero p.lead { max-width: 720px; margin: 1rem auto 0; opacity: 0.9; font-size: 1.15rem; }
.as-hero .as-tag { display: inline-block; background: rgba(255,255,255,0.18); color: #fff; font-size: 0.82rem; font-weight: 600; padding: 0.3rem 0.85rem; border-radius: 20px; margin-bottom: 1rem; }

/* ── Sections ─────────────────────────────────────────────── */
.as-section { padding: 4rem 0; }
.as-section-alt { background: #f0f4f8; padding: 4rem 0; }
.as-section-title { font-size: 1.85rem; font-weight: 700; color: #0b2545; margin-bottom: 0.35rem; }
.as-section-subtitle { color: #6c757d; font-size: 1.05rem; margin-bottom: 2.25rem; }
.as-divider { width: 60px; height: 3px; background: #1768ac; border: none; margin: 0 auto 2.5rem; opacity: 1; }

/* ── Overview cards ───────────────────────────────────────── */
.as-card {
    border: none; border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}
.as-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.as-card .card-body { padding: 1.75rem; }
.as-card h5 { font-weight: 700; color: #0b2545; font-size: 1.1rem; }
.as-card p { color: #495057; font-size: 0.935rem; line-height: 1.6; }

/* ── Badge tags ───────────────────────────────────────────── */
.as-badge {
    display: inline-block; background: #e8f0fe; color: #1768ac;
    font-size: 0.78rem; font-weight: 600; padding: 0.25rem 0.65rem;
    border-radius: 20px; margin-right: 0.35rem; margin-bottom: 0.35rem;
}
.as-tag-badge {
    display: inline-block; background: rgba(23,104,172,0.1); color: #1768ac;
    font-size: 0.78rem; font-weight: 600; padding: 0.3rem 0.85rem;
    border-radius: 20px; margin-bottom: 1rem;
}

/* ── Highlight boxes ──────────────────────────────────────── */
.as-highlight { background: #f0f4f8; border-radius: 14px; padding: 2.25rem; }

/* ── Benefit items (bullet lists) ─────────────────────────── */
.as-benefit-item { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; }
.as-benefit-icon {
    flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
    background: #d4edda; color: #198754;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem; margin-top: 2px;
}
.as-benefit-item p { margin: 0; font-size: 0.93rem; color: #495057; line-height: 1.55; }

/* ── Capability list (card-internal) ──────────────────────── */
.as-cap-list { list-style: none; padding: 0; margin: 0.75rem 0 0; }
.as-cap-list li { padding: 0.25rem 0; font-size: 0.9rem; color: #495057; }
.as-cap-list li::before { content: "\2713"; color: #198754; font-weight: 700; margin-right: 0.5rem; }

/* ── Value-proposition block ──────────────────────────────── */
.as-value-block {
    background: linear-gradient(135deg, #0b2545 0%, #1768ac 100%);
    color: #fff; border-radius: 14px; padding: 2.5rem; margin-top: 2rem;
}
.as-value-block .as-value-label { font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; opacity: 0.8; margin-bottom: 0.5rem; }
.as-value-block p { font-size: 1.05rem; line-height: 1.7; margin: 0; }

/* ── CTA block ────────────────────────────────────────────── */
.as-cta {
    background: #f0f4f8; padding: 4rem 0; text-align: center;
}
.as-cta h2 { font-size: 1.85rem; font-weight: 700; color: #0b2545; margin-bottom: 1rem; }
.as-cta p { color: #495057; font-size: 1.05rem; max-width: 680px; margin: 0 auto 1.5rem; line-height: 1.7; }
.as-cta .btn { background: linear-gradient(135deg, #0b2545 0%, #1768ac 100%); color: #fff; border: none; padding: 0.75rem 2rem; border-radius: 8px; font-weight: 600; font-size: 1rem; transition: opacity 0.2s; }
.as-cta .btn:hover { opacity: 0.9; color: #fff; }

/* ── Learn-more link ──────────────────────────────────────── */
.as-learn-more { font-weight: 600; color: #1768ac; text-decoration: none; font-size: 0.93rem; }
.as-learn-more:hover { text-decoration: underline; }

/* ── Delivery mode sub-block ──────────────────────────────── */
.as-delivery-block {
    background: #fff; border-left: 4px solid #1768ac;
    border-radius: 0 10px 10px 0; padding: 1.5rem; margin-top: 1.5rem;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}
.as-delivery-block h6 { font-weight: 700; color: #0b2545; margin-bottom: 0.5rem; }
.as-delivery-block p { font-size: 0.93rem; color: #495057; margin: 0; line-height: 1.55; }

/* ── Industry items ───────────────────────────────────────── */
.as-industry-item { margin-bottom: 1.25rem; }
.as-industry-item strong { color: #0b2545; }
.as-industry-item p { margin: 0.25rem 0 0; font-size: 0.93rem; color: #495057; line-height: 1.55; }

/* ── Methodology / principle items ────────────────────────── */
.as-principle { margin-bottom: 1.25rem; }
.as-principle strong { color: #0b2545; }
.as-principle p { margin: 0.25rem 0 0; font-size: 0.93rem; color: #495057; line-height: 1.55; }
