:root {
  --oranzova:rgb(252,150,38);
  --modra:rgb(20,114,213);
  --modra15:rgb(220,234,249);
  --text:rgb(75,76,77);
  --seda20:rgba(0,0,0,0.2);
  --sedepozadi:rgb(235,235,235);
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-700.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-700italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-800.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-900.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-900italic.woff2') format('woff2'); 
}

body {
  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: 400; /* Regular */
  font-family: 'Red Hat Display', sans-serif;
  color:var(--text);
}

h1 {
  font-weight: 900;
}

h3, h4 {
  font-weight: 700;
}

.button, .cta {
  font-weight: 600;
}

.label, .caption {
  font-weight: 500;
}

/* cisla stejna sirka a pekne zarovnani */
table, .price, .numbers {
  font-variant-numeric: lining-nums tabular-nums;
}

/* Velikost pisma menu */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
}
/* Aktivni polozka menu */
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: var(--modra);
  font-weight: 800;
  font-size: 1.25rem;

}

/* Velikost pisma podmenu */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 1.1rem;
  line-height: 1.5;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 500;
}
/* Linky v podmenu */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:not(:last-child) {
    border-bottom: var(--oranzova) solid 1px;
}
/* Pozadí v podmenu */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: rgba(255,255,255,0.9);
}
/* --- Domek jako Home --- */

/* DESKTOP - ikona domku */
@media (min-width: 992px) {
  /* Více selektorů pro vyšší specificitu */
  body a.menu-home-icon,
  .navbar a.menu-home-icon,
  .header a.menu-home-icon,
  nav a.menu-home-icon,
  a.menu-home-icon {
    font-size: 0 !important;
    line-height: normal !important;
  }
  
  body a.menu-home-icon::before,
  .navbar a.menu-home-icon::before,
  .header a.menu-home-icon::before,
  nav a.menu-home-icon::before,
  a.menu-home-icon::before {
    content: "\f015" !important;
    font-family: "Font Awesome 6 Free", FontAwesome !important;
    font-weight: 900 !important;
    font-size: 1.3rem !important;
    line-height: inherit !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-8px) !important;
  }
}

/* MOBIL - zobraz text */
@media (max-width: 991px) {
  body a.menu-home-icon,
  .navbar a.menu-home-icon,
  a.menu-home-icon {
    font-size: inherit !important;
  }
  
  body a.menu-home-icon::before,
  .navbar a.menu-home-icon::before,
  a.menu-home-icon::before {
    display: none !important;
  }
}
  
/* --- domek --- */

/* zadny top bar */
#sp-top-bar {
  padding: 0rem 0;
}

/* Titulek stranky */
.sp-page-title .sp-page-title-heading {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.03rem;
  word-spacing:0.5rem;
  padding-top: 2.5rem;
  color: #FFFFFF;
}

.sp-page-title {
  background: var(--oranzova);
  padding: 4rem 0rem 1.25rem 0rem;
}
.sp-page-title .sp-page-title-sub-heading {
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
    letter-spacing: 0.15rem;
    word-spacing:0.33rem;
}

/* Breadcrumb */
.sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
  color:var(--text);
  font-size: 1.25rem;
}

/* Breadcrumb - posledni polozka */
.sp-page-title .breadcrumb > .active {
  color:var(--text);
  font-size: 1.25rem;
}

/* Domek v drobeckove navigaci */
.breadcrumb .icon-location::before,
.breadcrumb .fa-location-arrow::before {
  content: "\f015" !important;
  color:var(--text);
  font-size: 1.25rem;
}
.icon-location {
    padding-right: 2.25rem !important;
}
.px-3 {
  padding-left: 0rem !important;
}

/* sipka v podmenu */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
  content: "\f054"!important;
  float: right;
  padding-left: 0.5rem;
  font-size: 0.8rem;
  display: inline-block;
  transform: translateY(5px); /* posun dolu */
}

/* stylovani SPPB stranek */
.pruh-oranz {
    margin-top: 2.5rem;
    font-size: 1.75rem;
    padding-left: 2rem;
    border-left: 7px solid var(--oranzova);
    color:var(--text);
    margin-bottom: 0rem;
    line-height: 1.6;
    font-weight: 600;
}
.pruh-oranz-clanek {
    margin-top: 2.5rem;
    font-size: 1.33rem;
    padding-left: 2rem;
    border-left: 7px solid var(--oranzova);
    color:var(--text);
    margin-bottom: 0rem;
    line-height: 1.5;
    font-weight: 600;
}
strong.pruh-oranz {
  font-weight: 900!important;
}
.nadpis-2 {
  margin-top: 2rem;
  margin-bottom: 2rem !important;
  color:var(--modra);
  font-weight: 500!important;
  font-size: 2.25rem;
}
.nadpis-3 {
  margin-top: 0rem;
  margin-bottom: 1rem !important;
  color:var(--modra);
  font-weight: 500!important;
  line-height: 1.25;
  font-size: 1.75rem;
}
.nadpis-2-text {
  margin-top: 2rem;
  margin-bottom: 2rem !important;
  color:var(--text);
  font-weight: 500!important;
  font-size: 2.25rem;
}
.nadpis-3-text {
  margin-top: 0rem;
  margin-bottom: 1rem !important;
  color:var(--text);
  font-weight: 500!important;
  line-height: 1.25;
  font-size: 1.75rem;
}
.pruh-oranz-3 {
    margin-top: 2.5rem;
    padding-left: 2rem;
    border-left: 7px solid var(--oranzova);
    color:var(--text);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}
strong {
  font-weight: 900!important;
}

/* plna sirka */
@media (min-width: 1400px) {
  .sppb-row-container {
    max-width: 1320px!important;
  }
}
/* Oranzove check-boxy */
/* Reset list styles */
.sppb-addon-text-block .check-list-orange {
  list-style: none !important;
  padding-left: 0 !important;
}
.sppb-addon-text-block .check-list-orange-clanek {
  list-style: none !important;
  padding-left: 0 !important;
}

/* Položky seznamu */
.sppb-addon-text-block .check-list-orange li {
  display: flex !important;
  gap: 1.5rem !important; /* mezera za ikonou */
  margin-bottom: 2rem !important; /* mezera pod odstavcem */
  font-size: 1.25rem;
  line-height: 1.5;
}
.sppb-addon-text-block .check-list-orange-clanek li {
  display: flex !important;
  gap: 1.5rem !important; /* mezera za ikonou */
  margin-bottom: 1rem !important; /* mezera pod odstavcem */
  font-size: 1.15rem;
  line-height: 1.25;
}

/* Oranžový checkbox s checkmarkem */
.sppb-addon-text-block .check-list-orange li::before {
  content: "\f00c" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 700 !important;
  flex-shrink: 0 !important;
  width: 1.75rem !important;
  height: 1.75rem !important;
  background-color: var(--oranzova) !important;
  border-radius: 0.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
  font-size: 1rem !important; /* velikost check v ikone */
  margin-top: 0.2rem !important; /* posun checkbox niz */
}
.sppb-addon-text-block .check-list-orange-clanek li::before {
  content: "\f00c" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 700 !important;
  flex-shrink: 0 !important;
  width: 1.75rem !important;
  height: 1.75rem !important;
  background-color: var(--oranzova) !important;
  border-radius: 0.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
  font-size: 1rem !important; /* velikost check v ikone */
  margin-top: 0rem !important; /* posun checkbox niz */
}

/* Bile check-boxy pro tmave pozadi */
.nadpis-white-2 {
  margin-top: 2rem;
  margin-bottom: 2rem !important;
  color:#ffffff;
  font-weight: 500!important;
  font-size: 2.5rem;
}
/* Reset list styles */
.sppb-addon-text-block .check-list-white {
  list-style: none !important;
  padding-left: 0 !important;
}
/* Položky seznamu */
.sppb-addon-text-block .check-list-white li {
  display: flex !important;
  gap: 1.5rem !important; /* mezera za ikonou */
  margin-bottom: 2rem !important; /* mezera pod odstavcem */
  font-size: 1.25rem;
  font-weight: 500 !important;
  line-height: 1.5;
  color: white !important; /* bílý text */
}
/* Bílý checkbox s checkmarkem */
.sppb-addon-text-block .check-list-white li::before {
  content: "\f00c" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 700 !important;
  flex-shrink: 0 !important;
  width: 1.75rem !important;
  height: 1.75rem !important;
  background-color: white !important; /* bílý obdélník */
  border-radius: 0.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--modra) !important; /* modrá fajfka uvnitř */
  font-size: 1rem !important; /* velikost check v ikone */
  margin-top: 0.2rem !important; /* posun checkbox niz */
}

/* --- POPTAVKA CTA --- */

#sp-poptavka-cta {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: var(--modra) !important;
}
#sp-cta-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#sp-cta-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* -- CTA leva strana -- */
.cta-box {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 4rem !important;
}
.cta-icon {
  flex-shrink: 0 !important;
  width: 5rem;
  height: 5rem;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--oranzova) !important;
  font-size: 5rem;
  margin-top: 1rem;
}
.cta-text {
  flex: 1 !important;
}

/* CTA button */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 2rem;
  border: 0px;
  background: var(--oranzova);
  color: #ffffff;
  text-decoration: none;
  margin-top: 1.35rem;
  margin-bottom:2rem;
  font-size: 1.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.cta-button:hover {
  background: var(--oranzova);
  color: var(--text) !important;
  border: 0px;
  border: 1px solid var(--text);
}
p.cta {
  color: #FFFFFF;
  font-size: 1.33rem !important;
  font-weight: 500;
}
h3.cta {
  color: #FFFFFF;
  font-size: 2rem !important;
  font-weight: 700;
}

/* --- BOTTOM --- */
#sp-bottom {
  background: #ffffff !important;
  color: #4d4d4d !important;
}
#sp-bottom a {
  color: var(--text);
}

p.bottom-nadpis {
  margin-bottom:1.75rem!important;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.5rem!important;
}
p.bottom-txt {
  font-weight: 600;
  font-size: 1.2rem!important;
}
p.bottom-spol {
  font-weight: 500;
  font-size: 1.15rem!important;
  line-height: 1.75rem!important;
}
/* PODPORA */
.contact-info {
  display: flex;
  flex-direction: column;
  column-gap: 1rem;
}

.contact-item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  gap: 1rem;
  margin-bottom:1rem;
}

.contact-item i {
  flex-shrink: 0;
  width: 2.5rem;
  font-size: 1.75rem;
  color: var(--text);
}

.contact-item span,
.contact-item a {
  color: var(--text);
  text-decoration: none;
}

/* Bottom button */
.soft-outline-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 2rem;
  border: 1px solid var(--text);
  background: transparent;
  color: var(--text);
  text-decoration: none;
  margin-top: 1.35rem;
  margin-bottom:2rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.soft-outline-button:hover {
  background: transparent !important;
  color: var(--modra) !important;
  transform: translateX(5px) !important;
  border: 1px solid var(--modra) !important;
}

/* Footer */
#sp-footer, #sp-footer a {
  background: #fc9626 !important;
  color: #4d4d4d !important;
  font-size: 1.2rem;
  font-weight: 500 !important;
}

/* --- HOME PAGE --- */
/* AKTUALITY MODUL STYLY */
.sb-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.sb-news-card {
  background: white;
  border: 1px solid var(--seda20);
  border-radius: 0;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.sb-news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: var(--oranzova);
}

.sb-news-date-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: var(--oranzova);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(252, 150, 38, 0.3);
}

.sb-news-day {
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  line-height: 1;
  font-family: 'Red Hat Display', sans-serif;
}

.sb-news-month {
  font-size: 0.85rem;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  margin-top: 2px;
  font-family: 'Red Hat Display', sans-serif;
}

.sb-news-category {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: rgba(20, 114, 213, 0.1);
  color: var(--modra);
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 1px;
  margin-bottom: 1rem;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Red Hat Display', sans-serif;
}

.sb-news-category:hover {
  background: rgba(20, 114, 213, 0.2);
  color: #1472D5;
}

.sb-news-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-family: 'Red Hat Display', sans-serif;
}

.sb-news-title a {
  color: var(--text);
  text-decoration: none;
  transition: color 0.3s ease;
}

.sb-news-title a:hover {
  color: var(oranzova);
}

.sb-news-excerpt {
  font-size: 1.1rem;
  color: var(--text);
  line-height: 1.4;
  margin-bottom: 1rem;
  flex-grow: 1;
  font-family: 'Red Hat Display', sans-serif;
}

.sb-news-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--modra);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  align-self: flex-start;
  font-family: 'Red Hat Display', sans-serif;
}

.sb-news-readmore:hover {
  color: var(--oranzova);
  gap: 0.75rem;
}

.sb-news-readmore i {
  font-size: 0.8rem;
}

/* RESPONZIVNÍ */
@media (max-width: 992px) {
  .sb-news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .sb-news-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .sb-news-card {
    padding: 2.5rem 1.5rem 2rem 1.5rem;
  }

  .sb-news-date-badge {
    width: 55px;
    height: 55px;
    right: 15px;
  }

  .sb-news-day {
    font-size: 1.3rem;
  }

  .sb-news-month {
    font-size: 0.8rem;
  }

  .sb-news-title {
    font-size: 1.2rem;
  }

  .sb-news-excerpt {
    font-size: 0.95rem;
  }
}
/* ========================================
   PROFESIONÁLNÍ STYLING TABULEK - CENÍKY
======================================== */

/* Základní styling tabulky */
.article-content table,
.item-page table,
table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-family: 'Red Hat Display', sans-serif;
  background: white;
}

/* Hlavička tabulky */
.article-content table thead th,
.item-page table thead th,
table thead th {
  background: #FC9626;
  color: white;
  font-weight: 700;
  text-align: left;
  padding: 1.2rem 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  border: none;
}

/* Buňky v těle tabulky - VYŠŠÍ ŘÁDKY */
.article-content table tbody td,
.item-page table tbody td,
table tbody td {
  padding: 0.5rem 0.5rem; /* Větší padding = vyšší řádky */
  color: #2d2d2d;
  font-size: 1rem;
  line-height: 1.6;
  border: none;
  border-bottom: 1px solid #e8e8e8; /* Slabá horizontální linka */
}

/* První sloupec - tučně */
.article-content table tbody td:first-child,
.item-page table tbody td:first-child,
table tbody td:first-child {
  font-weight: 600;
  color: #2d2d2d;
}

/* Číselné hodnoty - zarovnání vpravo */
.article-content table tbody td:not(:first-child),
.item-page table tbody td:not(:first-child),
table tbody td:not(:first-child) {
  text-align: right;
  font-weight: 500;
}

/* Poslední řádek - bez spodní linky */
.article-content table tbody tr:last-child td,
.item-page table tbody tr:last-child td,
table tbody tr:last-child td {
  border-bottom: none;
}

/* Hover efekt na řádcích */
.article-content table tbody tr:hover,
.item-page table tbody tr:hover,
table tbody tr:hover {
  background: #f8f9fa;
  transition: background 0.2s ease;
}

/* RESPONZIVNÍ - MOBIL */
@media (max-width: 768px) {
  /* Tabulka scrollovatelná na mobilu */
  .article-content table,
  .item-page table,
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Menší padding na mobilu */
  .article-content table thead th,
  .item-page table thead th,
  table thead th {
    padding: 1rem;
    font-size: 0.9rem;
  }
  
  .article-content table tbody td,
  .item-page table tbody td,
  table tbody td {
    padding: 1rem;
    font-size: 0.9rem;
  }
}

/* ALTERNATIVNÍ BARVY ŘÁDKŮ (volitelně) */
.article-content table tbody tr:nth-child(even),
.item-page table tbody tr:nth-child(even),
table tbody tr:nth-child(even) {
  background: #fafafa;
}

.article-content table tbody tr:nth-child(even):hover,
.item-page table tbody tr:nth-child(even):hover,
table tbody tr:nth-child(even):hover {
  background: #f0f0f0;
}