.about-page {
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
}

.about-page .site-container {
    position: relative;
    z-index: 2;
}

.about-glow {
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    filter: blur(72px);
    opacity: 0.56;
    pointer-events: none;
    z-index: 0;
}

.about-glow.purple-right {
    inset-inline-end: -120px;
    top: 90px;
    background: radial-gradient(circle, rgba(132, 98, 233, 0.65) 0%, rgba(132, 98, 233, 0) 72%);
}

.about-glow.purple-left {
    inset-inline-start: -120px;
    top: 320px;
    background: radial-gradient(circle, rgba(132, 98, 233, 0.45) 0%, rgba(132, 98, 233, 0) 72%);
}

.about-glow.gold-mid {
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
    background: radial-gradient(circle, rgba(248, 192, 101, 0.34) 0%, rgba(248, 192, 101, 0) 74%);
}

.about-hero {
    text-align: center;
    max-width: 920px;
    margin-inline: auto;
    padding: 3.8rem 0 2.5rem;
}

.about-hero-title {
    margin: 0;
    color: #1c1930;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
}

.about-hero-subtitle {
    margin: 1rem auto 0;
    max-width: 780px;
    color: #4e4a61;
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 1.82;
    overflow-wrap: anywhere;
}

.about-story {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1rem;
    align-items: stretch;
}

.about-story-panel {
    position: relative;
    border: 1px solid rgba(94, 57, 224, 0.12);
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(29, 24, 58, 0.1);
}

.about-story-text {
    display: grid;
    gap: 1rem;
    align-content: center;
    padding: clamp(1.2rem, 2.4vw, 2rem);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.97) 0%, rgba(246, 238, 255, 0.96) 58%, rgba(239, 229, 255, 0.96) 100%);
}

.about-story-title {
    margin: 0;
    color: #402a9a;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    text-align: start;
    overflow-wrap: anywhere;
}

.about-story-copy {
    margin: 0;
    color: #48445a;
    font-size: 1.04rem;
    line-height: 1.88;
    text-align: start;
    overflow-wrap: anywhere;
}

.about-story-media {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(60, 194, 183, 0.2), transparent 44%),
        radial-gradient(circle at 78% 80%, rgba(132, 98, 233, 0.22), transparent 46%),
        linear-gradient(135deg, #fefcff 0%, #f4edff 100%);
}

.about-story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-story-media-placeholder {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    border: 3px dashed rgba(94, 57, 224, 0.34);
    background: rgba(255, 255, 255, 0.7);
}

.about-mission-vision {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.about-card {
    position: relative;
    border-radius: 32px;
    border: 1px solid rgba(94, 57, 224, 0.1);
    background: linear-gradient(150deg, #ffffff 0%, #f7f1ff 100%);
    padding: clamp(1.2rem, 2vw, 1.8rem);
    box-shadow: 0 18px 36px rgba(26, 20, 56, 0.08);
    overflow: hidden;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    inset-inline: 0;
    height: 6px;
    background: linear-gradient(90deg, #5f42df 0%, #37c7bb 100%);
    opacity: 0.86;
}

.about-card.card-vision::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    inset-inline-end: -84px;
    bottom: -106px;
    background: radial-gradient(circle, rgba(95, 66, 223, 0.24) 0%, rgba(95, 66, 223, 0) 74%);
    pointer-events: none;
}

.about-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(140deg, #5f42df 0%, #34c7bc 100%);
    color: #fff;
    font-size: 1.22rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(62, 45, 150, 0.2);
}

.about-card-icon .icon-svg {
    width: 1.3rem;
    height: 1.3rem;
}

.about-card-title {
    margin: 1rem 0 0;
    color: #221c40;
    font-size: clamp(1.35rem, 2vw, 1.82rem);
    line-height: 1.28;
    font-weight: 800;
    text-align: start;
    overflow-wrap: anywhere;
}

.about-card-copy {
    margin: 0.65rem 0 0;
    color: #4f4a62;
    font-size: 1rem;
    line-height: 1.78;
    text-align: start;
    overflow-wrap: anywhere;
}

.about-why {
    margin-top: 3.2rem;
}

.about-why-head {
    text-align: center;
    margin-bottom: 2.2rem;
}

.about-why-title {
    margin: 0;
    color: #1c1930;
    font-size: clamp(1.8rem, 3.1vw, 2.35rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.about-why-subtitle {
    margin: 0.9rem auto 0;
    max-width: 840px;
    color: #4f4a62;
    font-size: 1.06rem;
    line-height: 1.75;
}

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

.about-why-card {
    position: relative;
    border-radius: 28px;
    padding: 1.4rem;
    border: 1px solid rgba(94, 57, 224, 0.12);
    background: #fff;
    text-align: start;
    min-height: 214px;
    box-shadow: 0 12px 28px rgba(26, 20, 56, 0.07);
    overflow: hidden;
}

.about-why-card::after {
    content: '';
    position: absolute;
    inset-inline-end: -36px;
    top: -38px;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(95, 66, 223, 0.14) 0%, rgba(95, 66, 223, 0) 74%);
    pointer-events: none;
}

.about-why-icon {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(145deg, #f4edff 0%, #ecf9f7 100%);
    color: #5e39e0;
    font-size: 1.24rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(94, 57, 224, 0.14);
}

.about-why-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-why-icon .icon-svg {
    width: 1.1rem;
    height: 1.1rem;
}

.about-why-card-title {
    margin: 0.9rem 0 0;
    color: #1f1a38;
    font-size: 1.2rem;
    line-height: 1.45;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.about-why-card-copy {
    margin: 0.6rem 0 0;
    color: #514b64;
    font-size: 0.98rem;
    line-height: 1.72;
    overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: no-preference) {
    .about-hero,
    .about-story,
    .about-mission-vision,
    .about-why {
        animation: aboutFadeUp 0.55s ease both;
    }

    .about-story {
        animation-delay: 0.08s;
    }

    .about-mission-vision {
        animation-delay: 0.14s;
    }

    .about-why {
        animation-delay: 0.2s;
    }
}

@keyframes aboutFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1120px) {
    .about-story,
    .about-mission-vision,
    .about-why-grid {
        grid-template-columns: 1fr;
    }

    .about-story-media {
        min-height: 320px;
    }
}

@media (max-width: 760px) {
    .about-page {
        padding-top: 0;
    }

    .about-hero {
        padding-top: 2.8rem;
        padding-bottom: 1.9rem;
    }

    .about-hero-title {
        font-size: clamp(1.8rem, 9vw, 2.3rem);
    }

    .about-hero-subtitle {
        font-size: 1rem;
    }

    .about-story-panel,
    .about-card,
    .about-why-card {
        border-radius: 24px;
    }

    .about-story-text,
    .about-card,
    .about-why-card {
        padding: 1.1rem;
    }

    .about-why {
        margin-top: 2.4rem;
    }

    .about-why-head {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 520px) {
    .about-story-media {
        min-height: 240px;
    }

    .about-card-title {
        font-size: 1.3rem;
    }

    .about-card-copy,
    .about-why-subtitle,
    .about-why-card-copy {
        font-size: 0.95rem;
    }

    .about-why-card {
        min-height: auto;
    }
}
