@font-face { font-family: 'Grind Demolished'; src: url('../fonts/Grind_Demolished.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;}
@font-face { font-family: 'Sinkin Sans'; src: url('../fonts/SinkinSans-100Thin.otf') format('opentype'); font-weight: 100; font-style: normal; font-display: swap;}
@font-face { font-family: 'Sinkin Sans'; src: url('../fonts/SinkinSans-300Light.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap;}
@font-face { font-family: 'Sinkin Sans'; src: url('../fonts/SinkinSans-400Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap;}
@font-face { font-family: 'Sinkin Sans'; src: url('../fonts/SinkinSans-500Medium.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap;}
@font-face { font-family: 'Sinkin Sans'; src: url('../fonts/SinkinSans-600SemiBold.otf') format('opentype'); font-weight: 600; font-style: normal; font-display: swap;}
@font-face { font-family: 'Sinkin Sans'; src: url('../fonts/SinkinSans-700Bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap;}

:root {
 --vop-khaki-light: #C4B098; /* Pouštní béžová  */
 --vop-khaki-dark:  #635848; /* Armádní hnědá */
 --vop-brown:    #3A322A; /* Šedo-hnědá */
 --vop-black:    #13110F; /* Černá mechanika */

 --vop-light-bg: #F5F4F2; /* bílá / světle šedo-béžová */
 --vop-text-dark: #1A1A1A; /* Tmavě šedá pro čitelnost nadpisů/textů */
 --vop-text-muted: #4A4A4A; /* Tlumenější tmavá pro běžné popisky */

 --font-heading: 'Sinkin Sans', system-ui, sans-serif; 
 --font-accent: 'Grind Demolished', system-ui, sans-serif;
 --font-text: 'Sinkin Sans', system-ui, sans-serif;
   
--body-font-size: clamp(16px, 16px + 0.2vw, 21px);
--body-line-height: 1.6;

--h1-font-size: clamp(2.8rem, 2.8rem + 1vw, 4.36rem); 
--h2-font-size: clamp(2.2rem, 2.2rem + 0.5vw, 2.98rem); 
--h3-font-size: clamp(1.5rem, 1.5rem + 0.3vw, 1.97rem);
}

* { border-radius: 0 !important;}
body { font-family: var(--font-text); font-size: var(--body-font-size); line-height: var(--body-line-height); background-color: var(--vop-black); color: #e0e0e0; font-weight: 300; }

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 { font-family: var(--font-heading); font-weight: 700;  text-transform: uppercase; letter-spacing: 0.15em; color: #ffffff; line-height: 1.2; margin-bottom: 1rem;}
h1, .h1 { font-size: var(--h1-font-size); }
h2, .h2 { font-size: var(--h2-font-size); }
h3, .h3 { font-size: var(--h3-font-size); }

.font-accent { font-family: var(--font-accent); letter-spacing: 2px;}
.text-readable { line-height: 1.7; color: #b0b0b0;}
a { color: var(--vop-khaki-light); transition: color 0.3s ease;}
a:hover { color: #ffffff;}
.stretched-link::after {z-index: 4;}
.hover-white { transition: color 0.3s ease; }
.hover-white:hover { color: #ffffff !important; }
.bg-pattern { background-color: var(--vop-black); background-image:   radial-gradient(rgba(196, 176, 152, 0.05) 15%, transparent 16%),  radial-gradient(rgba(196, 176, 152, 0.05) 15%, transparent 16%); background-size: 30px 30px; background-position: 0 0, 15px 15px;}

.btn { font-family: var(--font-heading); font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; padding: 14px 32px; transition: all 0.3s ease-in-out; border-radius: 0 !important; font-size: 0.9rem;}

.btn:hover {border-color:var(--vop-khaki-dark);}
.btn-primary { background-color: var(--vop-khaki-light); color: var(--vop-black); border: 2px solid var(--vop-khaki-light);}
.btn-primary:hover, .btn-primary:focus { background-color: transparent; color: var(--vop-khaki-light); border-color:var(--vop-khaki-light);}
.btn-outline-light { background-color: transparent; color: var(--vop-khaki-light); border: 2px solid var(--vop-khaki-light);}
.btn-outline-light:hover, .btn-outline-light:focus { background-color: var(--vop-khaki-light); color: var(--vop-black);}
.navbar { background-color: var(--vop-black) !important;}
.navbar-dark .navbar-nav .nav-link { color: var(--vop-khaki-light); font-family: var(--font-heading); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.85rem; transition: color 0.2s ease;}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link.active { color: #ffffff;}
.heading-square { display: flex; align-items: center; gap: 15px;}
.heading-square::before { content: ''; display: inline-block; width: 20px; height: 20px; background-color: var(--vop-khaki-light);}

.bg-brown { background-color: var(--vop-brown); }
.bg-black { background-color: var(--vop-black); }
.text-khaki { color: var(--vop-khaki-light); }

.product-card { background-color: var(--vop-black); border: 1px solid var(--vop-brown); transition: all 0.3s ease; overflow: hidden;}
.product-card:hover { border-color: var(--vop-khaki-light); box-shadow: 0 10px 30px rgba(0,0,0,0.8);}
.product-card h3 { margin-bottom: 0.75rem;}
.product-card p { font-size: calc(var(--body-font-size) * 0.9); line-height: 1.6; color: #b0b0b0;}
.card-img-wrapper { position: relative; border-top: 1px solid var(--vop-brown); height: 350px;  overflow: hidden;  background-color: transparent; }
.card-img-wrapper::before { content: ''; position: absolute; bottom: 25px; left: 10%; width: 80%; height: 1px; background-color: var(--vop-khaki-light); opacity: 0.3; z-index: 2;}
.card-img-wrapper::after { content: ''; position: absolute; bottom: 20px; left: 10%; width: 1px; height: 11px; background-color: var(--vop-khaki-light); opacity: 0.3; z-index: 2; box-shadow: calc(80vw * 0.33) 0 0 var(--vop-khaki-light), calc(80vw * 0.66) 0 0 var(--vop-khaki-light); }
#aktuality .card-img-wrapper::before, #aktuality .card-img-wrapper::after {content: none;}
.card-img-wrapper img { width: 100%; height: 100%; object-fit: cover;  object-position: center bottom;  transition: transform 0.5s ease; z-index: 3; position: relative; padding: 0; }
.product-card:hover .card-img-wrapper img { transform: scale(1.03); }
.reference-img-wrapper { width: 100%;  min-height: 250px; overflow: hidden; background-color: transparent;  border-bottom: 1px solid var(--vop-brown); }

.footer-heading { font-family: var(--font-text); font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--vop-khaki-light); margin-bottom: 1.25rem;}
.footer-text { font-size: 14px;line-height: 1.6; color: #e0e0e0; }
.footer-link { font-size: 14px; font-weight: 400; color: #ffffff; text-decoration: none; text-transform: none;  transition: color 0.3s ease;}
.footer-link:hover { color: var(--vop-khaki-light);}
.footer-contact-name { font-size: 18px; font-weight: 700; color: #ffffff; margin-bottom: 0.75rem; letter-spacing: 0.05em;}
.footer-contact-line { font-size: 13px; font-weight: 400; color: #ffffff; margin-bottom: 0.5rem; display: flex; align-items: center;}
.footer-contact-line i { color: var(--vop-khaki-light); width: 20px;}
.footer-contact-line a { color: #ffffff; text-decoration: none; transition: color 0.3s ease;}
.footer-contact-line a:hover { color: var(--vop-khaki-light);}
.footer-social-btn { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid rgba(196, 176, 152, 0.4); color: var(--vop-khaki-light); transition: all 0.3s ease; text-decoration: none;}
.footer-social-btn:hover { background-color: var(--vop-khaki-light); color: var(--vop-black); border-color: var(--vop-khaki-light);}
.footer-cert-badge { font-size: 11px; font-weight: 600; padding: 4px 8px; border: 1px solid var(--vop-khaki-light); color: var(--vop-khaki-light); background-color: transparent;  text-transform: uppercase; letter-spacing: 1px;}
.footer-legal-bar { font-size: 12px; color: #635848; }
.footer-legal-link { color: #635848; text-decoration: none; transition: color 0.3s ease;}
.footer-legal-link:hover { color: var(--vop-khaki-light);}
.product-card:hover .expertiza-img { transform: scale(1.03); }

.topbar { background-color: var(--vop-black); border-bottom: 1px solid rgba(196, 176, 152, 0.15);}
.topbar-link { font-family: var(--font-text); font-size: 12px; font-weight: 300;  color: #ffffff; text-decoration: none; transition: color 0.3s ease;}
.topbar-link:hover { color: var(--vop-khaki-light);}
.topbar-icon { color: var(--vop-khaki-light); font-size: 11px;  margin-right: 6px;}
.navbar-brand { padding-top: 0.75rem; padding-bottom: 0.75rem; margin-right: 3rem; }
.navbar-dark .navbar-nav .nav-link { font-family: var(--font-text); font-size: 15px; font-weight: 700;  text-transform: uppercase; letter-spacing: 1px; color: #e0e0e0 !important; padding-left: 1rem !important; padding-right: 1rem !important; transition: color 0.3s ease;}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link.active { color: var(--vop-khaki-light) !important;}
.navbar-dark .navbar-nav .nav-link.active::after { display: none; }
.nav-separator { border-left: 1px solid rgba(196, 176, 152, 0.3); margin-left: 0.5rem; padding-left: 0.5rem;}
.nav-search-icon { font-size: 16px;  transform: translateY(1px); display: inline-block;}

.section-padding { padding-top: clamp(80px, 10vw, 160px); padding-bottom: clamp(80px, 10vw, 160px);}
.section-padding-top { padding-top: clamp(80px, 10vw, 160px); padding-bottom: 2rem;}
.section-header-spacing { margin-bottom: clamp(3rem, 5vw, 5rem);}

.bg-light-mode { background-color: var(--vop-light-bg); color: var(--vop-text-dark);}
.bg-light-mode h2 { color: var(--vop-khaki-light);}
.bg-light-mode h3, .bg-light-mode h4, .bg-light-mode h5 { color: var(--vop-text-dark); }
.bg-light-mode .text-readable { color: var(--vop-text-muted);}
.bg-light-mode .lead { color: var(--vop-text-dark) !important;}
.card-light { background-color: #ffffff;  border: 1px solid rgba(0, 0, 0, 0.04);  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); overflow: hidden;}
.card-light:hover { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08); border-color: var(--vop-khaki-light); transform: translateY(-5px); }
.card-light h3 { color: var(--vop-text-dark) !important;}
.card-light .text-readable { color: var(--vop-text-muted) !important;}
.icon-dark { color: var(--vop-text-dark) !important;}
.card-light .card-img-wrapper { border-top: 1px solid rgba(0,0,0,0.05);}
.card-light .card-img-wrapper::before,.card-light .card-img-wrapper::after { background-color: var(--vop-text-dark); opacity: 0.15;}

.bg-khaki { background-color: var(--vop-khaki-light); color: var(--vop-black);}
.bg-khaki h1, .bg-khaki h2, .bg-khaki h3, .bg-khaki h4 { color: var(--vop-black) !important;}
.bg-khaki .text-readable, .bg-khaki .lead { color: var(--vop-brown) !important;  font-weight: 400;}
.btn-black { background-color: var(--vop-black); color: var(--vop-khaki-light); border: 2px solid var(--vop-black);}
.btn-black:hover, .btn-black:focus { background-color: transparent; color: var(--vop-black); border-color: var(--vop-black);}

.bg-cta-partner {
background-image: linear-gradient(rgba(58, 50, 42, 0.9), rgba(58, 50, 42, 0.9)), url('../images/foo-1-1.jpg'); 
 background-size: cover; background-position: center center; background-repeat: no-repeat; color: #ffffff;}

.bg-cta-partner2 {
 background-image:   linear-gradient(rgba(58, 50, 42, 0.7), rgba(58, 50, 42, 0.7)),  url('../images/rhf-6510-scaled.jpg');
  background-size: cover; background-position: center center; background-repeat: no-repeat; color: #ffffff;}

#nova-mise {
  background-image: linear-gradient(rgba(58, 50, 42, 0.9), rgba(58, 50, 42, 0.95)), url('../images/taros-0146-scaled.jpg');
  background-size: cover;  background-position: center center;  background-repeat: no-repeat;  color: #ffffff;}


.bg-cta-partner h1, .bg-cta-partner h2 { color: #ffffff !important;}
.form-control:focus { background-color: var(--vop-brown) !important; border-color: var(--vop-khaki-light) !important; color: white !important; box-shadow: none;}
.form-control::placeholder { color: rgba(255, 255, 255, 0.5);}
.btn-outline-dark:hover { background-color: var(--vop-black); color: white;}
#pozice .product-card { background-color: var(--vop-black); border: 1px solid rgba(58, 50, 42, 0.4) !important;  transition: all 0.3s ease;}
#pozice .product-card:hover { border-color: var(--vop-khaki-light) !important;}
#pozice .border-bottom { border-bottom: 1px solid rgba(58, 50, 42, 0.3) !important; padding-top: 10px; padding-bottom: 10px;}
#pozice ul li:last-child { border-bottom: none !important;}

.reference-img-wrapper img { width: 100%; height: 100%; object-fit: cover;  transition: transform 0.5s ease;}
.product-card:hover .reference-img-wrapper img { transform: scale(1.03); }
.text-brown { color: var(--vop-brown);}
.person-card { overflow: hidden; transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);}
.person-card-img-wrapper { position: relative; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; background-color: var(--vop-brown); flex-shrink: 0;}
.person-card-img-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
.person-card-img-wrapper::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background-color: var(--vop-khaki-light); transform: scaleX(0); transform-origin: left center; transition: transform 0.4s ease; z-index: 2;}
.person-card:hover .person-card-img-wrapper::after { transform: scaleX(1);}
.person-card-img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; transition: transform 0.5s ease;}
.person-card:hover .person-card-img { transform: scale(1.04);}
.person-card-body { padding: 1.25rem 1.4rem 1.5rem;}
.person-card-name { font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; font-size: 0.78rem; line-height: 1.35; margin-bottom: 0.3rem;}
.person-card-role { font-size: 0.77rem; font-weight: 400; margin-bottom: 0.8rem; padding-bottom: 0.8rem; line-height: 1.4;}
.person-card-contact { font-size: 0.74rem; line-height: 2;}
.person-card-contact .lbl { font-weight: 600;}
.person-card-contact a { text-decoration: none; transition: color 0.2s ease;}
.person-card-light { border-top: 2px solid var(--vop-khaki-light) !important;}
.person-card-light .person-card-body { background: #fff;}
.person-card-light .person-card-name { color: var(--vop-text-dark);}
.person-card-light .person-card-role { color: var(--vop-khaki-dark); border-bottom: 1px solid rgba(0, 0, 0, 0.08);}
.person-card-light .person-card-contact { color: var(--vop-text-muted);}
.person-card-light .person-card-contact .lbl { color: var(--vop-khaki-dark);}
.person-card-light .person-card-contact a { color: var(--vop-text-dark);}
.person-card-light .person-card-contact a:hover { color: var(--vop-khaki-light);}
.person-card-dark { background-color: var(--vop-black); border: 1px solid var(--vop-brown);}
.person-card-dark:hover { border-color: var(--vop-khaki-light);}
.person-card-dark .person-card-body { border-top: 2px solid var(--vop-khaki-light);}
.person-card-dark .person-card-name { color: #fff;}
.person-card-dark .person-card-role { color: var(--vop-khaki-light); border-bottom: 1px solid var(--vop-brown);}
.person-card-dark .person-card-contact { color: #b0b0b0;}
.person-card-dark .person-card-contact .lbl { color: var(--vop-khaki-light);}
.person-card-dark .person-card-contact a { color: #e0e0e0;}
.person-card-dark .person-card-contact a:hover { color: var(--vop-khaki-light);}
.cinfo-label { font-family: var(--font-heading); font-weight: 700; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--vop-khaki-light); display: block; margin-bottom: 0.35rem;}
.cinfo-value { color: #e0e0e0; margin-bottom: 1.5rem; line-height: 1.65;}
.cinfo-value a { color: #e0e0e0; text-decoration: none; transition: color 0.2s ease;}
.cinfo-value a:hover { color: var(--vop-khaki-light);}
.notice-block { padding: 1rem 1.25rem; border-left: 2px solid var(--vop-khaki-light); background: rgba(196, 176, 152, 0.04);}
.dept-heading { font-family: var(--font-heading); font-size: calc(1.1rem + 0.25vw); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: #fff; margin-bottom: 2.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--vop-brown); display: flex; align-items: center; gap: 12px;}
.dept-heading::before { content: ''; display: inline-block; width: 10px; height: 10px; background-color: var(--vop-khaki-light); flex-shrink: 0;}
.board-list { list-style: none; padding: 0; margin: 0;}
.board-list li { display: flex; align-items: flex-start; gap: 0.8rem; padding: 0.85rem 0; border-bottom: 1px solid rgba(58, 50, 42, 0.45); color: #e0e0e0; font-size: calc(var(--body-font-size) * 0.88); line-height: 1.5;}
.board-list li:last-child { border-bottom: none;}
.board-list li::before { content: ''; display: inline-block; width: 6px; height: 6px; background-color: var(--vop-khaki-light); flex-shrink: 0; margin-top: 0.48em;}
.board-role { color: var(--vop-khaki-light); font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; display: block; margin-top: 0.15rem;}
.dept-separator { border: none; border-top: 1px solid var(--vop-brown); margin: clamp(3rem, 5vw, 5rem) 0;}

.hero { min-height: 85vh; display: flex; align-items: center; background-position: center; background-size: cover; background-repeat: no-repeat;
/*background-image: url('vojen_2.jpg');*/}

/*
.hero-kariera { background: url('vojen_2.jpg') center/cover no-repeat; min-height: 85vh; display: flex; align-items: center;}
.hero-obrana { background: url('vojen-4.jpg') center/cover no-repeat; min-height: 85vh; display: flex; align-items: center;  }
.hero-onas { background: url('foto-0163-nef-dxo-deepprime-scaled.jpg') center/cover no-repeat; min-height: 85vh; display: flex; align-items: center;  }
.hero-civil { background: url('foto-0235-nef-dxo-deepprime-scaled.jpg') center/cover no-repeat; min-height: 85vh; display: flex; align-items: center;  }  
  */

.hero-content-z { z-index: 2;}
.accent-box-khaki { width: 40px;  height: 40px;  background-color: var(--vop-khaki-light);}
.text-spaced-lg { letter-spacing: 0.2em;}
.hero-lead-text { max-width: 800px;  font-size: 1.25rem;  line-height: 1.6;}
.section-border-brown { border-bottom: 1px solid var(--vop-brown);}
.text-xs { font-size: 0.8rem;}
.icon-xs { font-size: 0.8rem;}
.footer-text-spaced { letter-spacing: 0.1em;}
.cta-lead-custom { max-width: 650px;  color: rgba(224, 224, 224, 0.85);}

.stat-value { font-size: var(--h1-font-size); line-height: 1; }
.stat-label-text { letter-spacing: 0.15em; }
.stat-icon-large { font-size: var(--h1-font-size); }
.section-lead-max { max-width: 800px; }
 
.card-content-wrapper { min-width: 0; }
.card-title-word-break { word-wrap: break-word; }
  
.expertiza-img-wrapper { height: 220px; }
.expertiza-img-style { object-fit: cover; transition: transform 0.5s ease; }
.card-accent-border { border-top: 3px solid var(--vop-khaki-light); }
.service-item-border { border-left: 2px solid var(--vop-text-dark) !important; }
  
#studenti .shadow-sm, .karieradetail .shadow-sm, #servis .shadow-sm {background-color: #ffffff; border-left: 4px solid var(--vop-khaki-light);}
.img-h-350 { height:350px; }
.bg-brown { background-color: var(--vop-brown) !important;}
.text-khaki { color: var(--vop-khaki-light) !important;}
.border-vop { border: 1px solid var(--vop-brown) !important;}
.heading-square { position: relative;}
.heading-square::before {content: '';  display: inline-block;  width: 20px;  height: 20px;  background-color: var(--vop-khaki-light); flex-shrink: 0;}
.vr-section { background-color: var(--bs-light); }
.vr-connector { display: none; position: absolute; top: 2.5rem; left: calc(2rem + 8px); right: calc(2rem + 8px); height: 2px; background: var(--vop-khaki-light); opacity: .4; z-index: 0;  }
.vr-step { z-index: 1; }
.vr-number { flex-shrink: 0; width: 3rem; height: 3rem; background: var(--vop-khaki-light); font-size: 1.1rem; font-family: var(--font-accent, serif); font-weight: 700; color: #000; display: flex; align-items: center; justify-content: center;  }
.vr-step-title { font-size: .875rem; letter-spacing: .08em;}

.adapt-card { height: 100%; padding: 2rem 2.5rem; background: #fff; border-left: 4px solid var(--vop-khaki-light); border-bottom: 1px solid rgba(0,0,0,.07);  }
.adapt-icon { font-size: 2rem;  }
.adapt-title { font-size: .9rem; letter-spacing: .07em;  }
.vr-subtitle { max-width: 800px; }
.vop-accordion .accordion-item { background: transparent; border: none; border-bottom: 1px solid var(--vop-brown);}
.vop-accordion .accordion-button { background: transparent; color: #ffffff; padding: 1.5rem 0; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; box-shadow: none;}
.vop-accordion .accordion-button:not(.collapsed) { color: var(--vop-khaki-light); }
.vop-accordion .accordion-button::after { filter: invert(1);}
.vop-accordion .accordion-body { padding: 1.5rem 0; color: #b0b0b0;}

.doc-link { background: #111; border: 1px solid var(--vop-brown);  transition: all 0.3s ease; text-decoration: none; display: flex; align-items: center; padding: 1rem; height: 100%; color: #ffffff; font-size: 0.85rem;}
.doc-link:hover { border-color: var(--vop-khaki-light); background: #161616; color: var(--vop-khaki-light);}
.doc-link::before { font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 15px; font-size: 1.2rem; color: var(--vop-khaki-light); min-width: 25px; text-align: center;}
.timeline-vop { border-left: 2px solid var(--vop-khaki-light);  padding-left: 30px;}
.timeline-item-vop { position: relative; margin-bottom: 30px;}
.timeline-item-vop::before { content: ""; position: absolute; left: -41px; top: 5px; width: 20px; height: 20px; background: var(--vop-khaki-light); }
.font-accent { font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em;}
.vop-feature-box { border-left: 2px solid var(--vop-khaki-light); padding: 0 25px; height: 100%;}

.form-detail a:hover {color: var(--vop-khaki-dark);}

#produkty .product-badge { position: absolute; top: 14px; right: 14px; z-index: 10; font-family: var(--font-heading); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; padding: 4px 10px; background-color: var(--vop-khaki-light); color: var(--vop-black);}
#produkty .product-badge--limit { background-color: var(--vop-brown); color: var(--vop-khaki-light); border: 1px solid var(--vop-khaki-light); }
#produkty .product-price { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 700; color: #fff; letter-spacing: .05em;    }
#produkty .product-price sup { font-size: .65rem; color: var(--vop-khaki-light); letter-spacing: .15em; font-weight: 600; text-transform: uppercase; vertical-align: middle; margin-right: 3px;    }
#produkty .product-cat { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: var(--vop-khaki-light); margin-bottom: .4rem; display: block;    }
#produkty .card-divider { height: 1px; background: var(--vop-brown); margin: 1rem 0;    }
#produkty .stock-indicator { display: inline-flex; align-items: center; gap: 6px; font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: #888;    }
#produkty .stock-indicator::before { content: ''; display: inline-block; width: 7px; height: 7px; background-color: #5a8a5a;    }
#produkty .stock-indicator--low::before { background-color: var(--vop-khaki-light); }
#produkty .stock-indicator--out::before { background-color: red; }
#produkty h3 {letter-spacing:.1em;}
#produkty .btn-order { font-family: var(--font-heading); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; padding: 11px 22px; background: transparent; border: 1px solid var(--vop-khaki-light); color: var(--vop-khaki-light); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .3s ease;}
#produkty .btn-order:hover { background-color: var(--vop-khaki-light); color: var(--vop-black);}
#produkty .infotext {font-size:.82rem; max-width:400px; text-align:right;}
#produkty .card-img-wrapper {height:260px;}


.pswp__bg {background: var(--vop-black); opacity: 0.95 !important;}
.pswp__button {background-color: transparent !important; color: var(--vop-khaki-light) !important; transition: all 0.3s ease;}
.pswp__button:hover {color: #ffffff !important; transform: scale(1.1);}
.pswp__counter { font-family: var(--font-heading); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--vop-khaki-light); font-size: 0.8rem; opacity: 0.8;}
.pswp__preloader__icn {opacity: 0.75;}
.pswp__preloader--active .pswp__preloader__icn { border-color: var(--vop-khaki-light) transparent transparent transparent;}
.pswp__img { border: 1px solid var(--vop-brown); padding: 0; box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);}
.pswp__caption { background: linear-gradient(to top, var(--vop-black), transparent);}
.pswp__caption__center { font-family: var(--font-text); color: #e0e0e0; text-align: center; font-size: 0.9rem; line-height: 1.6; max-width: 600px;}
.pswp__button--arrow--left::before,.pswp__button--arrow--right::before { background-color: var(--vop-brown) !important; border: 1px solid var(--vop-khaki-light);}
.pswp__button--arrow--left:hover::before, .pswp__button--arrow--right:hover::before {background-color: var(--vop-khaki-light) !important; color: var(--vop-black) !important;}

.wysiwyg-content { color: var(--vop-text-muted); font-family: var(--font-text); line-height: var(--body-line-height); }
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5 { padding-top: 2rem; }
.wysiwyg-content h1 { color: var(--vop-text-dark); }
.wysiwyg-content h4 { font-size: 1.25rem; color: var(--vop-text-dark); }
.wysiwyg-content h5 { font-size: 1.1rem; letter-spacing: 0.1em; color: var(--vop-text-dark); }
.wysiwyg-content h6 { font-size: 0.9rem; color: var(--vop-khaki-dark); border-bottom: 1px solid rgba(0, 0, 0, 0.1); display: inline-block; padding-bottom: 2px; }
.wysiwyg-content sub, .wysiwyg-content sup { font-size: 70%; line-height: 0; position: relative; vertical-align: baseline; color: var(--vop-khaki-dark); }
.wysiwyg-content sup { top: -0.5em; }
.wysiwyg-content sub { bottom: -0.25em; }
.wysiwyg-content blockquote { position: relative; margin: 2rem 0; padding: 1.5rem 2rem; background: rgba(196, 176, 152, 0.1); border-left: 4px solid var(--vop-khaki-light); font-style: italic; }
.wysiwyg-content blockquote cite { display: block; margin-top: 1rem; font-family: var(--font-heading); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--vop-text-dark); }
.wysiwyg-content table { width: 100%; margin: 2rem 0; border-collapse: collapse; font-size: 0.9rem; border: 1px solid rgba(0, 0, 0, 0.1); }
.wysiwyg-content th { background-color: var(--vop-khaki-light); color: var(--vop-black); font-family: var(--font-heading); text-transform: uppercase; letter-spacing: 0.05em; padding: 12px 15px; text-align: left; border: 1px solid rgba(0, 0, 0, 0.05); }
.wysiwyg-content td { padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.05); transition: background 0.2s ease; color: var(--vop-text-muted); }
.wysiwyg-content tr:nth-child(even) { background-color: rgba(0, 0, 0, 0.02); }
.wysiwyg-content tr:hover td { background-color: rgba(196, 176, 152, 0.05); }
.wysiwyg-content hr { height: 1px; border: none; background: linear-gradient(90deg, var(--vop-khaki-light) 0%, rgba(0, 0, 0, 0.1) 100%); margin: 3rem 0; opacity: 0.5; }
.wysiwyg-content figure { margin: 2rem 0; border: 1px solid rgba(0, 0, 0, 0.05); padding: 10px; background: #ffffff; box-shadow: 0 5px 15px rgba(0,0,0,0.03); }
.wysiwyg-content figcaption { font-size: 0.8rem; color: var(--vop-khaki-dark); text-align: center; margin-top: 10px; font-family: var(--font-heading); text-transform: uppercase; }
.wysiwyg-content ul, .wysiwyg-content ol { margin: 1.5rem 0; padding-left: 0; }
.wysiwyg-content li { position: relative; margin-bottom: 0.75rem; padding-left: 2rem; list-style: none; }
.wysiwyg-content ul li::before { content: ''; position: absolute; left: 0; top: 0.1em; width: 1.3rem; height: 1.3rem; background-image: url('/images/wheel.svg'); background-size: contain; background-repeat: no-repeat; background-position: center; transition: transform 0.3s ease; }
.wysiwyg-content ol { counter-reset: vop-counter; }
.wysiwyg-content ol li { counter-increment: vop-counter; }
.wysiwyg-content ol li::before { content: counter(vop-counter) "."; position: absolute; left: 0; font-family: var(--font-heading); font-weight: 700; color: var(--vop-khaki-light); font-size: 0.9em; transition: transform 0.3s ease; }
.wysiwyg-content ul ul, .wysiwyg-content ol ol { margin: 0.5rem 0; }
.wysiwyg-content li:hover::before { transform: scale(1.15); }

.dark .wysiwyg-content {color: #e0e0e0; font-family: var(--font-text);}
.dark .wysiwyg-content h4 { font-size: 1.25rem; color: var(--vop-khaki-light); }
.dark .wysiwyg-content h6 { font-size: 0.9rem; color: #b0b0b0; border-bottom: 1px solid var(--vop-brown); display: inline-block; padding-bottom: 2px; }
.dark .wysiwyg-content sub, .wysiwyg-content sup { font-size: 70%; line-height: 0; position: relative; vertical-align: baseline; color: var(--vop-khaki-light); }
.dark .wysiwyg-content blockquote { position: relative; margin: 2rem 0; padding: 1.5rem 2rem; background: rgba(58, 50, 42, 0.2); border-left: 4px solid var(--vop-khaki-light); font-style: italic;}
.dark .wysiwyg-content blockquote cite { display: block; margin-top: 1rem; font-family: var(--font-heading); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--vop-khaki-light);}
.dark .wysiwyg-content table { width: 100%; margin: 2rem 0; border-collapse: collapse; font-size: 0.9rem; border: 1px solid var(--vop-brown);}
.dark .wysiwyg-content th { background-color: var(--vop-brown); color: var(--vop-khaki-light); font-family: var(--font-heading); text-transform: uppercase; letter-spacing: 0.05em; padding: 12px 15px; text-align: left; border: 1px solid rgba(196, 176, 152, 0.2);}
.dark .wysiwyg-content td { padding: 10px 15px; border: 1px solid var(--vop-brown); transition: background 0.2s ease;}
.dark .wysiwyg-content tr:nth-child(even) { background-color: rgba(58, 50, 42, 0.1);}
.dark .wysiwyg-content tr:hover td { background-color: rgba(196, 176, 152, 0.05);}
.dark .wysiwyg-content hr { height: 1px; border: none; background: linear-gradient(90deg, var(--vop-khaki-light) 0%, var(--vop-brown) 100%); margin: 3rem 0; opacity: 0.5;}
.dark .wysiwyg-content ul li::before { content: ''; position: absolute; left: -1.5rem; top: 0.6em; width: 8px; height: 8px; background-color: var(--vop-khaki-light);}
.dark .wysiwyg-content figure { margin: 2rem 0; border: 1px solid var(--vop-brown); padding: 10px; background: var(--vop-black);}
.dark .wysiwyg-content figcaption { font-size: 0.8rem; color: var(--vop-khaki-light); text-align: center; margin-top: 10px; font-family: var(--font-heading); text-transform: uppercase;}
.dark .wysiwyg-content ul li { list-style: none; position: relative; margin-bottom: 0.75rem; line-height: var(--body-line-height);}
.dark .wysiwyg-content ul li::before { content: ''; position: absolute; left: -1.8rem; top: 0.5em; width: 10px; height: 10px; background-color: var(--vop-khaki-light); transition: transform 0.3s ease;}
.dark .wysiwyg-content ol li::before { content: counter(vop-counter) "."; position: absolute; left: -2rem; font-family: var(--font-heading); font-weight: 700; color: var(--vop-khaki-light); font-size: 0.9em;}
.dark .wysiwyg-content ul ul li::before { background-color: transparent; border: 1px solid var(--vop-khaki-light); width: 8px; height: 8px;}


.wysiwyg-content.inline-li ul {display: flex !important; flex-wrap: wrap !important; list-style-type: none !important; padding-left: 0 !important; margin: 0 !important;}
.wysiwyg-content.inline-li li {display: inline-flex !important; align-items: center !important; margin-right: 1.5rem !important; margin-bottom: 0.5rem !important;}


@media (min-width: 576px) {.reference-img-wrapper { width: 40%; border-bottom: none; border-right: 1px solid var(--vop-brown); flex-shrink: 0;}}
@media (min-width: 768px){  .border-end:last-child {  border: none !important;} }
@media (min-width: 992px) { .vr-connector { display: block; } #silnaacr {background-repeat: no-repeat;  background-position: 95% center;  background-size: 40% auto;  }}

@media (max-width: 992px) {#silnaacr {background-image: none!important; }}

@media (max-width: 1200px) {
  :root {
    --h1-font-size: initial;
    --h2-font-size: initial;
    --h3-font-size: initial;
    --h4-font-size: initial;    
  }
  h3.h4 {font-size: initial;  }
.stat-value, .stat-icon-large { font-size: max(24px, 4vw); }
#hodnoty p {font-size: max(14px, 1.2vw);}
}

.termsfeed-com---palette-dark .cc-nb-okagree,
.termsfeed-com---palette-dark .cc-nb-reject,
.termsfeed-com---palette-dark .cc-cp-foot-save {
  background-color: var(--vop-khaki-light) !important;
  color: var(--vop-black)  !important;
  border: 2px solid var(--vop-khaki-light) !important;
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 14px 32px;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  font-size: 0.9rem;
}
.termsfeed-com---palette-dark .cc-nb-changep {
  background-color: transparent !important;
  color: var(--vop-khaki-light) !important;
  border: 2px solid var(--vop-khaki-light) !important;
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 14px 32px;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  font-size: 0.9rem;
}
.termsfeed-com---palette-dark .cc-pc-head-close:active, .termsfeed-com---palette-dark .cc-pc-head-close:focus {
  border: 2px solid var(--vop-khaki-light)  !important;
}
.termsfeed-com---palette-dark .cc-pc-head-lang select:focus {
  box-shadow: 0 0 0 2px var(--vop-khaki-light)  !important;
}
.termsfeed-com---palette-dark.termsfeed-com---nb {
  background-color: #191715;
}