/* Prism Pohodi - style.css | Industrial Modern Theme | Mobile-first | Flexbox ONLY */
/* ---- RESET ---- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: #222927;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #F3EFE3;
  background: #222927;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  /* Industrial-modern: texture via subtle shadow */
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #A5B452;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #F3EFE3;
  text-decoration: underline;
}
li {
  margin-bottom: 12px;
}
strong {
  font-weight: 700;
  color: #A5B452;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: rgba(36,40,38, 0.98);
  border-radius: 18px;
  box-shadow: 0 6px 32px 0 rgba(10,10,10,0.10);
}
/* ---- CONTAINERS & LAYOUT ---- */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #272b29;
  border-radius: 12px;
  box-shadow: 0 3px 16px rgba(25,27,28,0.10);
  margin-bottom: 20px;
  padding: 28px 18px;
  position: relative;
  flex: 1 1 260px;
  min-width: 240px;
  max-width: 420px;
  border: 1.5px solid #343c36;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.card:hover {
  box-shadow: 0 8px 32px rgba(50,54,54,0.22);
  border-color: #A5B452;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  background: #F3EFE3;
  color: #252b24;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 14px rgba(20,22,22,0.13);
  margin-bottom: 24px;
  font-size: 17px;
  font-style: italic;
  border-left: 5px solid #A5B452;
}
.testimonial-card strong {
  color: #205E37;
  font-size: 15px;
  font-weight: 700;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
ul, ol {
  margin-left: 24px;
  margin-bottom: 4px;
}
ul li, ol li {
  padding-left: 0;
}
/* ---- HEADER ---- */
header {
  width: 100%;
  background: #181c1a;
  box-shadow: 0 2px 10px rgba(32,94,55,0.12), 0 1.5px 0 #343c36;
  z-index: 202;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 16px 8px 16px;
}
header img {
  height: 48px;
}
header nav {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
header nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #A5B452;
  padding: 6px 12px;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}
header nav a.cta {
  background: #A5B452;
  color: #181c1a;
  letter-spacing: 0.02em;
  box-shadow: 0 1px 6px 0 rgba(40,45,42,0.08);
  border-radius: 8px;
  padding: 7px 17px;
  font-size: 17px;
  font-weight: 700;
  margin-left: 8px;
  border: none;
  text-transform: uppercase;
}
header nav a.cta:hover {
  background: #F3EFE3;
  color: #205E37;
}
header nav a:hover {
  background: #205E37;
  color: #F3EFE3;
}
/* HIDE MOBILE MENU BUTTON LARGE */
.mobile-menu-toggle {
  display: none;
}
.mobile-menu {
  display: none;
}
/* ---- BUTTONS ---- */
.cta, .button, button, input[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 12px 26px;
  background: #205E37;
  color: #F3EFE3;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  letter-spacing: 0.01em;
  font-weight: 600;
  box-shadow: 0 3px 12px 0 rgba(32,94,55,0.11);
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.15s;
}
.cta:hover, .button:hover, button:hover, input[type="submit"]:hover,
.cta:focus, .button:focus, button:focus, input[type="submit"]:focus {
  background: #A5B452;
  color: #181c1a;
  box-shadow: 0 6px 22px 0 rgba(165,180,82,0.09);
}
/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  color: #F3EFE3;
  line-height: 1.12;
}
h1 {
  font-size: 32px;
  letter-spacing: 0.03em;
  margin-top: 18px;
  margin-bottom: 18px;
}
h2 {
  font-size: 24px;
  color: #A5B452;
  margin-bottom: 12px;
}
h3 {
  font-size: 18px;
  color: #F3EFE3;
  margin-bottom: 9px;
}
h4, h5 {
  font-size: 16px;
}
p, ul, ol {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #F3EFE3;
}
p {
  margin-bottom: 16px;
}
small {
  color: #A5B452;
  font-size: 14px;
}
blockquote {
  margin: 18px 0;
  padding-left: 18px;
  border-left: 4px solid #A5B452;
  color: #A5B452;
  font-style: italic;
  font-size: 18px;
}
/* ---- FOOTER ---- */
footer {
  background: #181c1a;
  padding: 36px 0 26px 0;
  width: 100%;
  border-top: 2px solid #343c36;
  margin-top: 80px;
  box-shadow: 0 -2px 12px 0 rgba(32,94,55,0.07);
}
footer .container {
  align-items: center;
  justify-content: center;
  gap: 14px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
footer nav a {
  color: #A5B452;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 15px;
  transition: color 0.14s;
}
footer nav a:hover {
  color: #F3EFE3;
  text-decoration: underline;
}
footer .text-section {
  text-align: center;
  margin-top: 10px;
  color: #6d7966;
}
/* ---- ICONS ---- */
ul li img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  vertical-align: middle;
  filter: grayscale(40%) contrast(1.18) brightness(1.03);
}
/* ---- SPACING ---- */
main .section, main section {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 18px;
  background: rgba(36,40,38, 0.93);
}
@media (max-width: 768px) {
  main .section, main section {
    padding: 30px 8px;
    margin-bottom: 50px;
  }
}
.card-container, .content-grid, .feature-item {
  gap: 20px;
}
.content-wrapper {
  gap: 22px;
}
.text-image-section {
  gap: 24px;
}
.testimonial-card {
  gap: 14px;
}
.feature-item {
  gap: 12px;
}
/* ---- RESPONSIVE ---- */
@media (max-width: 1170px) {
  .container {
    max-width: 99vw;
  }
}
@media (max-width: 900px) {
  .container {
    padding: 0 9px;
  }
  .card {
    padding: 17px 8px;
    min-width: 180px;
  }
}
@media (max-width: 768px) {
  header .container {
    flex-direction: row;
    align-items: center;
    padding: 6px 9px 6px 9px;
  }
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #A5B452;
    font-size: 32px;
    cursor: pointer;
    padding: 7px 9px;
    z-index: 305;
    margin-left: auto;
    transition: color 0.2s;
  }
  .mobile-menu-toggle:hover,
  .mobile-menu-toggle:focus {
    color: #F3EFE3;
  }
  .mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #20231f;
    box-shadow: 4px 0 16px rgba(32,94,55,0.19);
    z-index: 3002;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.32s cubic-bezier(.68,-0.55,.27,1.55), opacity 0.26s;
    padding: 0 0 0 0;
  }
  .mobile-menu.open {
    transform: translateX(0);
    opacity: 1;
  }
  .mobile-menu-close {
    align-self: flex-end;
    background: none;
    border: none;
    color: #A5B452;
    font-size: 34px;
    margin: 24px 17px 0 0;
    cursor: pointer;
    transition: color 0.2s;
    z-index: 3010;
  }
  .mobile-menu-close:hover,
  .mobile-menu-close:focus {
    color: #F3EFE3;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    margin: 40px 0 0 34px;
  }
  .mobile-nav a {
    color: #A5B452;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 700;
    padding: 8px 0 6px 0;
    border-radius: 6px;
    transition: background 0.2s, color 0.18s;
  }
  .mobile-nav a:hover, .mobile-nav a:focus {
    background: #205E37;
    color: #F3EFE3;
  }
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .container {
    max-width: 100vw;
    padding: 0 3vw;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 19px;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 15px;
  }
  .section, main section {
    padding: 20px 4px;
    margin-bottom: 30px;
  }
  .testimonial-card {
    font-size: 16px;
    flex-direction: column;
    padding: 14px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 14.5px;
  }
  header img {
    height: 36px;
  }
}
/* ---- COOKIE CONSENT BANNER ---- */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 9001;
  background: #252B24;
  color: #F3EFE3;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 -2px 32px 0 rgba(32,94,55,0.13);
  padding: 24px 18px 20px 18px;
  transition: transform 0.33s, opacity 0.3s;
  gap: 16px;
}
.cookie-banner.hide {
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
}
.cookie-banner .cookie-buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 7px;
  justify-content: center;
}
.cookie-banner button, .cookie-banner .button {
  padding: 10px 22px;
  font-size: 15px;
  border-radius: 7px;
  background: #205E37;
  color: #F3EFE3;
  border: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
  margin: 0 0 0 0;
  transition: background 0.18s, color 0.17s;
}
.cookie-banner button.accept {
  background: #A5B452;
  color: #272b29;
}
.cookie-banner button.reject {
  background: #FA2B23;
  color: #fff;
}
.cookie-banner button.settings {
  background: #252B24;
  border: 1.3px solid #A5B452;
  color: #A5B452;
}
.cookie-banner button:hover, .cookie-banner .button:hover {
  filter: brightness(1.10);
}
.cookie-banner a {
  color: #A5B452;
  text-decoration: underline;
  font-size: 14px;
}
/* ---- COOKIE SETTINGS MODAL ---- */
.cookie-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(37,43,36,0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.29s;
}
.cookie-modal.active {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal-content {
  background: #222927;
  color: #F3EFE3;
  border-radius: 18px;
  padding: 38px 30px 20px 30px;
  box-shadow: 0 12px 88px 0 rgba(20,28,22,0.23);
  min-width: 310px;
  max-width: 99vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cookie-modal-content h3 {
  color: #A5B452;
  font-size: 21px;
  margin-bottom: 15px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 14px;
}
.cookie-category input[type="checkbox"] {
  accent-color: #A5B452;
  width: 22px;
  height: 22px;
}
.cookie-category .category-name {
  color: #F3EFE3;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.cookie-category.essential .category-name:after {
  content: '(vedno omogočen)';
  color: #A5B452;
  font-size: 13px;
  margin-left: 8px;
}
.cookie-modal-buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 16px;
}
.cookie-modal-close {
  position: absolute;
  right: 24px;
  top: 18px;
  color: #A5B452;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10101;
  transition: color 0.22s;
}
.cookie-modal-close:hover {
  color: #F3EFE3;
}
@media (max-width: 600px) {
  .cookie-modal-content {
    padding: 22px 6vw 17px 6vw;
    min-width: 0;
  }
}
/* ---- UTILITIES ---- */
.hide { display: none !important; }
.flex-col { display: flex; flex-direction: column; }
.flex-row { display: flex; flex-direction: row; }
.align-center { align-items: center; }
.space-between { justify-content: space-between; }
.text-center { text-align: center; }
.gap-16 { gap: 16px; }
/**** ---- ACCESSIBILITY FOCUS RINGS ---- ****/
a, button, .cta, .button, input[type="submit"] {
  outline: none;
}
a:focus, button:focus, .cta:focus, .button:focus, input[type="submit"]:focus {
  box-shadow: 0 0 0 2px #A5B452, 0 0 4px 2px #A5B45233;
}
/**** ---- SCROLLBARS ---- ****/
html::-webkit-scrollbar {
  width: 12px;
  background: #232623;
}
html::-webkit-scrollbar-thumb {
  background: #343c36;
  border-radius: 7px;
}
/**** ---- ANIMATIONS ---- ****/
.mobile-menu,
.cookie-banner,
.cookie-modal,
.card,
button,
.cta,
a {
  transition: all 0.22s cubic-bezier(.68,-0.15,.15,1.25);
}
.card:hover {
  box-shadow: 0 8px 32px rgba(164,180,82, 0.13), 0 10px 42px 0 rgba(32,56,44, 0.14);
  border-color: #A5B452;
}
/**** ---- PRINT ---- ****/
@media print {
  body, header, main, footer { background: #fff; color: #000; }
  nav, .mobile-menu, .mobile-menu-toggle, .cta, .cookie-banner, .cookie-modal { display: none !important; }
}
