
.run-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 36px);
  border-bottom: 1px solid var(--line);
}
.plany {
  max-width: 820px; margin: 0 auto;
  padding: clamp(20px, 5vh, 48px) 20px 88px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
}
.pl-t {
  font-family: var(--black);
  font-size: clamp(1.5rem, 4vw, 2.1rem); letter-spacing: -.01em;
  margin: 0 0 8px;
}
.pl-sub:empty, .pl-hak:empty { display: none; }
.pl-sub { color: var(--ink-2); margin: 0 0 10px;
}
.pl-hak { font-weight: 700; font-size: .98rem; margin: 0 0 22px; }
.pl-okresy {
  display: inline-flex;
  border: 1.5px solid var(--ink); border-radius: var(--r);
  overflow: hidden; margin-bottom: 26px;
}
.pl-okres {
  display: inline-flex; align-items: center; gap: 7px;
  height: 36px; padding: 0 16px; border: 0;
  background: none; color: var(--ink-2);
  font: inherit; font-size: .82rem; font-weight: 600; cursor: pointer;
  transition: background var(--t) var(--ease), color var(--t) var(--ease);
}
.pl-okres + .pl-okres { border-left: 1.5px solid var(--ink); }
.pl-okres.on { background: var(--ink); color: var(--paper); }
.pl-okres i {
  font-style: normal; font-size: .68rem; font-weight: 800;
  letter-spacing: .03em;
  padding: 3px 7px; border-radius: 999px;
  background: var(--ink); color: var(--paper);
  transition: background var(--t) var(--ease), color var(--t) var(--ease);
}
.pl-okres.on i { background: var(--paper); color: var(--ink); }
.pl-karty {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  width: 100%;
}
@media (max-width: 620px) {
  .pl-karty { grid-template-columns: 1fr; }
}
.pl-karta {
  position: relative;
  border: 1.5px solid var(--line); border-radius: var(--r-card);
  padding: 26px 22px 22px;
  display: flex; flex-direction: column; align-items: center;
  background: var(--paper);
}
.pl-karta.hot { border-color: var(--ink); }
.pl-badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  padding: 3px 12px; border-radius: 99px;
  background: var(--ink); color: var(--paper);
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.pl-nazwa {
  font-family: var(--black);
  font-size: 1.15rem; margin: 0 0 10px;
}
.pl-cena { margin: 0; }
.pl-cena b {
  font-family: var(--black); font-weight: 400;
  font-size: 2rem; letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}
.pl-cena span { color: var(--ink-2); font-size: .9rem; }
.pl-dopisek { min-height: 18px; margin: 2px 0 14px; font-size: .76rem; color: var(--ink-3); }
.plan-glowne {
  width: 100%; display: flex; flex-direction: column; gap: 10px;
  margin: 14px 0 2px; padding: 14px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  text-align: left;
}
.pl-cechy {
  list-style: none; margin: 0 0 18px; padding: 14px 0 0;
  border-top: 1px solid var(--line);
  width: 100%;
  display: flex; flex-direction: column; gap: 9px;
  text-align: left;
}
.pl-cechy li { display: flex; align-items: flex-start; gap: 9px; font-size: .88rem; }
.pl-cechy i {
  flex: none; width: 16px; height: 16px; margin-top: 2px;
}
.pl-cechy i svg {
  width: 100%; height: 100%; fill: none; stroke: var(--go); stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.pl-cta { width: 100%; margin-top: auto; }
.pg-w { display: flex; align-items: baseline; gap: 10px; }
.pg-w svg {
  width: 17px; height: 17px; flex: none; align-self: center;
  fill: none; stroke: currentColor; stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round; opacity: .55;
}
.pg-w b {
  font-family: var(--black); font-weight: 400;
  font-size: 1.5rem; letter-spacing: -.03em; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.pg-w span { font-size: .85rem; color: var(--ink-2); }
.pl-cta.btn-hot { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.pl-fine { margin: 0 0 16px; max-width: 480px; }
.pl-pozniej { margin: 4px 0 0; font-size: .85rem; }
.pl-wybor {
  margin: 18px auto 0; max-width: 520px; text-align: center;
  font-size: .95rem; line-height: 1.5; color: var(--ink);
  background: var(--fill);
  border: 1px solid var(--line);
  border-radius: 12px; padding: 14px 18px;
}
.pl-cta-wybrany { outline: 2px solid var(--ink); outline-offset: 2px; }
.pl-wybor-dalej { text-decoration: underline; }
.pl-gwarancje {
  list-style: none; width: 100%;
  margin: 0 0 18px; padding: 0;
}
.pl-gwarancje li {
  display: flex; gap: 10px; align-items: center; justify-content: center;
  padding: 13px 16px;
  border: 1.5px solid var(--ink-3); border-radius: var(--r-card);
  background: var(--fill);
  text-align: left;
}
.pl-gwarancje svg {
  width: 18px; height: 18px; flex: none;
  fill: none; stroke: var(--ink); stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.pl-gwarancje b { font-size: .92rem; font-weight: 600; }
.pl-stopka {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 12px clamp(28px, 8vw, 64px);
  width: 100%;
  margin: 48px auto 0; padding-top: 26px;
  border-top: 1px solid var(--line);
  text-align: left;
}
.pl-stopka-t {
  margin: 0 0 6px;
  font-size: .7rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-3);
}
.pl-stopka ul { list-style: none; margin: 0; padding: 0; }
.pl-stopka a {
  display: block; padding: 12px 0;
  font-size: .9rem; color: var(--ink-2);
  transition: color var(--t) var(--ease);
}
.pl-stopka a:hover { color: var(--ink); }
@media (max-width: 620px) {
  .pl-karty { grid-template-columns: 1fr; }
  .pl-okres { height: 44px; }
}
.pl-warunki {
  margin: 14px 0 0; text-align: center;
  font-size: .8rem; line-height: 1.6; color: var(--ink-3);
}
.pl-pozniej {
  display: block; margin: 10px 0 0; text-align: center;
  font-size: .82rem; color: var(--ink-3);
  text-decoration: underline; text-underline-offset: 3px;
}
.pl-pozniej:hover { color: var(--ink-2); }
.pl-cta-uwaga { margin: 8px 0 0; font-size: .8rem; color: var(--ink-2); text-align: center; }
