.about-page {
            background: #f8fafc;
        }

        .about-hero {
            position: relative;
            padding: 90px 0 60px;
            background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.12) 0%, transparent 40%),
                radial-gradient(circle at bottom left, rgba(99, 102, 241, 0.08) 0%, transparent 45%);
            overflow: hidden;
        }

        .about-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 8px 16px;
            border-radius: 999px;
            background: rgba(59, 130, 246, 0.1);
            border: 1px solid rgba(59, 130, 246, 0.18);
            color: #1d4ed8;
            font-weight: 600;
            font-size: 0.95rem;
            margin-bottom: 18px;
        }

        .about-hero h1 {
            font-size: clamp(2.2rem, 4vw, 3.2rem);
            line-height: 1.1;
            letter-spacing: -0.02em;
            margin: 0 0 14px;
        }

        .about-hero p {
            max-width: 820px;
            margin: 0 auto;
            font-size: 1.15rem;
            color: #475569;
            line-height: 1.7;
        }

        .about-section {
            padding: 48px 0;
        }

        .about-section .section-header {
            margin-bottom: 28px;
        }

        .pill-row {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 18px;
            justify-content: center;
        }

        .pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            border-radius: 999px;
            background: #ffffff;
            border: 1px solid #e2e8f0;
            color: #334155;
            font-size: 0.95rem;
            box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
        }

        .about-cta {
            padding: 54px 0;
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(99, 102, 241, 0.06) 100%);
            border-top: 1px solid rgba(148, 163, 184, 0.35);
            border-bottom: 1px solid rgba(148, 163, 184, 0.35);
        }

        .about-cta-inner {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }

        .about-cta h2 {
            margin: 0 0 12px;
            font-size: 2rem;
            letter-spacing: -0.02em;
        }

        .about-cta p {
            margin: 0 auto 18px;
            color: #475569;
            line-height: 1.7;
            font-size: 1.05rem;
            max-width: 760px;
        }

        .about-cta-actions {
            display: flex;
            gap: 12px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-outline {
            background: transparent;
            color: #1d4ed8;
            border: 1px solid rgba(29, 78, 216, 0.35);
        }
