/* ========================================================================== 
   „Eu te cred” — campaign credits and disclaimer
   ========================================================================== */

.eutecred-credits {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(84px, 8vw, 118px) 0 clamp(78px, 8vw, 110px);
    color: var(--eutecred-ink);
    background: var(--eutecred-white);
}

.eutecred-credits__inner {
    display: grid;
    grid-template-columns: minmax(340px, 0.88fr) minmax(440px, 1.12fr);
    gap: clamp(64px, 8vw, 124px);
    align-items: start;
    width: min(100% - 80px, 1250px);
    margin: 0 auto;
}

.eutecred-credits__title {
    margin: 0;
    color: var(--eutecred-ink);
    font-family: "Anton", "Arial Narrow", sans-serif;
    font-size: clamp(50px, 5vw, 72px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.025em;
    text-transform: none;
}

.eutecred-credits__title span {
    display: block;
}

.eutecred-credits__title span:last-child {
    white-space: nowrap;
}

.eutecred-credits__logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: min(100%, 540px);
    margin-top: clamp(34px, 4vw, 48px);
}

.eutecred-credits__logo-item {
    display: grid;
    min-width: 0;
    min-height: 154px;
    padding: 20px;
    background: #f7f4ef;
    place-items: center;
}

.eutecred-credits__logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: 108px;
    object-fit: contain;
}

.eutecred-credits__logo--filia {
    height: 102px;
}

.eutecred-credits__logo--eliberare {
    height: 112px;
}

.eutecred-credits__disclaimer {
    margin-top: 4px;
    padding: clamp(32px, 4vw, 46px);
    background: #f7f4ef;
}

.eutecred-credits__disclaimer-label {
    margin: 0 0 20px;
    color: var(--eutecred-purple-deep);
    font-family: "Heebo", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eutecred-credits__disclaimer > p:last-child {
    max-width: 65ch;
    margin: 0;
    color: rgba(25, 22, 31, 0.82);
    font-family: "Heebo", sans-serif;
    font-size: clamp(15px, 1.25vw, 17px);
    font-weight: 500;
    line-height: 1.72;
}

@media only screen and (max-width: 900px) {
    .eutecred-credits__inner {
        grid-template-columns: 1fr;
        gap: 58px;
        width: min(100% - 56px, 760px);
    }

    .eutecred-credits__logos {
        width: min(100%, 580px);
    }

    .eutecred-credits__disclaimer {
        max-width: 720px;
    }
}

@media only screen and (max-width: 560px) {
    .eutecred-credits {
        padding: 70px 0 78px;
    }

    .eutecred-credits__inner {
        gap: 44px;
        width: calc(100% - 40px);
    }

    .eutecred-credits__title {
        font-size: clamp(42px, 12vw, 62px);
    }

    .eutecred-credits__logos {
        gap: 10px;
        margin-top: 30px;
    }

    .eutecred-credits__logo-item {
        min-height: 126px;
        padding: 14px;
    }

    .eutecred-credits__logo--filia {
        height: 82px;
    }

    .eutecred-credits__logo--eliberare {
        height: 88px;
    }

    .eutecred-credits__disclaimer {
        margin-top: 0;
        padding: 28px 24px;
    }

    .eutecred-credits__disclaimer > p:last-child {
        font-size: 15px;
        line-height: 1.66;
    }
}
