.about-hero {
    background: linear-gradient(135deg, #f8fafc 0%, #ecfdf5 56%, #fff7ed 100%);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    padding: 64px 0;
}

.about-hero__grid,
.about-operator,
.about-cta__inner {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
}

.about-eyebrow {
    color: #0f766e;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: .04em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.about-hero h1 {
    color: #172033;
    font-size: clamp(3.4rem, 5.2vw, 5.6rem);
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
    max-width: 780px;
}

.about-lead {
    color: #475569;
    font-size: 1.7rem;
    line-height: 1.7;
    margin: 20px 0 0;
    max-width: 760px;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.about-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    display: inline-flex;
    font-size: 1.5rem;
    font-weight: 850;
    gap: 9px;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    text-decoration: none;
}

.about-button--primary {
    background: #0f766e;
    box-shadow: 0 12px 26px rgba(15, 118, 110, .22);
    color: #fff;
}

.about-button--primary:hover {
    background: #115e59;
    color: #fff;
}

.about-button--secondary {
    background: #fff;
    border-color: rgba(15, 23, 42, .14);
    color: #172033;
}

.about-button--secondary:hover,
.about-text-link:hover {
    color: #0f766e;
}

.about-hero__panel,
.about-facts,
.about-consent {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(15, 23, 42, .09);
    border-radius: 12px;
    box-shadow: 0 24px 52px rgba(15, 23, 42, .1);
    padding: 28px;
}

.about-hero__panel h2 {
    color: #172033;
    font-size: 2.2rem;
    font-weight: 900;
    margin: 0 0 18px;
}

.about-hero__panel ul {
    display: grid;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-hero__panel li {
    align-items: flex-start;
    color: #334155;
    display: flex;
    font-size: 1.45rem;
    gap: 11px;
    line-height: 1.55;
}

.about-hero__panel li i {
    color: #0f766e;
    margin-top: 4px;
}

.about-section {
    padding: 58px 0;
}

.about-section--soft {
    background: #f8fafc;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
    border-top: 1px solid rgba(15, 23, 42, .06);
}

.about-section__heading {
    margin: 0 auto 28px;
    max-width: 760px;
    text-align: center;
}

.about-section__heading h2,
.about-operator h2,
.about-consent h2,
.about-cta h2 {
    color: #172033;
    font-size: clamp(2.6rem, 4vw, 3.6rem);
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.about-section__heading > p:last-child,
.about-operator > div > p:not(.about-eyebrow),
.about-consent > div > p:not(.about-eyebrow) {
    color: #64748b;
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 12px 0 0;
}

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

.about-process article {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 10px;
    padding: 24px;
}

.about-process article > span {
    color: #0f766e;
    display: block;
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 14px;
}

.about-process h3,
.about-case h3 {
    color: #172033;
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0 0 9px;
}

.about-process p {
    color: #64748b;
    font-size: 1.45rem;
    line-height: 1.65;
    margin: 0;
}

.about-facts {
    display: grid;
    gap: 0;
    margin: 0;
}

.about-facts > div {
    border-bottom: 1px solid #e2e8f0;
    display: grid;
    gap: 6px;
    padding: 14px 0;
}

.about-facts > div:first-child {
    padding-top: 0;
}

.about-facts > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.about-facts dt {
    color: #64748b;
    font-size: 1.25rem;
    font-weight: 800;
}

.about-facts dd {
    color: #172033;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
}

.about-facts a,
.about-text-link {
    color: #0f766e;
    text-decoration: none;
}

.about-text-link {
    display: inline-flex;
    font-size: 1.45rem;
    font-weight: 850;
    gap: 8px;
    margin-top: 18px;
}

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

.about-case {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .09);
    border-radius: 10px;
    overflow: hidden;
}

.about-case img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.about-case > div {
    padding: 20px;
}

.about-case p {
    color: #0f766e;
    font-size: 1.2rem;
    font-weight: 850;
    margin: 0 0 8px;
}

.about-case span {
    color: #64748b;
    font-size: 1.4rem;
    line-height: 1.65;
}

.about-consent {
    align-items: flex-start;
    display: grid;
    gap: 22px;
    grid-template-columns: 58px minmax(0, 1fr);
    margin: 0 auto;
    max-width: 900px;
}

.about-consent > span {
    align-items: center;
    background: #ecfdf5;
    border-radius: 50%;
    color: #0f766e;
    display: flex;
    font-size: 2.2rem;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.about-cta {
    background: #172033;
    padding: 48px 0;
}

.about-cta h2 {
    color: #fff;
}

.about-cta .about-eyebrow {
    color: #5eead4;
}

.about-cta .about-actions {
    justify-content: flex-end;
    margin-top: 0;
}

@media (max-width: 900px) {
    .about-hero__grid,
    .about-operator,
    .about-cta__inner {
        grid-template-columns: 1fr;
    }

    .about-process,
    .about-cases {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-cta .about-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .about-hero,
    .about-section {
        padding: 38px 0;
    }

    .about-hero__grid {
        gap: 26px;
    }

    .about-process,
    .about-cases {
        grid-template-columns: 1fr;
    }

    .about-consent {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .about-actions,
    .about-button {
        width: 100%;
    }
}
