/* Skup metal landing page — purity grid + product type grid + section spacing */

.page__free_content {
  margin-bottom: 4rem;
}

.skup_metal__purities {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.skup_metal__products {
  margin-bottom: 5rem;
}

@media screen and (max-width: 750px) {
  .skup_metal__purities {
    margin-top: 2rem;
  }
}

.skup_metal__purities__intro {
  max-width: 56rem;
  margin: 0 auto 2rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #444;
}

.skup_metal__purities__intro p:first-child { margin-top: 0; }
.skup_metal__purities__intro p:last-child  { margin-bottom: 0; }

.skup_metal__purities__list,
.skup_metal__products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.skup_metal__purities__item,
.skup_metal__products__item {
  background: #212121;
  color: #fff;
  border-radius: 0.45rem;
  padding: 2rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  border: 1px solid transparent;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.skup_metal__purities__item:hover,
.skup_metal__products__item:hover {
  border-color: #fed435;
  transform: translateY(-3px);
}

.skup_metal__purities__item__value {
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1;
  color: #fed435;
}

.skup_metal__purities__item__image {
  display: flex; align-items: center; justify-content: center;
  width: 100%;
  height: 8.5rem;
  margin-bottom: 0.5rem;
}
.skup_metal__purities__item__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
}
@media (max-width: 750px) {
  .skup_metal__purities__item__image { height: 7rem; }
}

.skup_metal__purities__item__name {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}

.skup_metal__purities__item__text {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #cfcfcf;
  flex: 1;
}

.skup_metal__purities__item__btn,
.skup_metal__products__item__btn {
  margin-top: auto;
  align-self: flex-start;
}

.skup_metal__products__item {
  background: #212121;
  padding: 2rem 2rem 1.75rem;
  overflow: hidden;
}

.skup_metal__products__item__image {
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}

.skup_metal__products__item__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Coin photos (zlote-monety + monety-historyczne) render at native 115×115
   which visually competes with the wider sztabki shot. Cap them at 75 %
   of the card image-area so the row reads as a coherent product set. */
.skup_metal__products__item__image img[alt="Złote monety bulionowe i frakcyjne"],
.skup_metal__products__item__image img[alt="Monety historyczne i kolekcjonerskie"] {
  max-width: 75%;
  max-height: 75%;
}

.skup_metal__products__item__title {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.65rem;
}

.skup_metal__products__item__text {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #cfcfcf;
  margin-bottom: 1.5rem;
  flex: 1;
}

.skup_metal__products__item .skup_metal__products__item__btn {
  margin-top: auto;
  align-self: flex-start;
}

/* Cards are dark (#212121) — default btn_gold hover (#212121) blends in.
   Override to white so the button stays visible on the dark background. */
.skup_metal__products__item .skup_metal__products__item__btn.btn_gold:hover,
.skup_metal__purities__item .skup_metal__purities__item__btn.btn_gold:hover {
  background: #fff;
  color: #212121;
}

@media screen and (max-width: 1024px) {
  .skup_metal__purities__list,
  .skup_metal__products__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .skup_metal__purities__list,
  .skup_metal__products__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .skup_metal__purities,
  .skup_metal__products {
    margin-bottom: 2.5rem;
  }
}

/* ============================================================
   New SEO sections (ACF-driven): lead, process, what_we_buy,
   price_factors, investment, geo, reviews.
   ============================================================ */

.section_lead,
.section_investment {
  padding: 2.5rem 0 1rem;
}

.section_lead .default_text,
.section_investment .default_text {
  max-width: 56rem;
  font-size: 0.95rem;
  line-height: 1.65;
}

.section_lead .default_text > *:first-child,
.section_investment .default_text > *:first-child {
  margin-top: 0;
}

/* Anchored sub-sections inside investment_content (e.g. #zloto / #srebro /
   #platyna on /skup-bizuterii/). Add scroll-margin so the in-page anchor
   click lands BELOW the sticky header, and visual separation between
   sections via a thin top border on each H2. */
.section_investment .default_text h2 {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  border-top: 1px solid #e5e7eb;
  scroll-margin-top: 100px; /* sticky header clearance */
}

.section_investment .default_text h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.section_investment .default_text ul {
  margin: 0.5rem 0 1rem 1.25rem;
}

.section_investment .default_text ul li {
  margin: 0.35rem 0;
}

/* Umbrella /skup-bizuterii/ metal-cards grid — 4 cards funneling into
   sub-pages /zlota/ /srebrna/ /platynowa/ /palladowa/. Lives inside
   investment_content HTML emitted by refactor_umbrella.php. */
.bizuteria_metals_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.bizuteria_metals_grid__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem 1.4rem 1.1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.6rem;
  text-decoration: none;
  color: inherit;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}

.bizuteria_metals_grid__card:hover {
  border-color: #d4af37;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.18);
  transform: translateY(-1px);
}

.bizuteria_metals_grid__card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
}

.bizuteria_metals_grid__card__desc {
  font-size: 0.85rem;
  line-height: 1.45;
  color: #4b5563;
  flex: 1;
}

.bizuteria_metals_grid__card__cta {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #b8941d;
}

/* Process — 3 numbered steps */
.section_process {
  padding: 3rem 0 2rem;
}

.section_process__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.section_process__item {
  display: flex;
  gap: 1.1rem;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
  padding: 1.5rem;
  align-items: flex-start;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.section_process__item:hover {
  border-color: #fed435;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.section_process__item__num {
  flex: 0 0 auto;
  font-family: inherit;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  color: #fed435;
  letter-spacing: -0.02em;
}

.section_process__item__title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.section_process__item__text {
  font-size: 0.88rem;
  line-height: 1.55;
  color: #555;
}

/* What we buy — group cards (title + WYSIWYG text) */
.section_what_we_buy {
  padding: 3rem 0 2rem;
}

.section_what_we_buy__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.section_what_we_buy__item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
  padding: 1.75rem;
  border-left: 4px solid #fed435;
}

.section_what_we_buy__item__title {
  font-weight: 800;
  font-size: 1.1rem;
  margin: 0 0 0.65rem;
  color: #212121;
}

.section_what_we_buy__item__text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #444;
}

.section_what_we_buy__item__text p:first-child { margin-top: 0; }
.section_what_we_buy__item__text p:last-child  { margin-bottom: 0; }

/* Price factors — small cards */
.section_price_factors {
  padding: 3rem 0 2rem;
}

.section_price_factors__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}

.section_price_factors__item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
  padding: 1.4rem 1.5rem;
  position: relative;
  padding-left: 2rem;
}

.section_price_factors__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #fed435;
  border-radius: 0.5rem 0 0 0.5rem;
}

.section_price_factors__item__title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.section_price_factors__item__text {
  font-size: 0.85rem;
  line-height: 1.55;
  color: #555;
}

/* Geo — intro + map embed */
.section_geo {
  padding: 3rem 0 2rem;
}

.section_geo__intro {
  max-width: 56rem;
  margin: 1.25rem 0 2rem;
  font-size: 0.95rem;
  line-height: 1.65;
}

.section_geo__map {
  border-radius: 0.6rem;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.section_geo__map iframe {
  display: block;
  width: 100%;
  min-height: 380px;
  border: 0;
}

/* Reviews — Swiper slider (3 cards visible on desktop) */
.section_reviews {
  padding: 3rem 0 2rem;
}

/* Aggregate Google rating badge under the H2. */
.reviews_aggregate {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem 1rem;
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  color: #444;
}

.reviews_aggregate__rating {
  font-weight: 700;
  color: #212121;
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
}

.reviews_aggregate__stars {
  color: #fed435;
  letter-spacing: 0.05em;
  font-size: 1.05em;
  line-height: 1;
}

.reviews_aggregate__count {
  color: #666;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.reviews_aggregate__google {
  flex-shrink: 0;
  width: 1.05em;
  height: 1.05em;
  display: inline-block;
  vertical-align: middle;
}

.reviews_aggregate__link {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
}

.reviews_aggregate__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .reviews_aggregate { gap: 0.3rem 0.8rem; font-size: 0.88rem; }
}

.section_reviews__container {
  margin-top: 2rem;
  position: relative;
}

/* Selector deliberately chains .swiper.section_reviews__swiper — Swiper
   bundle CSS ships `.swiper { padding: 0 }` at the same specificity and
   loads lazily AFTER skup-metal.css, so single-class rule loses on
   source order. Two-class chain bumps specificity over Swiper's. */
.swiper.section_reviews__swiper {
  padding: 0 3rem; /* room for prev/next arrows on the sides */
  position: relative;
  --swiper-navigation-sides-offset: 0px;
}

.section_reviews__swiper .swiper-wrapper {
  align-items: stretch;
  align-content: stretch;
}

/* In Swiper grid mode each slide gets a computed height from Swiper. Force
   it to fill the row height so cards in a row visually match. */
.section_reviews__swiper .swiper-slide {
  height: auto !important;
  align-self: stretch;
  display: flex;
}

.section_reviews__item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  box-sizing: border-box;
}

.section_reviews__item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_reviews__item__stars {
  color: #fed435;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.section_reviews__item__source {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  background: #f5f5f5;
  padding: 0.25rem 0.55rem;
  border-radius: 0.3rem;
}

.section_reviews__item__source--google { color: #1a73e8; background: #e8f0fe; }
.section_reviews__item__source--trustpilot { color: #00b67a; background: #e6f7f0; }

.section_reviews__item__body {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #333;
  flex: 1;
}

.section_reviews__swiper .swiper-button-prev,
.section_reviews__swiper .swiper-button-next {
  color: #fed435;
  width: 2.2rem;
  height: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.section_reviews__swiper .swiper-button-prev::after,
.section_reviews__swiper .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: 700;
}

.section_reviews__swiper .swiper-button-prev { left: 0 !important; }
.section_reviews__swiper .swiper-button-next { right: 0 !important; }

/* Pagination lives outside .swiper (after .section_reviews__container's
   .section_reviews__swiper) so the swiper height = visible cards only,
   keeping prev/next arrows truly centered on the row grid. */
.section_reviews__pagination {
  position: static !important;
  text-align: center;
  margin-top: 1.5rem;
}

.section_reviews__pagination .swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
  transition: background-color 0.2s ease;
}

.section_reviews__pagination .swiper-pagination-bullet-active {
  background: #fed435;
}

/* SEO text block rendered between price tables and purity cards. */
.section_after_tables {
  padding: 2.5rem 0 1.5rem;
}

.section_after_tables__content {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  max-width: 70rem;
}

.section_after_tables__content p {
  margin-bottom: 1rem;
}

.section_after_tables__content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .section_after_tables {
    padding: 1.5rem 0 1rem;
  }
  .section_after_tables__content {
    font-size: 14px;
    line-height: 1.6;
  }
}

.section_reviews__item__meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: #888;
  border-top: 1px solid #f0f0f0;
  padding-top: 0.7rem;
}

.section_reviews__item__author { font-weight: 600; color: #555; }

@media screen and (max-width: 1024px) {
  .section_process__list,
  .section_price_factors__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section_what_we_buy__list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .section_process__list,
  .section_price_factors__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .section_lead,
  .section_investment,
  .section_process,
  .section_what_we_buy,
  .section_price_factors,
  .section_geo,
  .section_reviews {
    padding: 2rem 0 1.5rem;
  }
  .section_geo__map iframe { min-height: 300px; }
  .section_process__item__num { font-size: 1.6rem; }
  .section_reviews__swiper { padding: 0 0 2.5rem; }
  .section_reviews__swiper .swiper-button-prev,
  .section_reviews__swiper .swiper-button-next { display: none; }
}

/* ============================================================
   Top 10 najdroższych polskich monet — swiper (only /skup-monet/)
   ============================================================ */
.section_top_coins {
  padding: 4rem 0 4.5rem;
  background: #fafaf7;
}

.section_top_coins__lead {
  font-size: 1rem;
  line-height: 1.55;
  color: #555;
  max-width: 56rem;
  margin: 1rem auto 2.5rem;
  text-align: center;
}

.section_top_coins .js_top_coins_swiper {
  position: relative;
  padding: 0 3.5rem 3rem;
}

.top_coin__card {
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  height: auto;
  transition: transform 0.2s, box-shadow 0.2s;
}

.top_coin__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}

.top_coin__card__image {
  position: relative;
  background: linear-gradient(135deg, #f9f5ea 0%, #f3ecd6 100%);
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_coin__card__image img {
  max-width: 70%;
  max-height: 80%;
  object-fit: contain;
}

.top_coin__card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #c9a84c;
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 0.25rem 0.6rem;
  border-radius: 0.3rem;
  letter-spacing: 0.02em;
}

.top_coin__card__body {
  padding: 1.1rem 1.2rem 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.top_coin__card__title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.55rem;
  color: #212121;
}

.top_coin__card__meta {
  display: flex;
  gap: 0.6rem;
  font-size: 0.78rem;
  color: #888;
  margin-bottom: 0.7rem;
}

.top_coin__card__meta span {
  background: #f7f1de;
  padding: 0.15rem 0.55rem;
  border-radius: 0.25rem;
  color: #8a6a1b;
  font-weight: 500;
}

.top_coin__card__price {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.7rem;
  padding: 0.6rem 0.75rem;
  background: #fffbef;
  border-left: 3px solid #fdd435;
  border-radius: 0.25rem;
}

.top_coin__card__price__label {
  font-size: 0.72rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.top_coin__card__price__value {
  font-weight: 800;
  color: #c9a84c;
  font-size: 1.05rem;
}

.top_coin__card__desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

/* Swiper navigation overrides — pushed outside cards via .swiper padding */
.section_top_coins .swiper-button-prev,
.section_top_coins .swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e0d8b8;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  color: #c9a84c;
  z-index: 10;
}

.section_top_coins .swiper-button-prev { left: 0; }
.section_top_coins .swiper-button-next { right: 0; }

.section_top_coins .swiper-button-prev::after,
.section_top_coins .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 800;
  color: #c9a84c;
}

.section_top_coins .swiper-button-prev:hover,
.section_top_coins .swiper-button-next:hover {
  background: #fdd435;
  color: #212121;
  border-color: #c9a84c;
}

.section_top_coins .swiper-button-prev:hover::after,
.section_top_coins .swiper-button-next:hover::after {
  color: #212121;
}

.section_top_coins__pagination {
  bottom: 0 !important;
}

.section_top_coins__pagination .swiper-pagination-bullet-active {
  background: #c9a84c;
}

/* CTA below swiper */
.section_top_coins__cta {
  margin-top: 2.5rem;
  text-align: center;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.6rem;
  border: 1px dashed #c9a84c;
}

.section_top_coins__cta p {
  font-size: 1.05rem;
  font-weight: 600;
  color: #212121;
  margin: 0 0 1rem;
}

@media (max-width: 750px) {
  .section_top_coins { padding: 2.5rem 0 3rem; }
  .top_coin__card__image { height: 9rem; }
  .top_coin__card__title { font-size: 0.95rem; }
  .section_top_coins__prev, .section_top_coins__next { display: none; }
}

/* ============================================================
   Section: Slabbed coins NGC / PCGS / PMG (TZ #2)
   ============================================================ */
.section_grading { margin: 3rem 0 5rem; }
.section_grading__inner {
  background: linear-gradient(135deg, #1c1d21 0%, #26282d 100%);
  border-radius: 1.56rem;
  padding: 4rem 3.5rem;
  color: #e6e6e6;
}
.section_grading__title { color: #fff !important; text-align: center; margin-bottom: 1.5rem; }
.section_grading__lead { font-size: 1.05rem; line-height: 1.65; color: #c9c9c9; max-width: 1000px; margin: 0 auto 2.5rem; }

/* Logo bar — text chips with brand-coded accent */
.section_grading__logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0 auto 3.5rem;
  max-width: 900px;
}
.grading_logo {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 1.2rem 0.8rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0.75rem;
  text-decoration: none;
  transition: transform .2s, background .2s, border-color .2s;
}
.grading_logo:hover { transform: translateY(-2px); background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.18); }
.grading_logo__code { font-size: 1.65rem; font-weight: 700; letter-spacing: 0.04em; line-height: 1; }
.grading_logo__name { font-size: 0.72rem; color: #9a9a9a; margin-top: 0.5rem; text-align: center; line-height: 1.3; }
.grading_logo--ngc   .grading_logo__code { color: #d4af37; }
.grading_logo--pcgs  .grading_logo__code { color: #4ea1ff; }
.grading_logo--pmg   .grading_logo__code { color: #7bc97f; }
.grading_logo--anacs .grading_logo__code { color: #e07a5f; }

/* 3 cards grid */
.section_grading__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.section_grading__card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
}
.section_grading__card__title { font-size: 1.15rem; font-weight: 700; color: #fff; margin: 0 0 1.25rem; line-height: 1.35; }
.section_grading__card__text { font-size: 0.92rem; line-height: 1.6; color: #b8b8b8; margin: 1rem 0 0; }

/* Sheldon scale visual */
.sheldon_scale { display: flex; flex-direction: column; gap: 0.4rem; margin: 0.5rem 0 1rem; }
.sheldon_scale__row { display: grid; grid-template-columns: 3rem 1fr auto; gap: 0.6rem; align-items: center; }
.sheldon_scale__code { font-size: 0.72rem; font-weight: 700; color: #d4af37; }
.sheldon_scale__label { font-size: 0.72rem; color: #999; white-space: nowrap; }
.sheldon_scale__bar { height: 0.6rem; background: rgba(255,255,255,0.06); border-radius: 0.3rem; overflow: hidden; }
.sheldon_scale__bar__fill {
  display: block; height: 100%;
  background: linear-gradient(90deg, #8a6b1f 0%, #d4af37 100%);
  border-radius: 0.3rem;
}

/* Premium list (card 2) */
.section_grading__premium_list { list-style: none; padding: 0; margin: 0; }
.section_grading__premium_list li { padding: 0.55rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 0.9rem; color: #b8b8b8; line-height: 1.5; }
.section_grading__premium_list li:last-child { border-bottom: none; }
.section_grading__premium_list strong { color: #d4af37; }

/* Variants (card 3) */
.section_grading__variants { list-style: none; counter-reset: variant; padding: 0; margin: 0; }
.section_grading__variants li {
  counter-increment: variant;
  padding: 0.85rem 0 0.85rem 2.5rem;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.section_grading__variants li:last-child { border-bottom: none; padding-bottom: 0; }
.section_grading__variants li::before {
  content: counter(variant);
  position: absolute; left: 0; top: 0.85rem;
  width: 1.75rem; height: 1.75rem;
  background: #d4af37; color: #1c1d21;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.9rem;
}
.section_grading__variants strong { display: block; color: #fff; margin-bottom: 0.3rem; font-size: 0.95rem; }
.section_grading__variants span { font-size: 0.85rem; color: #a8a8a8; line-height: 1.55; }

.section_grading__cta { text-align: center; }
.section_grading__cta .btn_default { font-size: 1rem; padding: 1rem 2.5rem; transition: background-color .2s, color .2s, border-color .2s; }
.section_grading__cta .btn_default:hover,
.section_grading__cta .btn_default:focus-visible {
  background-color: #fff;
  color: #1c1d21;
  border-color: #fff;
}

@media (max-width: 1024px) {
  .section_grading__inner { padding: 3rem 2rem; }
  .section_grading__cards { grid-template-columns: 1fr 1fr; }
  .section_grading__cards .section_grading__card:nth-child(3) { grid-column: 1 / -1; }
  .section_grading__logos { max-width: 600px; }
}

@media (max-width: 750px) {
  .section_grading { margin: 2rem 0 3rem; }
  .section_grading__inner { padding: 2rem 1.25rem; border-radius: 1rem; }
  .section_grading__title { font-size: 1.4rem; }
  .section_grading__lead { font-size: 0.92rem; margin-bottom: 2rem; }
  .section_grading__logos { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin-bottom: 2.5rem; }
  .grading_logo { padding: 1rem 0.5rem; }
  .grading_logo__code { font-size: 1.35rem; }
  .grading_logo__name { font-size: 0.68rem; }
  .section_grading__cards { grid-template-columns: 1fr; gap: 1rem; }
  .section_grading__card { padding: 1.4rem 1.1rem; }
  .sheldon_scale__row { grid-template-columns: 2.5rem 1fr auto; gap: 0.5rem; }
}

/* ============================================================
   Section: Spadkobiercy — odziedziczyłeś kolekcję? (TZ #3)
   ============================================================ */
.section_inheritance { margin: 3rem 0 5rem; }
.section_inheritance__inner {
  background: #f8f6f0;
  border-radius: 1.56rem;
  padding: 4rem 3.5rem;
}
.section_inheritance__title { text-align: center; margin-bottom: 1.25rem; }
.section_inheritance__lead {
  font-size: 1.05rem; line-height: 1.65; color: #555;
  max-width: 980px; margin: 0 auto 3rem; text-align: center;
}

.section_inheritance__checklist__title {
  font-size: 1.25rem; font-weight: 700; color: #1c1d21;
  margin: 0 0 1.5rem; text-align: center;
}

.section_inheritance__list { list-style: none; padding: 0; margin: 0 0 2.5rem; counter-reset: inherit-step; }
.section_inheritance__item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.5rem;
  align-items: flex-start;
  background: #fff;
  border-radius: 0.9rem;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.04);
  transition: transform .15s, box-shadow .15s;
}
.section_inheritance__item:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.section_inheritance__item:last-child { margin-bottom: 0; }
.section_inheritance__item__num {
  display: flex; align-items: center; justify-content: center;
  width: 3.25rem; height: 3.25rem;
  background: linear-gradient(135deg, #d4af37 0%, #b48a1a 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem; font-weight: 700;
  flex-shrink: 0;
}
.section_inheritance__item__title {
  font-size: 1.1rem; font-weight: 700; color: #1c1d21;
  margin: 0.25rem 0 0.6rem; line-height: 1.4;
}
.section_inheritance__item__text {
  font-size: 0.95rem; line-height: 1.6; color: #555;
  margin: 0;
}

/* Discretion block — dark contrast card */
.section_inheritance__discretion {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.75rem;
  align-items: center;
  background: linear-gradient(135deg, #1c1d21 0%, #26282d 100%);
  border: 1px solid #d4af37;
  border-radius: 1rem;
  padding: 2rem 2.25rem;
  margin: 0 0 2.5rem;
  color: #e6e6e6;
}
.section_inheritance__discretion__icon {
  width: 4.5rem; height: 4.5rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(212,175,55,0.12);
  border-radius: 50%;
  color: #d4af37;
  flex-shrink: 0;
}
.section_inheritance__discretion__text h3 {
  font-size: 1.15rem; font-weight: 700; color: #fff;
  margin: 0 0 0.6rem;
}
.section_inheritance__discretion__text p {
  font-size: 0.95rem; line-height: 1.6; color: #b8b8b8;
  margin: 0;
}

.section_inheritance__cta {
  display: flex; flex-direction: column; align-items: center; gap: 0.85rem;
}
.section_inheritance__cta__wa {
  color: #25d366; font-weight: 600; font-size: 0.95rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .15s;
}
.section_inheritance__cta__wa:hover { border-bottom-color: #25d366; }

@media (max-width: 1024px) {
  .section_inheritance__inner { padding: 3rem 2rem; }
}

@media (max-width: 750px) {
  .section_inheritance { margin: 2rem 0 3rem; }
  .section_inheritance__inner { padding: 2rem 1.25rem; border-radius: 1rem; }
  .section_inheritance__title { font-size: 1.4rem; }
  .section_inheritance__lead { font-size: 0.92rem; text-align: left; margin-bottom: 2rem; }
  .section_inheritance__item {
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    padding: 1.1rem 1.1rem;
  }
  .section_inheritance__item__num { width: 2.5rem; height: 2.5rem; font-size: 1.15rem; }
  .section_inheritance__item__title { font-size: 1rem; }
  .section_inheritance__item__text { font-size: 0.88rem; }
  .section_inheritance__discretion {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.5rem 1.25rem;
    gap: 1rem;
  }
  .section_inheritance__discretion__icon { margin: 0 auto; width: 3.5rem; height: 3.5rem; }
  .section_inheritance__discretion__icon svg { width: 42px; height: 42px; }
}

/* ============================================================
   Section: Skup spadków i opróżnianie mieszkań (/skup-antykow/)
   ============================================================ */
.section_estate_clearance { margin: 3rem 0 5rem; }
.section_estate_clearance__inner {
  background: #f8f6f0;
  border-radius: 1.56rem;
  padding: 3.5rem 3rem;
}
.section_estate_clearance__title { text-align: center; margin-bottom: 1.25rem; }
.section_estate_clearance__lead {
  font-size: 1.02rem; line-height: 1.65; color: #555;
  max-width: 920px; margin: 0 auto 2rem; text-align: center;
}
.section_estate_clearance__list { list-style: none; padding: 0; margin: 0 auto 2.25rem; max-width: 920px; }
.section_estate_clearance__list li {
  padding: 0.85rem 0 0.85rem 2rem;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 0.95rem; line-height: 1.55; color: #444;
}
.section_estate_clearance__list li:last-child { border-bottom: none; }
.section_estate_clearance__list li::before {
  content: "";
  position: absolute; left: 0; top: 1.15rem;
  width: 0.6rem; height: 0.6rem;
  background: #d4af37;
  border-radius: 50%;
}
.section_estate_clearance__list strong { color: #1c1d21; }
.section_estate_clearance__cta { text-align: center; }

@media (max-width: 750px) {
  .section_estate_clearance { margin: 2rem 0 3rem; }
  .section_estate_clearance__inner { padding: 2rem 1.25rem; border-radius: 1rem; }
  .section_estate_clearance__title { font-size: 1.4rem; }
  .section_estate_clearance__lead { font-size: 0.92rem; text-align: left; margin-bottom: 1.5rem; }
  .section_estate_clearance__list { font-size: 0.9rem; }
}
