.about-page {
    background: #f9f9ff;
    color: #151c27;
}

.about-hero {
    align-items: center;
    display: flex;
    min-height: 560px;
    overflow: hidden;
    position: relative;
}

.about-hero__media,
.about-hero__overlay {
    inset: 0;
    position: absolute;
}

.about-hero__media {
    background: #123428 center / cover no-repeat;
    transform: scale(1.04);
    z-index: 0;
}

.about-hero__overlay {
    background: rgba(13, 22, 18, 0.62);
    z-index: 1;
}

.about-hero__content {
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
    z-index: 2;
}

.about-eyebrow,
.about-kicker {
    color: #95d3ba;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-kicker {
    color: #064e3b;
}

.about-hero__title {
    color: #fff;
    font-size: clamp(2rem, 4.4vw, 3.6rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
}

.about-hero__lead {
    color: #e7eefe;
    font-size: clamp(1rem, 1.7vw, 1.22rem);
    line-height: 1.75;
    max-width: 760px;
}

.about-section {
    padding: 5rem 0;
}

.about-section--muted,
.about-section--audience {
    background: #f0f3ff;
}

.about-section__title {
    color: #064e3b;
    font-weight: 800;
    letter-spacing: 0;
}

.about-section__intro {
    color: #404944;
    line-height: 1.75;
    max-width: 760px;
}

.about-copy {
    color: #404944;
    font-size: 1.02rem;
    line-height: 1.8;
}

.about-image-panel {
    background: #fff;
    border: 1px solid rgba(191, 201, 195, 0.55);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.about-image-panel img {
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.about-service-card,
.about-value-card,
.about-audience-card,
.about-model-step {
    background: #fff;
    border: 1px solid rgba(191, 201, 195, 0.46);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.about-service-card,
.about-value-card {
    display: flex;
    flex-direction: column;
    padding: 1.45rem;
}

.about-service-card {
    min-height: 275px;
}

.about-icon {
    align-items: center;
    background: rgba(6, 78, 59, 0.09);
    border-radius: 999px;
    color: #064e3b;
    display: inline-flex;
    font-size: 1.35rem;
    height: 52px;
    justify-content: center;
    margin-bottom: 1.15rem;
    width: 52px;
}

.about-service-card h3,
.about-value-card h3,
.about-audience-card h3 {
    color: #151c27;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.4;
}

.about-service-card p,
.about-value-card p,
.about-model-step p {
    color: #6b7280;
    line-height: 1.65;
}

.about-service-card a {
    border-top: 1px solid rgba(191, 201, 195, 0.38);
    color: #064e3b;
    font-weight: 800;
    margin-top: auto;
    padding-top: 1rem;
    text-decoration: none;
}

.about-service-card a:hover,
.about-service-card a:focus {
    color: #78350f;
}

.about-value-card i {
    color: #064e3b;
    font-size: 1.65rem;
    margin-bottom: 1rem;
}

.about-audience-card {
    padding: 2rem;
}

.about-audience-card__header {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.about-audience-card__header span {
    align-items: center;
    background: rgba(6, 78, 59, 0.09);
    border-radius: 999px;
    color: #064e3b;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.35rem;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.about-check-list {
    color: #404944;
    line-height: 1.7;
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-check-list li {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.about-check-list li::before {
    color: #064e3b;
    content: "\F26A";
    flex: 0 0 auto;
    font-family: "bootstrap-icons";
    margin-top: 0.12rem;
}

.about-model {
    background: #e7eefe;
    border-bottom: 1px solid rgba(191, 201, 195, 0.45);
    border-top: 1px solid rgba(191, 201, 195, 0.45);
    padding: 5rem 0;
}

.about-model-step {
    padding: 1.35rem;
}

.about-model-step span {
    color: #064e3b;
    display: block;
    font-size: 0.82rem;
    font-weight: 900;
    margin-bottom: 0.6rem;
}

.about-model-step strong {
    color: #151c27;
    display: block;
    font-size: 1rem;
    margin-bottom: 0.55rem;
}

.about-model-step p {
    font-size: 0.92rem;
    margin-bottom: 0;
}

.about-cta {
    background: #fff;
    padding: 5rem 0;
}

.about-line-btn {
    background: #06c755;
    border-color: #06c755;
    color: #fff;
    font-weight: 800;
}

.about-line-btn:hover,
.about-line-btn:focus {
    background: #05ad4a;
    border-color: #05ad4a;
    color: #fff;
}

.about-outline-btn {
    border: 2px solid #064e3b;
    color: #064e3b;
    font-weight: 800;
}

.about-outline-btn:hover,
.about-outline-btn:focus {
    background: #064e3b;
    color: #fff;
}

@media (max-width: 991.98px) {
    .about-hero {
        min-height: 480px;
    }

    .about-section,
    .about-model,
    .about-cta {
        padding: 3.5rem 0;
    }
}

@media (max-width: 575.98px) {
    .about-hero {
        min-height: 420px;
    }

    .about-service-card,
    .about-value-card,
    .about-audience-card,
    .about-model-step {
        border-radius: 12px;
    }
}
