.about-hero {
    padding: 140px 0 90px;
    text-align: center;
}

.about-intro {
    max-width: 820px;
    margin: 0 auto;
}

.about-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.about-story {
    padding: 100px 0;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-story-image img {
    width: 100%;
    border-radius: 32px;
    display: block;
}

.about-story-content p {
    margin-top: 20px;
    color: #667085;
    line-height: 1.8;
}

.about-values {
    display: grid;
    gap: 16px;
    margin-top: 32px;
}

.value-card {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ececf2;
}

.value-card strong {
    display: block;
    margin-bottom: 6px;
}

.value-card span {
    color: #667085;
}

.about-numbers {
    padding: 100px 0;
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
    margin-top: 40px;
}

.number-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 24px;
    text-align: center;
    border: 1px solid #ececf2;
}

.number-card strong {
    display: block;
    font-size: 48px;
    color: var(--primary);
}

.number-card span {
    color: #667085;
}

.about-process {
    padding: 100px 0;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
    margin-top: 40px;
}

.process-step {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #ececf2;
}

.process-step span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(93,63,211,.1);
    color: var(--primary);
    font-weight: 700;
}

.process-step h3 {
    margin: 18px 0 10px;
}

.process-step p {
    color: #667085;
}

.team-preview {
    padding: 100px 0 120px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 24px;
    margin-top: 40px;
}

.team-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    border: 1px solid #ececf2;
}

.team-card img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px;
}

.team-card h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.team-card span {
    color: #667085;
}

.team-action {
    text-align: center;
    margin-top: 40px;
}

body {
    background: #F5F7FA;
}

.about-hero {
    position: relative;
    padding: 170px 0 120px;
    text-align: center;
    background:
            radial-gradient(circle at 50% 0%, rgba(93,63,211,.12), transparent 36%),
            linear-gradient(180deg, #fff 0%, #F5F7FA 100%);
}

.about-hero .st {
    font-size: clamp(3rem, 6vw, 5.6rem);
    max-width: 980px;
    margin: 0 auto 22px;
}

.about-intro {
    font-size: 1.18rem;
    max-width: 840px;
    margin: 0 auto;
}

.about-actions .btn-s {
    background: #fff;
    color: var(--purple);
    border: 1px solid rgba(93,63,211,.12);
    box-shadow: 0 18px 45px rgba(0,0,0,.06);
}

.about-story {
    padding: 120px 0;
    background: #fff;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    align-items: center;
}

.about-story-image {
    position: relative;
    min-height: 560px;
    border-radius: 42px;
    overflow: hidden;
    box-shadow: 0 34px 90px rgba(0,0,0,.12);
}

.about-story-image img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

.about-story-image::after {
    content: "Mayper Medical";
    position: absolute;
    left: 34px;
    bottom: 34px;
    padding: 14px 20px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    color: #fff;
    font-weight: 800;
    backdrop-filter: blur(14px);
}

.value-card,
.number-card,
.process-step,
.team-card {
    transition: .35s ease;
}

.value-card:hover,
.number-card:hover,
.process-step:hover,
.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 70px rgba(0,0,0,.08);
}

.about-numbers {
    padding: 110px 0;
    background: #F5F7FA;
}

.number-card strong {
    font-family: var(--font-h);
    color: var(--purple);
}

.about-process {
    padding: 120px 0;
    background: #fff;
}

.process-step {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team-preview {
    padding: 120px 0;
    background: #F5F7FA;
}

.team-card {
    padding: 16px 16px 24px;
}

.team-card img {
    width: 100%;
    height: 210px;
    border-radius: 22px;
    object-fit: cover;
    margin-bottom: 18px;
}

.team-card h3 {
    font-family: var(--font-h);
}

.team-action .btn-p {
    min-width: 210px;
}







.nav a.active {
    color: var(--purple-e);
    font-weight: 800;
}

.about-map {
    padding: 110px 0;
    background: #fff;
}

.about-map-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 36px;
}

.about-map-card {
    padding: 28px;
    border-radius: 26px;
    background: #F7F8FC;
    border: 1px solid rgba(0,0,0,.05);
}

.about-map-card strong {
    display: block;
    font-family: var(--font-h);
    color: var(--purple);
    font-size: 1.15rem;
    margin-bottom: 6px;
}

.about-map-card span {
    color: #667586;
}

.about-contact {
    padding: 90px 0 120px;
    background: #F5F7FA;
}

.about-contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 54px;
    border-radius: 34px;
    background: linear-gradient(135deg, var(--purple), var(--purple-e));
    color: #fff;
    box-shadow: var(--shadow-purple);
}

.about-contact-box .sl,
.about-contact-box h2,
.about-contact-box p {
    color: #fff;
}

.about-contact-box h2 {
    max-width: 720px;
    font-family: var(--font-h);
    font-size: 2.4rem;
    line-height: 1.05;
    letter-spacing: -.04em;
    margin-bottom: 16px;
}

.about-contact-box p {
    max-width: 680px;
    color: rgba(255,255,255,.76);
    line-height: 1.7;
}

.about-contact-box .btn-p {
    background: #fff;
    color: var(--purple);
    min-width: 220px;
    box-shadow: none;
}

@media (max-width: 900px) {
    .about-contact-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-map-grid {
        grid-template-columns: 1fr;
    }
}