/* TaniVPN.pl: jasny motyw, własne tokeny, bez zależności. */
:root {
  --bg: #f6f7f4; --surface: #fff; --ink: #16202a; --ink-2: #3a4551; --muted: #5f6b79;
  --line: #e3e7ec; --line-2: #d3dae2;
  --green: #0b8f5a; --green-dark: #087a4c; --green-bg: #e7f5ee;
  --cta: #ea5514; --cta-hover: #cf4409; --cta-ink: #fff;
  --link: #1a56db; --star: #f2a516; --red: #c43b2f; --red-bg: #fbecea;
  --amber: #8a5a00; --amber-bg: #fff3d6; --neutral-bg: #f1f3f5;
  --radius: 14px; --radius-s: 9px; --shadow: 0 1px 2px rgba(22,32,42,.06), 0 6px 20px rgba(22,32,42,.05);
  --font: 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(--font); font-size: 16px; line-height: 1.55; }
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.01em; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 19px; }
h4 { font-size: 16px; }
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: 5px; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.skip { position: absolute; left: -9999px; top: 8px; background: #fff; padding: 8px 12px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
button { font-family: inherit; }

/* ----- nagłówek ----- */
.top { background: var(--surface); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.top-in { display: flex; align-items: center; gap: 24px; height: 62px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 800; font-size: 21px; letter-spacing: -.02em; }
.brand:hover { text-decoration: none; }
.brand-mark { width: 30px; height: 30px; }
.brand-text b { color: var(--green); }
.brand-text i { font-style: normal; color: var(--muted); font-weight: 600; }
.nav { display: none; gap: 4px; margin-left: auto; }
.nav a { color: var(--ink-2); font-weight: 600; padding: 8px 14px; border-radius: 999px; font-size: 15px; }
.nav a:hover { background: var(--neutral-bg); text-decoration: none; }
.nav a.on { background: var(--green-bg); color: var(--green-dark); }
.nav-btn { margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line-2); background: #fff; border-radius: 10px; display: grid; place-items: center; gap: 4px; cursor: pointer; padding: 11px; }
.nav-btn span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }
.nav-mobile { display: flex; flex-direction: column; border-top: 1px solid var(--line); background: #fff; padding: 8px 20px 12px; }
.nav-mobile[hidden], [hidden] { display: none; }
.nav-mobile a { padding: 11px 4px; color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--line); }
.nav-mobile a:last-child { border-bottom: 0; }
@media (min-width: 860px) { .nav { display: flex; } .nav-btn, .nav-mobile { display: none !important; } }

/* ----- hero ----- */
.hero { background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); padding: 36px 0 18px; }
.hero h1 { font-size: 30px; max-width: 820px; }
.lead { font-size: 17.5px; color: var(--ink-2); max-width: 760px; line-height: 1.6; }
@media (min-width: 860px) { .hero { padding: 48px 0 24px; } .hero h1 { font-size: 40px; } }

/* ----- ranking: sort + filtry ----- */
.ranking { padding-bottom: 12px; }
.ranking-title { margin: 8px 0 14px; font-size: 24px; }
.filterbar { display: grid; gap: 10px; }
.frow { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 6px; }
.fchips { display: flex; flex-wrap: wrap; gap: 6px; flex: 1; min-width: 0; }
.ficon { margin-top: 5px; }
@media (min-width: 600px) { .fchips { gap: 8px; } }
@media (min-width: 600px) { .frow { gap: 8px; } }
.flabel { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.frow--label { min-height: 28px; }
.frow .chip--clear { padding: 4px 10px; min-height: 0; font-size: 12.5px; }
.filterbar { margin-bottom: 18px; }
.updated { margin: 4px 0 0; }
.updated-pill { display: inline-block; background: var(--green-bg); color: var(--green-dark); font-size: 13px; font-weight: 600; border-radius: 999px; padding: 5px 12px; }
.updated-pill time { font-weight: 700; }
.ficon { width: 22px; height: 22px; color: var(--muted); flex: none; margin-right: 2px; }
.pill { border: 1px solid var(--line-2); background: #fff; color: var(--ink-2); border-radius: 999px; padding: 6px 13px; font-size: 13px; font-weight: 600; cursor: pointer; min-height: 32px; }
@media (min-width: 600px) { .pill { padding: 7px 14px; font-size: 14px; min-height: 36px; } }
.pill.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { border: 1px solid var(--line-2); background: #fff; color: var(--ink-2); border-radius: 999px; padding: 6px 11px; font-size: 13px; font-weight: 600; cursor: pointer; line-height: 1.2; min-height: 32px; }
.chip .l-long { display: none; }
@media (min-width: 600px) { .chip { padding: 7px 13px; font-size: 13.5px; min-height: 36px; } .chip .l-long { display: inline; } .chip .l-short { display: none; } }
@media (hover: hover) { .chip:hover { border-color: var(--green); } }
.chip.on { background: var(--green-bg); border-color: var(--green); color: var(--green-dark); }
.chip--clear { border-style: dashed; color: var(--muted); }
.empty { background: #fff; border: 1px dashed var(--line-2); border-radius: var(--radius); padding: 28px; text-align: center; }
.empty p { color: var(--ink-2); }

/* ----- karta ----- */
.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[hidden] { display: none; }
.card-promo { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; background: var(--amber-bg); color: var(--amber); font-size: 13.5px; font-weight: 600; padding: 8px 18px; border-bottom: 1px solid #f3e2b6; }
.card-promo-tag { background: var(--amber); color: #fff; border-radius: 6px; padding: 2px 8px; font-size: 11.5px; 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: 18px; }
.card-id { display: flex; align-items: center; gap: 12px; }
.rank { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 800; font-size: 14px; flex: none; }
.logo { display: inline-flex; width: 64px; height: 64px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; flex: none; }
.logo img { width: 100%; height: 100%; object-fit: cover; }
.logo--lg { width: 88px; height: 88px; border-radius: 16px; }
.logo-mono { display: grid; place-items: center; width: 100%; height: 100%; background: var(--green-bg); color: var(--green-dark); font-weight: 800; font-size: 26px; }
.card-title { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; }
.card-title h3 { margin: 0; font-size: 22px; }
.card-title h3 a { color: var(--ink); }
.card-review { font-size: 14px; font-weight: 600; margin: 4px 0 12px; }
.fact dt small { font-weight: 600; color: var(--green-dark); font-size: 12px; margin-left: 4px; }
.stars { display: inline-flex; align-items: center; gap: 1px; color: var(--star); }
.star { width: 17px; height: 17px; }
.stars-num { color: var(--ink-2); font-size: 13.5px; margin-left: 6px; }
.facts { display: grid; grid-template-columns: 1fr; gap: 0 28px; margin: 0 0 14px; }
.fact { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.fact dt { font-size: 14px; color: var(--ink); font-weight: 700; flex: none; }
.fact dd { margin: 0; font-size: 14px; color: var(--ink-2); text-align: right; }
.fact--no dd { color: var(--muted); }
.fact--wide { grid-column: 1 / -1; justify-content: flex-start; }
.fact--wide dd { text-align: left; }
.proscons { display: grid; gap: 4px 18px; }
.proscons ul, .prose .proscons ul { list-style: none; margin: 0; padding: 0; }
.proscons li { position: relative; padding-left: 22px; 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(--green); }
.cons li::before { content: "✗"; color: var(--red); }
.card-price { border-top: 1px solid var(--line); padding-top: 16px; display: flex; flex-direction: column; gap: 10px; 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; }
.card-price .price-main { justify-content: center; }
.price-from { font-size: 13px; color: var(--muted); width: 100%; }
.price-val { font-size: 34px; font-weight: 800; color: var(--green-dark); letter-spacing: -.02em; line-height: 1.1; }
.price-unit { font-size: 14px; color: var(--muted); font-weight: 600; }
.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: 10px; padding: 12px 18px; font-weight: 700; font-size: 15px; border: 1px solid transparent; cursor: pointer; text-align: center; }
.btn:hover { text-decoration: none; }
.btn-cta { background: var(--cta); color: var(--cta-ink); }
.btn-cta:hover { background: var(--cta-hover); }
.btn-cta::after { content: "→"; }
.btn-ghost { background: #fff; border-color: var(--line-2); color: var(--ink-2); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-lg { padding: 15px 26px; font-size: 17px; }
.card-more { border-top: 1px solid var(--line); padding: 0 18px 14px; }
.card-prose { position: relative; padding-top: 14px; }
.card-prose.is-clamped { max-height: 230px; overflow: hidden; }
.card-prose.is-clamped::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 85%); }
.more-btn { background: none; border: 0; color: var(--link); font-weight: 600; font-size: 14.5px; cursor: pointer; padding: 8px 0 0; }
.more-btn:hover { text-decoration: underline; }
.more-btn .more-hide { display: none; }
.card.is-open .more-btn .more-show { display: none; }
.card.is-open .more-btn .more-hide { display: inline; }
.cost-note { font-size: 13px; color: var(--muted); margin: 8px 0 0; }
@media (min-width: 760px) {
  .card-main { grid-template-columns: 76px 1fr 250px; gap: 20px; padding: 22px; }
  .card-id { flex-direction: column; align-items: center; gap: 10px; }
  .card-price { border-top: 0; border-left: 1px solid var(--line); padding: 0 0 0 22px; }
  .card-more { padding: 0 22px 16px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .proscons { grid-template-columns: 1fr 1fr; }
}

/* ----- treść ----- */
.prose { font-size: 16.5px; line-height: 1.68; color: var(--ink-2); }
.prose h2 { font-size: 24px; color: var(--ink); margin: 1.4em 0 .5em; }
.prose h3 { font-size: 19px; color: var(--ink); 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(--green); 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); }
.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; }
.section section + section { margin-top: 2em; }
@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-list { display: grid; }
.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(--muted); font-weight: 400; flex: none; }
.faq-item[open] summary::after { content: "–"; }
.faq-item summary h3 { margin: 0; font-size: 16.5px; font-weight: 700; }
.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); }
.recent-card:hover { text-decoration: none; }
.recent-card:hover .recent-title { color: var(--link); }
.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(--green-bg), var(--neutral-bg)); }
.recent-title { font-weight: 700; font-size: 15px; line-height: 1.35; }
.recent-date { font-size: 12.5px; color: var(--muted); }
@media (min-width: 760px) { .recent-grid { grid-template-columns: repeat(4, 1fr); } }
.foot { border-top: 1px solid var(--line); padding: 28px 0 36px; color: var(--muted); font-size: 13.5px; }
.foot-in { display: grid; gap: 14px; }
.foot-text p { margin: 0; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.foot-nav a { color: var(--ink-2); font-weight: 600; }
.foot-copy { margin: 0; }

/* ----- okruszki, artykuł, strona ----- */
.crumbs { font-size: 13px; color: var(--muted); padding: 16px 0 8px; }
.crumbs a { color: var(--muted); }
.crumbs span { color: var(--ink-2); }
.article { padding-bottom: 20px; }
.article h1 { font-size: 30px; }
.article-meta { color: var(--muted); font-size: 14px; margin: -6px 0 18px; }
.article-img { border-radius: var(--radius); margin: 0 0 22px; width: 100%; }
.article-body { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
@media (min-width: 760px) { .article h1 { font-size: 36px; } .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); }
.hub-row:hover { text-decoration: none; border-color: var(--green); }
.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-summary { display: block; font-size: 14px; color: var(--muted); margin-top: 4px; }
.hub-price { grid-column: 2 / -1; display: flex; align-items: baseline; gap: 6px; }
.hub-price b { font-size: 20px; color: var(--green-dark); }
.hub-price small { color: var(--muted); }
.hub-link { margin-left: auto; color: var(--link); 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: 18px; margin: 10px 0 6px; }
.post-card h2 a { color: var(--ink); }
.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--wide { grid-template-columns: 1fr; margin: 0; }
.proscons--wide { gap: 6px 24px; }
.review-cta { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 8px 0; }
.pricebox { background: var(--surface); border: 1px solid var(--green); 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 .price-main { justify-content: center; }
.pricebox .btn { width: 100%; margin-top: 6px; }
.pricebox-plan { margin: 0; font-size: 13.5px; color: var(--muted); }
.price-note--aff { font-size: 11.5px; }
.pricebox h2 { font-size: 20px; margin: 0; }
.pricebox-promo { margin: 0 0 4px; font-size: 13.5px; color: var(--amber); 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); }
.other img { width: 40px; height: 40px; border-radius: 8px; border: 1px solid var(--line); }
.other small { display: block; color: var(--muted); font-size: 12.5px; }
.other:hover { text-decoration: none; border-color: var(--green); }
@media (min-width: 640px) { .others-grid { grid-template-columns: repeat(3, 1fr); } .facts--wide { grid-template-columns: 1fr 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: 78px; }
  .pricebox--sticky { display: flex; }
  .review-head h1 { font-size: 34px; }
  .review-main > .prose, .review-body { padding: 28px 32px; }
  .review .faq { padding-left: 0; padding-right: 0; }
}

.cennik .facts--wide { margin-bottom: 8px; }
.cennik h3 { margin-top: 1.2em; }

/* ----- cennik: kafelki planów ----- */
.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-color: var(--green); box-shadow: 0 0 0 2px var(--green-bg); }
.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-discount { background: var(--green-bg); color: var(--green-dark); 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-size: 28px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.plan--best .plan-price b { color: var(--green-dark); }
.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; }
.sim { border-top: 1px solid var(--line); margin-top: 16px; padding-top: 14px; }
.sim h3 { margin: 0 0 4px; font-size: 17px; }
@media (min-width: 700px) { .plans { grid-template-columns: repeat(3, 1fr); } }

.plan-bonus { display: block; font-size: 12.5px; color: var(--green-dark); font-weight: 600; }
.plan .btn-ghost { color: var(--ink-2); }
.sim-grid { display: grid; gap: 10px; margin: 8px 0 14px; }
.sim-tile { background: var(--neutral-bg); border-radius: var(--radius-s); padding: 12px 14px; display: flex; flex-direction: column; gap: 2px; }
.sim-label { font-size: 12.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 700; }
.sim-total { font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.sim-avg { font-size: 13px; color: var(--muted); }
.sim h4 { margin: 12px 0 6px; font-size: 15px; }
.sim-how { margin: 0 0 8px; padding-left: 20px; font-size: 14.5px; }
.sim-how li { margin: 3px 0; }
@media (min-width: 600px) { .sim-grid { grid-template-columns: repeat(3, 1fr); } }

.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; }
.card-cta-bottom[hidden] { display: none; }
.more-btn { display: block; margin: 0 auto; }
