/* ===== Experience Overview — clean, premium, institutional ===== */
/* Design: clear blocks, soft elevation, strong hierarchy, no decoration */

/* ===== Base Layout ===== */

.experience-overview {
    background: #f7f8fb;
    padding: 80px 0;
}

.experience-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== Back Link ===== */

.back-link {
    display: inline-block;
    margin-bottom: 32px;
    font-size: 14px;
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.back-link:hover {
    color: #111827;
}

/* ===== Page Header ===== */

.page-header {
    margin-bottom: 56px;
}

.page-title {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.page-subtitle {
    font-size: 18px;
    color: #6b7280;
    max-width: 720px;
    margin-bottom: 24px;
}

/* Access Portal CTA: clear entry to real system from overview */
.experience-access-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.experience-access-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.35);
}

/* ===== Content Sections ===== */

.content-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 40px;
    margin-bottom: 32px;
    box-shadow: 0 10px 25px rgba(17, 24, 39, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.content-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #4f46e5, #6366f1);
}

.content-section:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(17, 24, 39, 0.06);
}

/* ===== Section Titles ===== */

.section-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 18px;
}

/* ===== Paragraphs ===== */

.section-content p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 16px;
}

/* ===== Bullet Lists ===== */

.bullet-list,
.flow-list {
    padding-left: 0;
    list-style: none;
}

.bullet-list li,
.flow-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
}

.bullet-list li::before,
.flow-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4f46e5;
}

/* ===== Special Governance Note Styling ===== */

.governance-note {
    border-left: 4px solid #4f46e5;
    background: #f3f4ff;
}

.about-hero {
    margin-bottom: 56px;
}

.about-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
    gap: 32px;
    align-items: center;
}

.about-hero-main {
    max-width: 560px;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.06);
    border: 1px solid rgba(79, 70, 229, 0.16);
    color: #4f46e5;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.about-cta-primary,
.about-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.about-cta-primary {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #fff;
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.4);
}

.about-cta-primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(79, 70, 229, 0.45);
}

.about-cta-secondary {
    background: #eef2ff;
    color: #3730a3;
    border: 1px solid rgba(79, 70, 229, 0.35);
}

.about-cta-secondary:hover {
    background: #e0e7ff;
    color: #1e1b4b;
}

.about-hero-aside {
    border-radius: 20px;
    padding: 18px 18px 16px;
    background: radial-gradient(circle at top left, #eef2ff, #e5e7eb);
    box-shadow: 0 14px 30px rgba(148, 163, 184, 0.35);
}

.about-metric-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.about-metric {
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.6);
}

.about-metric-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 3px;
}

.about-metric-value {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.content-section-soft {
    background: #f9fafb;
}

.content-section-soft::before {
    background: linear-gradient(90deg, #4f46e5, #0ea5e9);
}

.about-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.about-capability-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 16px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(209, 213, 219, 0.9);
}

.about-capability-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.about-capability-card p {
    font-size: 14px;
    color: #4b5563;
    margin: 0;
}

/* ===== Responsive ===== */

@media (max-width: 768px) {
    .experience-overview {
        padding: 60px 0;
    }

    .page-title {
        font-size: 28px;
    }

    .content-section {
        padding: 28px 24px;
    }

    .about-hero-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-hero-aside {
        margin-top: 20px;
    }

    .about-capabilities-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
