/* Header Styles */
.styles_header__sxS_8,
.styles_header__aq3Ms {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--backgrounds-primary, #ffffff);
  border-bottom: 1px solid var(--borders-subtle, rgba(0,0,0,0.1));
}

.styles_navigation__qFD3z {
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.styles_container__nFlyb {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.styles_wrapper__BiWcd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.styles_contents__gWB5f {
  display: flex;
  align-items: center;
}

.styles_contents__gWB5f ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.styles_contents__gWB5f ul li a {
  color: var(--text-primary, #1a1a2e);
  text-decoration: none;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: color 0.25s ease;
}

.styles_contents__gWB5f ul li a:hover {
  color: var(--text-accent, #00B155);
}

.styles_isActiveLink__5QBfB a {
  color: var(--text-accent, #00B155) !important;
}

/* Contact Button in Nav */
.styles_isButton__j36AR a,
.styles_button__chy8k {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: var(--fills-primary, #00B155);
  color: var(--text-button-primary, #ffffff) !important;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.styles_isButton__j36AR a:hover,
.styles_button__chy8k:hover {
  background-color: var(--fills-primary-hover, #00a050);
}

/* Hide toggle container on desktop */
.styles_toggleContainer__21kTh {
  display: none;
}

/* Footer Styles */
.styles_wrapper__so9K5 {
  background-color: var(--backgrounds-primary, #1a1a2e);
  padding: 48px 0;
  color: var(--text-primary, #ffffff);
}

.styles_mainContent__ZLKbL {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.styles_navigation__GQ0md ul {
  display: flex;
  list-style: none;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.styles_navigation__GQ0md ul li a {
  color: var(--text-primary, #ffffff);
  text-decoration: none;
  font-size: 0.875rem;
}

.styles_navigation__GQ0md ul li a:hover {
  color: var(--text-accent, #00B155);
}

.styles_legalContainer__VaP8i {
  font-size: 0.875rem;
  color: var(--text-secondary, rgba(255,255,255,0.7));
}

.styles_copyright__lMfOR {
  font-size: 0.875rem;
}

/* Footer Bar */
.styles_footerBar__JeZok {
  width: 100%;
  overflow: hidden;
}

.styles_footerBar__JeZok img {
  width: 100%;
  height: auto;
  display: block;
}

/* Page Left Line (vertical accent) */
.page_leftLine__xn2d6 {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: linear-gradient(180deg, var(--logo-color-one, #00B155) 0%, var(--logo-color-two, #00814D) 100%);
  z-index: 999;
}

/* Ensure main content has padding for fixed header */
.page_main__ezwcv {
  padding-top: 80px;
}

/* Contents wrapper for footer navigation */
.styles_contents__KoUvi ul {
  display: flex;
  list-style: none;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.styles_contents__KoUvi ul li a {
  color: var(--text-primary, #ffffff);
  text-decoration: none;
  font-size: 0.875rem;
}

/* Wide wrapper styles */
.styles_wrapper__w12rJ {
  width: 100%;
}

.styles_widthWide__uEHEU {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Responsive */
@media (max-width: 960px) {
  .styles_contents__gWB5f ul {
    gap: 16px;
  }
  
  .styles_container__nFlyb,
  .styles_widthWide__uEHEU,
  .styles_mainContent__ZLKbL {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .styles_contents__gWB5f {
    display: none;
  }
  
  .styles_toggleContainer__21kTh {
    display: block;
  }
  
  .styles_mainContent__ZLKbL {
    flex-direction: column;
    text-align: center;
  }
}
