.contracts-page {
    --white: #F0F0F0;
    --black: #101010;
    --black-light: #161616;
    --border: #242424;
    --grey: #3E3E3E;
    --military: #4D4836;
    --yellow: #FFC300;

    background: var(--black);
    color: var(--white);
    font-family: e-Ukraine, "Helvetica", "Arial", sans-serif;
}
.contracts-inner {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 24px;
}

.contracts-page section { padding: 88px 0; }

.contracts-page p { font-family: e-Ukraine-light, "Helvetica", "Arial", sans-serif; }
.hl {
    color: var(--yellow);
    font-family: e-Ukraine, sans-serif;
    font-weight: 500;
    white-space: nowrap;
}


.contracts-hero {
    text-align: center;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 130px 0 64px;
    background:
            linear-gradient(rgba(16, 16, 16, .15), rgba(16, 16, 16, .55) 55%, rgba(16, 16, 16, .9)),
            url("../images/contracts/hero.webp") center top / cover no-repeat;
    border-bottom: 1px solid var(--border);
}

.contracts-hero__title {
    font-size: clamp(30px, 4.4vw, 54px);
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 24px;
}

.contracts-hero__title b { color: var(--yellow); font-weight: 500; }

.contracts-hero__lead {
    max-width: 760px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.65;
    color: #c9c9c9;
}
.contracts-h2 {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 36px;
}

.contracts-h2:before {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    background: var(--yellow);
    margin-bottom: 24px;
}
.contracts-list {
    display: grid;
    gap: 24px;
}

.contract-card {
    background: var(--black-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 40px;
}

.contract-card--priority { border-color: rgba(255, 195, 0, .45); }

.contract-card__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.contract-card__badge {
    display: inline-block;
    background: var(--yellow);
    color: var(--black);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
}

.contract-card__title {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

.contract-card__desc {
    font-size: 16px;
    line-height: 1.65;
    color: #c9c9c9;
}

.contract-card__lead-in {
    font-family: e-Ukraine, sans-serif;
    font-size: 16px;
    color: var(--white);
    margin: 28px 0 20px;
}

.contracts-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.contracts-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
            "icon num"
            "icon label";
    column-gap: 24px;
    row-gap: 8px;
    align-items: center;
    background: var(--black);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 26px 28px;
    transition: border-color .2s;
}

.contracts-card:hover { border-color: var(--yellow); }

.contracts-card__icon {
    grid-area: icon;
    align-self: center;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contracts-card__icon img { width: 100%; height: 100%; object-fit: contain; }

.contracts-card__num {
    grid-area: num;
    align-self: end;
    white-space: nowrap;
    font-size: 40px;
    font-weight: 500;
    color: var(--yellow);
    line-height: 1;
}

.contracts-card__label {
    grid-area: label;
    align-self: start;
    font-size: 15px;
    font-family: e-Ukraine-light, sans-serif;
    line-height: 1.5;
    color: #c9c9c9;
}
.contracts-emph {
    background: var(--black);
    border: 1px solid var(--border);
    border-left: 4px solid var(--yellow);
    border-radius: 0 12px 12px 0;
    padding: 22px 26px;
    margin: 28px 0 0;
    font-size: 16px;
    line-height: 1.65;
    color: var(--white);
}

.contracts-note {
    margin: 24px 0 0;
    font-size: 15px;
    color: #9a9a9a;
    line-height: 1.65;
}

.contracts-bonuses {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.contracts-bonuses li {
    padding: 22px 26px;
    background: var(--black-light);
    border: 1px solid var(--border);
    border-left: 4px solid var(--yellow);
    border-radius: 0 12px 12px 0;
    font-size: 16px;
    font-family: e-Ukraine-light, sans-serif;
    line-height: 1.6;
    color: #c9c9c9;
}

.contracts-info {
    margin-top: 28px;
    background: var(--black-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px 28px;
    font-size: 16px;
    font-family: e-Ukraine-light, sans-serif;
    line-height: 1.65;
    color: #c9c9c9;
}

.contracts-cta {
    text-align: center;
    border-top: 1px solid var(--border);
    background: radial-gradient(120% 120% at 50% 100%, #1c1c1c 0%, var(--black) 60%);
}

.contracts-cta__title {
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 500;
    margin: 0 0 18px;
}

.contracts-cta__text {
    max-width: 720px;
    margin: 0 auto 32px;
    font-size: 17px;
    line-height: 1.65;
    color: #c9c9c9;
}

.contracts-cta__btn {
    display: inline-block;
    background: var(--yellow);
    color: var(--black-light);
    font-family: e-Ukraine, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    padding: 16px 44px;
    border-radius: 8px;
}

.contracts-cta__btn:hover { opacity: .9; }


@media (max-width: 900px) {
    .contracts-page section { padding: 56px 0; }
    .contract-card { padding: 28px; }
}

@media (max-width: 680px) {
    .contracts-cards { grid-template-columns: 1fr; }
}