/* Pouzima.sk – Phase 2 UX and conversion layer */
:root {
  --pz-primary: #f28c00;
  --pz-primary-dark: #d87400;
  --pz-ink: #20252b;
  --pz-muted: #66717d;
  --pz-surface: #f6f7f8;
  --pz-border: #e1e5e8;
  --pz-success: #238636;
  --pz-radius: 12px;
  --pz-shadow: 0 10px 28px rgba(24, 32, 40, .10);
}

html { scroll-behavior: smooth; }
body {
  color: var(--pz-ink);
  -webkit-font-smoothing: antialiased;
}
a, button { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid rgba(242, 140, 0, .35);
  outline-offset: 3px;
}

.navbar-default {
  box-shadow: 0 3px 16px rgba(24, 32, 40, .08);
  border: 0;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--pz-primary);
}

#tool-categories .box,
.product-list .box,
.box-wrapper .box {
  border-radius: var(--pz-radius);
  overflow: hidden;
  box-shadow: 0 7px 22px rgba(24, 32, 40, .08);
}
#tool-categories .box:hover,
.product-list .box:hover,
.box-wrapper .box:hover {
  transform: translateY(-3px);
  box-shadow: var(--pz-shadow);
}

.pz-phase2-hero {
  background: linear-gradient(135deg, #20252b 0%, #343c45 100%);
  color: #fff;
  padding: 42px 0;
}
.pz-phase2-hero h1 {
  color: #fff;
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
}
.pz-phase2-hero p {
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 24px;
}
.pz-phase2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
}
.pz-btn--primary {
  background: var(--pz-primary);
  color: #fff !important;
  border: 2px solid var(--pz-primary);
}
.pz-btn--primary:hover,
.pz-btn--primary:focus {
  background: var(--pz-primary-dark);
  border-color: var(--pz-primary-dark);
  transform: translateY(-1px);
}
.pz-btn--secondary {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,.72);
}
.pz-btn--secondary:hover,
.pz-btn--secondary:focus {
  background: #fff;
  color: var(--pz-ink) !important;
}

.pz-trust {
  background: #fff;
  padding: 26px 0;
  border-bottom: 1px solid var(--pz-border);
}
.pz-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pz-trust__item {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.pz-trust__icon {
  color: var(--pz-primary);
  font-size: 24px;
  line-height: 1;
  margin-top: 2px;
}
.pz-trust__item strong {
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
}
.pz-trust__item span {
  color: var(--pz-muted);
  font-size: 14px;
  line-height: 1.4;
}

.pz-product-assurance {
  margin: 22px 0 10px;
  padding: 17px 19px;
  border: 1px solid #cfe7d4;
  border-radius: var(--pz-radius);
  background: #f3fbf5;
}
.pz-product-assurance strong {
  display: block;
  color: #176b2b;
  margin-bottom: 7px;
}
.pz-product-assurance ul {
  margin: 0;
  padding-left: 20px;
}
.pz-product-assurance li { margin: 4px 0; }

.pz-reservation-progress {
  display: flex;
  gap: 8px;
  margin: 0 0 24px;
}
.pz-reservation-progress span {
  flex: 1;
  text-align: center;
  padding: 10px 8px;
  border-radius: 8px;
  background: #eef0f2;
  color: var(--pz-muted);
  font-size: 13px;
  font-weight: 700;
}
.pz-reservation-progress span.is-active {
  background: var(--pz-primary);
  color: #fff;
}
.pz-reservation-help {
  margin: 20px 0;
  padding: 15px 18px;
  background: var(--pz-surface);
  border-radius: 9px;
  border-left: 4px solid var(--pz-primary);
}
.pz-reservation-help a { font-weight: 700; }

table {
  border-radius: 8px;
  overflow: hidden;
}
table tr:nth-child(even) { background: #f8f9fa; }
table td { padding-top: 10px !important; padding-bottom: 10px !important; }

#contacts a {
  color: inherit;
  text-decoration: none;
}
#contacts a:hover,
#contacts a:focus { color: var(--pz-primary); }
#contacts li { margin-bottom: 9px; }

.pz-mobile-actions { display: none; }

@media (max-width: 767px) {
  body { padding-bottom: 72px; }
  .top.hidden-xs { display: block !important; padding: 7px 0; }
  .top .phone-nr { float: none !important; display: block; text-align: center; font-size: 13px; }
  .navbar-brand img { max-width: 190px; height: auto !important; }
  .navbar-toggle { margin-top: 18px; }

  .pz-phase2-hero { padding: 30px 0; }
  .pz-phase2-hero h1 { font-size: 27px; }
  .pz-phase2-hero p { font-size: 16px; }
  .pz-phase2-hero__actions { display: grid; grid-template-columns: 1fr; }
  .pz-btn { width: 100%; }

  .pz-trust__grid { grid-template-columns: 1fr; gap: 15px; }
  .pz-trust { padding: 22px 0; }

  .pz-mobile-actions {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    box-shadow: 0 -5px 20px rgba(24,32,40,.18);
    background: #fff;
    padding: 8px;
    gap: 8px;
  }
  .pz-mobile-actions a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
  }
  .pz-mobile-actions__call {
    color: var(--pz-ink);
    background: #fff;
    border: 2px solid var(--pz-border);
  }
  .pz-mobile-actions__reserve {
    color: #fff !important;
    background: var(--pz-primary);
    border: 2px solid var(--pz-primary);
  }

  #map { height: 270px !important; }
  #contacts { padding-bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
