html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #F6F6F6;
    white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 0;
}
.row > [class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-sizing: border-box;
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.container, .row, [class*="col-"] {
  overflow-wrap: break-word;
  word-break: break-word;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.img-fluid {
  width: 100%;
  height: auto;
}
.img-shadow {
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.change-order {
  display: flex;
  flex-wrap: wrap;
}
.change-order > div {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .change-order > .order-lg-1 {
    order: 1;
  }
  .change-order > .order-lg-2 {
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .change-order > .order-md-1,
  .change-order > .order-md-2 {
    order: initial;
  }
}

.vertical-align {
  display: flex;
  justify-content: center;
  align-items: center;
}


section {
  margin: 6em 0;
}


/* partneri */
.slider-wrapper {
    position: relative;
    padding: 0 40px;
}

.slider-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
}


.slider-container::-webkit-scrollbar { display: none; }
.slider-container { -ms-overflow-style: none; scrollbar-width: none; }


.slider-item {
    flex: 0 0 calc(50% - 10px); 
    scroll-snap-align: start;
}

@media (min-width: 768px) {
    .slider-item { flex: 0 0 calc(33.333% - 14px); }
}

@media (min-width: 1024px) {
    .slider-item { flex: 0 0 calc(25% - 15px); } 
}

.partner {
    width: 100%;
    height: 150px; 
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.partner-logo {
    width: 80%;
    height: 80%;
    object-fit: contain;
    position: absolute;
    inset: 0;
    margin: auto;
    transition: opacity 0.3s ease;
}

.partner-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 0.875em;
    color: #909090;
}

.partner:hover .partner-logo { opacity: 0; }
.partner:hover .partner-text { opacity: 1; }

.slider-wrapper {
    position: relative;
    padding: 0 50px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: transparent;
    border: none;
    color: #7a7a7a;
    font-size: 2em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    color: #1E293B;
}

.slider-arrow.prev { left: 0; }
.slider-arrow.next { right: 0; }

.slider-arrow {
    user-select: none;
}


.accordion {
  width: 100%;
  margin: 1em auto;
  border: 1px solid #f1efef;
  border-left: 0;
  border-right: 0;
  border-radius: 0px;
  overflow: hidden;
}
.accordion .accordion-item {
  border-bottom: 1px solid #f1efef;
}
.accordion .accordion-item:last-child {
  border-bottom: none;
}
.accordion .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  padding-bottom: .5em;
}
.accordion .accordion-header {
  display: flex;
  justify-content: space-between; /* naslov lijevo, strelica desno */
  align-items: center;
  cursor: pointer;
  padding: 1em;
  background: #fff;
  font-weight: bold;
  position: relative; /* pseudo-element pozicioniran relativno headeru */
}

.accordion .accordion-header::after {
  content: "";
  border: solid #1E293B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;                 /* malo veći da se vidi */
  transform: rotate(45deg);      /* zatvoreno */
  transition: transform 0.3s ease, border-color 0.3s ease;
  margin-left: 1em;              /* razmak od teksta */
}

/* kada je item otvoren */
.accordion .accordion-item.active .accordion-header::after {
  transform: rotate(-135deg);    /* strelica prema gore */
  border-color: #D97706;         /* ista boja kao u meniju */
}

.accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1em;
  background: #fff;
}
.accordion .accordion-item .accordion-content p {
  margin: 0;
  color: #909090;
  margin-bottom: 1em;
}
.accordion .accordion-item .accordion-content .thumbnail {
  margin-bottom: 1em;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F6F6F6;
  color: #1E293B;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: auto;
}
.navbar .logo img {
  max-height: 2em;
}
.navbar .nav-links {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  transition: all 0.3s ease;
}
.navbar .nav-links a {
  color: #1E293B;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  font-size: 1em;
  transition: color 0.3s ease;
}
.navbar .nav-links a:hover {
  color: #D97706;
}
.navbar .nav-links .dropdown {
  position: relative;
}
.navbar .nav-links .dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.navbar .nav-links .dropdown > a::after {
  content: "";
  border: solid #1E293B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
  margin-top: 2px;
}
.navbar .nav-links .dropdown > a:hover::after {
  border-color: #D97706;
}
.navbar .nav-links .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #F6F6F6;
  min-width: 180px;
  padding-top: 1em;
  padding-bottom: 1em;
  top: 100%;
  left: 0;
  border-radius: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.navbar .nav-links .dropdown .dropdown-content a {
  display: block;
  padding: 0.3em 1em;
  color: #909090;
  font-weight: 600;
}
.navbar .nav-links .dropdown .dropdown-content a:hover {
  color: #D97706;
}
.navbar .nav-links .dropdown.active > a::after,
.navbar .nav-links .dropdown:hover > a::after {
  transform: rotate(-135deg);
  border-color: #D97706;
}
.navbar .nav-links .dropdown:not(.active):not(:hover) > a::after {
  transform: rotate(45deg);
  border-color: #1E293B;
}
.navbar .nav-links .dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.navbar .hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.navbar .hamburger span {
  width: 25px;
  height: 3px;
  background-color: #1E293B;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.navbar .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px,5px);
}
.navbar .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.navbar .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6.5px,-6.5px);
}
/* --- Animirani burger izbornik i dropdown --- */

@media (max-width: 991px) {
  .navbar .hamburger {
    display: flex;
  }

  .navbar .nav-links {
    flex-direction: column;
    background-color: #F6F6F6;
    min-width: 12em;                
    position: absolute;
    top: 3em;
    right: 0;
    left: unset;
    padding: 1rem 1.5rem;
    text-align: left;
    align-items: flex-start;
    display: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .navbar .nav-links.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }

  /* dropdown na mobitelu */
  .navbar .nav-links .dropdown .dropdown-content {
    position: static;
    background-color: #F6F6F6;
    box-shadow: none;
    transform: none;
    opacity: 1;
    display: none;
    padding-left: 0;

  }

  /* hover je onemogućen */
  .navbar .nav-links .dropdown:hover .dropdown-content {
    display: none;
  }

  /* kad je aktivan dropdown */
  .navbar .nav-links .dropdown.active .dropdown-content {
    display: block;
  }

  /* malo razmaka za linkove u dropdownu */
  .navbar .nav-links .dropdown .dropdown-content a {
    padding: 0.3rem 1rem;
    display: block;
    font-weight: 400;
  }

  .dropdown {
    max-width: 8em;
  }
}

.tabs {
  width: 100%;
  margin: 2em auto;
}
.tabs button {
  text-transform: capitalize;
}
.tabs .tab-buttons {
  display: flex;
}
.tabs .tab-buttons .tab-btn {
  flex: 1;
  border-radius: 0;
  padding: .6em 1em;
  cursor: pointer;
  background: #fff;
  border: none;
  outline: none;
  transition: background 0.3s, color 0.3s;
  font-weight: 700;
  color: #1E293B;
}
.tabs .tab-buttons .tab-btn.active {
  background: #fff;
  border-bottom: 2px solid #D97706;
  color: #D97706;
  font-weight: 700;
}
.tabs .tab-buttons .tab-btn:hover {
  background: #fff;
  color: #D97706;
}
.tabs .tab-contents .tab-content {
  display: none;
  padding: 15px;
  background: #fff;
}
.tabs .tab-contents .tab-content.active {
  display: block;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5em;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.5%;
  margin-bottom: 0;
}
h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2em;
  line-height: 125%;
  font-weight: 700;
  letter-spacing: -0.25%;
  margin-bottom: 0;
}
h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.75em;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0%;
  margin-bottom: 0;
}
h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  line-height: 135%;
  font-weight: 600;
  letter-spacing: 0%;
  margin-bottom: 0;
}
h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25em;
  line-height: 135%;
  font-weight: 600;
  letter-spacing: 0%;
  margin-bottom: 0;
  margin-top: 0;
  margin-top: 1em;
}
h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25em;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: 0%;
  margin-bottom: 0;
  margin-top: 1em;
}
p {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: 0%;
}
a {
  transition: color 0.3s ease;
}
small {
  font-family: 'Inter', sans-serif;
  font-size: 0.875em;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0%;
}
body {
  font-family: 'Inter', sans-serif;
  color: #1E293B;
}
.jumbotron {
  margin-top: 3em;
  padding-top: 6em;
  padding-bottom: 3em;
  background-color: #f1efef;
}
.jumbotron h5 {
  margin: 0em 0em 0em 0em;
  color: #787575;
}
.jumbotron-home {
  position: relative;
  padding-top: 6em;
  padding-bottom: 3em;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(rgba(217,119,6,0.3),rgba(217,119,3,0.3));
}
 


.jumbotron-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('./images/hero-bg.jpg') center/cover no-repeat;
  filter: blur(4px);
  transform: scale(1.05);
  opacity: 0;
  animation: fadeInHero 1.5s ease-in-out forwards;
  z-index: 0;
}
.jumbotron-home > * {
  position: relative;
  z-index: 1;
}
.jumbotron-home h5 {
  color: #fff;
  margin-top: 1em;
  margin-bottom: 3em;
}

.jumbotron-divider {
  display: none;
}

@media (max-width: 576px) {
  .jumbotron-divider {
   display: inherit; 
  }
}

@keyframes fadeInHero {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1.05);
  }
}
.btn {
  margin-top: 1em;
  padding: .72em 1.2em;
  border-radius: 60px;
  border: solid .2em #D97706;
  background-color: #D97706;
  color: #EDC99C;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  display: inline;
  transition: all 0.3s ease;
  font-weight: 600;
}
.btn:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,0.3);
}
.btn-inverse {
  border: solid .2em #D97706;
  background-color: #EDC99C;
  color: #D97706;
}
.btn-small {
  font-size: .875em;
  padding: .5em 1em;
  border: solid .15em #D97706;
}
.btn-small:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
footer {
  background-color: #1E293B;
  color: #EDC99C;
  padding: 3em 0;
}
footer img {
  max-width: 16em;
}
footer a {
  color: #EDC99C;
  text-decoration: none;
}
footer a:hover {
  color: #D97706;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer p {
  margin-bottom: .6em;
}
footer li {
  margin-bottom: .3em;
}
footer .heading {
  margin-top: 0;
  font-weight: 700;
}
.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.check-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.1em;
  font-size: 0.875em;
  color: #909090;
  font-family: 'Inter', sans-serif;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23D97706' d='M20.285 6.709a1 1 0 0 0-1.414-1.418l-9.192 9.198-4.192-4.198a1 1 0 0 0-1.414 1.414l4.9 4.908a1 1 0 0 0 1.414 0l9.908-9.904z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.check-list li:hover::before {
  transform: translateY(-50%) scale(1.2);
  filter: brightness(1.2);
}
@media (max-width: 480px) {
  .check-list li::before {
    width: 0.8em;
    height: 0.8em;
  }
}
.doc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doc-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.1em;
  font-size: 0.875em;
  font-family: 'Inter', sans-serif;
}
.doc-list li a {
  color: #909090;
  text-decoration: none;
}
.doc-list li a:hover {
  color: #23293B;
}
.doc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23D97706' d='M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6H6zm7 1.5L18.5 9H13V3.5zM8 13h8v2H8v-2zm0 4h8v2H8v-2z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.doc-list li:hover::before {
  transform: translateY(-50%) scale(1.2);
  filter: brightness(1.2);
}
@media (max-width: 480px) {
  .doc-list li::before {
    width: 0.8em;
    height: 0.8em;
  }
}
ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin: 1em 0;
  color: #909090;
}
ul li {
  margin-bottom: 0;
}
ul li ul {
  margin: 0;
}
ul li::marker {
  color: #D97706;
}
.icon-line {
  margin: 0;
  line-height: 1.4;
  font-size: 1em;
  color: #909090;
}
.icon-line a {
  color: #909090;
  text-decoration: none;
}
.icon-line a:hover {
  color: #7a7a7a;
}
.icon-line .icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0em;
}
.thumbnail {
  padding: 1em;
  background-color: #F9FAFB;
  border-radius: 1em;
  color: #1E293B;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.thumbnail:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,0.3);
}
.thumbnail a {
  text-decoration: none;
  color: #1E293B;
}
.thumbnail:hover h5 {
  text-decoration: none;
}
.thumbnail h5 {
  margin-top: 0;
  text-decoration: none;
  margin-bottom: 2em;
}
.thumbnail p {
  margin: 0;
}
.thumbnail .category {
  font-size: 0.875em;
  color: #909090;
}
.thumbnail .btn {
  margin-top: .3em;
  font-weight: 600;
  padding: .6em 1em;
  border-radius: 60px;
  border: solid .1em #D97706;
  background-color: #D97706;
  color: #EDC99C;
  text-transform: uppercase;
  font-size: .875em;
  cursor: pointer;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  margin: 0;
}
.thumbnail .btn:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.thumbnail-referenca {
  margin: .5em;
  min-height: 25em;
}
.section-eu-fond {
  position: relative;
  padding: 6em 0;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(rgba(217,119,6,0.3),rgba(217,119,3,0.3)), url('./images/hero-bg.jpg') center / cover no-repeat fixed;
  background-attachment: fixed;
}
.section-eu-fond > * {
  position: relative;
  z-index: 1;
}
.section-eu-fond h5 {
  color: #fff;
  margin: 3em 0;
}
.section-eu-fond::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 0;
}

#a11y-mini-btn {
    position: absolute;
    padding: .5em;
    top: 4em;
    right: 0px;
    background: #F9FAFB;
    color: #fff;
    width: 2em;
    height: 2em;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

/* MODAL OVERLAY */
#a11y-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* MODAL BOX */
#a11y-modal {
    background: #fff;
    padding: 1em;
    border-radius: 1em;
    width: 320px;
    max-width: 90%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

#a11y-modal h2 {
    margin-top: 0;
}

/* ROWS */
.a11y-row {
    margin: 15px 0;
}

.a11y-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* BUTTONS */
#a11y-modal button {
    margin: 3px;
    padding: 8px 12px;
    cursor: pointer;
}

#a11y-close {
    margin-top: 10px;
    width: 100%;
}

/* CONTRAST MODES */
body.high-contrast { background: #000 !important; color: #ff0 !important; }
body.dark-mode { background: #111 !important; color: #eee !important; }

/* TEXT SPACING */
body.spacing-on p,
body.spacing-on li,
body.spacing-on h1, body.spacing-on h2, body.spacing-on h3,
body.spacing-on h4, body.spacing-on h5, body.spacing-on h6 {
    letter-spacing: 0.05em;
    line-height: 1.8;
}