.credit-page {
    width: 100%;
    color: #173f2f;
    font-family: inherit;
    overflow-x: hidden;
}

.credit-hero,
.credit-purpose,
.credit-info,
.credit-benefits {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.credit-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.credit-section-kicker {
    margin: 0 0 14px;
    color: #73b842;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.credit-hero {
    min-height: clamp(420px, 34vw, 560px);
    background-color: #173f2f;
    background-image: url('../images/credit/credit-hero.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.credit-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 32, 20, 0.18) 0%, rgba(4, 32, 20, 0.1) 46%, rgba(4, 32, 20, 0) 100%);
    z-index: 1;
}

.credit-hero::after {
    content: "";
    position: absolute;
    right: -18rem;
    bottom: -12rem;
    width: 42rem;
    height: 42rem;
    background-image: url("../icons/SVG/LogoBanner_1.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    opacity: .3;
    pointer-events: none;
    z-index: 2;
}

.credit-hero__inner {
    min-height: clamp(420px, 34vw, 560px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 3;
}

.credit-hero__content {
    position: relative;
    z-index: 2;
    width: min(100%, 720px);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: clamp(0px, 3.3vw, 42px);
}

.credit-hero__title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(1.45rem, 2.25vw, 2.25rem);
    font-weight: 700;
    line-height: 1.08;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.credit-hero__highlight {
    width: min(100%, 680px);
    margin: 0;
    padding: 13px 28px;
    border-radius: 14px;
    background: rgba(184, 221, 67, 0.9);
    color: #173f2f;
    font-size: clamp(0.78rem, 1vw, 0.96rem);
    font-weight: 500;
    line-height: 1.22;
}

.credit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    background: #70b944;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color 160ms ease, transform 160ms ease;
}

.credit-button:hover,
.credit-button:focus {
    background: #5fa337;
    color: #ffffff;
    transform: translateY(-1px);
}

.credit-hero__actions {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.credit-hero__button,
.credit-hero__date {
    min-height: 36px;
    padding: 0 22px;
    font-size: 0.78rem;
}

.credit-hero__date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #70b944;
    color: #173f2f;
    font-weight: 800;
    line-height: 1;
}

.credit-purpose {
    padding: 28px 0 54px;
    background: #00451f;
    color: #ffffff;
    text-align: center;
}

.credit-purpose__inner {
    max-width: 920px;
}

.credit-purpose__eyebrow {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
}

.credit-purpose__title {
    max-width: 620px;
    margin: 0 auto 38px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.92rem, 1.1vw, 1.05rem);
    font-weight: 500;
    line-height: 1.35;
}

.credit-purpose__steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(18px, 4vw, 54px);
}

.credit-purpose__step {
    min-width: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.credit-purpose__icon,
.credit-benefit-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
}

.credit-purpose__icon img,
.credit-benefit-card__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.credit-purpose__label {
    color: #ffffff;
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.1;
}

.credit-purpose__arrow {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    position: relative;
}

.credit-purpose__arrow::before,
.credit-purpose__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 22px;
    height: 22px;
    border-top: 4px solid rgba(255, 255, 255, 0.86);
    border-right: 4px solid rgba(255, 255, 255, 0.86);
    transform: translateY(-50%) rotate(45deg);
}

.credit-purpose__arrow::before {
    left: 0;
}

.credit-purpose__arrow::after {
    left: 12px;
}

.credit-info {
    padding: 48px 0 82px;
    background: #ffffff;
}

.credit-info__grid {
    max-width: 1120px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 6.5rem);
}

.credit-info__content {
    min-width: 0;
    text-align: left;
}

.credit-info__title {
    margin: 0 0 14px;
    color: #173f2f;
    font-size: clamp(1.35rem, 2.4vw, 1.45rem);
    font-weight: 800;
    line-height: 1.2;
}

.credit-benefits__title {
    margin: 0 0 20px;
    color: #173f2f;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 800;
    line-height: 1.15;
}

.credit-info__description {
    margin: 0;
    color: #285742;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.36;
    text-align: justify;
}

.credit-info__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
    margin-top: 30px;
    text-align: left;
}

.credit-info__detail {
    max-width: none;
    padding: 18px;
    border: 1px solid #dfe8e1;
    border-radius: 12px;
    background: #f8faf8;
}

.credit-info__detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    color: #2f725c;
}

.credit-info__detail h3 {
    margin: 0 0 2px;
    color: #173f2f;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.25;
}

.credit-info__detail p {
    margin: 0;
    color: #285742;
    font-size: 0.83rem;
    font-weight: 400;
    line-height: 1.35;
}

.credit-info__media {
    display: block;
    min-width: 0;
    margin: 0;
}

.credit-info__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border: 4px solid #b8dd43;
    border-radius: 16px;
}

.credit-info__detail-icon--clock {
    border: 4px solid #2f725c;
    border-radius: 50%;
    position: relative;
}

.credit-info__detail-icon--clock::before,
.credit-info__detail-icon--clock::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    background: #2f725c;
    border-radius: 999px;
    transform-origin: bottom center;
}

.credit-info__detail-icon--clock::before {
    height: 13px;
    transform: translate(-50%, -100%) rotate(0deg);
}

.credit-info__detail-icon--clock::after {
    height: 10px;
    transform: translate(-50%, -100%) rotate(125deg);
}

.credit-benefits {
    padding: 78px 0 88px;
    background: #e9e9e9;
    text-align: center;
}

.credit-benefits__inner {
    max-width: 980px;
}

.credit-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(64px, 10vw, 150px);
    row-gap: 72px;
}

.credit-benefit-card {
    min-height: 106px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: transform .24s ease;
}

.credit-purpose__step,
.credit-info__detail,
.credit-info__media {
    transition: transform .24s ease, box-shadow .24s ease;
}

.credit-benefit-card:hover,
.credit-purpose__step:hover,
.credit-info__detail:hover,
.credit-info__media:hover {
    transform: translateY(-4px);
}

.credit-info__media:hover {
    box-shadow: 0 16px 30px rgba(0, 61, 25, .12);
}

.credit-purpose__icon img,
.credit-benefit-card__icon img {
    transition: transform .32s ease;
}

.credit-purpose__step:hover .credit-purpose__icon img,
.credit-benefit-card:hover .credit-benefit-card__icon img {
    transform: scale(1.035);
}

.credit-benefit-card__icon {
    width: 48px;
    height: 48px;
    color: #b8dd43;
    opacity: 0.9;
}

.credit-benefit-card h3 {
    margin: 0;
    color: #173f2f;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.18;
    max-width: 170px;
}

@media (max-width: 921px) {
    .credit-hero,
    .credit-hero__inner {
        min-height: 420px;
    }

    .credit-hero::after {
        right: -14rem;
        bottom: -9rem;
        width: 34rem;
        height: 34rem;
        opacity: .26;
    }

    .credit-hero__content {
        width: min(100%, 520px);
        padding: 24px 0;
    }

    .credit-info__grid {
        grid-template-columns: 1fr;
        gap: 38px;
        max-width: 680px;
        align-items: center;
    }

    .credit-info__content {
        display: block;
        text-align: left;
    }

    .credit-info__description {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
    }

    .credit-info__details {
        gap: 20px;
    }

    .credit-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 70px;
        row-gap: 56px;
    }
}

@media (max-width: 640px) {
    .credit-container {
        width: min(100% - 28px, 1120px);
    }

    .credit-hero,
    .credit-hero__inner {
        min-height: 440px;
    }

    .credit-hero::before {
        background: linear-gradient(90deg, rgba(8, 39, 25, 0.58) 0%, rgba(8, 39, 25, 0.34) 100%);
    }

    .credit-hero::after {
        display: none;
    }

    .credit-hero__content {
        width: 100%;
        padding: 24px 0;
    }

    .credit-hero__highlight {
        width: min(100%, 420px);
        padding: 16px 18px;
        border-radius: 14px;
        font-size: 1rem;
    }

    .credit-hero__actions {
        gap: 10px;
    }

    .credit-hero__button,
    .credit-hero__date {
        width: 100%;
        min-height: 42px;
    }

    .credit-purpose,
    .credit-info,
    .credit-benefits {
        padding: 58px 0;
    }

    .credit-purpose {
        padding: 36px 0 46px;
    }

    .credit-purpose__title {
        margin-bottom: 30px;
    }

    .credit-purpose__steps {
        flex-direction: column;
        gap: 18px;
    }

    .credit-purpose__arrow {
        transform: rotate(90deg);
        margin: 2px 0;
    }

    .credit-benefits__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .credit-benefit-card {
        min-height: auto;
    }

    .credit-info__media img {
        min-height: 300px;
        aspect-ratio: 16 / 9;
        border-width: 4px;
        border-radius: 10px;
    }

    .credit-info__details {
        grid-template-columns: 1fr;
    }
}
