.about-page[data-v-87db2fcc] {
            min-height: 100vh;
            background: #f8fafc
        }

        .page-header[data-v-87db2fcc] {
            padding-top: 72px;
            background: linear-gradient(135deg, #eff6ff, #f0f9ff 50%, #fff);
            border-bottom: 1px solid rgba(0, 0, 0, .05)
        }

        .page-header .container[data-v-87db2fcc] {
            padding: 48px 20px 36px;
            text-align: center
        }

        .page-title[data-v-87db2fcc] {
            font-size: 36px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 12px
        }

        .page-desc[data-v-87db2fcc] {
            max-width: 680px;
            margin: 0 auto;
            font-size: 16px;
            line-height: 1.7;
            color: #6b7280
        }

        .intro-section[data-v-87db2fcc] {
            padding: 40px 0 28px
        }

        .intro-card[data-v-87db2fcc] {
            display: grid;
            grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
            gap: 24px;
            padding: 32px;
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            box-shadow: 0 16px 40px #0f172a0a
        }

        .intro-copy[data-v-87db2fcc] {
            display: flex;
            flex-direction: column;
            gap: 14px
        }

        .intro-eyebrow[data-v-87db2fcc] {
            display: inline-flex;
            align-self: flex-start;
            padding: 6px 12px;
            border-radius: 999px;
            background: #dbeafe;
            color: #1d4ed8;
            font-size: 13px;
            font-weight: 600
        }

        .intro-title[data-v-87db2fcc] {
            font-size: 30px;
            line-height: 1.25;
            color: #0f172a;
            font-weight: 800
        }

        .intro-text[data-v-87db2fcc] {
            font-size: 15px;
            line-height: 1.8;
            color: #64748b
        }

        .intro-points[data-v-87db2fcc] {
            display: grid;
            gap: 14px
        }

        .point-item[data-v-87db2fcc] {
            padding: 18px 20px;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 14px
        }

        .point-title[data-v-87db2fcc] {
            font-size: 16px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 6px
        }

        .point-desc[data-v-87db2fcc] {
            font-size: 14px;
            line-height: 1.7;
            color: #64748b
        }

        .stats-section[data-v-87db2fcc] {
            padding: 28px 0 40px
        }

        .section-header[data-v-87db2fcc] {
            text-align: center;
            margin-bottom: 28px
        }

        .section-title[data-v-87db2fcc] {
            font-size: 28px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 8px
        }

        .section-desc[data-v-87db2fcc] {
            font-size: 15px;
            color: #6b7280
        }

        .stats-grid[data-v-87db2fcc] {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px
        }

        .stat-item[data-v-87db2fcc] {
            padding: 24px 16px;
            text-align: center;
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 16px
        }

        .stat-number[data-v-87db2fcc] {
            font-size: 34px;
            font-weight: 800;
            color: #3b82f6;
            margin-bottom: 8px
        }

        .stat-label[data-v-87db2fcc] {
            font-size: 14px;
            color: #6b7280
        }

        .contact-section[data-v-87db2fcc] {
            padding: 0 0 60px
        }

        .contact-card[data-v-87db2fcc] {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 28px;
            padding: 32px;
            background: #fff;
            border: 1px solid #dbeafe;
            border-radius: 20px
        }

        .contact-content[data-v-87db2fcc] {
            flex: 1
        }

        .contact-title[data-v-87db2fcc] {
            font-size: 24px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 8px
        }

        .contact-desc[data-v-87db2fcc] {
            margin-bottom: 20px;
            font-size: 15px;
            line-height: 1.7;
            color: #6b7280
        }

        .contact-list[data-v-87db2fcc] {
            display: flex;
            flex-direction: column;
            gap: 14px
        }

        .contact-item[data-v-87db2fcc] {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 15px;
            color: #4b5563
        }

        .contact-icon[data-v-87db2fcc] {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 10px;
            background: #eff6ff;
            color: #3b82f6;
            flex-shrink: 0
        }

        .contact-cta[data-v-87db2fcc] {
            flex-shrink: 0
        }

        .btn-contact[data-v-87db2fcc] {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 36px;
            border-radius: 12px;
            background: #3b82f6;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            transition: background .2s
        }

        .btn-contact[data-v-87db2fcc]:hover {
            background: #1e40af
        }

        @media(max-width:1024px) {
            .intro-card[data-v-87db2fcc] {
                grid-template-columns: 1fr
            }

            .stats-grid[data-v-87db2fcc] {
                grid-template-columns: repeat(2, 1fr)
            }
        }

        @media(max-width:768px) {
            .page-title[data-v-87db2fcc] {
                font-size: 28px
            }

            .intro-section[data-v-87db2fcc] {
                padding-top: 28px
            }

            .intro-card[data-v-87db2fcc] {
                padding: 24px
            }

            .intro-title[data-v-87db2fcc] {
                font-size: 24px
            }

            .stats-grid[data-v-87db2fcc] {
                grid-template-columns: 1fr
            }

            .contact-card[data-v-87db2fcc] {
                flex-direction: column;
                align-items: flex-start;
                padding: 24px
            }
        }
