.about-page {
    background: #f5f7fb;
    color: #122033;
    overflow-x: hidden;
}

.about-page .hero.about-hero {
    padding: 60px 0 48px;
    background: linear-gradient(135deg, #d4f1f0 0%, #f9fbff 48%, #ffffff 100%);
}

.about-page .about,
.about-page .founder {
    padding: 56px 0;
}

.about-page .about {
    background: #ffffff;
}

.about-page .founder {
    background: linear-gradient(180deg, #f9fbff 0%, #d4f1f0 100%);
}

.about-page .hero-flex,
.about-page .about-flex,
.about-page .founder-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.about-page .hero-text,
.about-page .about-content,
.about-page .founder-content {
    width: 100%;
    max-width: 100%;
}

.about-page .hero-text,
.about-page .about-content,
.about-page .founder-content {
    text-align: center;
}

.about-page .hero-text h1 {
    margin: 0;
    font-size: clamp(2rem, 8vw, 2.8rem);
    line-height: 1.15;
}

.about-page .hero-desc {
    max-width: 34rem;
    margin: 18px auto 0;
    font-size: 0.98rem;
    line-height: 1.7;
}

.about-page .hero-image {
    display: flex;
    justify-content: center;
    width: 100%;
}

.about-page .hero-image img {
    width: 100%;
    max-width: 480px;
    aspect-ratio: 4 / 3;
    min-height: 0;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(27, 168, 158, 0.16);
}

.about-page .about-flex {
    gap: 36px;
    margin: 0;
}

.about-page .about-images {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 480px;
    min-height: 0;
    padding-bottom: 86px;
    margin: 0 auto;
}

.about-page .main-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.about-page .overlay-img {
    position: absolute;
    right: 8px;
    bottom: 0;
    left: auto;
    width: 66%;
    max-width: 220px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid #ffffff;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.15);
}

.about-page .about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-page .about-content h2,
.about-page .founder-content h2 {
    margin: 0;
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    line-height: 1.2;
}

.about-page .about-desc,
.about-page .founder-desc,
.about-page .founder-badge span,
.about-page .founder-stat span,
.about-page .founder-trust-card p {
    color: #5c6577;
    line-height: 1.7;
}

.about-page .about-desc {
    max-width: 38rem;
    margin: 0 0 22px;
}

.about-page .about-points {
    display: grid;
    gap: 12px;
    width: 100%;
    margin-bottom: 10px;
}

.about-page .about-points p {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #e5eaf7;
    border-radius: 16px;
    background: #f7f9ff;
}

.about-page .btn-secondary {
    width: 100%;
    max-width: 240px;
    margin-top: 18px;
    padding: 12px 24px;
    border-radius: 999px;
}

.about-page .founder-layout {
    gap: 36px;
}

.about-page .founder-photo-panel,
.about-page .founder-content {
    width: 100%;
}

.about-page .founder-photo-panel {
    position: relative;
    max-width: 500px;
}

.about-page .founder-photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.about-page .founder-badge {
    width: calc(100% - 32px);
    margin: -34px auto 0;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 8px;
}

.about-page .founder-badge strong {
    color: #111827;
    font-size: 1.05rem;
}

.about-page .founder-content {
    display: grid;
    gap: 18px;
}

.about-page .founder-desc {
    margin: 0;
}

.about-page .founder-stats,
.about-page .founder-trust-grid {
    display: grid;
    gap: 16px;
}

.about-page .founder-stats {
    grid-template-columns: 1fr;
}

.about-page .founder-stat,
.about-page .founder-trust-card {
    padding: 18px 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e5eaf7;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.about-page .founder-stat strong,
.about-page .founder-trust-card strong {
    display: block;
    color: #111827;
}

.about-page .founder-stat strong {
    font-size: 1.55rem;
    margin-bottom: 8px;
}

.about-page .founder-role-group h3 {
    margin: 0 0 14px;
    font-size: 1.12rem;
}

.about-page .founder-role-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.about-page .founder-role-tags span {
    padding: 10px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dde5f6;
    color: #334155;
    font-weight: 500;
}

.about-page .founder-trust-card p {
    margin: 10px 0 0;
}

@media (min-width: 48rem) {

    .about-page .hero.about-hero,
    .about-page .about,
    .about-page .founder {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .about-page .hero-flex,
    .about-page .about-flex,
    .about-page .founder-layout {
        gap: 40px;
    }

    .about-page .hero-text h1 {
        font-size: clamp(2.4rem, 6vw, 3.2rem);
    }

    .about-page .hero-desc,
    .about-page .about-desc,
    .about-page .founder-desc {
        font-size: 1.02rem;
    }

    .about-page .hero-image img {
        max-width: 520px;
        border-radius: 26px;
    }

    .about-page .about-images {
        max-width: 560px;
        padding-bottom: 112px;
    }

    .about-page .founder-photo-panel {
        max-width: 540px;
    }

    .about-page .main-img {
        border-radius: 26px;
    }

    .about-page .overlay-img {
        right: 16px;
        width: 58%;
        max-width: 250px;
        border-radius: 22px;
    }

    .about-page .btn-secondary {
        width: auto;
    }

    .about-page .founder-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-page .founder-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 64rem) {
    .about-page .hero.about-hero {
        padding: 96px 0 72px;
    }

    .about-page .about,
    .about-page .founder {
        padding: 96px 0;
    }

    .about-page .hero-flex,
    .about-page .about-flex,
    .about-page .founder-layout {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .about-page .hero-flex {
        justify-content: space-between;
        gap: 56px;
    }

    .about-page .about-flex {
        gap: 72px;
    }

    .about-page .founder-layout {
        gap: 64px;
    }

    .about-page .hero-text,
    .about-page .about-content {
        max-width: 560px;
        text-align: left;
    }

    .about-page .hero-desc {
        margin-left: 0;
        margin-right: 0;
    }

    .about-page .hero-image {
        justify-content: flex-end;
    }

    .about-page .hero-image img {
        max-width: 520px;
        min-height: 360px;
        border-radius: 28px;
        box-shadow: 0 24px 60px rgba(27, 168, 158, 0.18);
    }

    .about-page .about-images {
        flex: 1;
        max-width: none;
        min-height: 470px;
        padding-bottom: 0;
        margin: 0;
    }

    .about-page .main-img {
        height: 430px;
        aspect-ratio: auto;
        border-radius: 28px;
        box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    }

    .about-page .overlay-img {
        right: -24px;
        bottom: -24px;
        width: 52%;
        max-width: 260px;
        border-radius: 24px;
        border-width: 6px;
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
    }

    .about-page .about-content {
        align-items: flex-start;
    }

    .about-page .founder-photo-panel {
        flex: 0.92;
        max-width: none;
    }

    .about-page .founder-photo {
        min-height: 520px;
        border-radius: 28px;
        box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
    }

    .about-page .founder-badge {
        position: absolute;
        right: -20px;
        bottom: -24px;
        width: min(320px, 70%);
        margin: 0;
    }

    .about-page .founder-content {
        flex: 1.08;
        text-align: left;
    }

    .about-page .about-content h2,
    .about-page .founder-content h2 {
        font-size: clamp(2rem, 4vw, 3rem);
    }

    .about-page .about-content h2 {
        margin-bottom: 18px;
    }

    .about-page .about-points {
        gap: 14px;
        margin-bottom: 12px;
    }

    .about-page .founder-role-tags {
        justify-content: flex-start;
    }

    .about-page .founder-trust-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 160rem) {

    .about-page .hero.about-hero,
    .about-page .about,
    .about-page .founder {
        padding: 120px 0 96px;
    }

    .about-page .hero-flex,
    .about-page .about-flex,
    .about-page .founder-layout {
        gap: 96px;
    }

    .about-page .hero-text,
    .about-page .about-content,
    .about-page .founder-content {
        max-width: 42rem;
    }

    .about-page .hero-image img {
        max-width: 680px;
        min-height: 440px;
        border-radius: 32px;
    }

    .about-page .main-img {
        height: 540px;
        border-radius: 32px;
    }

    .about-page .overlay-img {
        right: -32px;
        bottom: -32px;
        max-width: 320px;
        border-radius: 28px;
    }

    .about-page .about-content h2,
    .about-page .founder-content h2 {
        font-size: clamp(2.4rem, 3vw, 3.7rem);
    }

    .about-page .founder-photo {
        min-height: 620px;
        border-radius: 32px;
    }

    .about-page .founder-badge {
        right: -28px;
        bottom: -28px;
        width: min(360px, 62%);
        padding: 22px 24px;
    }
}