.sales-page { color: #34332f; background: #f8f7f3; }
.sales-hero { position: relative; display: grid; min-height: 275px; padding-top: 70px; overflow: hidden; background: url('../img/magaza-bant.jpg') center/cover no-repeat; place-items: center; }
.sales-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,23,21,.48), rgba(24,23,21,.66)); }
.sales-hero__content { position: relative; z-index: 1; color: #fff; text-align: center; }
.sales-hero__content > span { display: block; width: 42px; height: 3px; margin: 0 auto 22px; background: #c4baa4; }
.sales-hero h1 { margin: 0; color: #fff; font-size: clamp(42px,6vw,72px); font-family: 'bold',Arial,sans-serif; line-height: 1; letter-spacing: .04em; }
.sales-content { padding: 78px 0 100px; }
.sales-intro { max-width: 850px; margin: 0 auto 52px; text-align: center; }
.sales-intro > span { color: #918772; font-size: 13px; font-weight: 600; letter-spacing: .18em; }
.sales-intro h2 { margin: 13px 0 13px; font-size: 38px; font-weight: 500; }
.sales-intro__html,.sales-intro__html p { margin: 0; padding: 0 !important; color: #6d685e; font-size: 18px; line-height: 1.65; }
.sales-grid { display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; }
.sales-card { position: relative; float: none; display: flex; min-height: 255px; padding: 27px 24px 24px; overflow: hidden; align-items: center; flex-direction: column; color: #3c3933; background: rgba(255,255,255,.78); border: 1px solid #ded9cd; border-radius: 14px; text-align: center; box-shadow: 0 12px 32px rgba(51,46,36,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;width: calc((100% - 40px) / 3); }
.sales-card:hover { color: #3c3933; border-color: #c9c1b0; box-shadow: 0 18px 40px rgba(51,46,36,.12); transform: translateY(-6px); }
.sales-card__icon { display: flex; width: 62px; height: 62px; margin-bottom: 19px; align-items: center; justify-content: center; color: #fff; background: #807866; border-radius: 50%; font-size: 23px; }
.sales-card__icon--logo { width: 175px; height: 72px; background: transparent; border-radius: 0; }
.sales-card__icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.sales-card__brand { display: block; margin-bottom: 13px; font-size: 31px; font-weight: 600; line-height: 1.1; }
.sales-card__brand { color: #4b473f; }
.sales-card__brand--hidden { display: none; }
.sales-card__description { color: #777166; font-size: 16px; line-height: 1.45; }
.sales-card__description b,.sales-card__description strong { color: #4b473f; font-family: 'bold',Arial,sans-serif; font-weight: normal; }
.sales-card__link { margin-top: auto; padding-top: 18px; color: #6d6555; font-size: 13px; font-weight: 600; letter-spacing: .08em; }
.sales-card__link i { margin-left: 7px; font-size: 12px; }
@media (max-width: 991px) { .sales-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; } .sales-card { min-height: 245px; } }
@media (max-width: 767px) {
    .sales-hero { min-height: 220px; padding-top: 65px; }
    .sales-content { padding: 52px 18px 70px; }
    .sales-intro { margin-bottom: 38px; }
    .sales-intro h2 { font-size: 29px; line-height: 1.25; }
    .sales-intro p { font-size: 16px; }
    .sales-grid { gap: 16px; }
    .sales-card { min-height: 220px; padding: 24px 20px 21px;width: 100%; }
    .sales-card__icon { width: 56px; height: 56px; margin-bottom: 17px; font-size: 21px; }
    .sales-card__icon--logo { width: 180px; height: 72px; }
    .sales-card__brand { font-size: 27px; }
}
