/* ═══ Viral Park — podstrony poradnikowe (SEO) ═══ */
:root {
  --bg: #080d14;
  --panel: #0a111a;
  --panel-2: #111821;
  --edge: #394552;
  --edge-ui: #78889a;
  --text: #f5f7fa;
  --muted: #9aa7b4;
  --red: #ff3c3c;
  --grad: linear-gradient(120deg, #ff421f, #ff1d31);
  --gold: #ffbc19;
  --green: #35d07f;
  --font-head: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  background: var(--bg); color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px; line-height: 1.72;
}
a { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
.skip { position: fixed; top: -60px; left: 16px; z-index: 300; padding: 12px 20px; border-radius: 10px; background: var(--gold); color: #080d14; font-weight: 900; text-decoration: none; transition: top .2s; }
.skip:focus-visible { top: 12px; }

/* nagłówek */
.top {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: min(calc(100% - 48px), 1500px); height: 78px; margin-inline: auto; padding: 0 18px;
  border: 1px solid rgba(255,255,255,.14); border-top: 0; border-radius: 0 0 16px 16px;
}
.brand { display: inline-flex; flex-direction: column; line-height: 1; text-decoration: none; }
.brand b { font-family: var(--font-head); font-weight: 400; font-size: 30px; letter-spacing: .02em; }
.brand b i { font-style: normal; color: var(--red); }
.brand small { margin-top: 3px; font-size: 10px; font-weight: 700; letter-spacing: .34em; }
.topnav { display: flex; align-items: center; gap: 22px; }
.topnav a { font-size: 13px; font-weight: 800; text-decoration: none; }
.topnav a:hover { color: var(--red); }
.topnav__cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 20px; border-radius: 999px; background: var(--grad); color: #080d14 !important; box-shadow: 0 0 0 2px var(--gold); }

/* okruszki */
.crumbs { width: min(820px, calc(100% - 32px)); margin: 26px auto 0; color: var(--muted); font-size: 12.5px; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--red); }

/* artykuł */
.art { width: min(820px, calc(100% - 32px)); margin: 0 auto 60px; }
.art-head { padding: 26px 0 30px; border-bottom: 1px solid var(--edge); margin-bottom: 30px; }
.art-kicker { display: inline-block; font-size: 11.5px; font-weight: 900; letter-spacing: .28em; text-transform: uppercase; color: var(--red); }
.art h1 { margin-top: 12px; font-family: var(--font-head); font-weight: 400; font-size: clamp(34px, 5.6vw, 54px); line-height: 1.02; text-transform: uppercase; letter-spacing: .01em; }
.art-lead { margin-top: 16px; font-size: 18.5px; color: #dbe2ea; }
.art-meta { margin-top: 12px; color: var(--muted); font-size: 12.5px; }

.art h2 { margin: 38px 0 14px; font-family: var(--font-head); font-weight: 400; font-size: clamp(26px, 3.6vw, 34px); text-transform: uppercase; letter-spacing: .01em; }
.art h3 { margin: 26px 0 10px; font-size: 19px; font-weight: 800; }
.art p { margin-bottom: 16px; color: #dbe2ea; }
.art p a, .art li a { color: var(--gold); }
.art strong { color: #fff; }

.art-list { margin: 0 0 18px 20px; display: grid; gap: 9px; }
.art-list li { color: #dbe2ea; }
.art-list--num { list-style: decimal; }

.art-box {
  margin: 24px 0; padding: 20px 22px; border-radius: 16px;
  border: 1px solid rgba(255,188,25,.42);
  background: linear-gradient(120deg, rgba(255,188,25,.1), rgba(255,61,31,.06));
}
.art-box b { display: block; margin-bottom: 6px; font-size: 15px; }
.art-box p { margin: 0; font-size: 15.5px; }

.art-quote { margin: 24px 0; padding: 4px 0 4px 20px; border-left: 4px solid var(--red); font-size: 19px; color: #fff; font-style: italic; }

.art-table-wrap { overflow-x: auto; margin: 22px 0; }
.art-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.art-table th, .art-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--edge); }
.art-table th { background: var(--panel-2); font-weight: 800; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--gold); }
.art-table td { color: #dbe2ea; }

.art-cta {
  margin: 32px 0; padding: 26px; border-radius: 20px; text-align: center;
  background: var(--panel); border: 1px solid var(--edge-ui);
}
.art-cta h3 { font-family: var(--font-head); font-weight: 400; font-size: 28px; text-transform: uppercase; }
.art-cta p { margin: 8px 0 16px; color: var(--muted); font-size: 15px; }
.art-cta__btn {
  display: inline-flex; align-items: center; gap: 9px; min-height: 50px; padding: 0 26px;
  border-radius: 999px; background: var(--grad); color: #080d14; text-decoration: none;
  font-weight: 900; font-size: 14.5px; letter-spacing: .03em;
  box-shadow: 0 0 0 2px var(--gold), 0 12px 30px rgba(255,53,27,.34);
}
.art-cta__btn:hover { transform: translateY(-1px); }
.art-cta--final { border-color: var(--gold); }

.art-faq { margin-top: 40px; }
.art-faq details { background: var(--panel); border: 1px solid var(--edge); border-radius: 14px; margin-bottom: 10px; }
.art-faq summary { cursor: pointer; list-style: none; padding: 16px 46px 16px 18px; font-weight: 800; font-size: 15.5px; position: relative; min-height: 44px; }
.art-faq summary::-webkit-details-marker { display: none; }
.art-faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 22px; }
.art-faq details[open] summary::after { content: "–"; }
.art-faq p { padding: 0 18px 16px; margin: 0; font-size: 15.5px; }

.art-related { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--edge); }
.art-related h2 { margin-top: 0; }
.art-related ul { list-style: none; display: grid; gap: 10px; }
.art-related a { display: block; padding: 14px 18px; min-height: 44px; border-radius: 12px; background: var(--panel-2); border: 1px solid var(--edge); color: var(--text); text-decoration: none; font-weight: 700; font-size: 15px; }
.art-related a:hover { border-color: var(--gold); color: var(--gold); }

/* lista poradnika */
.hub { width: min(1100px, calc(100% - 32px)); margin: 0 auto 60px; }
.hub-head { text-align: center; padding: 40px 0 30px; }
.hub-head h1 { font-family: var(--font-head); font-weight: 400; font-size: clamp(38px, 6vw, 62px); text-transform: uppercase; }
.hub-head p { margin: 14px auto 0; max-width: 60ch; color: var(--muted); }
.hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.hub-card { display: flex; flex-direction: column; padding: 22px; border-radius: 18px; background: var(--panel); border: 1px solid var(--edge); text-decoration: none; transition: border-color .18s, transform .18s; }
.hub-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.hub-card span { font-size: 11px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; color: var(--red); }
.hub-card h2 { margin-top: 10px; font-size: 18px; font-weight: 800; line-height: 1.3; color: var(--text); }
.hub-card p { margin-top: 8px; color: var(--muted); font-size: 14px; }
.hub-sec { margin-top: 40px; }
.hub-sec h2 { font-family: var(--font-head); font-weight: 400; font-size: 30px; text-transform: uppercase; margin-bottom: 16px; }

.foot { border-top: 1px solid rgba(255,255,255,.1); background: var(--panel); }
.foot__in { width: min(1100px, calc(100% - 32px)); margin-inline: auto; display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; padding-block: 26px; color: var(--muted); font-size: 13px; }
.foot__in a { color: var(--muted); }
.foot__in a:hover { color: var(--red); }

@media (max-width: 820px) {
  .top { width: 100%; border-radius: 0; border-left: 0; border-right: 0; height: 66px; padding: 0 16px; }
  .brand b { font-size: 26px; }
  .topnav { gap: 14px; }
  .topnav a:not(.topnav__cta) { display: none; }
  body { font-size: 16.5px; }
}
