/* ============================================================
   reTEST Final Suite 6.0
   Oferty, porównania, centrum prywatności, B2B i finalny polish
   ============================================================ */

/* ---------- OFERTY I AFILIACJA ---------- */
.retest-offers {
  position: relative;
  margin: 0 0 clamp(28px, 4vw, 46px);
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 0, 85, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(20, 22, 29, 0.96), rgba(8, 9, 13, 0.94));
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.32);
}

.retest-offers::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary), var(--primary-2));
}

.retest-offers__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.retest-offers__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.retest-offers__header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.retest-offers__header > p {
  flex: 0 0 auto;
  margin: 0;
  color: #8f98a7;
  font-size: 12px;
}

.retest-offers__header > p strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}

.retest-offers__list {
  display: grid;
  gap: 8px;
}

.retest-offer {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  min-height: 68px;
  padding: 12px 14px 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.027);
  transition: transform var(--ease), border-color var(--ease), background var(--ease);
}

.retest-offer:hover {
  transform: translateX(4px);
  border-color: rgba(255, 0, 85, 0.34);
  background: rgba(255, 255, 255, 0.055);
}

.retest-offer.is-featured {
  border-color: rgba(255, 0, 85, 0.28);
  background: linear-gradient(90deg, rgba(255, 0, 85, 0.09), rgba(255, 255, 255, 0.025));
}

.retest-offer__shop {
  display: grid;
  gap: 2px;
}

.retest-offer__shop strong {
  color: #fff;
  font-size: 14px;
}

.retest-offer__shop small {
  color: #8c95a4;
  font-size: 10px;
}

.retest-offer__price {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.retest-offer__action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 10px;
  background: #fff;
  color: #090a0d;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.retest-offers__notice {
  margin: 12px 0 0;
  color: #707987;
  font-size: 10px;
  line-height: 1.55;
}

.retest-offers--sidebar {
  margin-bottom: 14px;
  padding: 17px;
  border-radius: 18px;
}

.retest-offers--sidebar .retest-offers__header {
  align-items: flex-start;
  margin-bottom: 12px;
}

.retest-offers--sidebar .retest-offers__header h2 {
  max-width: 19ch;
  font-size: 15px;
}

.retest-offers--sidebar .retest-offers__header > p {
  display: none;
}

.retest-offers--sidebar .retest-offer {
  grid-template-columns: 1fr auto;
  min-height: 54px;
  gap: 10px;
  padding: 10px;
}

.retest-offers--sidebar .retest-offer__shop small,
.retest-offers--sidebar .retest-offer__action,
.retest-offers--sidebar .retest-offers__notice {
  display: none;
}

.retest-offers--sidebar .retest-offer__price {
  font-size: 12px;
}

.article-compare-button,
.discovery-compare-button {
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #b7bec9;
  background: rgba(255, 255, 255, 0.025);
  transition: color var(--ease), border-color var(--ease), background var(--ease), transform var(--ease);
}

.article-compare-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 750;
}

.article-compare-button:hover,
.discovery-compare-button:hover,
.article-compare-button.is-selected,
.discovery-compare-button.is-selected {
  color: #fff;
  border-color: rgba(255, 0, 85, 0.42);
  background: rgba(255, 0, 85, 0.1);
}

.discovery-card__review-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.discovery-compare-button {
  padding: 7px 9px;
  border-radius: 9px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---------- PŁYWAJĄCA TACKA PORÓWNAŃ ---------- */
.retest-compare-tray {
  position: fixed;
  z-index: 4500;
  right: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  width: min(440px, calc(100vw - 32px));
  padding: 14px 14px 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(8, 9, 13, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.65), 0 0 34px rgba(255, 0, 85, 0.12);
  backdrop-filter: blur(18px);
  transform: translateY(130%);
  opacity: 0;
  pointer-events: none;
  transition: transform 320ms cubic-bezier(.16,1,.3,1), opacity 220ms ease;
}

.retest-compare-tray.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.retest-compare-tray__copy {
  min-width: 0;
}

.retest-compare-tray__copy small {
  display: block;
  color: #777f8d;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.retest-compare-tray__copy strong {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: #fff;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.retest-compare-tray__actions {
  display: flex;
  gap: 7px;
}

.retest-compare-tray__actions a,
.retest-compare-tray__actions button {
  padding: 9px 11px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 800;
}

.retest-compare-tray__actions a {
  background: var(--primary);
  color: #fff;
}

.retest-compare-tray__actions button {
  border: 1px solid var(--border);
  color: #8e97a5;
}

/* ---------- PORÓWNYWARKA ---------- */
.comparison-page {
  --compare-surface: rgba(12, 14, 19, .88);
}

.comparison-hero {
  padding: clamp(48px, 7vw, 96px) 0 24px;
}

.comparison-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(30px, 5vw, 68px);
  border-radius: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 86% 20%, rgba(122, 44, 255, .17), transparent 30%),
    linear-gradient(135deg, rgba(19, 21, 29, .96), rgba(7, 8, 11, .93));
}

.comparison-hero__panel h1 {
  max-width: 14ch;
  margin-top: 20px;
  font-size: clamp(40px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.065em;
}

.comparison-hero__panel p {
  max-width: 64ch;
  margin-top: 22px;
  color: #a3abb8;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.75;
}

.comparison-hero__badge {
  display: grid;
  place-content: center;
  width: clamp(150px, 15vw, 210px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  background: rgba(0, 0, 0, .25);
  text-align: center;
}

.comparison-hero__badge strong {
  color: #fff;
  font-size: clamp(42px, 6vw, 74px);
  line-height: .9;
  letter-spacing: -.07em;
}

.comparison-hero__badge span {
  margin-top: 10px;
  color: #7f8793;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.comparison-builder {
  padding: 24px 0 clamp(80px, 10vw, 140px);
}

.comparison-picker {
  padding: clamp(22px, 3.5vw, 38px);
  border-radius: 25px;
}

.comparison-picker__head,
.comparison-results__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.comparison-picker__head span,
.comparison-results__head span,
.business-section__head > span,
.business-process-copy > span,
.press-steps-grid > div > span,
.editorial-section-head > span {
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.comparison-picker__head h2,
.comparison-results__head h2,
.business-section__head h2,
.business-process-copy h2,
.press-steps-grid h2,
.editorial-section-head h2 {
  margin-top: 5px;
  color: #fff;
  font-size: clamp(27px, 3.5vw, 44px);
  line-height: 1.08;
  letter-spacing: -.05em;
}

.comparison-picker__head > p {
  color: #7f8794;
  font-size: 12px;
}

.comparison-picker__head > p strong {
  color: #fff;
  font-size: 21px;
}

.comparison-picker__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  max-height: 460px;
  padding-right: 5px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.comparison-choice {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 15px;
  background: rgba(255, 255, 255, .025);
  cursor: pointer;
  transition: border-color var(--ease), background var(--ease), transform var(--ease);
}

.comparison-choice:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .16);
}

.comparison-choice.is-selected {
  border-color: rgba(255, 0, 85, .48);
  background: rgba(255, 0, 85, .085);
}

.comparison-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.comparison-choice__image {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 11px;
  background: #101218;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.comparison-choice__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison-choice__copy {
  min-width: 0;
}

.comparison-choice__copy small {
  display: block;
  color: #7e8794;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.comparison-choice__copy strong {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 4px;
  color: #eef1f5;
  font-size: 12px;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.comparison-choice__score,
.comparison-score {
  display: inline-flex;
  align-items: baseline;
  color: #fff;
  white-space: nowrap;
}

.comparison-choice__score b {
  font-size: 15px;
}

.comparison-choice__score small,
.comparison-score small {
  margin-left: 2px;
  color: #7b8390;
  font-size: .55em;
  font-weight: 450;
}

.comparison-picker__actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.comparison-picker__actions button:disabled {
  opacity: .4;
  pointer-events: none;
}

.comparison-results {
  margin-top: clamp(38px, 6vw, 72px);
}

.comparison-table-wrap {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 23px;
  background: rgba(10, 11, 15, .84);
  box-shadow: var(--shadow-md);
}

.comparison-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
  padding: 19px;
  border-right: 1px solid rgba(255, 255, 255, .065);
  border-bottom: 1px solid rgba(255, 255, 255, .065);
  vertical-align: top;
}

.comparison-table th:first-child {
  width: 160px;
  color: #89919e;
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.comparison-table thead th {
  background: rgba(255, 255, 255, .025);
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-product-head {
  display: grid;
  gap: 12px;
  text-align: left;
}

.comparison-product-head__image {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 13px;
  background: #11131a;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.comparison-product-head__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison-product-head strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.comparison-score b {
  color: #fff;
  font-size: 30px;
  letter-spacing: -.05em;
}

.comparison-awards {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.comparison-awards span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  color: #d8dce3;
  font-size: 9px;
}

.comparison-awards svg {
  width: 13px;
  color: var(--primary);
}

.comparison-awards em {
  font-style: normal;
}

.comparison-table td,
.comparison-table td p {
  color: #a4acb9;
  font-size: 12px;
  line-height: 1.65;
}

.comparison-read-link {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.comparison-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.comparison-offer-card .retest-offers {
  height: 100%;
  margin: 0;
}

/* ---------- CENTRUM PRYWATNOŚCI ---------- */
.legal-hero {
  padding: clamp(48px, 7vw, 94px) 0 0;
}

.legal-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: end;
  gap: clamp(34px, 7vw, 100px);
  padding: clamp(30px, 5vw, 68px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 85% 0, rgba(122, 44, 255, .14), transparent 32%),
    linear-gradient(140deg, rgba(18, 20, 27, .96), rgba(7, 8, 11, .94));
}

.legal-hero__panel h1 {
  max-width: 14ch;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(40px, 6vw, 76px);
  line-height: .99;
  letter-spacing: -.065em;
}

.legal-hero__panel p {
  max-width: 62ch;
  margin-top: 20px;
  color: #a2aab7;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.75;
}

.legal-hero__meta {
  display: grid;
  gap: 7px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  background: rgba(0, 0, 0, .24);
}

.legal-hero__meta span {
  color: #777f8d;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.legal-hero__meta strong {
  color: #fff;
  font-size: 22px;
  letter-spacing: -.035em;
}

.legal-hero__meta button {
  margin-top: 9px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  color: #08090c;
  font-size: 11px;
  font-weight: 800;
}

.legal-switcher,
.business-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 5px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 15px;
  background: rgba(255, 255, 255, .02);
  scrollbar-width: none;
}

.legal-switcher a,
.business-switcher a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 10px;
  color: #858e9b;
  font-size: 11px;
  font-weight: 750;
}

.legal-switcher a.is-active,
.business-switcher a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, .075);
}

.legal-layout-section {
  padding: clamp(28px, 5vw, 60px) 0 clamp(80px, 10vw, 140px);
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 900px);
  justify-content: center;
  align-items: start;
  gap: clamp(20px, 3vw, 38px);
}

.legal-sidebar__sticky {
  position: sticky;
  top: calc(var(--header-offset, 150px) + 18px);
  padding: 20px;
  border-radius: 18px;
}

.legal-sidebar__sticky > span {
  color: #7e8794;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.legal-sidebar ol {
  display: grid;
  gap: 3px;
  margin: 13px 0 18px;
  list-style: none;
}

.legal-sidebar a {
  display: block;
  padding: 8px 9px;
  border-radius: 9px;
  color: #9ca4b0;
  font-size: 11px;
  line-height: 1.4;
}

.legal-sidebar a:hover,
.legal-sidebar a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, .055);
}

.legal-sidebar .toc-level-3 a {
  padding-left: 19px;
  color: #757e8b;
  font-size: 10px;
}

.legal-contact-link {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 16px !important;
  color: var(--primary) !important;
  font-weight: 750;
}

.legal-document {
  padding: clamp(24px, 4vw, 54px);
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(17, 19, 25, .92), rgba(8, 9, 12, .92));
}

.legal-summary-grid,
.cookie-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 38px;
}

.legal-summary-grid > div,
.cookie-type-grid > div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 15px;
  background: rgba(255, 255, 255, .025);
}

.legal-summary-grid span {
  color: var(--primary);
  font-size: 10px;
  font-weight: 850;
}

.legal-summary-grid strong,
.cookie-type-grid strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
}

.legal-summary-grid p,
.cookie-type-grid p {
  margin-top: 6px;
  color: #858e9b;
  font-size: 10px;
  line-height: 1.55;
}

.cookie-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 18px currentColor;
}

.cookie-dot--required { color: #10b981; background: currentColor; }
.cookie-dot--analytics { color: #7a2cff; background: currentColor; }
.cookie-dot--ads { color: #ff0055; background: currentColor; }

.legal-content {
  max-width: none;
}

.legal-content h2 {
  scroll-margin-top: 180px;
}

.legal-content a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* ---------- STREFA B2B ---------- */
.business-hub-page {
  position: relative;
  min-height: 70vh;
  padding-bottom: clamp(80px, 10vw, 140px);
}

.business-hub-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 760px;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 0, 85, .11), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(122, 44, 255, .11), transparent 28%);
  pointer-events: none;
}

.business-hero {
  padding: clamp(48px, 7vw, 98px) 0 0;
}

.business-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: clamp(36px, 6vw, 90px);
  padding: clamp(30px, 5vw, 72px);
  border-radius: 34px;
  background: linear-gradient(140deg, rgba(18, 20, 27, .97), rgba(7, 8, 11, .94));
}

.business-hero__copy h1 {
  max-width: 14ch;
  margin-top: 20px;
  color: #fff;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.07em;
}

.business-hero__copy > p {
  max-width: 64ch;
  margin-top: 22px;
  color: #a3abb8;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.75;
}

.business-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.business-principles {
  display: grid;
  gap: 10px;
  align-content: center;
}

.business-principles > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .025);
}

.business-principles span {
  grid-row: span 2;
  color: var(--primary);
  font-size: 11px;
  font-weight: 850;
}

.business-principles strong {
  color: #fff;
  font-size: 14px;
}

.business-principles p {
  margin-top: 4px;
  color: #838c9a;
  font-size: 11px;
  line-height: 1.55;
}

.business-section,
.business-process-section,
.press-benefits-section,
.press-steps-section {
  padding-top: clamp(62px, 8vw, 112px);
}

.business-section__head,
.editorial-section-head {
  max-width: 720px;
  margin-bottom: 30px;
}

.business-section__head > p,
.editorial-section-head > p {
  margin-top: 13px;
  color: #929ba8;
  line-height: 1.7;
}

.business-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.business-service-card {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 21px;
}

.business-service-card > span {
  color: var(--primary);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
}

.business-service-card h3 {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(21px, 2.4vw, 30px);
  letter-spacing: -.045em;
}

.business-service-card > p {
  margin-top: 11px;
  color: #939ca9;
  line-height: 1.7;
}

.business-service-card ul {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  list-style: none;
}

.business-service-card li {
  position: relative;
  padding-left: 18px;
  color: #c2c8d1;
  font-size: 11px;
}

.business-service-card li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 2px;
  background: var(--primary);
}

.business-process-grid,
.press-steps-grid {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: start;
}

.business-process-copy,
.press-steps-grid > div {
  position: sticky;
  top: calc(var(--header-offset, 150px) + 24px);
}

.business-process-copy p,
.press-steps-grid > div p {
  margin-top: 15px;
  color: #929ba8;
  line-height: 1.7;
}

.business-process-list,
.press-steps-grid ol {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  list-style: none;
}

.business-process-list li,
.press-steps-grid li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 25px;
  background: rgba(9, 10, 14, .94);
}

.business-process-list li > span,
.press-steps-grid li > b {
  color: var(--primary);
  font-size: 12px;
  font-weight: 850;
}

.business-process-list strong,
.press-steps-grid strong {
  color: #fff;
  font-size: 15px;
}

.business-process-list p,
.press-steps-grid li p {
  margin-top: 6px;
  color: #858e9b;
  font-size: 12px;
  line-height: 1.65;
}

.business-cta-section {
  padding-top: clamp(64px, 8vw, 112px);
}

.business-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 0, 85, .13), transparent 35%),
    rgba(13, 15, 20, .91);
}

.business-cta span {
  color: var(--primary);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.business-cta h2 {
  max-width: 22ch;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(27px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -.055em;
}

.business-cta p {
  max-width: 65ch;
  margin-top: 12px;
  color: #929ba8;
}

.business-cta > a {
  flex: 0 0 auto;
}

.business-hero__panel--press {
  align-items: center;
}

.press-account-visual {
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: center;
  gap: 19px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  background: rgba(0, 0, 0, .24);
}

.press-account-visual > span {
  display: grid;
  place-content: center;
  width: 105px;
  aspect-ratio: 1;
  border-radius: 25px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.06em;
  box-shadow: 0 18px 45px rgba(255, 0, 85, .2);
}

.press-account-visual strong,
.press-account-visual small {
  display: block;
}

.press-account-visual strong {
  color: #fff;
  font-size: 16px;
}

.press-account-visual small {
  margin-top: 5px;
  color: #818a98;
  font-size: 10px;
}

.press-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.press-benefits-grid article {
  padding: 28px;
  border-radius: 20px;
}

.press-benefits-grid article > span {
  color: var(--primary);
  font-size: 10px;
  font-weight: 850;
}

.press-benefits-grid h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 21px;
  letter-spacing: -.04em;
}

.press-benefits-grid p {
  margin-top: 10px;
  color: #8e97a4;
  font-size: 12px;
  line-height: 1.7;
}

/* ---------- REDAKCJA FINAL ---------- */
.editorial-page--final .editor-card__avatar {
  position: relative;
}

.editorial-page--final .editor-card__avatar > span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: inline-flex;
  align-items: baseline;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 11px;
  background: rgba(5, 6, 8, .85);
  color: #fff;
  backdrop-filter: blur(10px);
}

.editorial-page--final .editor-card__avatar > span b {
  font-size: 16px;
}

.editorial-page--final .editor-card__avatar > span small {
  margin-left: 2px;
  color: #7d8694;
  font-size: 8px;
  font-weight: 450;
}

.former-editors-section {
  padding: 0 0 clamp(80px, 10vw, 140px);
}

.former-editors {
  padding: 0;
  border-radius: 20px;
}

.former-editors summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 25px;
  cursor: pointer;
  list-style: none;
}

.former-editors summary::-webkit-details-marker { display: none; }
.former-editors summary span { display: grid; gap: 3px; }
.former-editors summary small { color: #7d8693; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.former-editors summary strong { color: #fff; font-size: 16px; }
.former-editors summary em { display: grid; place-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, .06); color: #fff; font-size: 11px; font-style: normal; font-weight: 800; }

.former-editors__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding: 0 22px 22px;
}

.former-editors__grid a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 13px;
  background: rgba(255, 255, 255, .02);
}

.former-editors__grid img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.former-editors__grid span { display: grid; }
.former-editors__grid strong { color: #e9ecf1; font-size: 11px; }
.former-editors__grid small { color: #737c89; font-size: 9px; }

/* ---------- PUSTE REKLAMY ---------- */
.ad-slot.is-ad-empty,
.ad-slot-premium.is-ad-empty,
.article-ad-section:has(.ad-slot.is-ad-empty),
.home-ad-section:has(.ad-slot-premium.is-ad-empty) {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px) {
  .comparison-picker__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-layout { grid-template-columns: 210px minmax(0, 1fr); }
  .business-hero__panel { grid-template-columns: minmax(0, 1fr) 330px; }
  .former-editors__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .comparison-hero__panel,
  .legal-hero__panel,
  .business-hero__panel,
  .business-process-grid,
  .press-steps-grid {
    grid-template-columns: 1fr;
  }

  .comparison-hero__badge { display: none; }
  .legal-hero__meta { max-width: 340px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-sidebar { display: none; }
  .business-process-copy,
  .press-steps-grid > div { position: static; }
  .comparison-offer-grid,
  .business-service-grid { grid-template-columns: 1fr; }
  .press-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .retest-offer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
  }
  .retest-offer__action { grid-column: 1 / -1; justify-content: center; }
  .retest-offers__header { align-items: flex-start; }
  .retest-offers__header > p { text-align: right; }
  .comparison-picker__grid { grid-template-columns: 1fr; max-height: 520px; }
  .comparison-choice { grid-template-columns: 58px minmax(0, 1fr) auto; }
  .comparison-picker__actions { display: grid; }
  .legal-summary-grid,
  .cookie-type-grid,
  .press-benefits-grid { grid-template-columns: 1fr; }
  .business-cta { display: grid; }
  .business-cta > a { width: 100%; text-align: center; overflow-wrap: anywhere; }
  .former-editors__grid { grid-template-columns: 1fr; }
  .retest-compare-tray { right: 16px; bottom: 76px; grid-template-columns: 1fr; gap: 10px; }
  .retest-compare-tray__actions { display: grid; grid-template-columns: 1fr auto; }
  .comparison-results__head { align-items: flex-start; }
  .business-hero__copy h1,
  .comparison-hero__panel h1,
  .legal-hero__panel h1 { font-size: clamp(38px, 12vw, 58px); }
}

@media (prefers-reduced-motion: reduce) {
  .retest-offer,
  .retest-compare-tray,
  .comparison-choice { transition: none !important; }
}

/* Drobne uzupełnienia treści prawnych i rankingu */
.legal-content > * + * { margin-top: 1.05em; }
.legal-content h2,
.legal-content h3 {
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.035em;
}
.legal-content h2 { margin-top: 2.1em; font-size: clamp(24px, 3vw, 34px); }
.legal-content h3 { margin-top: 1.7em; font-size: clamp(18px, 2.2vw, 24px); }
.legal-content p,
.legal-content li { color: #b0b7c2; font-size: 14px; line-height: 1.82; }
.legal-content ul,
.legal-content ol { display: grid; gap: 9px; padding-left: 1.35em; }
.legal-content a { color: #fff; text-decoration: underline; text-decoration-color: rgba(255, 0, 85, .55); }
.legal-content strong { color: #eef1f5; }
.rankings-hero__links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 22px; }
.rankings-hero__links .rankings-method-link { margin-top: 0; }
.rankings-method-link--compare { color: #fff !important; }
