.ah-founder1,
.ah-founder1 * {
    box-sizing: border-box;
}

.ah-founder1 {
    width: 100%;
    padding: 78px 36px;
    background:
        linear-gradient(180deg, #061d35 0 42%, transparent 42% 100%),
        #f6f9fb;
    color: #10213a;
    font-family: Arial, Helvetica, sans-serif;
}

.ah-founder1__inner {
    width: min(100%, 1180px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 40%) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.ah-founder1__intro {
    min-width: 0;
    padding: 34px;
    background:
        radial-gradient(circle at 12% 10%, rgba(18, 199, 156, .18), transparent 34%),
        linear-gradient(180deg, #082743, #061d35);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    box-shadow: 0 20px 54px rgba(0, 0, 0, .18);
}

.ah-founder1__intro::after {
    content: "";
    position: absolute;
    right: -74px;
    bottom: -74px;
    width: 180px;
    height: 180px;
    border: 28px solid rgba(18, 199, 156, .14);
    border-radius: 50%;
    pointer-events: none;
}

.ah-founder1__eyebrow {
    margin: 0 0 12px;
    color: #12c79c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ah-founder1__title {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.ah-founder1__intro-text {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.62;
}

.ah-founder1__image {
    position: relative;
    z-index: 1;
    margin: 28px 0 0;
    width: 100%;
    aspect-ratio: 5 / 4;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    border-radius: 8px;
}

.ah-founder1__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ah-founder1__image figcaption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    margin: 0;
    padding: 9px 12px;
    border-radius: 6px;
    background: rgba(6, 29, 53, .78);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.ah-founder1__message {
    min-width: 0;
    padding: 46px 52px 40px;
    background: #ffffff;
    border: 1px solid #dde6eb;
    box-shadow: 0 22px 58px rgba(6, 29, 53, .12);
    position: relative;
    border-radius: 8px;
}

.ah-founder1__quote {
    position: absolute;
    top: 22px;
    right: 36px;
    color: rgba(18, 199, 156, .16);
    font-size: 110px;
    font-weight: 800;
    line-height: .7;
    pointer-events: none;
}

.ah-founder1__content {
    display: grid;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.ah-founder1__content p {
    margin: 0;
    color: #3c4b5d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.74;
}

.ah-founder1__content p:first-child {
    color: #10213a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.55;
    padding-left: 18px;
    border-left: 4px solid #12c79c;
}

.ah-founder1__signature {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #dde6eb;
    display: inline-grid;
    gap: 5px;
    min-width: 240px;
}

.ah-founder1__signature strong {
    color: #061d35;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.ah-founder1__signature span {
    color: #4d5b6d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 980px) {
    .ah-founder1 {
        padding: 50px 22px;
        background:
            linear-gradient(180deg, #061d35 0 30%, transparent 30% 100%),
            #f6f9fb;
    }

    .ah-founder1__inner {
        grid-template-columns: 1fr;
    }

    .ah-founder1__intro,
    .ah-founder1__message {
        padding: 38px 30px;
    }

    .ah-founder1__title {
        font-size: 32px;
    }
}

@media (max-width: 620px) {
    .ah-founder1 {
        padding: 32px 14px;
    }

    .ah-founder1__inner {
        gap: 14px;
    }

    .ah-founder1__intro,
    .ah-founder1__message {
        padding: 28px 20px;
    }

    .ah-founder1__title {
        font-size: 28px;
    }

    .ah-founder1__intro-text {
        margin-top: 16px;
        font-size: 15px;
    }

    .ah-founder1__image {
        margin-top: 20px;
        aspect-ratio: 16 / 10;
    }

    .ah-founder1__quote {
        top: 18px;
        right: 18px;
        font-size: 72px;
    }

    .ah-founder1__content {
        gap: 14px;
    }

    .ah-founder1__content p,
    .ah-founder1__content p:first-child {
        font-size: 14px;
        line-height: 1.68;
    }
}
