.offers-system {
    --offers-surface: var(--ho-white);
    --offers-background: var(--ho-soft);
    --offers-text: var(--ho-text);
    --offers-muted: var(--ho-muted);
    --offers-border: var(--ho-line);
    --offers-primary: var(--ho-navy);
    --offers-accent: var(--ho-cyan);
    --offers-success: var(--ho-green);
    --offers-radius: 18px;
    --offers-radius-lg: 24px;
    color: var(--offers-text);
}

.offers-system .ho-main { background: var(--offers-background); }
.offers-system a { text-decoration: none; }
.offers-system .portal-kicker { font-size: 12px; font-weight: 800; letter-spacing: .13em; }

.offers-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--offers-border);
    padding: 55px 0 28px;
    background: linear-gradient(125deg, var(--offers-surface) 0 58%, color-mix(in srgb, var(--offers-accent) 9%, var(--offers-surface)) 100%);
}
.offers-hero::after {
    position: absolute; right: -7%; bottom: -180px; width: 440px; height: 440px;
    border-radius: 50%; background: color-mix(in srgb, var(--offers-accent) 8%, transparent); content: ""; pointer-events: none;
}
.offers-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, 610px); align-items: end; gap: 34px 52px; }
.offers-hero__copy h1 { max-width: 690px; margin: 8px 0 12px; color: var(--offers-primary); font-size: 40px; font-weight: 800; letter-spacing: -.045em; line-height: 1.04; }
.offers-hero__copy > p { max-width: 620px; margin: 0; color: var(--offers-muted); font-size: 17px; line-height: 1.65; }
.offers-hero__count { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--offers-accent); font-size: 13px; font-weight: 750; }

.offers-hero-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; border: 1px solid var(--offers-border); border-radius: var(--offers-radius); padding: 10px; background: var(--offers-surface); box-shadow: var(--ho-shadow); }
.offers-hero-search label { min-width: 0; }
.offers-hero-search label > span:first-child { display: block; padding: 0 14px 5px; color: var(--offers-primary); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.offers-search-field { min-height: 52px; display: flex; align-items: center; gap: 11px; border-radius: 13px; padding: 0 14px; background: var(--offers-background); color: var(--offers-accent); }
.offers-system .offers-search-field input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 0; background: transparent; color: var(--offers-text); font: inherit; box-shadow: none; }
.offers-system .offers-search-field input:focus { box-shadow: none; }
.offers-search-field:focus-within { box-shadow: 0 0 0 4px color-mix(in srgb, var(--offers-accent) 12%, transparent); }
.offers-system :is(a, button, input, select):focus-visible { outline: 3px solid color-mix(in srgb, var(--offers-accent) 42%, transparent); outline-offset: 3px; }
.offers-hero-search > button, .offers-filter-submit, .offer-primary-action, .offer-voucher-card button {
    min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 0 24px; background: var(--ho-gradient); color: var(--offers-surface); font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; box-shadow: 0 12px 28px color-mix(in srgb, var(--ho-pink) 22%, transparent); transition: transform .2s ease, box-shadow .2s ease;
}
.offers-hero-search > button { align-self: end; height: 52px; min-width: 140px; }
.offers-hero-search > button:hover, .offers-filter-submit:hover, .offer-primary-action:hover, .offer-voucher-card button:hover { transform: translateY(-2px); box-shadow: var(--ho-shadow); }
.offers-quick-filters { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.offers-quick-filters > span { margin-right: 3px; color: var(--offers-muted); font-size: 12px; font-weight: 700; }
.offers-quick-filters a { min-height: 34px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--offers-border); border-radius: 999px; padding: 0 13px; background: var(--offers-surface); color: var(--offers-primary); font-size: 12px; font-weight: 700; transition: border-color .18s ease, color .18s ease, background .18s ease; }
.offers-quick-filters a:hover, .offers-quick-filters a.is-active { border-color: var(--offers-accent); background: color-mix(in srgb, var(--offers-accent) 8%, var(--offers-surface)); color: var(--offers-accent); }

.offers-results { padding: 38px 0 74px; background: var(--offers-background); }
.offers-active-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 24px; }
.offers-active-filters > span { color: var(--offers-muted); font-size: 12px; font-weight: 750; }
.offers-active-filters a { min-height: 32px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid color-mix(in srgb, var(--offers-accent) 25%, var(--offers-border)); border-radius: 999px; padding: 0 11px; background: var(--offers-surface); color: var(--offers-accent); font-size: 11px; font-weight: 750; }
.offers-active-filters .offers-active-filters__clear { border-color: transparent; background: transparent; color: var(--offers-muted); text-decoration: underline; }
.offers-results__toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.offers-results__toolbar h2 { margin: 4px 0 0; color: var(--offers-primary); font-size: 28px; font-weight: 800; letter-spacing: -.035em; }
.offers-toolbar__actions { display: flex; align-items: center; gap: 10px; }
.offers-sort { display: flex; align-items: center; gap: 9px; }
.offers-sort label { color: var(--offers-muted); font-size: 12px; font-weight: 650; }
.offers-system .offers-sort select { min-height: 42px; border: 1px solid var(--offers-border); border-radius: 12px; padding: 0 35px 0 13px; background-color: var(--offers-surface); color: var(--offers-primary); font: inherit; font-size: 12px; font-weight: 700; }
.offers-mobile-filter-button { min-height: 42px; display: none; align-items: center; gap: 7px; border: 1px solid var(--offers-border); border-radius: 12px; padding: 0 13px; background: var(--offers-surface); color: var(--offers-primary); font: inherit; font-size: 12px; font-weight: 750; }
.offers-mobile-filter-button > span { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--offers-accent); color: var(--offers-surface); font-size: 10px; }
.offers-index-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); align-items: start; gap: 28px; }
.offers-filters-column { display: grid; gap: 20px; }
.offers-filter-panel { display: grid; gap: 15px; border: 1px solid var(--offers-border); border-radius: var(--offers-radius); padding: 22px; background: var(--offers-surface); box-shadow: var(--ho-shadow-soft); }
.offers-filter-panel__heading { display: flex; align-items: start; justify-content: space-between; gap: 10px; padding-bottom: 4px; }
.offers-filter-panel__heading h2 { margin: 3px 0 0; color: var(--offers-primary); font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.offers-filter-panel__heading > a { color: var(--offers-accent); font-size: 11px; font-weight: 750; }
.offers-filter-panel > label { display: grid; gap: 6px; color: var(--offers-primary); font-size: 11px; font-weight: 800; }
.offers-system .offers-filter-panel input, .offers-system .offers-filter-panel select { width: 100%; min-height: 44px; border: 1px solid var(--offers-border); border-radius: 11px; padding: 0 12px; outline: 0; background: var(--offers-surface); color: var(--offers-text); font: inherit; font-size: 12px; box-shadow: none; }
.offers-system .offers-filter-panel input:focus, .offers-system .offers-filter-panel select:focus { border-color: var(--offers-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--offers-accent) 12%, transparent); }
.offers-filter-submit { width: 100%; min-height: 46px; margin-top: 3px; padding: 0 15px; font-size: 12px; }
.offers-market-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }

.offers-card { min-width: 0; height: 100%; overflow: hidden; border: 1px solid var(--offers-border); border-radius: var(--offers-radius); background: var(--offers-surface); box-shadow: var(--ho-shadow-soft); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.offers-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--offers-accent) 30%, var(--offers-border)); box-shadow: var(--ho-shadow); }
.offers-card__link { height: 100%; display: flex; flex-direction: column; color: inherit; }
.offers-card__media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--offers-primary); }
.offers-card__media > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.offers-card:hover .offers-card__media > img { transform: scale(1.025); }
.offers-media-placeholder { width: 100%; height: 100%; display: grid; place-content: center; gap: 7px; padding: 24px; background: linear-gradient(135deg, var(--offers-primary), color-mix(in srgb, var(--offers-primary) 78%, var(--offers-accent))); color: var(--offers-surface); text-align: center; }
.offers-media-placeholder svg { margin-inline: auto; color: color-mix(in srgb, var(--offers-accent) 45%, var(--offers-surface)); }
.offers-media-placeholder small { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.offers-media-placeholder strong { font-size: 24px; font-weight: 750; }
.offer-discount-badge, .offer-promoted-badge { display: inline-flex; align-items: center; justify-content: center; gap: 5px; border-radius: 999px; font-weight: 800; }
.offers-card__media > .offer-discount-badge { position: absolute; top: 15px; left: 15px; min-height: 39px; padding: 0 15px; background: var(--ho-gradient); color: var(--offers-surface); font-size: 14px; box-shadow: var(--ho-shadow-soft); }
.offer-promoted-badge { min-height: 28px; padding: 0 10px; background: var(--offers-primary); color: var(--offers-surface); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.offers-card__media > .offer-promoted-badge { position: absolute; top: 15px; right: 15px; }
.offers-card__body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.offers-card__category { display: block; color: var(--offers-accent); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.offers-card h2, .offers-card h3 { margin: 6px 0 15px; color: var(--offers-primary); font-size: 21px; font-weight: 700; letter-spacing: -.035em; line-height: 1.25; }
.offer-business { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.offer-business__logo { width: 39px; height: 39px; flex: 0 0 39px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--offers-border); border-radius: 11px; background: var(--offers-background); color: var(--offers-primary); font-size: 11px; font-style: normal; font-weight: 800; }
.offer-business__logo img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.offer-business > span:last-child { min-width: 0; }
.offer-business strong { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; color: var(--offers-primary); font-size: 12px; font-weight: 750; }
.offer-business small { display: flex; align-items: center; gap: 4px; margin-top: 2px; color: var(--offers-muted); font-size: 10px; }
.offer-business .offer-verified, .offer-verified { display: inline-flex; align-items: center; gap: 3px; margin: 0; color: var(--offers-success); font-size: 9px; font-style: normal; font-weight: 800; }
.offer-price { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 6px 12px; margin: 0 0 13px; }
.offer-price__values { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.offer-price del { color: var(--offers-muted); font-size: 12px; }
.offer-price strong { color: var(--offers-primary); font-size: 25px; font-weight: 800; letter-spacing: -.035em; line-height: 1; }
.offer-price > small { color: var(--offers-success); font-size: 10px; font-weight: 800; }
.offer-price--compact strong { font-size: 22px; }
.offer-price--missing { color: var(--offers-muted); font-size: 12px; font-weight: 650; }
.offers-card__excerpt { display: -webkit-box; overflow: hidden; margin-bottom: 18px; color: var(--offers-muted); font-size: 12px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.offers-card__footer { min-height: 48px; display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: auto; border-top: 1px solid var(--offers-border); padding-top: 15px; }
.offers-card__footer > strong { display: inline-flex; align-items: center; gap: 5px; color: var(--offers-accent); font-size: 11px; white-space: nowrap; }
.offer-validity { display: flex; align-items: center; gap: 7px; color: var(--offers-muted); font-size: 11px; font-weight: 650; }
.offer-validity svg { flex: 0 0 auto; color: var(--offers-accent); }
.offer-validity.is-ending { color: var(--ho-orange); }
.offer-validity.is-expired { color: var(--offers-muted); }
.offers-empty { grid-column: 1 / -1; display: grid; justify-items: center; border: 1px solid var(--offers-border); border-radius: var(--offers-radius-lg); padding: 68px 24px; background: var(--offers-surface); text-align: center; box-shadow: var(--ho-shadow-soft); }
.offers-empty > span { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--offers-accent) 10%, var(--offers-surface)); color: var(--offers-accent); }
.offers-empty h2 { margin: 18px 0 7px; color: var(--offers-primary); font-size: 24px; }
.offers-empty p { margin: 0; color: var(--offers-muted); }
.offers-empty a { margin-top: 20px; color: var(--offers-accent); font-weight: 800; }

.offers-pagination { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; border-top: 1px solid var(--offers-border); padding-top: 22px; }
.offers-pagination p { margin: 0; color: var(--offers-muted); font-size: 11px; }
.offers-pagination nav, .offers-pagination__pages { display: flex; align-items: center; gap: 6px; }
.offers-pagination nav a, .offers-pagination nav span { min-width: 36px; min-height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--offers-border); border-radius: 10px; padding: 0 9px; background: var(--offers-surface); color: var(--offers-primary); font-size: 11px; font-weight: 750; }
.offers-pagination__pages > span[aria-current] { border-color: var(--offers-accent); background: var(--offers-accent); color: var(--offers-surface); }
.offers-pagination .is-disabled { opacity: .45; }

.offers-filter-dialog { width: min(440px, calc(100% - 24px)); max-height: calc(100dvh - 24px); overflow: auto; border: 0; border-radius: var(--offers-radius-lg); padding: 0; background: var(--offers-surface); color: var(--offers-text); box-shadow: var(--ho-shadow); }
.offers-filter-dialog::backdrop { background: color-mix(in srgb, var(--offers-primary) 62%, transparent); backdrop-filter: blur(3px); }
.offers-filter-dialog__head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--offers-border); padding: 19px 20px; background: var(--offers-surface); }
.offers-filter-dialog__head h2 { margin: 3px 0 0; color: var(--offers-primary); font-size: 22px; }
.offers-filter-dialog__head button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--offers-border); border-radius: 12px; background: var(--offers-background); color: var(--offers-primary); }
.offers-filter-dialog .offers-filter-panel { border: 0; box-shadow: none; }
.offers-filter-dialog .offers-filter-panel__heading { display: none; }

/* Single offer */
.offer-detail-hero { border-bottom: 1px solid var(--offers-border); padding: 25px 0 45px; background: linear-gradient(135deg, var(--offers-surface), color-mix(in srgb, var(--offers-accent) 7%, var(--offers-surface))); }
.offer-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 23px; color: var(--offers-muted); font-size: 11px; }
.offer-breadcrumbs a { color: var(--offers-accent); font-weight: 750; }
.offer-detail-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: stretch; gap: 44px; }
.offer-detail-hero__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 24px 0; }
.offer-detail-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; }
.offer-detail-badges .offer-discount-badge { min-height: 38px; padding: 0 15px; background: var(--ho-gradient); color: var(--offers-surface); font-size: 14px; }
.offer-detail-badges .offer-promoted-badge { min-height: 31px; }
.offer-detail-hero h1 { max-width: 680px; margin: 8px 0 18px; color: var(--offers-primary); font-size: clamp(36px, 4vw, 48px); font-weight: 800; letter-spacing: -.05em; line-height: 1.04; }
.offer-detail-company { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 20px; color: inherit; }
.offer-detail-company > span:last-child { display: grid; }
.offer-detail-company strong { color: var(--offers-primary); font-size: 13px; }
.offer-detail-company small { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; color: var(--offers-muted); font-size: 10px; }
.offer-detail-hero__copy > .offer-price { margin-bottom: 17px; }
.offer-detail-hero__copy > .offer-price strong { font-size: 34px; }
.offer-detail-hero__copy > p { max-width: 630px; margin: 0 0 18px; color: var(--offers-muted); font-size: 15px; line-height: 1.7; }
.offer-detail-hero__copy > .offer-validity { margin-bottom: 22px; }
.offer-detail-hero__media { min-height: 430px; overflow: hidden; margin: 0; border-radius: var(--offers-radius-lg); background: var(--offers-primary); box-shadow: var(--ho-shadow); }
.offer-detail-hero__media > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.offer-expired-action { border-radius: 12px; padding: 12px 15px; background: color-mix(in srgb, var(--offers-muted) 10%, var(--offers-surface)); color: var(--offers-muted); font-size: 12px; font-weight: 750; }

.offer-detail-body { padding: 24px 0 72px; background: var(--offers-background); }
.offer-summary { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0 0 30px; }
.offer-summary > div { min-width: 0; min-height: 96px; display: grid; grid-template-columns: 42px minmax(0, 1fr); grid-template-rows: auto auto; align-content: center; column-gap: 13px; border: 1px solid var(--offers-border); border-radius: 16px; padding: 18px 20px; background: var(--offers-surface); box-shadow: var(--ho-shadow-soft); }
.offer-summary dt { display: contents; }
.offer-summary dt svg { box-sizing: content-box; grid-row: 1 / span 2; align-self: center; width: 20px; height: 20px; padding: 9px; border-radius: 11px; background: color-mix(in srgb, var(--offers-accent) 9%, var(--offers-surface)); color: var(--offers-accent); }
.offer-summary dt span { align-self: end; color: var(--offers-muted); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.offer-summary dd { min-width: 0; margin: 4px 0 0; color: var(--offers-primary); font-size: 12px; font-weight: 750; line-height: 1.4; overflow-wrap: anywhere; }
.offer-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 28px; }
.offer-detail-main { display: grid; gap: 22px; }
.offer-content-card, .offer-voucher-card, .offer-company-card, .offer-sticky-card { border: 1px solid var(--offers-border); border-radius: var(--offers-radius); background: var(--offers-surface); box-shadow: var(--ho-shadow-soft); }
.offer-content-card { padding: clamp(24px, 4vw, 42px); }
.offer-content-card h2, .offer-voucher-card h2, .offer-company-card h2 { margin: 6px 0 18px; color: var(--offers-primary); font-size: 28px; font-weight: 800; letter-spacing: -.035em; }
.offer-prose { color: var(--offers-text); font-size: 15px; line-height: 1.85; white-space: normal; }
.offer-date-range { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; border-top: 1px solid var(--offers-border); padding-top: 18px; }
.offer-date-range span { display: inline-flex; align-items: center; gap: 7px; color: var(--offers-muted); font-size: 11px; font-weight: 650; }
.offer-date-range svg { color: var(--offers-accent); }
.offer-voucher-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 34px; padding: clamp(24px, 4vw, 38px); background: linear-gradient(135deg, var(--offers-surface), color-mix(in srgb, var(--offers-success) 6%, var(--offers-surface))); scroll-margin-top: 24px; }
.offer-voucher-card > div > p { color: var(--offers-muted); font-size: 13px; line-height: 1.7; }
.offer-voucher-terms { margin-top: 19px; border-left: 3px solid var(--offers-success); padding: 10px 0 10px 15px; }
.offer-voucher-terms strong { color: var(--offers-primary); font-size: 11px; }
.offer-voucher-terms p { margin: 4px 0 0; color: var(--offers-muted); font-size: 11px; line-height: 1.6; }
.offer-voucher-card form { display: grid; align-content: start; gap: 13px; }
.offer-voucher-card form > label:not(.offer-voucher-consent) { display: grid; gap: 6px; color: var(--offers-primary); font-size: 11px; font-weight: 750; }
.offers-system .offer-voucher-card input:not([type="checkbox"]) { width: 100%; min-height: 46px; border: 1px solid var(--offers-border); border-radius: 11px; padding: 0 13px; outline: 0; background: var(--offers-surface); color: var(--offers-text); font: inherit; font-size: 12px; box-shadow: none; }
.offers-system .offer-voucher-card input:focus { border-color: var(--offers-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--offers-accent) 12%, transparent); }
.offer-voucher-consent { display: flex; align-items: flex-start; gap: 8px; color: var(--offers-muted); font-size: 10px; line-height: 1.5; }
.offer-voucher-consent input { margin-top: 2px; accent-color: var(--offers-accent); }
.offer-voucher-card button { width: 100%; min-height: 48px; }
.offer-company-card { padding: 28px; }
.offer-company-card__identity { display: flex; align-items: center; gap: 16px; }
.offer-company-card__logo { width: 68px; height: 68px; flex: 0 0 68px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--offers-border); border-radius: 15px; background: var(--offers-background); color: var(--offers-primary); font-size: 18px; font-weight: 800; }
.offer-company-card__logo img { width: 100%; height: 100%; object-fit: contain; padding: 7px; }
.offer-company-card h2 { margin: 4px 0; font-size: 23px; }
.offer-company-card__identity p { display: flex; align-items: center; gap: 6px; margin: 0; color: var(--offers-muted); font-size: 11px; }
.offer-company-card > p { max-width: 760px; margin: 20px 0 0; color: var(--offers-muted); font-size: 13px; line-height: 1.7; }
.offer-company-card__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.offer-company-card__actions a, .offer-secondary-action { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--offers-border); border-radius: 999px; padding: 0 15px; background: var(--offers-surface); color: var(--offers-primary); font-size: 11px; font-weight: 750; }
.offer-company-card__actions a:first-child { border-color: var(--offers-accent); color: var(--offers-accent); }
.offer-sticky-column { position: sticky; top: 24px; }
.offer-sticky-card { padding: 24px; }
.offer-sticky-card > .offer-discount-badge { min-height: 34px; padding: 0 13px; background: var(--ho-gradient); color: var(--offers-surface); font-size: 12px; }
.offer-sticky-card h2 { margin: 15px 0; color: var(--offers-primary); font-size: 19px; font-weight: 750; line-height: 1.35; }
.offer-sticky-card .offer-primary-action, .offer-sticky-card .offer-secondary-action { width: 100%; margin-top: 18px; }
.offer-sticky-card > small { display: block; margin-top: 14px; color: var(--offers-muted); font-size: 9px; line-height: 1.55; }
.offer-detail-main > .ho-share { border: 1px solid var(--offers-border); border-radius: var(--offers-radius); padding: 17px 20px; background: var(--offers-surface); box-shadow: var(--ho-shadow-soft); }

.offer-related-section { padding: 62px 0; border-top: 1px solid var(--offers-border); background: var(--offers-surface); }
.offer-related-section--soft { background: var(--offers-background); }
.offer-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.offer-section-heading h2 { margin: 5px 0 0; color: var(--offers-primary); font-size: 31px; font-weight: 800; letter-spacing: -.04em; }
.offer-section-heading > a { display: inline-flex; align-items: center; gap: 6px; color: var(--offers-accent); font-size: 12px; font-weight: 750; }
.offers-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.offer-mobile-cta { display: none; }

[data-offer-reveal] { opacity: 0; transform: translateY(12px); transition: opacity .45s ease, transform .45s ease; }
[data-offer-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .offers-hero__inner { grid-template-columns: 1fr; gap: 25px; }
    .offers-hero-search { max-width: 760px; }
    .offers-market-grid { grid-template-columns: 1fr; }
    .offer-detail-hero__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .offer-detail-layout { grid-template-columns: minmax(0, 1fr) 290px; }
    .offers-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .offers-hero { padding-top: 42px; }
    .offers-hero__copy h1 { font-size: 38px; }
    .offers-index-layout { grid-template-columns: 1fr; }
    .offers-filters-column { display: none; }
    .offers-market-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .offers-mobile-filter-button { display: inline-flex; }
    .offer-detail-hero__grid { grid-template-columns: 1fr; }
    .offer-detail-hero__copy { padding-bottom: 0; }
    .offer-detail-hero__media { min-height: 380px; }
    .offer-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .offer-detail-layout { grid-template-columns: 1fr; }
    .offer-sticky-column { display: none; }
    .offer-voucher-card { grid-template-columns: 1fr; }
    .offer-mobile-cta { position: fixed; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); left: 12px; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--offers-border); border-radius: 16px; padding: 10px 10px 10px 15px; background: color-mix(in srgb, var(--offers-surface) 94%, transparent); box-shadow: var(--ho-shadow); backdrop-filter: blur(12px); }
    .offer-mobile-cta > div { display: grid; }
    .offer-mobile-cta strong { color: var(--offers-primary); font-size: 14px; }
    .offer-mobile-cta small { color: var(--offers-muted); font-size: 9px; }
    .offer-mobile-cta > a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 0 17px; background: var(--ho-gradient); color: var(--offers-surface); font-size: 11px; font-weight: 800; }
    .offer-detail-page .ho-footer { padding-bottom: 84px; }
}

@media (max-width: 620px) {
    .offers-system .ho-container { width: min(calc(100% - 28px), var(--ho-container)); }
    .offers-hero { padding: 34px 0 23px; }
    .offers-hero__copy h1 { margin-top: 6px; font-size: 32px; }
    .offers-hero__copy > p { font-size: 14px; }
    .offers-hero-search { grid-template-columns: 1fr; }
    .offers-hero-search > button { width: 100%; height: 48px; min-height: 48px; }
    .offers-quick-filters { flex-wrap: nowrap; overflow-x: auto; margin-right: -14px; padding: 1px 14px 5px 0; scrollbar-width: none; }
    .offers-quick-filters::-webkit-scrollbar { display: none; }
    .offers-quick-filters > * { flex: 0 0 auto; }
    .offers-results { padding: 28px 0 54px; }
    .offers-results__toolbar { align-items: flex-start; }
    .offers-results__toolbar h2 { font-size: 23px; }
    .offers-toolbar__actions { align-items: stretch; flex-direction: column; }
    .offers-sort label { display: none; }
    .offers-system .offers-sort select { width: 132px; }
    .offers-market-grid { grid-template-columns: 1fr; }
    .offers-card__body { padding: 20px; }
    .offers-card h2, .offers-card h3 { font-size: 20px; }
    .offers-pagination { align-items: stretch; flex-direction: column; }
    .offers-pagination nav { justify-content: space-between; }
    .offers-pagination__button span { display: none; }
    .offer-breadcrumbs { margin-bottom: 15px; }
    .offer-detail-hero { padding-top: 18px; padding-bottom: 30px; }
    .offer-detail-hero h1 { font-size: 34px; }
    .offer-detail-hero__copy > .offer-price strong { font-size: 30px; }
    .offer-detail-hero__media { min-height: auto; aspect-ratio: 4 / 3; border-radius: var(--offers-radius); }
    .offer-detail-body { padding-top: 16px; }
    .offer-summary { grid-template-columns: 1fr; gap: 9px; }
    .offer-summary > div { min-height: 84px; padding: 15px 17px; }
    .offer-summary dd { font-size: 11px; }
    .offer-content-card, .offer-company-card, .offer-voucher-card { padding: 22px; }
    .offer-content-card h2, .offer-voucher-card h2 { font-size: 24px; }
    .offer-prose { font-size: 14px; }
    .offer-company-card__identity { align-items: flex-start; }
    .offer-company-card__logo { width: 56px; height: 56px; flex-basis: 56px; }
    .offer-company-card__actions { flex-direction: column; }
    .offer-company-card__actions a { width: 100%; }
    .offer-section-heading { align-items: flex-start; flex-direction: column; }
    .offer-section-heading h2 { font-size: 26px; }
    .offers-related-grid { grid-template-columns: 1fr; }
    .offer-related-section { padding: 46px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .offers-system *, .offers-system *::before, .offers-system *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
    [data-offer-reveal] { opacity: 1; transform: none; }
}
