.offers-page{display:flex;flex-direction:column;gap:42px;padding-top:21px}.offers-hero{padding:36px 20px;border-radius:0 0 12px 12px;background:#f8f1ea;text-align:center}.offers-hero__eyebrow{margin:0 0 8px;font-size:.82em;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#777}.offers-hero__title{margin:0;font-size:2em;font-weight:600;color:#111}.offers-hero__text{margin:14px auto 0;font-size:1em;line-height:1.6;color:#555}.offers-section{display:flex;flex-direction:column;gap:18px}.offers-section--featured{background:#fff}.offers-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;border-bottom:1px solid #ececec;padding-bottom:12px}.offers-section__title{margin:0;font-size:1.35em;font-weight:600;color:#111}.offers-section__text{margin:6px 0 0;font-size:.95em;line-height:1.5;color:#666}.offers-section__link{flex:0 0 auto;font-size:.9em;color:#333;text-decoration:none}.offers-section__link:hover{color:#000;text-decoration:underline}.offers-section>.modellist{grid-template-columns:repeat(2,minmax(0,1fr))}.offers-featured__grid{display:grid;grid-template-columns:1fr;gap:16px}.offers-card{position:relative;transition:transform .25s,box-shadow .25s}.offers-card--featured{background:#f8eee6}.offers-card--small{background:#f7f4ef}.offers-card__media{position:relative;overflow:hidden;border-radius:16px}.offers-card__media img{display:block;width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:transform .45s,opacity .28s}.offers-card--featured .offers-card__media,.offers-card--small .offers-card__media{aspect-ratio:1/1}.offers-card__top-info{position:absolute;left:10px;right:10px;bottom:10px;z-index:2;background:rgba(255,255,255,.6);backdrop-filter:blur(6px);border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:none;text-align:center}@media (min-width:768px){.offers-page{gap:54px;padding-top:27px}.offers-hero{padding:48px 36px}.offers-hero__title{font-size:2.6em}.offers-section__title{font-size:1.55em}.offers-section>.modellist{grid-template-columns:repeat(3,minmax(0,1fr))}.offers-featured__grid{grid-template-columns:repeat(2,1fr);gap:18px}.offers-card--featured{grid-column:span 2}}@media (min-width:1200px){.offers-page{gap:64px;padding-top:32px}.offers-hero{padding:60px 48px}.offers-hero__title{font-size:3.2em}.offers-section>.modellist{grid-template-columns:repeat(4,minmax(0,1fr))}.offers-featured__grid{grid-template-columns:repeat(4,1fr);gap:18px}.offers-card--featured{grid-column:span 2;grid-row:span 2}.offers-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.08)}.offers-card__top-info{top:10px;opacity:0;transform:translateY(-8px);transition:.25s}.offers-card:hover .offers-card__media img{transform:scale(1.04)}.offers-card:hover .offers-card__top-info{opacity:1;transform:translateY(0)}}@media (min-width:1399px){.offers-section{padding-left:0;padding-right:0}}