html {
  box-sizing: border-box;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

html * {
  max-height: 1000000px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

a[href^="http"]:empty::before {
  content: attr(href);
}

img,
video,
audio {
  max-width: 100%;
  height: auto;
}

label,
button,
input,
select {
  cursor: pointer;
}

label[for] {
  cursor: pointer;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
.slick-slide:focus {
  outline: none;
}

a,
button {
  cursor: pointer;
}

.btn_default {
  appearance: none;
  border-radius: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  transition: 0.25s ease;
}

body {
  line-height: normal;
  font-family: "Inter", sans-serif;
  color: #212121;
}

a {
  transition: 0.25s;
}

html {
  /* font-size: 16px; */
  font-size: 0.8333333333vw;
  /* font-size: 0.9675vw; */
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}

/* Cap root font-size on wide monitors so layout stops scaling linearly
   past Full HD. Below 1920px keep the fluid 0.833vw behaviour. */
@media screen and (min-width: 1920px) {
  html {
    font-size: 17px;
  }
}

/* Breadcrumb — inner pages (excluded on homepage via breadcrumb.php gate). */
.breadcrumb {
  background: #f7f7f5;
  border-bottom: 1px solid #ececec;
  padding: 0.6rem 0;
  font-size: 0.82rem;
  color: #777;
}

.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.breadcrumb__item {
  display: inline-flex;
  align-items: center;
}

.breadcrumb__item + .breadcrumb__item::before {
  content: "›";
  margin: 0 0.4rem 0 0;
  color: #aaa;
}

.breadcrumb__link {
  color: #555;
  text-decoration: none;
  transition: color 0.15s;
}

.breadcrumb__link:hover {
  color: #fed435;
}

.breadcrumb__current {
  color: #212121;
  font-weight: 500;
}

.container {
  max-width: 75.65rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.btn_x {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #313131;
  /* max-width: 16.25rem; */
  padding: 1.12rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .btn_x {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    padding: 14px;
  }
}

.btn_gold {
  background: #fed435;
  color: #000;
}

.btn_gold:hover {
  background: #212121;
  color: #fff;
}
.btn_black {
  background: #000;
  color: #fff;
}
.btn_black:hover {
  background: #212121;
  color: #fff;
}

.btn_ghost {
  border: 1px solid #000;
  position: relative;
  border-radius: 0.5rem;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: transparent;
}

.btn_ghost:hover {
  background: #212121;
  color: #fff;
  border-color: #212121;
}

.btn_gray {
  background: #e8e8e8;
}

.btn_gray:hover {
  background: #000;
  color: #fff;
}

.title_x {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.64286;
  letter-spacing: 0.04rem;
  margin: 0;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .title_x {
    font-size: 22px;
    margin-bottom: 24px;
    line-height: 1.45;
  }
}

.field_group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.field_item input,
.field_item textarea {
  border: 1px solid #d4d4d4;
  border-radius: 0.38rem;
  padding: 1.025rem 2.56rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .field_item input,
  .field_item textarea {
    padding: 16px 20px;
    font-size: 14px;
  }
}

.field_row {
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  .field_row {
    flex-direction: column;
    gap: 10px;
  }
}

.field_item {
  flex: 1;
}

.field_item textarea {
  min-height: 8.5rem;
  resize: vertical;
}

@media screen and (max-width: 550px) {
  .field_group {
    gap: 10px;
  }
}

.section__full {
  max-width: 105.6rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.page__static_content {
  margin-bottom: 5rem;
}
/* Breathing room between breadcrumb and static content (legal + usługa pages).
   Breadcrumb partial renders as a sibling AFTER promo_section. */
.breadcrumb + .page__static_content {
  margin-top: 3rem;
}

/* Compact hero for legal/static pages (zasady / regulamin-aukcji / polityka).
   Override the default 41rem min-height (from .promo_section--default
   in home.css) — text-only pages don't need a tall hero. */
/* Chain --default + --static to outrank home.css's .promo_section--default
   .promo_section__inner { min-height: 41rem } (loaded after main.css). */
.promo_section--default.promo_section--static .promo_section__inner {
  padding: 1.9rem 0 1.5rem;
  min-height: 0;
}
.promo_section--default.promo_section--static .promo_section__title {
  font-size: 2rem;
  margin: 0 0 0.7rem;
}
.promo_section--default.promo_section--static .promo_section__info {
  max-width: 100%;
}

@media (max-width: 750px) {
  .page__static_content { margin-bottom: 2.5rem; }
  .breadcrumb + .page__static_content { margin-top: 1.5rem; }
  .promo_section--default.promo_section--static .promo_section__inner { padding: 1.25rem 0 1rem; }
  .promo_section--default.promo_section--static .promo_section__title { font-size: 1.5rem; }
}

/* Usługi (/wymiana-zlomu-srebra/, /konwersja-srebra/, /konwersja-srebra-na-zloto/)
   — hero form has 5 fields + upload + trust + consent → needs taller hero
   than komis (42rem). Override 41rem from home.css with chained specificity. */
.promo_section--default.promo_section--usluga .promo_section__inner {
  min-height: 50rem;
}
@media (max-width: 1024px) {
  .promo_section--default.promo_section--usluga .promo_section__inner { min-height: 0; }
}

.default_text {
  line-height: 1.9375;
}

.default_text > * {
  margin-bottom: 1.95rem;
}

.default_text ul,
.default_text ol {
  padding-left: 2.1rem;
}

.default_text li {
  margin-bottom: 1rem;
}

.default_text *:last-child {
  margin-bottom: 0;
}
.default_text > *:first-child {
  margin-top: 0;
}

.default_text h2 {
  font-size: 1.75rem;
  margin: 0 0 1.95rem;
  line-height: 1.35;
}

.default_text .text-mb0 {
  margin-bottom: 0.5rem;
}
.default_text--staic_page img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
  margin: 3.5rem 0;
}

@media screen and (max-width: 750px) {
  .default_text {
    line-height: 1.55;
    font-size: 14px;
  }

  .default_text > * {
    margin-bottom: 22px;
  }

  .default_text ul,
  .default_text ol {
    padding-left: 15px;
  }
  .default_text h2 {
    margin-bottom: 22px;
    font-size: 18px;
    margin-top: 34px;
    line-height: 1.45;
  }

  .default_text .text-mb0 {
    margin-bottom: 12px;
  }

  .default_text li {
    margin-bottom: 0.5rem;
  }
  .default_text--staic_page img {
    margin: 32px 0;
  }
}

.title_y {
  font-weight: 600;
  font-size: 2.62rem;
  line-height: 1.09524;
  margin: 0;
  letter-spacing: 0.1rem;
  margin-bottom: 1.55rem;
}

@media screen and (max-width: 750px) {
  .title_y {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.title_x--small {
  font-size: 1.2rem;
  margin-bottom: 0.62rem;
}

.field_item__title {
  margin-bottom: 0.55rem;
}
input[readonly] {
  background: #f0f0f0;
  cursor: default;
}

/* ---------- Live LBMA chart section ---------- */
.section_chart { padding: 3rem 0; }
.section_chart .title_x { margin-bottom: 1.5rem; }
.section_chart__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 2fr 1fr;
  align-items: stretch;
}
.section_chart__grid--single { grid-template-columns: 1fr; }
.section_chart__main,
.section_chart__side { min-height: 400px; }
.section_chart .tradingview-widget-container { height: 100%; min-height: 400px; }
.section_chart__note {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
}
@media (max-width: 900px) {
  .section_chart__grid { grid-template-columns: 1fr; }
  .section_chart__side { min-height: 320px; }
}

/* ============================================================
   Usługi pages (Wymiana / Konwersja srebra / Konwersja na złoto)
   Renders inside .page__static_content .default_text
   ============================================================ */
.page__static_content .uslugi-lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}

.page__static_content .uslugi-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 2.5rem 0;
}
.page__static_content .uslugi-highlight {
  background: linear-gradient(135deg, #f8f6f0 0%, #f0ede4 100%);
  border-left: 4px solid #d4af37;
  border-radius: 0.75rem;
  padding: 1.5rem 1.75rem;
}
.page__static_content .uslugi-highlight__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.5rem; height: 2.5rem;
  background: #d4af37; color: #fff;
  border-radius: 50%;
  font-weight: 800; font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.page__static_content .uslugi-highlight__title {
  font-size: 1.1rem; font-weight: 700; color: #1c1d21;
  margin-bottom: 0.35rem;
}
.page__static_content .uslugi-highlight__text {
  font-size: 0.92rem; color: #555;
}

.page__static_content .uslugi-formats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
.page__static_content .uslugi-formats--8col {
  grid-template-columns: repeat(4, 1fr);
}
.page__static_content .uslugi-format {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0.75rem;
  padding: 1.25rem 1rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.page__static_content .uslugi-format:hover {
  transform: translateY(-2px);
  border-color: #d4af37;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.page__static_content .uslugi-format__title {
  font-size: 1.05rem; font-weight: 800; color: #1c1d21;
  margin-bottom: 0.25rem;
}
.page__static_content .uslugi-format__subtitle {
  font-size: 0.8rem; color: #d4af37; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
}
.page__static_content .uslugi-format__note {
  font-size: 0.78rem; color: #777; line-height: 1.45;
}

.page__static_content .uslugi-note {
  background: #fffbeb;
  border: 1px solid #f0d878;
  border-radius: 0.5rem;
  padding: 0.9rem 1.25rem;
  font-size: 0.92rem;
  margin: 1.75rem 0;
}
.page__static_content .uslugi-note--important {
  background: #f8f6f0;
  border-color: #d4af37;
  padding: 1.25rem 1.5rem;
}
.page__static_content .uslugi-note--important h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #1c1d21;
}
.page__static_content .uslugi-note--important p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.65;
}

.page__static_content .uslugi-tariff-scroll {
  overflow-x: auto;
  margin: 1.75rem 0;
  -webkit-overflow-scrolling: touch;
}
.page__static_content table.uslugi-tariff {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  border-radius: 0.5rem;
  overflow: hidden;
}
.page__static_content table.uslugi-tariff thead {
  background: linear-gradient(135deg, #1c1d21 0%, #2d2f35 100%);
  color: #fff;
}
.page__static_content table.uslugi-tariff th {
  padding: 0.9rem 1rem;
  font-weight: 700;
  font-size: 0.92rem;
  text-align: center;
  border: none;
}
.page__static_content table.uslugi-tariff th .th-sub {
  font-size: 0.75rem;
  font-weight: 400;
  color: #c9c9c9;
  display: block;
  margin-top: 0.2rem;
}
.page__static_content table.uslugi-tariff td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ececec;
  text-align: center;
  font-size: 0.95rem;
  color: #333;
}
.page__static_content table.uslugi-tariff td:first-child {
  text-align: left;
  font-weight: 600;
  background: #fafaf7;
}
.page__static_content table.uslugi-tariff tbody tr:hover {
  background: #fffbeb;
}
.page__static_content table.uslugi-tariff--matrix td:not(:first-child) {
  color: #d4af37;
  font-weight: 700;
}
.page__static_content table.uslugi-tariff--wide {
  min-width: 760px;
}

.page__static_content .uslugi-example {
  background: #f4f9ff;
  border-left: 4px solid #4ea1ff;
  border-radius: 0.5rem;
  padding: 1.1rem 1.4rem;
  margin: 1.5rem 0 2.5rem;
}
.page__static_content .uslugi-example h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #1c1d21;
}
.page__static_content .uslugi-example p { margin: 0.4rem 0; font-size: 0.93rem; }
.page__static_content .uslugi-example ul { margin: 0.5rem 0 0; }

.page__static_content ul.uslugi-features {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.5rem 0 2.5rem;
}
.page__static_content ul.uslugi-features li {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
  padding: 1.1rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.5;
  position: relative;
  padding-left: 3.5rem;
}
.page__static_content ul.uslugi-features li::before { content: none; }
.page__static_content .uslugi-features__icon {
  position: absolute;
  left: 1rem; top: 1rem;
  font-size: 1.5rem;
  line-height: 1;
}
.page__static_content ul.uslugi-features strong {
  display: block;
  color: #1c1d21;
  margin-bottom: 0.15rem;
  font-size: 0.95rem;
}

.page__static_content ul.uslugi-info {
  list-style: none;
  padding: 0;
  background: #fafaf7;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
}
.page__static_content ul.uslugi-info li {
  padding: 0.4rem 0;
  border-bottom: 1px dashed #e0e0e0;
  font-size: 0.93rem;
}
.page__static_content ul.uslugi-info li::before { content: none; }
.page__static_content ul.uslugi-info li:last-child { border-bottom: none; }

.section_midcta {
  margin: 3rem 0;
}
.section_midcta .container { max-width: 720px; }
.hero_komis_form--standalone {
  position: static;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0.75rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}
.hero_komis_form--standalone .hero_komis_form__title {
  color: #1a1a1a;
}

@media (max-width: 750px) {
  .page__static_content .uslugi-highlights { grid-template-columns: 1fr; gap: 1rem; }
  .page__static_content .uslugi-formats { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .page__static_content .uslugi-formats--8col { grid-template-columns: repeat(2, 1fr); }
  .page__static_content .uslugi-format { padding: 0.9rem 0.7rem; }
  .page__static_content .uslugi-format__title { font-size: 0.92rem; }
  .page__static_content .uslugi-format__note { font-size: 0.7rem; }
  .page__static_content ul.uslugi-features { grid-template-columns: 1fr; }
  .page__static_content table.uslugi-tariff { font-size: 0.85rem; }
  .page__static_content table.uslugi-tariff th,
  .page__static_content table.uslugi-tariff td { padding: 0.55rem 0.5rem; }
  .page__static_content table.uslugi-tariff--matrix th,
  .page__static_content table.uslugi-tariff--matrix td { font-size: 0.78rem; padding: 0.45rem 0.35rem; }
}
