/* ============================================================
   Любощі — Договір публічної оферти
   Editorial · dark hero · rotating stamp · sticky TOC sidebar ·
   numbered legal sections · business-card реквізити · print-friendly
   Matches /pravyla-obminu-ta-povernennya/ + /oplata-i-dostavka/ system.
   ============================================================ */

/* Hide parent theme chrome */
html body.lyu-page-offer .lte-page-header,
html body.lyu-page-offer header.lte-page-header,
html body.lyu-page-offer .lte-header-wrapper.hasBreadcrumbs > header,
html body.lyu-page-offer .lte-header-h1-wrapper,
html body.lyu-page-offer ul.breadcrumbs {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}
html body.lyu-page-offer .lte-header-wrapper.hasBreadcrumbs,
html body.lyu-page-offer .container.main-wrapper,
html body.lyu-page-offer .lte-wc-wrapper.margin-default,
html body.lyu-page-offer .lte-wc-wrapper > .row,
html body.lyu-page-offer .lte-wc-wrapper > .row > [class*="col-"] {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  max-width: none !important;
}

/* ── Tokens ─────────────────────────────────────────────── */
.lyu-offer {
  --red:        #f2053c;
  --red-dark:   #cb003d;
  --red-soft:   rgba(242,5,60,.06);
  --grad:       linear-gradient(135deg, #f2053c 0%, #cb003d 100%);
  --dark:       #0a0c14;
  --line:       rgba(255,255,255,.10);
  --line-light: #e6e8ee;
  --text:       #f5f5f7;
  --text-2:     #c8cad2;
  --text-3:     #8c8f9a;
  --ink:        #14171f;
  --ink-2:      #4a4d58;
  --ink-muted:  #6b6e78;
  --paper:      #f7f5f0;
  --paper-2:    #ede9df;
  --surface:    #f4f4f8;
  --card:       #ffffff;
  --r:          14px;
  --r-lg:       22px;
  --r-xl:       30px;
  --shadow-sm:  0 2px 6px rgba(20,23,31,.06);
  --shadow-md:  0 8px 28px rgba(20,23,31,.10);
  --shadow-lg:  0 22px 60px rgba(20,23,31,.16);
  --ease:       cubic-bezier(.2,.65,.3,1);
  --serif:      "Iowan Old Style", "Apple Garamond", Baskerville, "Times New Roman", Times, serif;
  --sans:       "Open Sans", system-ui, -apple-system, sans-serif;

  position: relative;
  background: var(--surface);
  color: var(--ink);
  padding: 0 0 100px;
  /* `overflow: hidden` створює scroll-context і ламає position:sticky всередині (TOC).
     `overflow: clip` зрізає overflow без створення scroll-context — sticky продовжує
     прив'язуватись до viewport. Підтримка: Chrome 90+, Firefox 81+, Safari 16+.
     Лишаємо hidden як fallback для старих браузерів. */
  overflow: hidden;
  overflow: clip;
  -webkit-font-smoothing: antialiased;
  font-family: var(--sans);
}
.lyu-offer *,
.lyu-offer *::before,
.lyu-offer *::after { box-sizing: border-box; }

.lyu-offer__wrap {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.lyu-offer__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .035;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 240px 240px;
}

/* ── BREADCRUMBS ─────────────────────────────────────────── */
.lyu-offer__bc {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  padding: 22px 0 8px;
  font-size: 12px; letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink-muted);
}
.lyu-offer__bc a { color: var(--ink-muted); text-decoration: none; transition: color .22s var(--ease); }
.lyu-offer__bc a:hover { color: var(--red); }
.lyu-offer__bc-sep { color: var(--line-light); }
.lyu-offer__bc-current { color: var(--ink); font-weight: 600; }

/* ── HERO ────────────────────────────────────────────────── */
.lyu-offer__hero {
  position: relative;
  margin: 16px 0 40px;
  padding: 88px 56px 72px;
  background: var(--dark);
  background-image:
    radial-gradient(900px 460px at 110% -10%, rgba(242,5,60,.26), transparent 60%),
    radial-gradient(640px 320px at -10% 110%, rgba(203,0,61,.16), transparent 60%),
    linear-gradient(180deg, #0a0c14 0%, #14171f 100%);
  border-radius: var(--r-xl);
  color: var(--text);
  overflow: hidden;
  isolation: isolate;
}
.lyu-offer__hero-glow {
  position: absolute; inset: -1px; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/></svg>");
  background-size: 200px 200px;
  opacity: .06; mix-blend-mode: screen;
}
.lyu-offer__hero > *:not(.lyu-offer__hero-glow):not(.lyu-offer__hero-stamp) { position: relative; z-index: 2; }

/* Decorative rotating stamp top-right */
.lyu-offer__hero-stamp {
  position: absolute;
  top: 32px;
  right: 40px;
  z-index: 3;
  width: 120px; height: 120px;
  color: var(--red);
  animation: lyu-of-spin 32s linear infinite;
  transform-origin: 50% 50%;
  filter: drop-shadow(0 0 18px rgba(242,5,60,.18));
}
.lyu-offer__hero-stamp text:not([text-anchor]) { animation: none; }
.lyu-offer__hero-stamp > svg > text[text-anchor="middle"] {
  /* counter-rotate the centered Lyu label so it stays upright */
  animation: lyu-of-spin-reverse 32s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes lyu-of-spin       { to { transform: rotate(360deg); } }
@keyframes lyu-of-spin-reverse { to { transform: rotate(-360deg); } }
@media (prefers-reduced-motion: reduce) {
  .lyu-offer__hero-stamp,
  .lyu-offer__hero-stamp > svg > text[text-anchor="middle"] { animation: none; }
}

.lyu-offer__eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 0 0 26px;
  padding: 6px 14px 6px 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--text-2);
}
.lyu-offer__eyebrow-dot {
  display: inline-block;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--grad);
  box-shadow: 0 0 12px rgba(242,5,60,.6);
}

.lyu-offer__title {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 6.8vw, 86px);
  line-height: 1; letter-spacing: -.02em;
  color: var(--text);
  max-width: 18ch;
}
.lyu-offer__title em {
  font-style: italic;
  background: linear-gradient(135deg, #ff5b7e 0%, #f2053c 60%, #cb003d 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  padding-right: .04em;
}

.lyu-offer__lede {
  margin: 0 0 40px;
  max-width: 60ch;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.65;
  color: var(--text-2);
}

.lyu-offer__hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 720px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}
.lyu-offer__hero-stat {
  display: flex; flex-direction: column; gap: 6px;
}
.lyu-offer__hero-stat-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.05;
  color: var(--text);
}
.lyu-offer__hero-stat-num small {
  font-family: var(--sans);
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-2);
  margin-left: 2px;
}
.lyu-offer__hero-stat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-3);
}

/* ── TWO-COLUMN LAYOUT ───────────────────────────────────── */
.lyu-offer__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
  margin: 0 0 80px;
}

/* ── TOC SIDEBAR ─────────────────────────────────────────── */
/* Sticky треба ставити на сам aside (grid-item), а не на внутрішній div.
   Containing block для sticky — це найближчий positioned ancestor; якщо це
   `position: relative` aside, який сам content-height, sticky не має місця
   прилипати. На aside-grid-item sticky прив'язується до grid cell (заввишки
   як article) — і працює правильно. align-self: start не дає aside
   розтягнутись на висоту article. */
.lyu-offer__toc {
  position: sticky;
  top: 88px;
  align-self: start;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--line-light) transparent;
}
.lyu-offer__toc::-webkit-scrollbar { width: 6px; }
.lyu-offer__toc::-webkit-scrollbar-thumb { background: var(--line-light); border-radius: 999px; }

.lyu-offer__toc-sticky {
  padding: 24px 4px 24px 0;
}

.lyu-offer__toc-title {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-light);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.lyu-offer__toc-list {
  list-style: none;
  margin: 0; padding: 0;
  counter-reset: lyu-toc;
  display: flex; flex-direction: column;
  gap: 2px;
}
.lyu-offer__toc-list li {
  position: relative;
}
.lyu-offer__toc-list a {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: baseline;
  gap: 4px;
  padding: 10px 12px 10px 0;
  border-radius: 8px;
  text-decoration: none;
  color: var(--ink-2);
  font-size: 13.5px;
  line-height: 1.4;
  transition: color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease);
}
.lyu-offer__toc-list a:hover {
  color: var(--red);
  background: var(--red-soft);
  transform: translateX(2px);
}
.lyu-offer__toc-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--ink-muted);
  text-align: left;
}
.lyu-offer__toc-list a:hover .lyu-offer__toc-num { color: var(--red); }
.lyu-offer__toc-text {
  font-weight: 500;
}

/* ── MAIN CONTENT ────────────────────────────────────────── */
.lyu-offer__content {
  min-width: 0;
}

/* ── LEGAL SECTION CARD ──────────────────────────────────── */
.lyu-offer__section {
  position: relative;
  padding: 44px 48px 44px;
  margin: 0 0 24px;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  scroll-margin-top: 96px;
}
.lyu-offer__section:first-child { margin-top: 0; }

.lyu-offer__section-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 22px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--line-light);
}

.lyu-offer__section-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  padding: 0 14px;
  background: var(--grad);
  color: #fff;
  border-radius: 14px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -.02em;
  box-shadow: 0 8px 22px rgba(242,5,60,.28);
}

.lyu-offer__section-title {
  margin: 4px 0 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.15;
  letter-spacing: -.01em;
  color: var(--ink);
}

.lyu-offer__section-body {
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--ink-2);
}
.lyu-offer__section-body p {
  margin: 0 0 16px;
}
.lyu-offer__section-body p:last-child { margin-bottom: 0; }
.lyu-offer__section-body strong {
  color: var(--ink);
  font-weight: 700;
}
.lyu-offer__section-body a {
  color: var(--red);
  text-decoration: underline;
  text-decoration-color: rgba(242,5,60,.4);
  text-underline-offset: 3px;
  transition: text-decoration-color .2s var(--ease), color .2s var(--ease);
}
.lyu-offer__section-body a:hover {
  color: var(--red-dark);
  text-decoration-color: var(--red);
}
.lyu-offer__section-body ul {
  margin: 0 0 16px;
  padding: 0 0 0 4px;
  list-style: none;
}
.lyu-offer__section-body ul li {
  position: relative;
  padding: 4px 0 4px 28px;
}
.lyu-offer__section-body ul li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 14px;
  width: 8px; height: 8px;
  background: var(--grad);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(242,5,60,.08);
}

/* Drop-cap on first paragraph of each section */
.lyu-offer__section-body > p:first-child::first-letter {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 3.6em;
  line-height: .88;
  float: left;
  margin: 6px 12px 0 0;
  color: var(--red);
  padding: 0 2px;
}

/* ── РЕКВІЗИТИ — Business card section ───────────────────── */
.lyu-offer__section--rekvizyty {
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  border-color: rgba(20,23,31,.08);
}
.lyu-offer__section--rekvizyty .lyu-offer__section-head {
  border-bottom-color: rgba(20,23,31,.10);
}

.lyu-offer__rekvizyty-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  padding: 36px 40px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.lyu-offer__rekvizyty-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: var(--grad);
}
.lyu-offer__rekvizyty-card::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(20,23,31,.08);
  border-radius: calc(var(--r-lg) - 8px);
  pointer-events: none;
}

.lyu-offer__rekvizyty-brand {
  display: flex; align-items: center; gap: 16px;
  margin: 0 0 24px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--line-light);
}
.lyu-offer__rekvizyty-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--dark);
  color: #fff;
  font-family: var(--serif);
  font-style: italic;
  font-size: 32px;
  box-shadow: 0 6px 18px rgba(20,23,31,.18);
}
.lyu-offer__rekvizyty-eyebrow {
  display: block;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 4px;
}
.lyu-offer__rekvizyty-name {
  display: block;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -.01em;
}

.lyu-offer__rekvizyty-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 32px;
  margin: 0;
}
.lyu-offer__rekvizyty-list > div {
  display: flex; flex-direction: column; gap: 4px;
  padding: 4px 0;
}
.lyu-offer__rekvizyty-list dt {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.lyu-offer__rekvizyty-list dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: var(--ink);
  font-weight: 500;
  word-break: break-word;
}
.lyu-offer__rekvizyty-list dd a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line-light);
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.lyu-offer__rekvizyty-list dd a:hover {
  color: var(--red);
  border-bottom-color: var(--red);
}

.lyu-offer__rekvizyty-note {
  margin: 24px 0 0;
  padding: 16px 18px;
  background: rgba(20,23,31,.04);
  border-left: 3px solid var(--red);
  border-radius: 8px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink-2);
  font-style: italic;
}

/* ── RELATED LEGAL DOCS ──────────────────────────────────── */
.lyu-offer__related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}
.lyu-offer__related-card {
  position: relative;
  display: flex; flex-direction: column;
  padding: 28px 28px 24px;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  text-decoration: none;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
  overflow: hidden;
}
.lyu-offer__related-card::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  height: 3px; width: 0;
  background: var(--grad);
  transition: width .35s var(--ease);
}
.lyu-offer__related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242,5,60,.22);
  box-shadow: var(--shadow-md);
}
.lyu-offer__related-card:hover::after { width: 100%; }
.lyu-offer__related-eyebrow {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.lyu-offer__related-h {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--ink);
}
.lyu-offer__related-h em {
  font-style: italic;
  color: var(--red);
}
.lyu-offer__related-p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-muted);
}
.lyu-offer__related-arrow {
  align-self: flex-end;
  margin-top: 16px;
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--line-light);
  color: var(--ink);
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.lyu-offer__related-card:hover .lyu-offer__related-arrow {
  background: var(--grad);
  color: #fff;
  border-color: transparent;
  transform: translateX(4px);
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .lyu-offer__layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 40px;
  }
  .lyu-offer__hero { padding: 72px 40px 56px; }
  .lyu-offer__hero-stamp { width: 100px; height: 100px; top: 24px; right: 28px; }
  .lyu-offer__section { padding: 36px 36px; }
  .lyu-offer__related { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

@media (max-width: 820px) {
  .lyu-offer__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  /* Mobile: TOC becomes a collapsible card at the top — знімаємо sticky */
  .lyu-offer__toc {
    position: static;
    max-height: none;
    overflow-y: visible;
  }
  .lyu-offer__toc-sticky {
    padding: 20px 22px;
    background: var(--card);
    border: 1px solid var(--line-light);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-sm);
  }
  .lyu-offer__toc-title { margin-bottom: 12px; padding-bottom: 10px; }
  .lyu-offer__toc-list {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 4px;
  }
  .lyu-offer__hero {
    padding: 56px 28px 48px;
    margin: 16px 0 28px;
  }
  .lyu-offer__hero-stamp {
    width: 84px; height: 84px;
    top: 20px; right: 20px;
    opacity: .85;
  }
  .lyu-offer__title { font-size: clamp(34px, 9vw, 52px); max-width: 14ch; }
  .lyu-offer__lede { margin-bottom: 28px; }
  .lyu-offer__hero-meta { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .lyu-offer__hero-stat-num { font-size: 22px; }
  .lyu-offer__section {
    padding: 28px 22px;
    border-radius: 18px;
  }
  .lyu-offer__section-head {
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .lyu-offer__section-num {
    min-width: 46px; height: 46px;
    font-size: 22px;
    border-radius: 12px;
  }
  .lyu-offer__section-body { font-size: 15px; line-height: 1.7; }
  .lyu-offer__section-body > p:first-child::first-letter {
    font-size: 3em;
    margin-right: 10px;
  }
  .lyu-offer__rekvizyty-card { padding: 26px 22px; }
  .lyu-offer__rekvizyty-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lyu-offer__rekvizyty-name { font-size: 24px; }
  .lyu-offer__related {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .lyu-offer__related-card { padding: 24px 22px 20px; }
  .lyu-offer__related-h { font-size: 22px; }
}

@media (max-width: 480px) {
  .lyu-offer__wrap { padding: 0 16px; }
  .lyu-offer__hero { padding: 48px 22px 40px; }
  .lyu-offer__hero-stamp { width: 70px; height: 70px; top: 16px; right: 16px; opacity: .7; }
  .lyu-offer__hero-meta {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 18px;
  }
  .lyu-offer__hero-stat { flex-direction: row; align-items: baseline; gap: 12px; }
  .lyu-offer__hero-stat-num { font-size: 20px; }
  .lyu-offer__hero-stat-label { font-size: 10px; }
  .lyu-offer__section { padding: 24px 18px; }
  .lyu-offer__section-head {
    flex-direction: column;
    gap: 12px;
  }
  .lyu-offer__section-body > p:first-child::first-letter {
    font-size: 2.6em;
    margin-right: 8px;
  }
  .lyu-offer__rekvizyty-brand { gap: 12px; }
  .lyu-offer__rekvizyty-mark { width: 48px; height: 48px; font-size: 26px; }
  .lyu-offer__rekvizyty-name { font-size: 22px; }
}

/* ── PRINT ───────────────────────────────────────────────── */
@media print {
  html body.lyu-page-offer { background: #fff !important; }
  .lyu-offer { padding: 0; background: #fff; color: #000; }
  .lyu-offer__grain,
  .lyu-offer__hero-stamp,
  .lyu-offer__hero-glow,
  .lyu-offer__bc,
  .lyu-offer__related,
  .lyu-offer__toc { display: none !important; }
  .lyu-offer__hero {
    background: #fff !important;
    color: #000 !important;
    padding: 0 0 24px;
    margin: 0 0 24px;
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
  }
  .lyu-offer__title,
  .lyu-offer__lede,
  .lyu-offer__hero-stat-num,
  .lyu-offer__hero-stat-label { color: #000 !important; }
  .lyu-offer__title em {
    -webkit-text-fill-color: #000 !important;
    color: #000 !important;
    background: none !important;
  }
  .lyu-offer__eyebrow {
    background: transparent;
    border-color: #000;
    color: #000;
  }
  .lyu-offer__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .lyu-offer__section {
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 0;
    padding: 18px 16px;
    margin-bottom: 12px;
  }
  .lyu-offer__section-num {
    background: #000 !important;
    color: #fff !important;
    box-shadow: none;
  }
  .lyu-offer__section-body > p:first-child::first-letter {
    color: #000 !important;
  }
  .lyu-offer__rekvizyty-card { box-shadow: none; border: 1px solid #000; }
  .lyu-offer__rekvizyty-card::before { background: #000 !important; }
  .lyu-offer__rekvizyty-mark { background: #000 !important; }
  a { color: #000 !important; text-decoration: underline; }
}
