/* ============================================================
   page-guanyu-women.css — 关于我们
   ============================================================ */

/* ── 英雄区 ── */
.ab-hero {
    background:
        linear-gradient(160deg,
            rgba(232, 244, 255, 0.94) 0%,
            rgba(215, 234, 255, 0.90) 45%,
            rgba(228, 243, 255, 0.93) 100%);
    backdrop-filter: blur(22px) saturate(1.4);
    -webkit-backdrop-filter: blur(22px) saturate(1.4);
    padding: clamp(72px, 10vw, 118px) 0 clamp(48px, 6vw, 72px);
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, black 72%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 72%, transparent 100%);
}

.ab-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(26, 111, 255, 0.055) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.ab-hero::after {
    content: '';
    position: absolute;
    top: -60px; right: -80px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(147, 197, 253, 0.26) 0%, transparent 70%);
    pointer-events: none;
}

.ab-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.ab-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(26, 111, 255, 0.08);
    border: 1px solid rgba(26, 111, 255, 0.20);
    color: #1a6fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.ab-hero__title {
    margin: 0;
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 860;
    color: #0f1d38;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.ab-hero__sub {
    margin: 0;
    font-size: 16px;
    color: rgba(15, 36, 80, 0.52);
    font-weight: 500;
    max-width: 520px;
    text-align: center;
}

/* ── 主体 ── */
.ab-body {
    padding-top: 0;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ── 快捷导航 ── */
.ab-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 8px;
}

.ab-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(100, 160, 240, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #1a3060;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ab-links a:hover {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(26, 111, 255, 0.38);
    transform: translateY(-2px);
    color: #1a6fff;
}

.ab-links svg { flex-shrink: 0; color: #1a6fff; }

/* ── 内容区块（图标 + 正文并排） ── */
.ab-section {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 28px 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    border: 1px solid rgba(200, 220, 245, 0.70);
    box-shadow: 0 4px 18px rgba(15, 27, 50, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ab-section__icon {
    flex-shrink: 0;
    width: 46px; height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.ab-section__icon--blue   { background: rgba(26,  111, 255, 0.10); color: #1a6fff; }
.ab-section__icon--teal   { background: rgba(13,  148, 136, 0.10); color: #0d9488; }
.ab-section__icon--indigo { background: rgba(99,  102, 241, 0.10); color: #6366f1; }

.ab-section__body { flex: 1; }

.ab-section__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 800;
    color: #0d2240;
    letter-spacing: -0.01em;
}

.ab-section__body p {
    margin: 0 0 10px;
    font-size: 14.5px;
    line-height: 1.72;
    color: rgba(15, 36, 80, 0.62);
}

.ab-section__body p:last-child { margin-bottom: 0; }

.ab-section__body ul {
    margin: 0;
    padding-left: 1.2em;
}

.ab-section__body li {
    font-size: 14.5px;
    line-height: 1.72;
    color: rgba(15, 36, 80, 0.62);
    margin-bottom: 8px;
}

.ab-section__body li:last-child { margin-bottom: 0; }

.ab-section__body strong {
    color: #0d2240;
    font-weight: 750;
}

.ab-section__body a {
    color: #1a6fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ab-section__body a:hover { color: #1240a0; }

/* ── 价值观模块 ── */
.ab-values-wrap {
    padding: 28px 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    border: 1px solid rgba(200, 220, 245, 0.70);
    box-shadow: 0 4px 18px rgba(15, 27, 50, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ab-values-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.ab-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

@media (max-width: 680px) {
    .ab-values { grid-template-columns: 1fr; }
    .ab-section { flex-direction: column; }
}

.ab-value {
    padding: 20px 18px;
    border-radius: 16px;
    background: rgba(235, 244, 255, 0.55);
    border: 1px solid rgba(100, 160, 240, 0.18);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background 0.22s ease, border-color 0.22s ease;
}

.ab-value:hover {
    background: rgba(220, 237, 255, 0.75);
    border-color: rgba(26, 111, 255, 0.25);
}

.ab-value__num {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1a6fff;
    opacity: 0.7;
}

.ab-value__title {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #0d2240;
}

.ab-value__desc {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.65;
    color: rgba(15, 36, 80, 0.60);
}

.ab-value__desc a {
    color: #1a6fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ab-value__desc a:hover { color: #1240a0; }

/* ── Infrastructure SEO section (about-us) ── */
.ab-infra {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 8px;
}

.ab-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(200, 220, 245, 0.85);
    background: rgba(200, 220, 245, 0.45);
}

.ab-stat {
    background: rgba(255, 255, 255, 0.92);
    padding: 36px 20px;
    text-align: center;
}

.ab-stat__value {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    color: #1a6fff;
    margin-bottom: 8px;
    line-height: 1.1;
}

.ab-stat__label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(15, 36, 80, 0.55);
    line-height: 1.4;
    min-height: 2.8em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(200, 220, 245, 0.70);
    box-shadow: 0 4px 18px rgba(15, 27, 50, 0.06);
}

.ab-feature-row--reverse .ab-feature-row__media { order: 1; }
.ab-feature-row--reverse .ab-feature-row__copy { order: 2; }

.ab-feature-row__title {
    margin: 0 0 16px;
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 800;
    color: #0d2240;
    line-height: 1.2;
}

.ab-feature-row__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(15, 36, 80, 0.62);
}

.ab-feature-row__text strong { color: #0d2240; }

.ab-feature-row__media {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
}

.ab-feature-row__media img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 200px;
    object-fit: cover;
}

.ab-infra-cta {
    text-align: center;
    padding: 48px 24px;
    border-radius: 20px;
    background: linear-gradient(160deg, rgba(232, 244, 255, 0.9), rgba(215, 234, 255, 0.85));
    border: 1px solid rgba(200, 220, 245, 0.70);
}

.ab-infra-cta__title {
    margin: 0 0 20px;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: #0d2240;
}

.ab-infra-cta__btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.ab-infra-cta__btn:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .ab-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ab-feature-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ab-feature-row__media { order: -1 !important; }
}

@media (max-width: 520px) {
    .ab-stats { grid-template-columns: 1fr; }
}
