/* PolskiVPN.pl: jasny motyw, granat + czerwony akcent, szeryfowe nagłówki z systemowego stosu. Bez zależności. */
:root {
  --brand: #14305a; --brand-dark: #0e2343; --brand-soft: #e8edf5; --brand-line: #c5d0e2;
  --cta: #c8102e; --cta-hover: #a60c25; --cta-soft: #f7e3e5;
  --bg: #faf9f6; --surface: #fff; --ink: #1b1f26; --ink-2: #3d4450; --muted: #6a7180;
  --line: #e6e3dc; --line-2: #d3cfc6;
  --ok: #1f7a3a; --ok-bg: #e4efe5; --warn: #8a5a00; --warn-bg: #fbf0d6; --star: #e0a219; --neutral-bg: #f1efe9;
  --link: #14305a;
  --radius: 10px; --radius-s: 6px; --shadow: 0 1px 2px rgba(20,48,90,.06), 0 4px 14px rgba(20,48,90,.06);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: var(--link); text-decoration: underline; text-decoration-color: var(--brand-line); text-underline-offset: 2px; }
a:hover { text-decoration-color: currentColor; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.18; margin: 0 0 .45em; font-weight: 700; color: var(--brand); letter-spacing: 0; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; font-family: var(--sans); font-weight: 700; }
@media (min-width: 760px) { h1 { font-size: 36px; } h2 { font-size: 26px; } }
p { margin: 0 0 1em; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .92em; background: var(--neutral-bg); padding: 1px 6px; border-radius: 4px; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.skip { position: absolute; left: -9999px; top: 8px; background: #fff; padding: 8px 12px; border-radius: 6px; z-index: 100; }
.skip:focus { left: 8px; }
button, select { font-family: inherit; }
[hidden] { display: none !important; }

/* ----- nagłówek: pełny granatowy pasek ----- */
.top { background: var(--brand); color: #fff; position: sticky; top: 0; z-index: 20; box-shadow: 0 1px 0 rgba(255,255,255,.08) inset; }
.top-in { display: flex; align-items: center; gap: 20px; height: 60px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; text-decoration: none; font-family: var(--serif); font-weight: 700; font-size: 23px; }
.brand-mark { width: 30px; height: 30px; flex: none; }
.brand-text b { font-weight: 700; color: #ffb3bd; }
.brand-text i { font-style: normal; color: #9fb0cc; font-size: 18px; }
.nav { display: none; gap: 2px; margin-left: auto; }
.nav a { color: #e6ecf6; text-decoration: none; font-weight: 600; padding: 8px 13px; border-radius: 6px; font-size: 15px; }
.nav a:hover { background: rgba(255,255,255,.1); color: #fff; }
.nav a.on { background: #fff; color: var(--brand); }
.nav-btn { margin-left: auto; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); background: transparent; border-radius: 6px; display: grid; place-items: center; gap: 4px; cursor: pointer; padding: 11px; }
.nav-btn span { display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; }
.nav-mobile { display: flex; flex-direction: column; background: var(--brand-dark); padding: 6px 20px 12px; }
.nav-mobile a { padding: 11px 4px; color: #fff; text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-mobile a:last-child { border-bottom: 0; }
@media (min-width: 900px) { .nav { display: flex; } .nav-btn, .nav-mobile { display: none !important; } }

/* ----- hero: dwie kolumny ----- */
.hero { background: var(--surface); border-bottom: 1px solid var(--line); padding: 30px 0 26px; }
.hero-in { display: grid; gap: 22px; }
.hero h1 { margin-bottom: .4em; }
.lead { font-size: 17.5px; color: var(--ink-2); line-height: 1.6; max-width: 640px; }
.updated { margin: 0; font-size: 13.5px; color: var(--muted); }
.updated time { font-weight: 700; color: var(--brand); }
.hero-side { background: var(--brand-soft); border-left: 4px solid var(--brand); border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 18px 12px; align-self: start; }
.hero-side h2 { font-size: 18px; margin-bottom: 8px; }
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li { position: relative; padding-left: 26px; margin: 6px 0; font-size: 14.5px; color: var(--ink-2); }
.checklist li::before { content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.3 3.3L15 6.8' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat; }
@media (min-width: 860px) { .hero { padding: 44px 0 36px; } .hero-in { grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; align-items: center; } }

/* ----- ranking: nagłówek, pigułki filtrów, select sortowania ----- */
.ranking { padding: 26px 20px 12px; }
.ranking-title { margin: 0 0 4px; }
.ranking-note { margin: 0 0 16px; font-size: 14px; color: var(--muted); }
.filterbar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-bottom: 18px; padding: 10px 12px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.ficon { width: 20px; height: 20px; color: var(--brand); flex: none; }
.fchips { display: flex; flex-wrap: wrap; gap: 6px; flex: 1; min-width: 0; }
.chip { display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--line-2); background: #fff; color: var(--ink-2); border-radius: 999px; padding: 5px 11px 5px 9px; font-size: 13px; font-weight: 600; line-height: 1.2; min-height: 32px; text-decoration: none; cursor: pointer; }
.chip-i { width: 14px; height: 14px; color: #fff; display: none; }
.chip.on { background: var(--brand); border-color: var(--brand); color: #fff; }
.chip.on .chip-i { display: block; }
.chip .l-long { display: none; }
@media (hover: hover) { .chip:hover { border-color: var(--brand); } }
.chip--clear { border-style: dashed; color: var(--muted); }
@media (min-width: 600px) { .chip { font-size: 13.5px; padding: 6px 13px 6px 10px; min-height: 34px; } .chip .l-long { display: inline; } .chip .l-short { display: none; } }
.empty { background: var(--surface); border: 1px dashed var(--line-2); border-radius: var(--radius); padding: 28px; text-align: center; }
.empty p { color: var(--ink-2); }

/* ----- karta: pasek + treść ----- */
.cards { display: grid; gap: 18px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.card-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: #fcfbf8; }
.rank { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 800; font-size: 13.5px; flex: none; }
.logo { display: inline-flex; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; flex: none; }
.logo img { width: 100%; height: 100%; object-fit: cover; }
.logo--lg { width: 88px; height: 88px; border-radius: 12px; }
.logo-mono { display: grid; place-items: center; width: 100%; height: 100%; background: var(--brand-soft); color: var(--brand); font-weight: 800; font-size: 22px; }
.card-title { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; min-width: 0; }
.card-name { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 12px; }
.card-title h3 { margin: 0; font-size: 21px; }
.card-title h3 a { color: var(--brand); text-decoration: none; }
.card-title h3 a:hover { text-decoration: underline; }
.badge { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 700; border-radius: 999px; padding: 4px 10px; background: var(--brand-soft); color: var(--brand); white-space: nowrap; }
.badge--pl::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--ok); }
.card-review { font-size: 13.5px; font-weight: 600; flex-basis: 100%; }
@media (min-width: 760px) { .card-review { flex-basis: auto; margin-left: auto; } }
.stars { display: inline-flex; align-items: center; gap: 1px; color: var(--star); }
.star { width: 16px; height: 16px; }
.stars-num { color: var(--ink-2); font-size: 13px; margin-left: 5px; }
.card-promo { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; background: var(--warn-bg); color: var(--warn); font-size: 13.5px; font-weight: 600; padding: 7px 16px; border-bottom: 1px solid #efdfb6; }
.card-promo-tag { background: var(--cta); color: #fff; border-radius: 4px; padding: 2px 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.card-promo code { background: #fff; border: 1px dashed #d9b86a; }
.card-main { display: grid; grid-template-columns: 1fr; gap: 16px; padding: 16px; }
.flist { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 0; }
.f { display: grid; grid-template-columns: 20px 1fr auto; align-items: start; gap: 8px; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.f:last-child { border-bottom: 0; }
.fi { width: 18px; height: 18px; margin-top: 1px; }
.fl { font-weight: 700; color: var(--ink); }
.fv { color: var(--ink-2); text-align: right; }
.f--no .fv { color: var(--muted); }
.f--wide { grid-template-columns: 20px auto 1fr; }
.f--wide .fv { text-align: left; }
.proscons { display: grid; gap: 10px 20px; }
.pc-block h4 { margin: 0 0 4px; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.proscons ul, .prose .proscons ul { list-style: none; margin: 0; padding: 0; }
.proscons li { position: relative; padding-left: 20px; font-size: 14.5px; margin: 3px 0; color: var(--ink-2); }
.proscons li::before { position: absolute; left: 0; top: 0; font-weight: 800; }
.pros li::before { content: "+"; color: var(--ok); }
.cons li::before { content: "–"; color: var(--cta); }
.card-price { background: var(--brand-soft); border: 1px solid var(--brand-line); border-radius: var(--radius); padding: 18px 16px; display: flex; flex-direction: column; gap: 8px; justify-content: center; align-items: center; text-align: center; }
.card-price .btn { width: 100%; max-width: 280px; }
.price-main { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0 6px; justify-content: center; }
.price-from { font-size: 13px; color: var(--muted); width: 100%; }
.price-val { font-family: var(--serif); font-size: 36px; font-weight: 700; color: var(--brand); line-height: 1.05; }
.price-unit { font-size: 14px; color: var(--muted); font-weight: 600; }
.price-plan { margin: 0; font-size: 13px; color: var(--ink-2); }
.price-note { font-size: 12.5px; color: var(--muted); margin: 0; text-align: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border-radius: 7px; padding: 12px 18px; font-weight: 700; font-size: 15px; border: 1px solid transparent; cursor: pointer; text-align: center; text-decoration: none; }
.btn-cta { background: var(--cta); color: #fff; }
.btn-cta:hover { background: var(--cta-hover); }
.btn-cta::after { content: "→"; }
.btn-ghost { background: #fff; border-color: var(--brand-line); color: var(--brand); }
.btn-ghost:hover { border-color: var(--brand); }
.btn-lg { padding: 15px 26px; font-size: 17px; }
.btn-sm { padding: 6px 12px; font-size: 13.5px; }
.card-more { border-top: 1px solid var(--line); padding: 0 16px 14px; }
.card-prose { padding-top: 14px; }
.card-cta-bottom { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 18px 0 6px; border-top: 1px solid var(--line); margin-top: 14px; }
/* shortcode [vpns_list=...] w treści: lista usług w wierszach, cały wiersz = link partnerski */
.vlist { display: grid; gap: 10px; margin: 0 0 1.4em; }
.vlist-row { display: grid; grid-template-columns: 28px 44px minmax(0, 1fr); grid-template-areas: "rank logo name" "price price price" "cta cta cta"; align-items: center; gap: 10px 12px; padding: 12px 14px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); color: inherit; text-decoration: none; }
.vlist-row:hover { border-color: var(--brand-line); }
.vlist-row:hover .vlist-cta { background: var(--cta-hover); }
.vlist-row .rank { grid-area: rank; }
.vlist-row .logo { grid-area: logo; }
.vlist-name { grid-area: name; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; min-width: 0; }
.vlist-title { font-family: var(--serif); font-weight: 700; font-size: 19px; color: var(--brand); line-height: 1.2; }
.vlist-price { grid-area: price; display: flex; flex-direction: column; align-items: center; gap: 5px; }
.vlist-amount { font-weight: 800; font-size: 20px; color: var(--brand); line-height: 1.1; white-space: nowrap; }
.vlist-amount small { font-weight: 600; font-size: 13px; color: var(--muted); }
.badge--off { background: #e4efe5; color: #1f7a3a; }
.vlist-cta { grid-area: cta; }
@media (min-width: 640px) {
  .vlist-row { grid-template-columns: 28px 44px minmax(0, 1fr) auto auto; grid-template-areas: "rank logo name price cta"; padding: 14px 18px; }
  .vlist-price { min-width: 110px; }
}
@media (min-width: 760px) {
  .card-bar { padding: 12px 22px; }
  .card-main { grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; padding: 20px 22px; }
  .card-more { padding: 0 22px 16px; }
  .proscons { grid-template-columns: 1fr 1fr; }
}

/* ----- treść ----- */
.prose { font-size: 16.5px; line-height: 1.68; color: var(--ink-2); }
.prose h2 { margin: 1.4em 0 .5em; }
.prose h3 { margin: 1.2em 0 .4em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 24px; margin: 0 0 1em; }
.prose li { margin: .3em 0; }
.prose blockquote { border-left: 3px solid var(--cta); margin: 1em 0; padding: 4px 16px; color: var(--ink-2); background: var(--neutral-bg); border-radius: 0 var(--radius-s) var(--radius-s) 0; }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; margin: 0 0 1.2em; }
.prose th, .prose td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; vertical-align: top; }
.prose th { background: var(--neutral-bg); color: var(--ink); }
.prose img { border-radius: var(--radius-s); }
.content-sections { padding: 24px 20px 8px; }
.section { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; margin-bottom: 16px; }
@media (min-width: 760px) { .section { padding: 32px 40px; } }

/* ----- FAQ ----- */
.faq { padding: 8px 20px 24px; }
.faq-box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
.faq-box h2 { margin-bottom: 6px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: var(--cta); font-weight: 400; flex: none; }
.faq-item[open] summary::after { content: "–"; }
.faq-item summary h3 { margin: 0; font-size: 17px; }
.faq-a { padding: 0 0 16px; font-size: 15.5px; }
@media (min-width: 760px) { .faq-box { padding: 32px 40px; } }

/* ----- nota, ostatnie wpisy, stopka ----- */
.disclosure { margin: 24px auto 8px; }
.disclosure p { font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 14px; margin: 0; }
.recent { background: var(--surface); border-top: 1px solid var(--line); padding: 32px 0; margin-top: 24px; }
.recent-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.recent-head h2 { margin: 0; font-size: 22px; }
.recent-all { font-size: 14px; font-weight: 600; }
.recent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.recent-card { display: flex; flex-direction: column; gap: 6px; color: var(--ink); text-decoration: none; }
.recent-card:hover .recent-title { color: var(--cta); }
.recent-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius-s); background: var(--neutral-bg); display: block; }
.recent-img--empty { background: linear-gradient(135deg, var(--brand-soft), var(--neutral-bg)); }
.recent-title { font-family: var(--serif); font-weight: 700; font-size: 16px; line-height: 1.3; color: var(--brand); }
.recent-date { font-size: 12.5px; color: var(--muted); }
@media (min-width: 760px) { .recent-grid { grid-template-columns: repeat(4, 1fr); } }
.foot { background: var(--brand); color: #c9d3e6; padding: 30px 0 36px; font-size: 13.5px; margin-top: 8px; }
.foot-in { display: grid; gap: 22px; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-bottom: 12px; }
.foot-nav a { color: #fff; font-weight: 600; text-decoration: none; }
.foot-nav a:hover { text-decoration: underline; }
.foot a { color: #fff; }
.foot-text p { margin: 0 0 8px; }
.foot-copy { margin: 0; }
@media (min-width: 760px) { .foot-in { grid-template-columns: 1fr 1fr; gap: 40px; } .foot-col:last-child { text-align: right; } }

/* ----- okruszki, artykuł, strona ----- */
.crumbs { font-size: 13px; color: var(--muted); padding: 16px 0 8px; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs span { color: var(--ink-2); }
.article { padding-bottom: 20px; }
.article-meta { color: var(--muted); font-size: 14px; margin: -4px 0 18px; }
.article-body { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
@media (min-width: 760px) { .article-body { padding: 32px 40px; } }
.hub-intro { max-width: 780px; margin-bottom: 20px; }

/* ----- hub recenzji ----- */
.hub-list { display: grid; gap: 12px; margin-bottom: 20px; }
.hub-row { display: grid; grid-template-columns: 28px 56px 1fr; gap: 12px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; color: var(--ink); box-shadow: var(--shadow); text-decoration: none; }
.hub-row:hover { border-color: var(--brand); }
.hub-rank { font-weight: 800; color: var(--muted); }
.hub-row .logo { width: 56px; height: 56px; }
.hub-title { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 12px; font-size: 18px; }
.hub-title b { font-family: var(--serif); color: var(--brand); }
.hub-price { grid-column: 2 / -1; display: flex; align-items: baseline; gap: 6px; }
.hub-price b { font-family: var(--serif); font-size: 20px; color: var(--brand); }
.hub-price small { color: var(--muted); }
.hub-link { margin-left: auto; color: var(--cta); font-weight: 600; font-size: 14px; }
@media (min-width: 760px) {
  .hub-row { grid-template-columns: 28px 56px 1fr 200px; }
  .hub-price { grid-column: auto; flex-direction: column; align-items: flex-end; gap: 2px; }
  .hub-link { margin: 4px 0 0; }
}

/* ----- lista poradników ----- */
.posts-grid { display: grid; gap: 18px; margin-bottom: 24px; }
.post-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; box-shadow: var(--shadow); }
.post-card h2 { font-size: 19px; margin: 10px 0 6px; }
.post-card h2 a { text-decoration: none; }
.post-card h2 a:hover { text-decoration: underline; }
.post-card p { font-size: 14.5px; color: var(--muted); margin: 0 0 8px; }
.post-card time { font-size: 12.5px; color: var(--muted); }
.post-card-img img { aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius-s); width: 100%; }
@media (min-width: 640px) { .posts-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .posts-grid { grid-template-columns: repeat(3, 1fr); } }

/* ----- recenzja ----- */
.review { padding-bottom: 20px; }
.review-head { display: flex; gap: 18px; align-items: center; margin: 6px 0 18px; }
.review-head h1 { font-size: 28px; margin-bottom: 6px; }
.review-meta { color: var(--muted); font-size: 14px; margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 4px 6px; }
.review-grid { display: grid; gap: 24px; }
.review-main { min-width: 0; display: grid; gap: 22px; }
.review .faq { padding: 0; }
.review-main > .prose, .review-body { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
.facts-table { width: 100%; border-collapse: collapse; font-size: 15px; margin: 4px 0 0; }
.facts-table th, .facts-table td { padding: 9px 8px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.facts-table th { width: 38%; font-weight: 700; color: var(--ink); }
.facts-table td { color: var(--ink-2); }
.facts-table td .fi { display: inline-block; vertical-align: -3px; margin-right: 6px; }
.facts-table tr:last-child th, .facts-table tr:last-child td { border-bottom: 0; }
.proscons--wide { gap: 6px 24px; }
.proscons--wide h3 { font-size: 16px; margin: 0 0 6px; }
.review-cta { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 8px 0; }
.pricebox { background: var(--surface); border: 2px solid var(--brand); border-radius: var(--radius); padding: 22px 20px; box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.pricebox .btn { width: 100%; margin-top: 6px; }
.pricebox-plan { margin: 0; font-size: 13.5px; color: var(--muted); }
.pricebox-promo { margin: 0 0 4px; font-size: 13.5px; color: var(--warn); font-weight: 600; }
.pricebox--sticky { display: none; }
.others h2 { font-size: 20px; }
.others-grid { display: grid; gap: 10px; }
.other { display: flex; align-items: center; gap: 12px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-s); padding: 10px 12px; color: var(--ink); text-decoration: none; }
.other img { width: 40px; height: 40px; border-radius: 6px; border: 1px solid var(--line); }
.other b { font-family: var(--serif); color: var(--brand); }
.other small { display: block; color: var(--muted); font-size: 12.5px; }
.other:hover { border-color: var(--brand); }
@media (min-width: 640px) { .others-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) {
  .review-grid { grid-template-columns: minmax(0, 1fr) 320px; align-items: start; }
  .pricebox--inline { display: none; }
  .review-side { position: sticky; top: 76px; }
  .pricebox--sticky { display: flex; }
  .review-head h1 { font-size: 34px; }
  .review-main > .prose, .review-body { padding: 28px 32px; }
}

/* ----- cennik: kafelki planów, wyróżniony z granatową ramką ----- */
.cennik h3 { margin-top: 1.2em; }
.plans { display: grid; gap: 12px; margin: 4px 0 14px; }
.plan { border: 1px solid var(--line-2); border-radius: var(--radius); padding: 16px; display: flex; flex-direction: column; gap: 6px; background: #fff; }
.plan--best { border: 2px solid var(--brand); background: #fcfbf8; }
.plan-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.plan-name { font-weight: 700; color: var(--ink); font-size: 15px; }
.plan-bonus { display: block; font-size: 12.5px; color: var(--ok); font-weight: 600; }
.plan-discount { background: var(--cta-soft); color: var(--cta); font-weight: 800; font-size: 12.5px; border-radius: 999px; padding: 3px 9px; }
.plan-price { display: flex; align-items: baseline; gap: 5px; }
.plan-price b { font-family: var(--serif); font-size: 28px; font-weight: 700; color: var(--ink); }
.plan--best .plan-price b { color: var(--brand); }
.plan-price span { font-size: 13px; color: var(--muted); }
.plan-total { margin: 0; font-size: 13.5px; color: var(--muted); }
.plan .btn { margin-top: 6px; }
.plan-notes { margin: 0 0 6px; padding-left: 20px; font-size: 14.5px; }
.plan-notes li { margin: 3px 0; }
@media (min-width: 700px) { .plans { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 600px) { 