/* ============================================
   RUŠI&VOZI — Odvoz šuta · Page-specific CSS
   Loada se POSLE style.css
   ============================================ */

/* ────────────────────────────────────────────
   HERO — centiran, bez grida, veći naslov
   ────────────────────────────────────────────*/
.odvoz-hero {
  padding: 80px 0 0;
  overflow: hidden;
}
.odvoz-hero-inner {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.odvoz-hero-inner h1 {
  margin: 14px 0 0;
  font-family: var(--font2);
  font-size: 62px;
  line-height: 1.03;
  letter-spacing: -0.035em;
}
.odvoz-hero-inner h1 em {
  font-style: normal;
  color: var(--accent);
}
.odvoz-hero-inner p {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 17px;
  max-width: 560px;
  line-height: 1.62;
}
.odvoz-hero-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 26px;
}

/* Stat bar */
.odvoz-statbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.025);
  overflow: hidden;
  box-shadow: var(--shadow2);
}
.odvoz-stat {
  padding: 22px 14px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.odvoz-stat:last-child { border-right: none; }
.odvoz-stat-val {
  font-family: var(--font2);
  font-size: 24px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1;
}
.odvoz-stat-lbl {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
  letter-spacing: 0.01em;
}

/* Animirani ticker */
.odvoz-ticker {
  margin-top: 28px;
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.odvoz-ticker-track {
  display: flex;
  gap: 0;
  animation: odvoz-slide 26s linear infinite;
  width: max-content;
}
.odvoz-ticker-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  border-right: 1px solid var(--line);
}
.odvoz-ticker-item::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
@keyframes odvoz-slide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .odvoz-ticker-track { animation: none; }
}

/* ────────────────────────────────────────────
   ŠTA ODVOZIMO — editorijalna lista (ne kartice)
   ────────────────────────────────────────────*/
.odvoz-list {
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.015);
}
.odvoz-list-item {
  display: grid;
  grid-template-columns: 32px 42px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 18px 26px;
  border-bottom: 1px solid var(--line);
  transition: background .16s;
  cursor: default;
}
.odvoz-list-item:last-child { border-bottom: none; }
.odvoz-list-item:hover { background: rgba(255,255,255,.035); }
.odvoz-list-num {
  font-family: var(--font2);
  font-size: 11px;
  font-weight: 700;
  color: var(--muted2);
  letter-spacing: 0.06em;
}
.odvoz-list-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(247,181,0,.10);
  border: 1px solid rgba(247,181,0,.18);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.odvoz-list-icon svg {
  width: 18px;
  height: 18px;
  color: var(--accent);
}
.odvoz-list-body h3 {
  margin: 0;
  font-family: var(--font2);
  font-size: 16px;
  letter-spacing: -0.01em;
}
.odvoz-list-body p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.odvoz-list-tag {
  font-size: 11px;
  color: var(--muted2);
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 12px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .odvoz-list-item { grid-template-columns: 28px 38px 1fr; }
  .odvoz-list-tag  { display: none; }
}
@media (max-width: 480px) {
  .odvoz-list-item { grid-template-columns: 1fr; gap: 10px; padding: 16px; }
  .odvoz-list-num  { display: none; }
}

/* ────────────────────────────────────────────
   PROCES — 2×2 grid sa ogromnim brojevima
   ────────────────────────────────────────────*/
.odvoz-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--line);
  border-radius: 24px;
  overflow: hidden;
}
.odvoz-step {
  padding: 38px 34px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.odvoz-step-bg {
  position: absolute;
  top: -12px;
  right: 12px;
  font-family: var(--font2);
  font-size: 130px;
  font-weight: 900;
  color: rgba(247,181,0,.055);
  line-height: 1;
  letter-spacing: -0.05em;
  pointer-events: none;
  user-select: none;
}
.odvoz-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(247,181,0,.12);
  border: 1px solid rgba(247,181,0,.22);
  font-weight: 900;
  font-size: 13px;
  color: var(--accent);
  margin-bottom: 18px;
  position: relative;
}
.odvoz-step h3 {
  margin: 0;
  font-family: var(--font2);
  font-size: 20px;
  letter-spacing: -0.015em;
  position: relative;
}
.odvoz-step p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
  max-width: 34ch;
  position: relative;
}
@media (max-width: 640px) {
  .odvoz-steps { grid-template-columns: 1fr; }
}

/* ────────────────────────────────────────────
   ZAŠTO MI — horizontalne feature kartice
   ────────────────────────────────────────────*/
.odvoz-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.odvoz-feature {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.02);
  transition: border-color .18s, background .18s;
}
.odvoz-feature:hover {
  border-color: rgba(247,181,0,.22);
  background: rgba(255,255,255,.03);
}
.odvoz-feature-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(247,181,0,.10);
  border: 1px solid rgba(247,181,0,.18);
  display: grid;
  place-items: center;
}
.odvoz-feature-icon svg {
  width: 20px;
  height: 20px;
  color: var(--accent);
}
.odvoz-feature-text h3 {
  margin: 0;
  font-family: var(--font2);
  font-size: 16px;
  letter-spacing: -0.01em;
}
.odvoz-feature-text p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width: 700px) {
  .odvoz-features { grid-template-columns: 1fr; }
}

/* ────────────────────────────────────────────
   GALERIJA — asimetričan grid ("Z" pattern)
   ────────────────────────────────────────────*/
.odvoz-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 210px;
  gap: 12px;
}
.odvoz-gallery figure {
  margin: 0;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.02);
}
/* Z pattern: 2-1 / 1-2 / 2-1 */
.odvoz-gallery figure:nth-child(1) { grid-column: span 2; }
.odvoz-gallery figure:nth-child(4) { grid-column: span 2; }
.odvoz-gallery figure:nth-child(5) { grid-column: span 2; }

.odvoz-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.odvoz-gallery figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 14px;
  background: linear-gradient(transparent, rgba(0,0,0,.7));
  font-size: 12px;
  color: rgba(255,255,255,.8);
}
/* placeholder */
.odvoz-gph {
  display: none;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: var(--muted2);
  text-align: center;
  background: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,.02) 0 10px,
    rgba(255,255,255,.01) 10px 20px
  );
}
.odvoz-gph code { color: var(--accent); font-size: 11px; }
.odvoz-gallery figure.img-missing img { display: none; }
.odvoz-gallery figure.img-missing figcaption { display: none; }
.odvoz-gallery figure.img-missing .odvoz-gph { display: flex; }

@media (max-width: 700px) {
  .odvoz-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
  }
  .odvoz-gallery figure:nth-child(1),
  .odvoz-gallery figure:nth-child(4),
  .odvoz-gallery figure:nth-child(5) { grid-column: span 2; }
}
@media (max-width: 480px) {
  .odvoz-gallery { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .odvoz-gallery figure:nth-child(1),
  .odvoz-gallery figure:nth-child(4),
  .odvoz-gallery figure:nth-child(5) { grid-column: span 1; }
}

/* ────────────────────────────────────────────
   CENOVNIK — horizontalne kartice
   ────────────────────────────────────────────*/
.odvoz-pricing {
  display: grid;
  gap: 10px;
}
.odvoz-pcard {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 22px 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
  transition: border-color .18s, background .18s;
}
.odvoz-pcard:hover { border-color: rgba(255,255,255,.14); }
.odvoz-pcard.featured {
  border-color: rgba(247,181,0,.28);
  background:
    radial-gradient(700px 260px at 0% 50%, rgba(247,181,0,.08), transparent 55%),
    rgba(255,255,255,.025);
}
.odvoz-pcard-label h3 {
  margin: 0;
  font-family: var(--font2);
  font-size: 18px;
  letter-spacing: -0.01em;
}
.odvoz-pcard-label .tag { margin-top: 6px; }
.odvoz-pcard-feats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.odvoz-pcard-feat {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--muted);
}
.odvoz-pcard-feat svg {
  width: 14px;
  height: 14px;
  color: var(--accent);
  flex-shrink: 0;
}
.odvoz-pcard-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
  text-align: right;
}
.odvoz-pcard-price {
  font-family: var(--font2);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
}
.odvoz-pcard-price small {
  font-size: 13px;
  color: var(--muted);
  font-weight: 400;
}
@media (max-width: 860px) {
  .odvoz-pcard { grid-template-columns: 1fr 1fr; }
  .odvoz-pcard-right { align-items: flex-end; }
}
@media (max-width: 600px) {
  .odvoz-pcard { grid-template-columns: 1fr; gap: 16px; }
  .odvoz-pcard-right { align-items: flex-start; text-align: left; }
}

/* ────────────────────────────────────────────
   SECTION LABEL (žuta pill oznaka)
   ────────────────────────────────────────────*/
.odvoz-label {
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid rgba(247,181,0,.22);
  background: rgba(247,181,0,.07);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* ────────────────────────────────────────────
   RESPONSIVE OVERRIDES
   ────────────────────────────────────────────*/
@media (max-width: 720px) {
  .odvoz-hero-inner h1 { font-size: 42px; }
  .odvoz-statbar { grid-template-columns: 1fr 1fr; }
  .odvoz-stat:nth-child(2) { border-right: none; }
  .odvoz-stat:nth-child(1),
  .odvoz-stat:nth-child(2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 480px) {
  .odvoz-hero-inner h1 { font-size: 34px; }
  .odvoz-statbar { grid-template-columns: 1fr 1fr; }
}