@media only screen and (min-width: 1024px) {

    /* Hero */
    .about-hero {
        position: relative;
        min-height: 300px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .about-hero__bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-hero__overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(26, 26, 46, 0.9) 0%, rgba(4, 157, 185, 0.78) 100%);
    }

    .about-hero__content {
        position: relative;
        z-index: 1;
        padding: 72px 15px 64px;
        color: #fff;
        max-width: 680px;
    }

    .about-hero__eyebrow {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: #F35E75;
        margin-bottom: 14px;
    }

    .about-hero h1 {
        font-size: 44px;
        font-weight: 700;
        margin: 0 0 16px;
        color: #fff;
        line-height: 1.15;
    }

    .about-hero p {
        font-size: 17px;
        line-height: 1.65;
        color: rgba(255, 255, 255, 0.92);
        margin: 0;
    }

    /* Shared label */
    .about-section-label {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #049db9;
        margin-bottom: 12px;
    }

    /* Intro */
    .about-intro {
        background: #fff;
        padding: 80px 0;
    }

    .about-intro__row {
        display: flex;
        align-items: center;
    }

    .about-intro__text h2 {
        font-size: 32px;
        font-weight: 700;
        color: #1a1a2e;
        margin: 0 0 20px;
        line-height: 1.25;
    }

    .about-intro__text p {
        font-size: 15px;
        line-height: 1.75;
        color: #555;
        margin: 0 0 16px;
    }

    .about-intro__text .about-lead {
        font-size: 17px;
        color: #333;
        font-weight: 500;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .about-communities {
        margin-top: 28px;
        padding-top: 24px;
        border-top: 1px solid #eef0f3;
    }

    .about-communities__title {
        display: block;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #888;
        margin-bottom: 14px;
    }

    .about-communities__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .about-communities__tags span {
        display: inline-block;
        padding: 8px 16px;
        background: #f0f7f9;
        color: #049db9;
        font-size: 13px;
        font-weight: 600;
        border-radius: 50px;
        border: 1px solid rgba(4, 157, 185, 0.15);
    }

    /* Image */
    .about-intro__visual {
        padding-left: 40px;
    }

    .about-intro__image-wrap {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    }

    .about-intro__image {
        width: 100%;
        display: block;
        border-radius: 16px;
    }

    .about-intro__badge {
        position: absolute;
        bottom: 24px;
        left: 24px;
        background: #fff;
        border-radius: 12px;
        padding: 18px 22px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .about-intro__badge strong {
        font-size: 28px;
        font-weight: 800;
        color: #F35E75;
        line-height: 1;
    }

    .about-intro__badge span {
        font-size: 12px;
        font-weight: 600;
        color: #555;
        line-height: 1.4;
        max-width: 140px;
    }

    /* Pillars */
    .about-pillars {
        background: #f7f8fa;
        padding: 80px 0;
    }

    .about-pillars__header {
        text-align: center;
        max-width: 600px;
        margin: 0 auto 48px;
    }

    .about-pillars__header h2 {
        font-size: 32px;
        font-weight: 700;
        color: #1a1a2e;
        margin: 0 0 12px;
    }

    .about-pillars__header p {
        font-size: 15px;
        color: #777;
        margin: 0;
        line-height: 1.6;
    }

    .about-pillars__grid {
        display: flex;
    }

    .about-pillar-card {
        background: #fff;
        border-radius: 16px;
        padding: 36px 32px;
        height: 100%;
        border: 1px solid #eef0f3;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .about-pillar-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 40px rgba(4, 157, 185, 0.1);
    }

    .about-pillar-card--featured {
        border-color: #049db9;
        box-shadow: 0 8px 32px rgba(4, 157, 185, 0.12);
    }

    .about-pillar-card--featured .about-pillar-card__icon {
        background: linear-gradient(135deg, #049db9 0%, #038aa3 100%);
    }

    .about-pillar-card__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        border-radius: 14px;
        background: linear-gradient(135deg, #F35E75 0%, #e04a62 100%);
        color: #fff;
        font-size: 22px;
        margin-bottom: 22px;
    }

    .about-pillar-card h3 {
        font-size: 20px;
        font-weight: 700;
        color: #1a1a2e;
        margin: 0 0 14px;
    }

    .about-pillar-card p {
        font-size: 14px;
        line-height: 1.7;
        color: #666;
        margin: 0 0 18px;
    }

    .about-pillar-card ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .about-pillar-card li {
        position: relative;
        padding-left: 22px;
        font-size: 13px;
        color: #444;
        line-height: 1.6;
        margin-bottom: 8px;
    }

    .about-pillar-card li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #049db9;
    }

    .about-pillar-card--featured li::before {
        background: #F35E75;
    }

    /* Values */
    .about-values {
        background: #1a1a2e;
        padding: 56px 0;
    }

    .about-values__row {
        display: flex;
        align-items: center;
    }

    .about-value-item {
        text-align: center;
        padding: 16px;
    }

    .about-value-item__number {
        display: block;
        font-size: 36px;
        font-weight: 800;
        color: #F35E75;
        line-height: 1.1;
        margin-bottom: 8px;
    }

    .about-value-item__label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.75);
        letter-spacing: 0.3px;
    }

    /* CTA */
    .about-cta {
        background: linear-gradient(135deg, #049db9 0%, #037d96 100%);
        padding: 64px 0;
    }

    .about-cta__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

    .about-cta__text h2 {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 10px;
    }

    .about-cta__text p {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.88);
        margin: 0;
        line-height: 1.6;
        max-width: 520px;
    }

    .about-cta__btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
        padding: 16px 36px;
        background: #fff;
        color: #049db9 !important;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        border-radius: 8px;
        text-decoration: none !important;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
        transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    }

    .about-cta__btn:hover {
        background: #F35E75;
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 10px 32px rgba(243, 94, 117, 0.35);
    }

    .about-cta__btn i {
        font-size: 14px;
        transition: transform 0.2s;
    }

    .about-cta__btn:hover i {
        transform: translateX(4px);
    }
}
