/* ParketIQ — kalkulator cenika · 19. 8. 2026
   ------------------------------------------------------------------------
   Slog aplikacije v paleti domače strani: temni pas (--tech-night) z mrežo,
   kisla zelena za aktivna stanja in znesek, računu podoben povzetek desno.
   Datoteko nalaga samo /brusenje-parketa-cenik/, zato imena razredov nosijo
   predpono .pq- in ne trkajo ob skupni slog v site.css.

   Vsi identifikatorji polj (calcArea, calcTotal, calcBreakdown …) so enaki
   kot prej; assets/calculator.js jih uporablja za izračun in za prenos
   povzetka v obrazec na domači strani. */

/* --- Glava strani in kalkulator sta en blok ------------------------------
   Cenik je orodje, ne članek: obiskovalec pride po znesek, zato se mora vnos
   začeti v prvem zaslonu. Zato .subhero tu izgubi spodnji odmik in ločnico,
   .pq pa zgornji odmik — oba imata isto ozadje (--tech-night), zato je prehod
   neviden in stran se bere kot ena aplikacija. Pravila veljajo samo tu, ker
   calculator.css nalaga izključno /brusenje-parketa-cenik/.
   Merjeno pred spremembo (375 × 812): prvo vnosno polje na 1.424 px. */
.subhero { padding: clamp(1.6rem, 3.2vw, 2.6rem) 0 clamp(1.1rem, 2.4vw, 1.9rem); border-bottom: 0; }
/* Kartica s ceno je odšla pod kalkulator, zato glava ni več dvostolpična in
   naslov dobi vso širino namesto 55 %. */
.subhero-grid { grid-template-columns: 1fr; align-items: start; }
/* Naslov orodja ne rabi plakatne velikosti; nižji naslov dvigne polja navzgor. */
.subhero h1 { font-size: clamp(2.15rem, 5.2vw, 3.5rem); }

/* Kratek odgovor s ceno: nekdo pride po znesek, ne po kalkulator. Zato ostaja
   na strani, a pod aplikacijo — na telefonu je nad njo zavzemal 281 px in sam
   odrinil prvo vnosno polje pod rob zaslona. */
.article-content > .answer-card { margin: 0 0 clamp(1.5rem, 3vw, 2.25rem); }

.pq {
  position: relative;
  overflow: hidden;
  padding: 0 0 clamp(3.75rem, 7vw, 6.5rem);
  color: var(--tech-white);
  background: var(--tech-night);
}
.pq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(var(--tech-grid) 1px, transparent 1px), linear-gradient(90deg, var(--tech-grid) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
  opacity: .5;
}
.pq > .container { position: relative; }

/* Ena vrstica: naslov odseka levo, oznaka "v živo" desno. Naslov ostaja v
   izpisu, ker odsek prek aria-labelledby nosi njegovo ime. */
.pq-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1.25rem; margin-bottom: clamp(.85rem, 1.8vw, 1.25rem); }
.pq-title { max-width: 34ch; margin: 0; color: var(--tech-white); font-size: clamp(1.02rem, 2.2vw, 1.4rem); line-height: 1.3; }
.pq-live {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0;
  padding: .45rem .8rem;
  border: 1px solid rgba(217, 255, 87, .32);
  border-radius: 999px;
  color: var(--tech-acid);
  background: rgba(217, 255, 87, .07);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
}
.pq-live span { width: .48rem; height: .48rem; border-radius: 50%; background: currentColor; animation: pqPulse 2.2s ease-in-out infinite; }
@keyframes pqPulse { 50% { opacity: .25; transform: scale(.7); } }

/* --- Ogrodje aplikacije -------------------------------------------------- */
.pq-app {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .62fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 1.75rem;
  background: var(--tech-panel);
  box-shadow: 0 40px 90px rgba(0, 0, 0, .45);
}
.pq-config { min-width: 0; padding: clamp(1.1rem, 2.6vw, 2rem); }
.pq-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.pq-step + .pq-step { margin-top: 1.6rem; padding-top: 1.6rem; border-top: 1px solid rgba(255, 255, 255, .09); }
.pq-step > legend {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1.1rem;
  padding: 0;
  color: var(--tech-white);
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: -.01em;
}
.pq-num {
  display: grid;
  width: 1.9rem;
  height: 1.9rem;
  place-items: center;
  color: #10140f;
  border-radius: .6rem;
  background: var(--tech-acid);
  font-size: .7rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.pq-label { display: flex; align-items: baseline; gap: .4rem; margin: 0 0 .55rem; color: rgba(248, 245, 236, .68); font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pq-label i { color: var(--tech-amber); font-style: normal; letter-spacing: .04em; text-transform: none; }
.pq-hint { margin: .6rem 0 0; color: rgba(248, 245, 236, .62); font-size: .74rem; line-height: 1.55; }

/* --- Površina: števec, drsnik, hitri izbor -------------------------------- */
.pq-area { padding: 1rem 1.05rem 1.1rem; border: 1px solid rgba(255, 255, 255, .1); border-radius: 1.15rem; background: rgba(0, 0, 0, .22); }
.pq-area-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem; }
.pq-area-row .pq-label { margin: 0; }
.pq-stepper { display: flex; align-items: center; gap: .4rem; }
.pq-step-btn {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: .8rem;
  color: var(--tech-white);
  background: rgba(255, 255, 255, .05);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.pq-step-btn:hover { border-color: var(--tech-acid); background: rgba(217, 255, 87, .12); }
.pq-step-btn:active { transform: scale(.94); }
.pq-area-value { position: relative; display: inline-flex; align-items: center; }
.pq-area-value input {
  width: 7.2rem;
  min-height: 2.6rem;
  padding: 0 2.6rem 0 .9rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: .8rem;
  color: var(--tech-white);
  background: rgba(255, 255, 255, .05);
  font-size: 1.28rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  text-align: left;
  -moz-appearance: textfield;
}
.pq-area-value input::-webkit-outer-spin-button,
.pq-area-value input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.pq-area-value input:focus { border-color: var(--tech-acid); outline: 0; }
.pq-area-value input[aria-invalid="true"] { border-color: #e08b7a; }
.pq-area-value i { position: absolute; right: .85rem; color: var(--tech-amber); font-size: .78rem; font-style: normal; font-weight: 750; pointer-events: none; }

.pq-slider { width: 100%; height: 1.5rem; margin: 1rem 0 .35rem; padding: 0; background: transparent; -webkit-appearance: none; appearance: none; cursor: pointer; }
.pq-slider::-webkit-slider-runnable-track { height: .35rem; border-radius: 999px; background: linear-gradient(90deg, var(--tech-acid) var(--pq-fill, 12%), rgba(255, 255, 255, .13) var(--pq-fill, 12%)); }
.pq-slider::-moz-range-track { height: .35rem; border-radius: 999px; background: rgba(255, 255, 255, .13); }
.pq-slider::-moz-range-progress { height: .35rem; border-radius: 999px; background: var(--tech-acid); }
.pq-slider::-webkit-slider-thumb { width: 1.25rem; height: 1.25rem; margin-top: -.45rem; border: 3px solid #10140f; border-radius: 50%; background: var(--tech-acid); -webkit-appearance: none; appearance: none; }
.pq-slider::-moz-range-thumb { width: 1.25rem; height: 1.25rem; border: 3px solid #10140f; border-radius: 50%; background: var(--tech-acid); }

.pq-chips { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .5rem; }
.pq-chips button {
  padding: .38rem .72rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(248, 245, 236, .84);
  background: transparent;
  font-size: .72rem;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.pq-chips button:hover { color: var(--tech-white); border-color: rgba(217, 255, 87, .5); }
.pq-chips button[aria-pressed="true"] { color: #10140f; border-color: var(--tech-acid); background: var(--tech-acid); }
.pq-error { min-height: 1.1em; margin: .55rem 0 0; color: #ffb5a9; font-size: .74rem; }

/* --- Segmentni preklopnik ------------------------------------------------ */
.pq-seg-wrap { margin-top: 1.15rem; }
.pq-seg { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .3rem; padding: .3rem; border: 1px solid rgba(255, 255, 255, .1); border-radius: 1rem; background: rgba(0, 0, 0, .22); }
.pq-seg-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pq-seg label { min-width: 0; }
.pq-seg input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.pq-seg span {
  display: grid;
  gap: .12rem;
  min-height: 3.15rem;
  align-content: center;
  padding: .5rem .7rem;
  border-radius: .78rem;
  color: rgba(248, 245, 236, .74);
  text-align: center;
  cursor: pointer;
  transition: color .18s ease, background .18s ease;
}
.pq-seg span b { font-size: .82rem; font-weight: 800; letter-spacing: -.01em; }
.pq-seg span small { font-size: .66rem; font-weight: 700; opacity: .72; }
.pq-seg label:hover span { color: var(--tech-white); background: rgba(255, 255, 255, .05); }
.pq-seg input:checked + span { color: #10140f; background: var(--tech-acid); }
.pq-seg input:focus-visible + span { outline: 2px solid var(--tech-acid); outline-offset: 2px; }

/* --- Stikala ------------------------------------------------------------- */
.pq-switches { display: grid; gap: .5rem; }
.pq-switch {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .85rem;
  padding: .85rem .95rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .03);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease;
}
.pq-switch:hover { border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .055); }
.pq-switch:has(input:checked) { border-color: rgba(217, 255, 87, .38); background: rgba(217, 255, 87, .07); }
.pq-switch input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.pq-track { position: relative; width: 2.6rem; height: 1.5rem; flex: 0 0 auto; border-radius: 999px; background: rgba(255, 255, 255, .16); transition: background .2s ease; }
.pq-track::after { content: ""; position: absolute; top: .19rem; left: .19rem; width: 1.12rem; height: 1.12rem; border-radius: 50%; background: #f4f1e6; transition: transform .2s ease, background .2s ease; }
.pq-switch input:checked + .pq-track { background: var(--tech-acid); }
.pq-switch input:checked + .pq-track::after { background: #10140f; transform: translateX(1.1rem); }
.pq-switch input:focus-visible + .pq-track { outline: 2px solid var(--tech-acid); outline-offset: 3px; }
.pq-switch-copy { min-width: 0; display: grid; gap: .15rem; }
.pq-switch-copy b { color: rgba(248, 245, 236, .94); font-size: .82rem; font-weight: 750; line-height: 1.35; }
.pq-switch-copy small { color: rgba(248, 245, 236, .62); font-size: .71rem; line-height: 1.45; }
.pq-rate { flex: 0 0 auto; color: var(--tech-acid); font-size: .8rem; font-weight: 850; font-variant-numeric: tabular-nums; white-space: nowrap; }

.pq-addon { display: grid; gap: .3rem; }
.pq-field { display: grid; gap: .35rem; margin-top: .8rem; }
.pq-field input {
  min-height: 2.6rem;
  padding: 0 .9rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: .8rem;
  color: var(--tech-white);
  background: rgba(0, 0, 0, .25);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.pq-field input:focus { border-color: var(--tech-acid); outline: 0; }
.pq-field-inline { margin: 0 0 .2rem 1rem; padding: .65rem .8rem; border-left: 2px solid rgba(217, 255, 87, .35); }
.pq-field-inline .pq-label { margin-bottom: .3rem; }

/* --- Izbirne kartice ----------------------------------------------------- */
.pq-picks { margin-top: 1.15rem; }
.pq-pick-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
.pq-pick {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: .55rem;
  padding: .85rem .95rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .03);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease;
}
.pq-pick:hover { border-color: rgba(255, 255, 255, .22); }
.pq-pick input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.pq-pick:has(input:checked) { border-color: var(--tech-acid); background: rgba(217, 255, 87, .09); }
.pq-pick:has(input:focus-visible) { outline: 2px solid var(--tech-acid); outline-offset: 2px; }
.pq-pick:has(input:disabled) { opacity: .42; cursor: not-allowed; }
.pq-pick-body { display: grid; gap: .2rem; }
.pq-pick-body b { display: flex; align-items: center; gap: .5rem; color: rgba(248, 245, 236, .94); font-size: .84rem; font-weight: 800; line-height: 1.3; }
.pq-pick-body b::before { content: ""; width: 1rem; height: 1rem; flex: 0 0 auto; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.pq-pick:has(input:checked) .pq-pick-body b::before { border-color: var(--tech-acid); background: var(--tech-acid); box-shadow: inset 0 0 0 3px #10140f; }
.pq-pick-body small { color: rgba(248, 245, 236, .64); font-size: .72rem; line-height: 1.5; }
.pq-pick-body em { margin-top: .15rem; color: var(--tech-acid); font-size: .78rem; font-style: normal; font-weight: 850; font-variant-numeric: tabular-nums; }
.pq-pick-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .28rem .6rem;
  border: 1px solid rgba(223, 155, 80, .32);
  border-radius: 999px;
  color: var(--tech-amber);
  font-size: .65rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .18s ease, background .18s ease;
}
.pq-pick-link:hover { border-color: rgba(223, 155, 80, .65); background: rgba(223, 155, 80, .12); }

.pq-extras { margin-top: 1.15rem; }
.pq-extra {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: .5rem .85rem;
  padding: .8rem .95rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .03);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease;
}
.pq-extra + .pq-extra { margin-top: .4rem; }
.pq-extra input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.pq-extra:has(input:checked) { border-color: var(--tech-acid); background: rgba(217, 255, 87, .08); }
.pq-extra:has(input:focus-visible) { outline: 2px solid var(--tech-acid); outline-offset: 2px; }
.pq-extra:has(input:disabled) { opacity: .42; cursor: not-allowed; }
.pq-extra-body { min-width: 0; display: grid; gap: .2rem; }
.pq-extra-body b { display: flex; align-items: center; gap: .5rem; color: rgba(248, 245, 236, .94); font-size: .82rem; font-weight: 800; }
.pq-extra-body b::before { content: ""; width: 1rem; height: 1rem; flex: 0 0 auto; border: 1px solid rgba(255, 255, 255, .3); border-radius: .3rem; transition: border-color .18s ease, background .18s ease; }
.pq-extra:has(input:checked) .pq-extra-body b::before { border-color: var(--tech-acid); background: var(--tech-acid) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6.4 4.7 9 10 3.2' fill='none' stroke='%2310140f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / .72rem no-repeat; }
.pq-extra-body b em { color: var(--tech-acid); font-style: normal; font-variant-numeric: tabular-nums; }
.pq-extra-body small { color: rgba(248, 245, 236, .64); font-size: .72rem; line-height: 1.5; }

.pq-fixed {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: .8rem 0 0;
  padding: .85rem 1rem;
  border: 1px dashed rgba(145, 212, 219, .34);
  border-radius: .9rem;
  color: rgba(248, 245, 236, .74);
  background: rgba(145, 212, 219, .05);
  font-size: .76rem;
  font-weight: 700;
}
.pq-fixed strong { color: var(--tech-blue); font-variant-numeric: tabular-nums; }
.pq-note { margin: .8rem 0 0; color: rgba(248, 245, 236, .62); font-size: .73rem; line-height: 1.6; }
.pq-note a { color: var(--tech-blue); }

/* --- Povzetek kot račun -------------------------------------------------- */
.pq-summary { min-width: 0; border-left: 1px solid rgba(255, 255, 255, .09); background: linear-gradient(180deg, rgba(217, 255, 87, .05), rgba(0, 0, 0, .28) 40%); }
.pq-summary-inner { position: sticky; top: calc(var(--header-h) + 1rem); display: flex; flex-direction: column; padding: clamp(1.1rem, 2.6vw, 1.8rem); }
.pq-summary-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0 0 .35rem; color: rgba(248, 245, 236, .66); font-size: .64rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pq-summary-head small { color: rgba(248, 245, 236, .52); letter-spacing: .16em; }
.pq-total { margin: 0; }
.pq-total output {
  display: block;
  color: var(--tech-acid);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.2vw, 3.6rem);
  font-weight: 620;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.05em;
  line-height: 1;
}
.pq-total-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .7rem; margin: .7rem 0 0; }
.pq-badge { padding: .3rem .6rem; border: 1px solid rgba(217, 255, 87, .3); border-radius: 999px; color: var(--tech-acid); background: rgba(217, 255, 87, .08); font-size: .72rem; font-weight: 850; font-variant-numeric: tabular-nums; }
.pq-vat { color: rgba(248, 245, 236, .62); font-size: .68rem; font-weight: 700; }
.pq-smart { min-height: 4.2em; margin: 1.05rem 0 1.1rem; padding-left: .85rem; border-left: 2px solid rgba(217, 255, 87, .45); color: rgba(248, 245, 236, .76); font-size: .78rem; line-height: 1.55; }
.pq-smart::before { content: "Pametna opomba"; display: block; margin-bottom: .25rem; color: var(--tech-acid); font-size: .59rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

.pq-receipt { display: grid; margin-bottom: 1.15rem; border-top: 1px solid rgba(255, 255, 255, .1); }
.pq-receipt > div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .62rem 0; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.pq-receipt span { min-width: 0; display: grid; }
.pq-receipt strong { color: rgba(248, 245, 236, .9); font-size: .74rem; font-weight: 750; line-height: 1.35; }
.pq-receipt small { color: rgba(248, 245, 236, .62); font-size: .66rem; font-variant-numeric: tabular-nums; }
.pq-receipt b { flex: 0 0 auto; color: var(--tech-white); font-size: .78rem; font-weight: 800; font-variant-numeric: tabular-nums; }

.pq-cta { width: 100%; margin-top: auto; color: #10140f; background: var(--tech-acid); box-shadow: 0 14px 34px rgba(217, 255, 87, .18); }
.pq-cta:hover { background: #e4ff82; }
.pq-cta[aria-disabled="true"],
.calculator-mobile-bar a[aria-disabled="true"] { opacity: .45; cursor: not-allowed; box-shadow: none; }
.pq-reset {
  align-self: center;
  margin-top: .75rem;
  padding: .35rem;
  border: 0;
  color: rgba(248, 245, 236, .5);
  background: transparent;
  font-size: .69rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: .2rem;
  cursor: pointer;
}
.pq-reset:hover { color: var(--tech-white); }
.pq-disclaimer { margin: .9rem 0 0; color: rgba(248, 245, 236, .58); font-size: .64rem; line-height: 1.5; text-align: center; }

/* --- Celoten cenik ------------------------------------------------------- */
.pq-pricelist { margin-top: 1rem; overflow: hidden; border: 1px solid rgba(255, 255, 255, .11); border-radius: 1.15rem; background: rgba(255, 255, 255, .025); }
.pq-pricelist summary { padding: 1rem 3rem 1rem 1.15rem; color: rgba(248, 245, 236, .8); font-size: .78rem; }
.pq-pricelist summary::after { top: .6rem; right: 1.1rem; color: var(--tech-acid); }
.pq-pricelist-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 1.15rem 1.15rem; }
.pq-pricelist-grid span { display: flex; justify-content: space-between; gap: 1rem; padding: .62rem .7rem; border-bottom: 1px solid rgba(255, 255, 255, .07); color: rgba(248, 245, 236, .7); font-size: .72rem; }
.pq-pricelist-grid span:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, .07); }
.pq-pricelist-grid strong { flex: 0 0 auto; color: var(--tech-acid); font-variant-numeric: tabular-nums; }

@media (max-width: 1050px) {
  .pq-app { grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); }
  .pq-pick-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .pq-head { grid-template-columns: 1fr; gap: .5rem; }
  .pq-live { margin: 0; }
  .pq-app { grid-template-columns: 1fr; }
  .pq-summary { border-top: 1px solid rgba(255, 255, 255, .09); border-left: 0; }
  .pq-summary-inner { position: static; }
  .pq-seg { grid-template-columns: 1fr; }
  .pq-seg span { min-height: 0; text-align: left; }
  .pq-switch { grid-template-columns: auto minmax(0, 1fr); grid-template-areas: "track copy" "rate rate"; }
  .pq-switch .pq-track { grid-area: track; }
  .pq-switch-copy { grid-area: copy; }
  .pq-rate { grid-area: rate; padding-left: 3.45rem; }
  .pq-pricelist-grid { grid-template-columns: 1fr; }
  .pq-pricelist-grid span:nth-child(odd) { border-right: 0; }
}

@media (max-width: 560px) {
  .pq-area-row { flex-direction: column; align-items: stretch; }
  .pq-stepper { justify-content: space-between; }
  .pq-area-value { flex: 1; }
  .pq-area-value input { width: 100%; }
  .pq-extra { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .pq-live span { animation: none; }
}

/* --- Lepljiva vrstica z zneskom na telefonu ------------------------------ */
/* assets/tech-center.css skrije .mobile-cta na vseh straneh razen na domači
   (`.tech-page .mobile-cta { display: none }`). Na ceniku je ta vrstica
   bistvena: obrazec je dolg in znesek je sicer med izbiranjem zunaj zaslona.
   Razred .calculator-mobile-bar doda assets/calculator.js, zato pravilo velja
   samo tu. Odprt meni jo še vedno skrije. */
@media (max-width: 820px) {
  .tech-page .mobile-cta.calculator-mobile-bar { display: flex; }
  .tech-page .mobile-cta.calculator-mobile-bar .button-primary { color: #10140f; background: var(--tech-acid); }
  body.menu-open .mobile-cta.calculator-mobile-bar { display: none; }
  body.consent-open .mobile-cta.calculator-mobile-bar { display: none; }
  .tech-page .site-footer { padding-bottom: 5.25rem; }
}

/* --- Začasna štampiljka nad cenikom -------------------------------------- */
/* Namenoma NE izgleda kot del oblikovanja strani: nagnjena, z dvojnim
   robom in »odtisnjenim« besedilom, kot pečat, pritisnjen čez natisnjen
   cenik. Bralec mora v pol sekunde videti, da je to začasen dodatek in ne
   stalna postavka. Uporablja se samo na tujih jezikovnih različicah. */
.pq-stamp {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 1.4rem;
  margin: 0 0 clamp(1.4rem, 3vw, 2.2rem);
  padding: 1.1rem 1.35rem;
  border: 2px dashed var(--tech-acid);
  border-radius: 1rem;
  color: var(--tech-white);
  background: rgba(217, 255, 87, .07);
  box-shadow: inset 0 0 0 2px rgba(217, 255, 87, .16);
}
.pq-stamp::before {
  content: "";
  position: absolute;
  inset: .3rem;
  pointer-events: none;
  border: 1px solid rgba(217, 255, 87, .28);
  border-radius: .75rem;
}
.pq-stamp-mark {
  display: grid;
  place-items: center;
  gap: .1rem;
  flex: 0 0 auto;
  padding: .7rem 1rem;
  border: 2px solid var(--tech-acid);
  border-radius: .7rem;
  color: var(--tech-acid);
  transform: rotate(-7deg);
  text-align: center;
  line-height: 1;
}
.pq-stamp-mark b { font: 800 1.75rem/1 var(--sans); font-variant-numeric: tabular-nums; letter-spacing: -.03em; }
.pq-stamp-mark small { font-size: .55rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.pq-stamp-copy { min-width: 0; }
.pq-stamp-copy strong { display: block; margin-bottom: .3rem; font-size: 1rem; font-weight: 800; letter-spacing: -.01em; }
.pq-stamp-copy p { margin: 0; color: rgba(248, 245, 236, .78); font-size: .84rem; line-height: 1.55; }
.pq-stamp-copy em { display: block; margin-top: .45rem; color: rgba(248, 245, 236, .55); font-size: .72rem; font-style: normal; }
.pq-stamp .button { flex: 0 0 auto; color: #10140f; background: var(--tech-acid); box-shadow: 0 12px 30px rgba(217, 255, 87, .18); }
.pq-stamp .button:hover { background: #e4ff82; }

@media (max-width: 820px) {
  .pq-stamp { grid-template-columns: auto minmax(0, 1fr); }
  .pq-stamp .button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 560px) {
  .pq-stamp { grid-template-columns: 1fr; justify-items: start; }
  .pq-stamp-mark { transform: rotate(-4deg); }
}
