/* =============================================================================
 * Данська кампанія /campaign/winter. Стилі лендінгу.
 *
 * Перенесено з docs/landing-denmark/prototype/index.html без змін: прототип —
 * джерело правди по верстці, і будь-яка правка тут має спершу з'явитись у ньому.
 *
 * Підключається тільки на кампанійному layout (layout/campaign.phtml) через
 * шаблон news/campaign/winter-dk.phtml. Стилі сайту (style.css) сюди не
 * приходять взагалі, тому файл самодостатній: у ньому свій reset і свій body.
 *
 * Шрифт Commissioner береться з css/fonts.css сайта, а не з Google Fonts, як
 * було в прототипі: сторінка розрахована на данців, а запит до Google до згоди
 * на cookies — та сама проблема ePrivacy, що й піксель. Ваги 800 у локальному
 * наборі немає, браузер синтезує її з 700.
 * ============================================================================= */

  :root {
    --ink: #050b1a; --text: #2c2c2c; --muted: #5b6478; --faint: #8a93a6;
    --line: #d0d9e3; --line-soft: #e3e9f3; --tint: #f3f7ff; --tint-2: #d0dcff;
    --blue: #2f6cff; --blue-dark: #1e50ff; --navy: #1B397E; --sky: #8fb0ff; --sky-2: #b5c1dd; --amber: #ffd166;
    --bg: #ffffff;
    --pad: clamp(20px, 6vw, 120px);
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; background: var(--bg); color: var(--ink); font-family: "Commissioner", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.5; }
  a { color: var(--blue); text-decoration: none; } a:hover { color: var(--blue-dark); text-decoration: underline; }
  p, h1, h2, h3 { margin: 0; } h1, h2, h3 { text-wrap: balance; }
  img { display: block; max-width: 100%; }
  button { font: inherit; cursor: pointer; }
  .wrap { max-width: 1200px; margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
  @media (min-width: 1440px) { .wrap { padding-left: 120px; padding-right: 120px; max-width: 1440px; } }
  .eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); }
  .eyebrow.muted { color: var(--muted); }
  .label { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
  .h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 700; line-height: 1.15; }
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--blue); color: #fff; font-weight: 600; border: 0; border-radius: 8px; padding: 14px 22px; font-size: 16px; white-space: nowrap; text-decoration: none; }
  .btn:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }
  .btn.ghost { background: #fff; color: var(--blue); border: 2px solid var(--blue); }
  .btn.ghost:hover { background: var(--tint); }
  .btn svg { flex: none; }
  .link { font-size: 15px; font-weight: 600; }

  /* Header */
  .hdr { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line-soft); }
  .hdr .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 16px; }
  .hdr img { height: 36px; width: auto; }
  .hdr .btn { padding: 11px 18px; font-size: 15px; }
  @media (max-width: 720px) { .hdr .wrap { height: 60px; } .hdr img { height: 28px; } .hdr .btn span { display: none; } .hdr .btn { padding: 10px 12px; } }
  .hdr-cta { display: flex; align-items: center; gap: 12px; }
  .hdr-cta-label { display: none; }
  @media (max-width: 720px) { .hdr-cta-label { display: block; font-size: 15px; font-weight: 700; color: var(--ink); white-space: nowrap; } .hdr-cta-label:hover { color: var(--ink); } }

  /* Hero */
  .hero { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: clamp(32px, 5vw, 80px); align-items: center; padding-top: clamp(32px, 5vw, 64px); padding-bottom: clamp(24px, 4vw, 48px); }
  .hero-text { display: flex; flex-direction: column; gap: clamp(16px, 2vw, 24px); }
  .hero-q { font-size: clamp(20px, 2.2vw, 30px); font-weight: 400; line-height: 1.3; }
  .hero-city { font-size: clamp(64px, 9vw, 112px); font-weight: 800; line-height: 0.95; letter-spacing: -0.035em; }
  .hero-sub { font-size: clamp(18px, 1.6vw, 22px); color: var(--text); max-width: 560px; line-height: 1.45; }
  .trust { font-size: 14px; color: var(--muted); }
  @media (max-width: 960px) { .hero { grid-template-columns: 1fr; } }

  /* Widget */
  .widget { display: flex; flex-direction: column; gap: 16px; padding: clamp(20px, 2.5vw, 32px); background: var(--tint); border: 1px solid var(--tint-2); border-radius: 16px; }
  .widget-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
  .widget-top .n { font-size: 13px; color: var(--muted); }
  .seg { display: flex; gap: 4px; padding: 4px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
  .seg button { flex: 1; border: 0; background: transparent; color: var(--ink); font-weight: 600; font-size: 14px; padding: 10px 8px; border-radius: 7px; }
  .seg button[aria-pressed="true"] { background: var(--ink); color: #fff; }
  .amounts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .amounts.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  @media (max-width: 400px) { .amounts.four { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .amt { position: relative; border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 14px 6px; font-size: 17px; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--ink); }
  .amt[aria-pressed="true"] { border: 2px solid var(--blue); color: var(--blue); padding: 13px 5px; }
  .amt .rec { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: #296aff; color: #fff; padding: 3px 8px; border-radius: 999px; white-space: nowrap; }
  .impact { font-size: 14px; color: var(--text); line-height: 1.45; }
  .custom { display: flex; align-items: center; gap: 8px; }
  .custom[hidden] { display: none; }
  .custom input { flex: 1; min-width: 0; font: inherit; font-size: 15px; padding: 11px 12px; border: 1px dashed var(--sky-2); border-radius: 8px; background: #fff; color: var(--ink); }
  .custom span { font-size: 15px; font-weight: 600; color: var(--muted); }
  .pay { display: flex; flex-wrap: wrap; gap: 8px; }
  .pay span { font-size: 12px; font-weight: 600; padding: 6px 10px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
  .fine { font-size: 13px; color: var(--muted); line-height: 1.5; }
  .widget .btn { padding: 16px 20px; font-size: 17px; white-space: normal; text-align: center; }

  .band { padding-bottom: clamp(32px, 5vw, 64px); display: flex; flex-direction: column; gap: 10px; }
  .band img { width: 100%; height: auto; aspect-ratio: 15 / 8; object-fit: cover; object-position: 50% 35%; border-radius: 16px; }
  .cap { font-size: 13px; color: var(--faint); }

  section { padding-top: clamp(40px, 5vw, 64px); padding-bottom: clamp(40px, 5vw, 64px); }
  .head { display: flex; flex-direction: column; gap: 12px; max-width: 760px; margin-bottom: clamp(24px, 3vw, 40px); }
  .tinted { background: var(--tint); }

  /* Facts */
  .facts { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
  .fact { display: flex; flex-direction: column; gap: 12px; padding-top: 18px; border-top: 2px solid var(--ink); }
  .fact.accent { border-top-color: var(--blue); }
  .fact .d { font-size: 20px; font-weight: 700; font-variant-numeric: tabular-nums; }
  .fact.accent .d { color: var(--blue); }
  .fact p { font-size: 15px; color: var(--text); }
  .fact a { font-size: 13px; font-weight: 500; }
  @media (max-width: 1100px) { .facts { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 640px) { .facts { grid-template-columns: 1fr; gap: 20px; } }

  /* Tiles */
  .head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: clamp(24px, 3vw, 40px); }
  .head-row .head { margin-bottom: 0; }
  .head-row .aside { font-size: 17px; color: var(--muted); max-width: 340px; }
  @media (max-width: 900px) { .head-row { flex-direction: column; align-items: flex-start; } }
  .grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
  @media (max-width: 960px) { .grid3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } }
  @media (max-width: 600px) { .grid3 { grid-template-columns: 1fr; } }
  .tile { display: flex; flex-direction: column; gap: 12px; }
  .tile img { width: 100%; aspect-ratio: 16 / 10; height: auto; object-fit: cover; border-radius: 16px; }
  .tile p { font-size: 17px; line-height: 1.45; }

  /* CTA strip */
  .strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 32px; background: var(--ink); border-radius: 16px; }
  .strip p { font-size: clamp(18px, 1.6vw, 22px); font-weight: 600; color: #fff; line-height: 1.3; max-width: 640px; }
  .strip .r { display: flex; align-items: center; gap: 14px; flex: none; }
  .strip .price { font-size: 15px; font-weight: 600; color: var(--amber); white-space: nowrap; }
  @media (max-width: 760px) { .strip { flex-direction: column; align-items: stretch; padding: 20px; } .strip .r { flex-direction: column; align-items: stretch; gap: 10px; } .strip .btn { white-space: normal; } }
  .strip-wrap { padding-top: 0; padding-bottom: 0; margin-top: clamp(24px, 3vw, 40px); }

  /* Quote */
  .quote { background: var(--ink); color: #fff; }
  .quote .q { font-size: clamp(24px, 3vw, 44px); font-weight: 500; line-height: 1.25; max-width: 1100px; margin: 24px 0; }
  .quote .src { font-size: 15px; color: var(--sky-2); }
  .quote .ours { font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; color: var(--amber); margin-top: 24px; }
  .quote .eyebrow { color: var(--sky); }
  .quote .amb { float: right; width: clamp(150px, 16vw, 220px); height: auto; aspect-ratio: 1; border-radius: 999px; object-fit: cover; margin: 4px 0 20px clamp(24px, 3vw, 48px); shape-outside: circle(50%); border: 3px solid rgba(143, 176, 255, 0.35); }
  .quote .doc { clear: right; }
  @media (max-width: 720px) {
    .quote .amb { float: none; width: 88px; margin: 0 0 16px; shape-outside: none; }
  }

  /* Who */
  .who { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 64px); align-items: center; margin-bottom: clamp(28px, 3vw, 40px); }
  .who-text { display: flex; flex-direction: column; gap: 20px; }
  .who-text .lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--text); }
  .chips { display: flex; flex-wrap: wrap; gap: 8px; }
  .chips span { font-size: 13px; font-weight: 600; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; }
  .who img { width: 100%; aspect-ratio: 3 / 2; height: auto; object-fit: cover; border-radius: 16px; }
  @media (max-width: 900px) { .who { grid-template-columns: 1fr; } }
  .proof { display: flex; flex-direction: column; gap: 12px; padding: 28px; background: var(--tint); border-radius: 16px; }
  .proof.dashed { background: #fff; border: 2px dashed var(--sky-2); }
  .proof .t { font-size: 19px; font-weight: 600; line-height: 1.35; }
  .proof p { font-size: 16px; color: var(--text); }
  .proof .by { font-size: 14px; color: var(--muted); }
  .proof .q { font-style: italic; font-size: 17px; }
  .person { display: flex; align-items: center; gap: 12px; }
  .avatar { width: 44px; height: 44px; border-radius: 999px; background: var(--tint-2); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--navy); }

  /* Cards */
  .card { display: flex; flex-direction: column; background: #fff; border-radius: 16px; overflow: hidden; }
  .card img { width: 100%; aspect-ratio: 16 / 9; height: auto; object-fit: cover; }
  .card .b { display: flex; flex-direction: column; gap: 10px; padding: 22px; }
  .card .fn { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); }
  .card .t { font-size: 19px; font-weight: 600; line-height: 1.3; }
  .card p { font-size: 15px; color: var(--muted); }

  /* Two-col sections */
  .two { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: clamp(24px, 5vw, 80px); align-items: start; }
  @media (max-width: 900px) { .two { grid-template-columns: 1fr; } }
  details { border-top: 1px solid var(--line); }
  details:last-of-type { border-bottom: 1px solid var(--line); }
  summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-size: clamp(17px, 1.5vw, 21px); font-weight: 600; cursor: pointer; }
  summary::-webkit-details-marker { display: none; }
  summary svg { flex: none; transition: transform .2s; }
  details[open] summary svg { transform: rotate(45deg); }
  details .a { padding: 0 0 22px; font-size: 17px; color: var(--text); max-width: 640px; }
  .faq summary { padding: 16px 0; font-size: 17px; font-weight: 500; }
  .faq .a { font-size: 15px; padding-bottom: 16px; }

  /* Winter */
  .winter { background: var(--navy); color: #fff; }
  .winter .two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (max-width: 900px) { .winter .two { grid-template-columns: 1fr; } }
  .winter .eyebrow { color: var(--sky); }
  .winter .h2 { color: #fff; margin: 12px 0 20px; }
  .winter .lead { font-size: 17px; color: var(--tint-2); }
  .costs { display: flex; flex-direction: column; gap: 16px; padding: clamp(20px, 3vw, 36px); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.18); border-radius: 16px; }
  .costs .label { color: var(--amber); }
  .costs .row { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.18); font-size: 17px; }
  .costs .row:last-child { border-bottom: 0; padding-bottom: 0; }
  .costs .row span:last-child { color: var(--tint-2); font-variant-numeric: tabular-nums; white-space: nowrap; }

  /* Support */
  .sup-head { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 64px); align-items: end; margin-bottom: 32px; }
  @media (max-width: 900px) { .sup-head { grid-template-columns: 1fr; } }
  .sup-head .h2 { font-size: clamp(34px, 4.5vw, 56px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; margin: 12px 0 14px; }
  .sup-head .lead { font-size: 17px; color: var(--text); max-width: 520px; }
  .goal { display: flex; flex-direction: column; gap: 12px; padding: 24px 28px; background: var(--tint); border-radius: 16px; }
  .goal .top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
  .goal .top span:last-child { font-size: 14px; color: var(--muted); }
  .goal .num { font-size: 36px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
  .goal .num b { color: var(--blue); }
  .goal .num small { font-size: 20px; font-weight: 500; color: var(--muted); }
  .bar { height: 10px; background: var(--tint-2); border-radius: 999px; overflow: hidden; }
  .bar i { display: block; height: 100%; width: 22%; background: var(--blue); border-radius: 999px; }
  .tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
  .tabs button { border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 600; font-size: 15px; padding: 12px 20px; border-radius: 8px; }
  .tabs button[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
  .tabs button em { font-style: normal; color: var(--blue); }
  .tabs button[aria-pressed="true"] em { color: var(--amber); }
  .plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: stretch; }
  @media (max-width: 900px) { .plans { grid-template-columns: 1fr; gap: 20px; } }
  .plan { position: relative; display: flex; flex-direction: column; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
  .plan.rec { border: 2px solid var(--blue); }
  .plan .badge { position: absolute; top: -13px; left: 28px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: #296aff; color: #fff; padding: 5px 12px; border-radius: 999px; }
  .plan .p { font-size: clamp(36px, 3.5vw, 46px); font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
  .plan .p small { font-size: 15px; font-weight: 400; color: #A4A4A4; }
  .plan ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 15px; color: var(--text); }
  .plan .btn { white-space: normal; }
  .once { display: none; flex-direction: column; gap: 16px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; max-width: 640px; }
  .legal { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
  .legal .fine { max-width: 900px; }
  .faq-wrap { margin-top: clamp(28px, 4vw, 48px); }
  .faq-wrap h3 { font-size: clamp(24px, 2.5vw, 32px); font-weight: 700; line-height: 1.15; }

  footer { border-top: 1px solid var(--line-soft); padding: 28px 0; }
  footer .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; font-size: 14px; }
  footer .l { display: flex; align-items: center; gap: 20px; }
  footer img { height: 30px; width: auto; }
  footer .r { display: flex; flex-wrap: wrap; gap: 16px 24px; }
  footer .l p { color: var(--muted); }

  /* Mobile sticky bar */
  .sticky { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(5,11,26,0.10); transform: translateY(110%); transition: transform .25s; }
  .sticky.on { transform: none; }
  .sticky b { display: block; font-size: 15px; font-variant-numeric: tabular-nums; }
  .sticky small { display: block; font-size: 12px; color: var(--muted); }
  .sticky .btn { padding: 12px 16px; font-size: 15px; }
  @media (max-width: 720px) { .sticky { display: flex; } body { padding-bottom: 72px; } }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .sticky, summary svg { transition: none; } }
  :focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }

  /* Merged block chips */
  .more { margin-top: clamp(24px, 3vw, 36px); display: flex; flex-direction: column; gap: 12px; }
  .more .chips a { font-size: 14px; font-weight: 600; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); }
  .more .chips a:hover { border-color: var(--blue); color: var(--blue); text-decoration: none; }
  .more .chips { display: flex; flex-wrap: wrap; gap: 8px; }

  /* Winter, emphasized */
  .winter { background: #0a1224; color: #fff; }
  .winter .eyebrow { color: var(--sky); }
  .winter .h2 { color: #fff; margin: 12px 0 16px; font-size: clamp(32px, 4.5vw, 56px); font-weight: 800; letter-spacing: -0.02em; }
  .w-head { max-width: 820px; margin-bottom: clamp(24px, 3vw, 40px); }
  .w-head .lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--tint-2); }
  .mosaic { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); grid-template-rows: auto auto; gap: 16px; margin-bottom: clamp(28px, 3vw, 40px); }
  .mosaic figure { margin: 0; display: flex; flex-direction: column; gap: 8px; }
  .mosaic .big { grid-row: 1 / span 2; }
  .mosaic img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; filter: saturate(0.85); }
  .mosaic .big img { aspect-ratio: 3 / 2; }
  .mosaic figure:not(.big) img { aspect-ratio: 16 / 9; }
  .mosaic figcaption { font-size: 13px; line-height: 1.45; color: var(--sky-2); }
  @media (max-width: 760px) { .mosaic { grid-template-columns: 1fr; } .mosaic .big { grid-row: auto; } }
  .w-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: start; }
  @media (max-width: 900px) { .w-grid { grid-template-columns: 1fr; } }
  .w-facts { display: flex; flex-direction: column; gap: 20px; }
  .w-fact { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 16px; align-items: baseline; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.14); }
  .w-fact b { font-size: clamp(28px, 3vw, 40px); font-weight: 800; color: var(--amber); font-variant-numeric: tabular-nums; line-height: 1; }
  .w-fact span { font-size: 16px; color: var(--tint-2); }
  @media (max-width: 480px) { .w-fact { grid-template-columns: 1fr; gap: 6px; } }
  .costs .btn { margin-top: 8px; white-space: normal; font-size: 17px; padding: 16px 20px; text-align: center; }
  .costs .btn span { text-wrap: balance; }
  .w-note { margin-top: clamp(24px, 3vw, 36px); font-size: clamp(18px, 1.8vw, 24px); font-weight: 600; color: #fff; max-width: 820px; }
  .faq details:first-of-type { border-top: 1px solid var(--line); }

  /* Newsroom strip in winter */
  .newsroom { display: flex; flex-direction: column; gap: 14px; margin-bottom: clamp(28px, 3vw, 40px); padding-top: clamp(20px, 3vw, 32px); border-top: 1px solid rgba(255,255,255,0.14); }
  .newsroom .label { color: var(--sky); }
  .nr-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  @media (max-width: 720px) { .nr-grid { grid-template-columns: 1fr; } }
  .nr-grid figure { margin: 0; display: flex; flex-direction: column; gap: 8px; }
  .nr-grid img { width: 100%; aspect-ratio: 16 / 9; height: auto; object-fit: cover; border-radius: 12px; }
  .nr-grid figcaption { font-size: 13px; color: var(--sky-2); }
  .nr-text { font-size: clamp(16px, 1.4vw, 18px); color: var(--tint-2); max-width: 760px; }
  /* Brief proof: inbox-style preview */
  .brief { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; max-width: 560px; }
  .mail-row { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 6px 20px rgba(5,11,26,0.06); }
  .mail-avatar { flex: none; width: 40px; height: 40px; border-radius: 999px; background: var(--ink); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; }
  .mail-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
  .mail-top { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; }
  .mail-from { font-weight: 700; }
  .mail-date { color: var(--faint); white-space: nowrap; }
  .mail-subj { font-size: 15px; font-weight: 600; line-height: 1.35; }
  .mail-snip { font-size: 14px; color: var(--muted); line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .mail-cap { font-size: 13px; color: var(--muted); }

  .quote .doc { margin-top: 28px; padding: 20px 24px; border-left: 3px solid var(--sky); display: flex; flex-direction: column; gap: 8px; max-width: 900px; }
  .quote .doc-l { font-size: 15px; color: var(--sky-2); }
  .quote .doc-q { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.45; color: #fff; font-style: italic; }
  .quote .doc-s { font-size: 13px; color: var(--sky-2); }

  .pay img { height: 24px; width: auto; }
  .pay img[alt="Google Pay"] { height: 34px; margin: -5px 0; }
  .pay img[alt="Visa"] { height: 16px; }
  .pay img[alt="Mastercard"] { height: 26px; }
  .pay { align-items: center; gap: 12px; }
  .picon { color: var(--blue); }
  #om .proof img.plogo { width: auto; max-width: 180px; height: 22px; aspect-ratio: auto; object-fit: contain; opacity: 0.85; margin-top: 2px; align-self: flex-start; }
  #om .proof img.avatar-img { width: 44px; height: 44px; aspect-ratio: 1; border-radius: 999px; object-fit: cover; }
  #om .proof { position: relative; }
  #om .proof .picon { position: absolute; top: 24px; right: 24px; }
  #om .proof .label { padding-right: 44px; }
  #om .proof .case { display: flex; flex-direction: column; gap: 8px; }
  #om .proof .case + .case { margin-top: 12px; padding-top: 20px; border-top: 1px solid var(--tint-2); }
  #om .proof .tst { display: flex; flex-direction: column; gap: 12px; padding-left: 16px; border-left: 2px solid var(--sky); }
  #om .proof .tst + .tst { margin-top: 20px; }
  #om .proof .tq { font-size: 16px; line-height: 1.5; color: var(--text); }
  #om .proof .tst img.plogo { align-self: flex-end; margin-top: 0; }
  .avatar-img { width: 44px; height: 44px; border-radius: 999px; object-fit: cover; }
  .costs-note { font-size: 15px; color: var(--tint-2); }
  .goal-note { font-size: 14px; color: var(--muted); line-height: 1.5; }

  /* Форма підписки на сторінці подяки */
  .brief-form { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 4px; }
  .brief-form .custom { flex: 1 1 220px; }
  .brief-form .btn { flex: none; }
  .brief-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

  /* Cookie-згода. Дві кнопки однакові: рівноцінний вибір, без dark patterns */
  .consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(5,11,26,0.12); padding: 16px 0 calc(16px + env(safe-area-inset-bottom)); }
  .consent[hidden] { display: none; }
  .consent-in { max-width: 1200px; margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; }
  @media (min-width: 1440px) { .consent-in { max-width: 1440px; padding-left: 120px; padding-right: 120px; } }
  .consent-text { font-size: 15px; color: var(--text); max-width: 640px; }
  .consent-actions { display: flex; gap: 8px; flex: none; }
  .consent-actions .btn { padding: 11px 20px; font-size: 15px; }
  @media (max-width: 560px) { .consent-actions { width: 100%; } .consent-actions .btn { flex: 1; } }
  /* поки питаємо про cookies, липка панель мовчить: два рядки внизу екрана — забагато */
  body.consent-open .sticky { display: none; }
