/* Page-specific styles only. Shared styles are in ../style.css. */

/* NAVBAR */

/* BREADCRUMB */

/* SEKCIJE */

/* HERO */

.hero {
  background: var(--t950);
  padding: 64px 48px 88px;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  color: var(--t800);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 40px;
  font-weight: 600;
  color: #E8F8F6;
  line-height: 1.13;
  letter-spacing: -.03em;
  margin-bottom: 14px;
  max-width: 640px;
  position: relative;
  z-index: 1;
}

.hero-sub {
  font-size: 15px;
  color: #7ABFB8;
  line-height: 1.75;
  max-width: 520px;
  position: relative;
  z-index: 1;
  margin-top: 16px;
}

/* PROCESS STEPS */

.proc-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}

.proc-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  background: var(--white);
  border: 0.5px solid var(--t100);
  border-radius: var(--rlg);
  transition: border-color .2s;
}

.proc-step:hover {
  border-color: var(--t800);
}

.proc-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--t800);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.proc-step h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 5px;
}

.proc-step p {
  font-size: 13.5px;
  color: var(--mid);
  line-height: 1.65;
}

.proc-step p a.lp {
  font-size: 13.5px;
}

/* PREDNOSTI */

.adv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 4px;
}

.adv-card {
  padding: 24px;
  background: var(--t900);
  border: 0.5px solid rgba(29,200,176,.12);
  border-radius: var(--rlg);
}

.adv-icon {
  width: 40px;
  height: 40px;
  background: rgba(29,200,176,.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.adv-icon svg {
  width: 22px;
  height: 22px;
  stroke: #1DC8B0;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.adv-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #D4F2ED;
  margin-bottom: 6px;
}

.adv-card p {
  font-size: 13px;
  color: #4A9E94;
  line-height: 1.65;
}

/* PROTOKOL */

.prot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 4px;
}

.prot-card {
  background: var(--white);
  border: 0.5px solid var(--t100);
  border-radius: var(--rlg);
  padding: 20px;
}

.prot-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.prot-badge {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  background: rgba(13,139,122,.1);
  color: var(--t800);
  border-radius: 100px;
  padding: 3px 10px;
  white-space: nowrap;
  letter-spacing: .03em;
}

.prot-card p {
  font-size: 13.5px;
  color: var(--mid);
  line-height: 1.7;
}

.prot-card ul {
  font-size: 13.5px;
  color: var(--mid);
  line-height: 1.7;
  padding-left: 18px;
  margin-top: 4px;
}

.prot-card li {
  margin-bottom: 4px;
}

.prot-note {
  font-size: 13px;
  color: var(--mid);
  line-height: 1.7;
  margin-top: 10px;
  padding: 12px 16px;
  background: var(--t50);
  border: 0.5px solid var(--t100);
  border-radius: var(--rmd);
}

/* TABELA */

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--rlg);
  border: 0.5px solid var(--t100);
  margin-top: 8px;
}

.table-hint {
  display: none;
  font-size: 11px;
  color: var(--t800);
  margin-bottom: 6px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

th {
  background: var(--t900);
  color: #7ABFB8;
  font-weight: 500;
  padding: 12px 16px;
  text-align: left;
  white-space: nowrap;
}

th:first-child {
  border-radius: var(--rlg) 0 0 0;
}

th:last-child {
  border-radius: 0 var(--rlg) 0 0;
}

td {
  padding: 11px 16px;
  border-bottom: 0.5px solid var(--t50);
  color: var(--mid);
}

tr:last-child td {
  border-bottom: none;
}

tr:nth-child(odd) td {
  background: var(--white);
}

tr:nth-child(even) td {
  background: var(--off);
}

td:first-child {
  font-weight: 600;
  color: var(--dark);
}

.td-cta {
  color: var(--t800);
  font-weight: 500;
}

/* PONOVLJENI TRETMANI */

.repeat-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.repeat-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  background: var(--t900);
  border: 0.5px solid rgba(29,200,176,.1);
  border-radius: var(--rmd);
}

.repeat-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--t800);
  flex-shrink: 0;
  margin-top: 6px;
}

.repeat-item p {
  font-size: 13.5px;
  color: #7ABFB8;
  line-height: 1.7;
}

.repeat-item a.lp {
  font-size: 13.5px;
  color: var(--t400);
}

/* ZAGAĐIVAČI */

.contam-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 4px;
}

.contam-group {
  background: var(--white);
  border: 0.5px solid var(--t100);
  border-radius: var(--rlg);
  padding: 20px;
}

.contam-group h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--t800);
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid var(--t100);
}

.contam-group h3 svg {
  display: none;
}

.contam-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contam-list li {
  font-size: 13px;
  color: var(--mid);
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}

.contam-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--t800);
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 7px;
}

.contam-list strong {
  display: block;
  color: var(--dark);
  font-weight: 600;
  margin-bottom: 2px;
}

.contam-list a.lp {
  font-size: 13px;
}

/* CTA */

.cta-meta {
  font-size: 12px;
  color: rgba(255,255,255,.6);
  margin-top: 12px;
}

.cta-link {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,.7);
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cta-link:hover {
  color: #fff;
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .hero {
        padding: 40px 20px 20px;
    }
    .hero h1 {
        font-size: 26px;
    }
    .mob-br {
        display: block;
    }
    .hero-sub {
        font-size: 14px;
    }
    .s-title {
        font-size: 22px;
    }
    .s-body {
        font-size: 14px;
    }
    .adv-grid {
        grid-template-columns: 1fr;
    }
    .prot-grid {
        grid-template-columns: 1fr;
    }
    .contam-grid {
        grid-template-columns: 1fr;
    }
    .table-hint {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .table-wrap {
        border-radius: var(--rmd);
        border: none;
        overflow: visible;
    }
    .table-hint {
        display: none;
    }
    table thead {
        display: none;
    }
    table,
    table tbody,
    table tr,
    table td {
        display: block;
        width: 100%;
    }
    table tr {
        background: var(--white);
        border: 0.5px solid var(--t100);
        border-radius: var(--rmd);
        margin-bottom: 10px;
        padding: 4px 0;
    }
    table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 9px 14px;
        border-bottom: 0.5px solid var(--t50);
        font-size: 13px;
    }
    table tr td:last-child {
        border-bottom: none;
    }
    table td::before {
        content: attr(data-label);
        font-size: 12px;
        color: var(--mid);
        font-weight: 400;
        flex-shrink: 0;
        margin-right: 12px;
    }
    table td:first-child {
        font-size: 14px;
        font-weight: 600;
        color: var(--dark);
        background: var(--t50);
        border-radius: var(--rmd) var(--rmd) 0 0;
    }
    table td:first-child::before {
        display: none;
    }
    /*table {
        min-width: 500px;
    }*/
    th,
    td {
        padding: 9px 12px;
        font-size: 13px;
    }
    .h3-card p {
        padding-left: 0;
    }
    .cap-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .price-grid{ grid-template-columns: 1fr; }
    .cap-grid {
        grid-template-columns: 1fr;
    }
    .price-row {
        flex-direction: column;
        gap: 8px;
    }
    .h3-card-icon svg{
        align-items: center;
    }
}

@media (max-width: 480px) {
    .proc-step {
        grid-template-columns: 30px 1fr;
        gap: 10px;
        padding: 14px;
    }
    .proc-num {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
}

