:root {
  --background-color: #ffffff;
  --background-color-grey: #f5f5f5;
  --primary-color: #1d498a;
  --text-color: #333333;
  --title-color: #1a1a1a;
  --warning-light: #f8f1e6;
  --warning-dark: #c2893d;
  --success-light: #f4faf1;
  --success-dark: #439652;
  --orange: #b46136;
  --purple: #783081;
  --light-blue: #3375ba;
  --green: #78b856;
  --grey: #e8e8e8;
  --grey-light: #f5f5f5;
  --grey-border: #e5e5e5;
  --grey-text: #7f7f7f;
  --white: #ffffff;
  --bg-white: #ffffff;
  --gray: #b2b2b2;
  --lighter-gray: #f5f5f5;
  --light-grey: #e5e5e5;
  --primary-color-30: rgba(0, 74, 143, 0.3);
  --primary-color-60: rgba(0, 74, 143, 0.6);
  --light-orange: rgba(205, 134, 39, 1);
  --light-orange-20: rgba(205, 134, 39, 0.2);
  --black: #1a1a1a;
  --dark-gray: #666666;
  --tag-container: rgba(109, 151, 149, 0.2);
  --tag-color: rgba(109, 151, 149, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  line-height: normal;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: var(--text-color);
  line-height: 22px;
  background-color: var(--white);
}

body.is-edit-mode {
  margin-top: 48px;
}

body.is-edit-mode .top-bar {
  margin-top: 48px;
}

body:has(.page--header.fixed) {
  padding-top: 127px;
}
input,
select,
textarea,
button {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: 0.4s;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.container.fh {
  height: 100%;
}

/* Top Bar - 52px height */
.top-bar {
  background-color: var(--background-color);
  height: 52px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
}

.top-bar .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  height: 100%;
}

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

.canal-logo {
  text-align: center;
  flex: 1;
}

.logo-placeholder {
  background-color: #ff0000;
  width: 200px;
  height: 30px;
  margin: 0 auto;
  border-radius: 4px;
}

.accessibility-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  color: var(--text-color);
}

.accessibility-controls a {
  color: var(--text-color);
}

.accessibility-controls button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
}

.accessibility-controls button:hover {
  background-color: #f0f0f0;
}

.font-size-btn {
  font-weight: bold;
  font-size: 12px;
}

.font-size-btn::after {
  content: attr(data-label);
  position: absolute;
  top: 40px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  transform: translateX(10px);
}

@media (max-width: 900px) {
  .font-size-btn::after {
    display: none;
  }
}

.font-size-btn:hover::after {
  opacity: 1;
  transform: translateX(0);
}

/* Main Header - 72px height */
.main-header {
  background-color: var(--primary-color);
  height: 72px;
  display: flex;
  align-items: center;
}

.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.logo-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 180px;
}

.logo-header-mobile {
  max-width: 120px;
}

.mobile-nav-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-logo-link {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-85%);
  background: #fff;
  padding: 20px 25px;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.18);
}

.logo-header-desktop {
  margin-top: 20px;
  margin-bottom: 10px;
  width: auto;
  display: block;
  max-width: 130px;
}

.logo-footer {
  max-width: 200px;
}

/* Desktop Navigation */
.nav-desktop {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: 100%;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: calc(100vw / 45.53);
  align-items: center;
  height: 100%;
}

.nav-menu li {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-link,
.nav-button {
  color: white;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Fira Sans', Arial, sans-serif;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
  height: 100%;
}

.nav-link:hover,
.nav-button:hover {
  color: #cccccc;
}

.nav-dropdown {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.dropdown-arrow {
  transform: rotate(270deg);
  width: 12px;
  height: 12px;
  transition: transform 0.3s;
  margin-right: 5px;
}

.nav-dropdown.active .dropdown-arrow {
  transform: rotate(90deg);
}

/* Dropdown Menu */
.dropdown-menu {
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 350px;
  border-radius: 15px;
  border-top: 3px solid var(--green);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 1000;
  margin-top: 10px;
}

.nav-dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* Triangle pointer */
.dropdown-triangle {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--green);
}

.dropdown-menu a {
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  color: var(--primary-color);
  transition: color 0.3s ease;
}

.dropdown-menu a:hover {
  color: var(--light-blue);
}

.dropdown-menu a:hover > svg {
  transform: translateX(4px);
}

.dropdown-chevron {
  margin-bottom: -1px;
  transition: all 0.3s ease;
  width: 7px;
  margin-right: 10px;
  fill: var(--primary-color);
}

/* Client Area Button */
.client-area-btn {
  background: white;
  color: var(--primary-color);
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-family: 'Fira Sans', Arial, sans-serif;
  font-weight: 500;
  transition:
    background-color 0.3s,
    transform 0.2s;
}

.client-area-btn:hover {
  background-color: #f0f0f0;
  transform: translateY(-1px);
}

.client-area-btn svg {
  width: 16px;
  height: 16px;
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mobile-menu-btn {
  display: flex;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  gap: 4px;
}

.mobile-menu-btn span {
  width: 25px;
  height: 3px;
  background: white;
  transition: 0.3s;
}

.mobile-logo .logo-placeholder {
  background-color: #ff0000;
  width: 120px;
  height: 25px;
  border-radius: 4px;
}

.mobile-client-area-btn {
  background: white;
  color: var(--primary-color);
  border: none;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-family: 'Fira Sans', Arial, sans-serif;
  font-weight: 500;
  transition: background-color 0.3s;
}

.mobile-client-area-btn:hover {
  background-color: #f0f0f0;
}

.mobile-client-area-btn svg {
  width: 14px;
  height: 14px;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay,
.mobile-submenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.mobile-menu-overlay.active,
.mobile-submenu-overlay.active {
  transform: translateX(0);
}

.mobile-menu-header,
.mobile-submenu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: white;
}

.mobile-menu-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
  font-family: 'Fira Sans', Arial, sans-serif;
}

.mobile-submenu-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
  font-family: 'Fira Sans', Arial, sans-serif;
  margin-left: 8px;
}

.mobile-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  font-family: 'Fira Sans', Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-back-title-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: 'Fira Sans', Arial, sans-serif;
  display: flex;
  align-items: center;
  color: var(--primary-color);
}

.mobile-menu-separator {
  height: 1px;
  background: #000000;
  margin: 0 20px;
}

.mobile-nav-links,
.mobile-submenu-nav {
  padding: 20px;
}

.mobile-nav-link,
.mobile-nav-button,
.mobile-submenu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  color: var(--primary-color);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Fira Sans', Arial, sans-serif;
  width: 100%;
  text-align: left;
}

.mobile-arrow {
  width: 12px;
  height: 12px;
}

/* Hide canal logo on mobile */
@media (max-width: 768px) {
  .canal-logo {
    display: none;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
  .container {
    padding: 0 16px;
  }
  .top-bar {
    height: 32px;
  }

  .top-bar .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
  }

  .bndes-logo {
    justify-content: start;
    max-width: 25%;
  }

  .bndes-logo svg {
    width: 100%;
    height: auto;
    max-height: 20px;
  }

  .accessibility-controls {
    font-size: 12px;
  }

  .logo-placeholder {
    width: 150px;
    height: 25px;
  }

  .nav-desktop {
    display: none;
  }

  .mobile-nav {
    display: flex;
  }

  .main-header {
    height: 56px;
  }
}

@media (max-width: 480px) {
  .mobile-client-area-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .mobile-client-area-btn svg {
    width: 12px;
    height: 12px;
  }

  .mobile-logo .logo-placeholder {
    width: 100px;
    height: 20px;
  }
}

/* Section Styles */
.section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-text {
  font-size: 1.1rem;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* How It Works Section */
.how-it-works {
  padding: 80px 0;
  background-color: var(--background-color);
  text-align: center;
}

.media-area {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin: 0 auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.media-area iframe {
  width: 100%;
  height: 100%;
}

/* How To Use Section */
.how-to-use {
  padding: 80px 0;
  background-color: var(--background-color);
}

.how-to-use-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 60px;
}

.grid-item {
  text-align: center;
}

.item-image {
  margin: 0 auto 20px;
  border-radius: 8px;
  overflow: hidden;
}

.item-image img {
  width: 100%;
  height: auto;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  font-size: 0.8rem;
}

.image-placeholder.small {
  width: 40px;
  height: 40px;
}

.item-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 12px;
}

.item-text {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.5;
  padding-left: 20px;
  padding-right: 20px;
}

.disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background-color: var(--warning-light);
  border-radius: 8px;
  margin-bottom: 40px;
}

.disclaimer svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.disclaimer-text {
  flex: 1;
}

.disclaimer-text p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-color);
  line-height: 1.5;
}

.disclaimer-text a {
  color: var(--primary-color);
  text-decoration: underline;
}

.disclaimer-text a:hover {
  color: var(--light-blue);
}

/* CTA Buttons */
.cta-center {
  text-align: center;
}

.cta-button-primary {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta-button-primary:hover svg {
  transform: translateX(4px);
}

.cta-button-secondary {
  padding-left: 0;
  padding-right: 0;
  background: none;
  color: var(--primary-color);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 0;
}

.cta-button-secondary svg {
  fill: var(--primary-color);
}

.cta-button-secondary:hover {
  color: var(--light-blue);
}

.cta-button-secondary:hover svg {
  fill: var(--light-blue);
}

.cta-button-secondary:hover svg {
  transform: translateX(4px);
}

.cta-button-secondary-alt {
  background: none;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 12px 24px;
}

.cta-button-secondary-alt:hover {
  background-color: var(--primary-color);
  color: white;
}

.cta-button-secondary-alt:hover svg {
  transform: translateX(4px);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.9rem;
}

.cta-button-secondary.btn-sm {
  padding-left: 0;
  padding-right: 0;
}

.btn-xl {
  padding: 16px 32px;
  font-size: 1.1rem;
}

/* Best Partners Section */
.best-partners {
  padding: 80px 0;
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  overflow: hidden;
}

.best-partners .section-title,
.best-partners .section-text {
  color: var(--white);
}

.partners-header {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0 5%;
  text-align: center;
}

.partners-content {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 40px 0;
  padding-bottom: 20px;
  overflow: hidden;
}

/* Partners Slider */
.partners-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.partners-slider-track {
  display: flex;
  width: fit-content;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-items: flex-start;
  padding: 0 8%;
  max-width: none;
}

.partner-card {
  flex: 0 0 auto;
  width: calc(100vw / 2.5 - 30px);
  max-width: none;
  min-width: 300px;
  margin: 0 15px;
  position: relative;
  transition: all 0.3s ease;
}

.partner-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.partner-info {
  border-radius: 0 12px 12px 12px;
  padding: 24px;
  width: 90%;
  margin-left: 0;
  margin-right: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -50px;
  z-index: 2;
  text-align: left;
}

.partner-info::before {
  content: '';
  border-radius: 0 12px 12px 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.95) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  pointer-events: none;
  z-index: -1;
}
.partner-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.partner-text {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.5;
  margin-bottom: 30px;
}

/* Partners Slider Controls */
.partners-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.partners-nav-btn {
  background: var(--primary-color);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.partners-nav-btn:hover {
  background: var(--light-blue);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.partners-nav-btn svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.partners-dots-container {
  display: flex;
  gap: 12px;
}

.partners-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.partners-dot.active {
  background: white;
  transform: scale(1.2);
}

/* BNDES Products Section */
.bndes-products {
  padding: 80px 0;
  background-color: var(--background-color-grey);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.product-item {
  background-color: var(--background-color);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-align: center;
}

.product-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.product-image {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 8px;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
}

.product-content {
  flex: 1;
}

.product-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 12px;
}

.product-text {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.5;
  margin-bottom: 20px;
}

/* The Best Service Section */
.the-best-service {
  padding: 80px 0;
  background-color: var(--background-color-grey);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-item {
  background-color: var(--background-color);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 30px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.service-content {
  flex: 1;
  align-self: flex-start;
  padding-top: 10px;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--purple);
  margin-bottom: 12px;
}

.service-text {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.5;
  margin-bottom: 20px;
}

.service-image {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  align-self: flex-start;
}

/* Related Content Section */
.related-content {
  padding: 80px 0;
  background-color: var(--background-color-grey);
}

.background-color-grey {
  background-color: var(--background-color-grey);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.content-item {
  background-color: var(--background-color);
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-align: left;
  overflow: hidden;
}

.content-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.content-image {
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
}

.content-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 12px;
  line-height: 1.3;
}

.content-text-area {
  padding: 20px;
}

.content-text {
  font-size: 0.95rem;
  color: var(--text-color);
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Our Impact Section */
.our-impact {
  padding: 80px 0;
  background-color: var(--background-color);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}

.impact-item {
  text-align: center;
}

.impact-image {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 8px;
  overflow: hidden;
}

.impact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 8px;
  line-height: 1.1;
}

.impact-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 12px;
}

.impact-text {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.5;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .service-content {
    padding-top: 0;
  }
  .section-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .section-text {
    font-size: 1rem;
    margin-bottom: 30px;
    padding: 0 16px;
  }

  .how-it-works,
  .how-to-use,
  .best-partners,
  .bndes-products,
  .our-impact,
  .the-best-service,
  .related-content {
    padding: 60px 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-item {
    flex-direction: row;
    text-align: left;
    gap: 20px;
    padding: 20px;
  }

  .service-image {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .service-title {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .service-text {
    font-size: 0.9rem;
  }

  .content-grid {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
  }

  .content-item {
    min-width: calc(100vw - 60px);
    max-width: 320px;
    flex-shrink: 0;
    scroll-snap-align: start;
    padding: 0;
  }

  .content-text-area {
    padding: 16px;
  }

  .content-image {
    width: 100%;
    height: 150px;
    margin: 0;
  }

  .content-title {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .content-text {
    font-size: 0.85rem;
    margin-bottom: 16px;
  }

  .partners-content {
    margin-left: calc(-50vw + 50%);
    padding: 20px 0;
  }

  .partners-slider-track {
    width: fit-content;
    padding: 0 20px;
  }

  .partner-card {
    width: calc(100vw - 40px);
    min-width: 280px;
    max-width: 90vw;
    margin: 0 10px;
  }

  .partner-image {
    height: 200px;
  }

  .partner-info {
    width: 95%;
    padding: 20px;
    top: -15px;
  }

  .partner-title {
    font-size: 1.2rem;
    top: -30px;
    left: 20px;
    padding: 6px 10px;
  }

  .partner-text {
    font-size: 0.9rem;
    margin-top: 15px;
  }

  .partners-nav-btn {
    width: 45px;
    height: 45px;
  }

  .partners-nav-btn svg {
    width: 18px;
    height: 18px;
  }

  .partners-dot {
    width: 12px;
    height: 12px;
  }

  .media-area {
    height: 300px;
    font-size: 1rem;
  }

  .how-to-use-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
  }

  .item-image {
    margin-bottom: 16px;
  }

  .impact-image {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }

  .item-title {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  .item-text {
    font-size: 0.9rem;
  }

  .disclaimer {
    padding: 16px;
    margin-bottom: 30px;
  }

  .disclaimer-text p {
    font-size: 0.85rem;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    flex-direction: row-reverse;
    text-align: left;
  }

  .product-image {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .product-title {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .product-text {
    font-size: 0.9rem;
    margin-bottom: 16px;
  }

  .impact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }

  .impact-title {
    font-size: 2rem;
  }

  .impact-subtitle {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .impact-text {
    font-size: 0.9rem;
  }

  .btn-xl {
    padding: 14px 28px;
    font-size: 1rem;
  }

  .btn-sm {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-text {
    font-size: 0.95rem;
  }

  .media-area {
    height: 250px;
  }

  .product-item {
    flex-direction: column;
    text-align: center;
  }

  .product-image {
    margin: 0 auto 16px;
  }

  .impact-title {
    font-size: 1.75rem;
  }
}

/* Footer Styles */
.footer {
  background: linear-gradient(to bottom, var(--light-blue), var(--primary-color));
  color: white;
  font-family: 'Fira Sans', Arial, sans-serif;
}

/* Contact Bar */
.contact-bar {
  background-color: var(--light-blue);
  padding: 20px 0;
}

.contact-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-size: 16px;
}

.contact-item svg {
  flex-shrink: 0;
}

.contact-item strong {
  font-weight: 600;
}

/* Main Footer */
.main-footer {
  background-color: var(--primary-color);
  padding: 40px 0 40px;
  position: relative;
}

.footer-logo {
  text-align: center;
  margin-bottom: 50px;
}

.logo-placeholder-footer {
  background-color: #ff0000;
  color: white;
  padding: 20px 40px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.footer-column h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li {
  margin-bottom: 12px;
}

.footer-column a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #cccccc;
}

/* Back to Top Button */
.back-to-top {
  position: absolute;
  top: 18px;
  right: 0;
  background: white;
  color: var(--primary-color);
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-family: 'Fira Sans', Arial, sans-serif;
  font-weight: 500;
  transition:
    background-color 0.3s,
    transform 0.2s,
    opacity 0.3s,
    visibility 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}

/* Container for back to top button positioning */
.main-footer .container:last-child {
  position: relative;
}

.back-to-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.back-to-top svg {
  width: 18px;
  height: 18px;
}

/* Footer Bottom */
.footer-bottom {
  background-color: var(--primary-color);
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bndes-footer-logo {
  height: 25px;
  width: auto;
}

.copyright p {
  font-size: 14px;
  color: white;
  margin: 0;
}

.footer-links a {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #cccccc;
}

/* Mobile Footer Styles */
@media (max-width: 768px) {
  .contact-items {
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }

  .contact-item {
    justify-content: flex-start;
    font-size: 14px;
  }

  .main-footer {
    padding: 40px 0 30px;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .logo-placeholder-footer {
    font-size: 20px;
    padding: 15px 30px;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }

  .footer-column h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-column a {
    font-size: 14px;
  }

  .back-to-top {
    top: unset;
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: auto;
    transform: none;
    padding: 12px;
    border-radius: 50%;
  }

  .back-to-top span {
    display: none;
  }

  .back-to-top:hover {
    transform: translateY(-2px);
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .copyright {
    flex-direction: column;
    gap: 15px;
  }

  .bndes-footer-logo {
    height: 30px;
  }

  .copyright p {
    font-size: 12px;
    text-align: center;
  }

  .footer-links a {
    font-size: 12px;
  }
}

/* Hero Slider */
.hero-slider {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: visible;
}

.slider-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slider-track {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 300%;
  height: 100%;
  transition: transform 0.5s ease;
  z-index: 1;
}

.slide {
  width: 33.333%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 84px;
  width: 100%;
  max-width: 1440px;
  gap: 0;
}

.content-box {
  width: 40%;
  max-width: 480px;
  background: white;
  padding: 40px;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.content-text {
  transition: opacity 0.4s ease;
}

.content-text.fade-out {
  opacity: 0;
}

.content-box h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 16px;
  line-height: 1.2;
}

.content-box p {
  font-size: 1.1rem;
  color: var(--text-color);
  margin-bottom: 24px;
  line-height: 1.5;
}

.cta-button {
  background: var(--primary-color);
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta-button:hover {
  background: var(--light-blue);
}

.cta-button svg {
  width: 16px;
  height: 16px;
  padding-top: 5px;
}

/* Slider Controls */
.slider-controls {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
  max-width: 480px;
  height: 50px;
  padding: 0 20px;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.slider-controls::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  height: 4px;
  background: var(--green);
  animation: progressBar 5s linear infinite;
  border-radius: 12px 12px 0 0;
}

@keyframes progressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.slider-controls.paused::before {
  animation-play-state: paused;
}

.nav-btn {
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: white;
}

.nav-btn:hover {
  transform: scale(1.1);
}

.nav-btn svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.center-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dots-container {
  display: flex;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: white;
  transform: scale(1.3);
}

.play-pause-btn {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: white;
}

.play-pause-btn:hover {
  transform: scale(1.1);
}

.play-pause-btn svg {
  fill: white;
}

.play-pause-btn .play-icon {
  display: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .hero-slider {
    height: 490px;
    margin-bottom: 50px;
  }

  .slide-content {
    padding: 0 16px;
    justify-content: flex-end;
  }

  .content-box {
    width: 100%;
    max-width: none;
    padding: 30px 20px;
    position: relative;
    bottom: -50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .content-box h1 {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  .content-box p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .slider-controls {
    width: 100%;
    max-width: none;
    padding: 0 16px;
    bottom: -50px;
    left: 0;
    right: 0;
    background: var(--grey);
    color: var(--primary-color);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .slider-controls::before {
    top: -2px;
    height: 2px;
  }

  .nav-btn {
    width: 45px;
    height: 45px;
    color: var(--primary-color);
  }

  .nav-btn svg {
    width: 18px;
    height: 18px;
    fill: var(--primary-color);
  }

  .center-controls {
    gap: 15px;
  }

  .play-pause-btn {
    width: 36px;
    height: 36px;
    color: var(--primary-color);
  }

  .play-pause-btn svg {
    fill: var(--primary-color);
  }

  .dot {
    width: 10px;
    height: 10px;
    background: rgba(29, 73, 138, 0.5);
  }

  .dot.active {
    background: var(--primary-color);
  }
}

@media (max-width: 480px) {
  .content-box {
    padding: 25px 15px;
  }

  .content-box h1 {
    font-size: 1.75rem;
  }

  .content-box p {
    font-size: 0.95rem;
  }

  .cta-button {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}

/* Breadcrumb Styles */
.breadcrumb {
  padding: 12px 0;
}

.breadcrumb-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.breadcrumb-item {
  font-size: 14px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-item:not(:last-child)::after {
  content: '>';
  color: #999;
  font-weight: normal;
}

.breadcrumb-item a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: var(--light-blue);
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: var(--text-color);
  font-weight: 500;
}

/* FAQ Page Styles */
.faq-page {
  padding: 60px 0 80px;
  padding-bottom: 0;
  background-color: var(--background-color);
  min-height: 60vh;
}

.faq-list {
  background-color: var(--background-color-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-page .section-title {
  margin-bottom: 40px;
}

/* FAQ Search Section */
.faq-search-section {
  margin-bottom: 60px;
  text-align: center;
}

.faq-search-container {
  display: flex;
  max-width: 800px;
  margin: 0 auto 30px;
  position: relative;
}

.search-input-wrapper {
  position: relative;
  width: 100%;
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--grey-text);
  z-index: 2;
}

.faq-search-input {
  width: 100%;
  padding: 16px 120px 16px 48px;
  border: 2px solid var(--grey-border);
  border-radius: 50px;
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  background-color: var(--grey-light);
  transition: all 0.3s ease;
  color: var(--text-color);
}

.faq-search-input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(29, 73, 138, 0.1);
}

.faq-search-input::placeholder {
  color: var(--grey-text);
}

.faq-search-button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: var(--grey-text);
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Fira Sans', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.faq-search-button:hover {
  color: var(--primary-color);
}

/* Quick Search Pills */
.faq-quick-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
}

.pill-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  flex-shrink: 0;
}

/* FAQ Content */
.faq-content {
  max-width: 800px;
  margin: 0 auto;
}

.faq-section-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 40px;
  text-align: center;
  padding: 40px 0;
  margin-left: calc(-50vw + 50%);
  width: calc(100vw - 20px);
}

.faq-section-title.no-space-down {
  margin-bottom: 0;
}

.faq-section-subtitle {
  font-size: 1.6rem;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 40px;
}

/* FAQ Accordion */
.faq-accordion {
  margin-bottom: 60px;
}

.faq-item {
  border-bottom: 1px solid var(--grey);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'Fira Sans', sans-serif;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: var(--primary-color);
}

.faq-question-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.4;
  margin-right: 20px;
  flex: 1;
}

.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: var(--primary-color);
}

.faq-question[aria-expanded='true'] .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  overflow: hidden;
  transition: all 0.3s ease;
  max-height: 0;
  opacity: 0;
}

.faq-answer[aria-expanded='false'] {
  max-height: 0;
  opacity: 0;
}

.faq-answer[aria-expanded='true'] {
  max-height: 500px;
  opacity: 1;
}

.faq-answer-content {
  padding: 0 0 24px 0;
}

.faq-answer-content p {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.6;
  margin: 0;
}

.faq-answer-content a {
  color: var(--primary-color);
  text-decoration: underline;
}

.faq-answer-content ul,
ol {
  padding-left: 30px;
  list-style-position: outside;
}

.faq-answer-content li {
  margin-bottom: 5px;
}

/* Load More Button */
.faq-load-more {
  text-align: center;
}

.faq-load-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Fira Sans', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-load-more-btn:hover {
  background-color: var(--light-blue);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(29, 73, 138, 0.3);
}

.faq-load-more-btn svg {
  transition: transform 0.3s ease;
}

.faq-load-more-btn:hover svg {
  transform: rotate(90deg);
}

/* Search Results Highlighting */
.faq-item.search-result {
  background-color: rgba(255, 255, 0, 0.1);
  border-radius: 8px;
  margin: 4px 0;
  padding: 0 12px;
}

.faq-item.search-result .faq-question-text mark {
  background-color: yellow;
  color: var(--text-color);
  padding: 2px 4px;
  border-radius: 3px;
}

.faq-item.search-result .faq-answer-content mark {
  background-color: yellow;
  color: var(--text-color);
  padding: 2px 4px;
  border-radius: 3px;
}

/* Mobile Responsive FAQ */
@media (max-width: 768px) {
  .breadcrumb {
    padding: 8px 0;
  }

  .breadcrumb-item {
    font-size: 12px;
  }

  .faq-page {
    padding: 40px 0 60px;
  }

  .faq-page .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .faq-search-section {
    margin-bottom: 40px;
  }

  .faq-search-container {
    max-width: none;
    margin-bottom: 20px;
  }

  .faq-search-input {
    padding: 14px 100px 14px 44px;
    font-size: 16px;
  }

  .search-icon {
    left: 14px;
  }

  .faq-search-button {
    padding: 12px 16px;
    font-size: 14px;
  }

  .faq-quick-search {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .faq-section-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .faq-question {
    padding: 20px 0;
  }

  .faq-question-text {
    font-size: 1rem;
    margin-right: 12px;
  }

  .faq-chevron {
    width: 20px;
    height: 20px;
  }

  .faq-answer-content {
    padding: 0 0 20px 0;
  }

  .faq-answer-content p {
    font-size: 0.9rem;
  }

  .faq-load-more-btn {
    padding: 14px 28px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .faq-search-input {
    padding: 12px 80px 12px 40px;
    font-size: 16px;
  }

  .search-icon {
    left: 12px;
    width: 18px;
    height: 18px;
  }

  .faq-search-button {
    padding: 10px 12px;
    font-size: 12px;
  }

  .pill-icon {
    width: 14px;
    height: 14px;
  }

  .faq-question-text {
    font-size: 0.95rem;
  }

  .faq-answer-content p {
    font-size: 0.85rem;
  }
}

/* 404 Error Page Styles */
.error-page {
  padding: 120px 0 80px;
  background-color: var(--background-color);
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.error-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.error-number {
  font-size: 8rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.error-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.error-message {
  font-size: 1.1rem;
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.error-content .cta-button-primary {
  padding: 16px 32px;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.error-content .cta-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(29, 73, 138, 0.3);
}

/* Mobile Responsive 404 */
@media (max-width: 768px) {
  .error-page {
    padding: 80px 0 60px;
  }

  .error-number {
    font-size: 6rem;
    margin-bottom: 16px;
  }

  .error-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .error-message {
    font-size: 1rem;
    margin-bottom: 32px;
  }

  .error-content .cta-button-primary {
    padding: 14px 28px;
    font-size: 1rem;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .error-page {
    padding: 60px 0 40px;
  }

  .error-number {
    font-size: 4.5rem;
    margin-bottom: 12px;
  }

  .error-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  .error-message {
    font-size: 0.9rem;
    margin-bottom: 24px;
  }

  .error-content .cta-button-primary {
    padding: 12px 24px;
    font-size: 0.9rem;
    width: 100%;
    max-width: 280px;
  }
}

/* Services Hero Section */
.services-hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.services-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-hero .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 80px;
  z-index: 10;
}

.services-hero .content-box {
  background: var(--white);
  border-radius: 12px;
  padding: 40px;
  max-width: 580px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}

.services-hero .content-text h1 {
  font-size: 28px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 16px;
  line-height: 1.2;
}

.services-hero .content-text p {
  font-size: 1.1rem;
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 32px;
}

.services-hero .cta-button {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Fira Sans', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.services-hero .cta-button:hover {
  background: var(--light-blue);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(29, 73, 138, 0.3);
}

.services-hero .cta-button svg {
  transition: transform 0.3s ease;
}

.services-hero .cta-button:hover svg {
  transform: translateX(4px);
}

/* Mobile Responsive Services Hero */
@media (max-width: 768px) {
  .services-hero {
    height: 450px;
  }

  .services-hero .slide-content {
    padding: 0 16px;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 60px;
  }

  .services-hero .content-box {
    max-width: none;
    width: 100%;
    padding: 30px 20px;
    margin: 0;
  }

  .services-hero .content-text h1 {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  .services-hero .content-text p {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .services-hero .cta-button {
    padding: 14px 28px;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .services-hero {
    height: 400px;
  }

  .services-hero .slide-content {
    padding-bottom: 40px;
  }

  .services-hero .content-box {
    padding: 24px 16px;
  }

  .services-hero .content-text h1 {
    font-size: 1.75rem;
    margin-bottom: 8px;
  }

  .services-hero .content-text p {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  .services-hero .cta-button {
    padding: 12px 24px;
    font-size: 0.85rem;
  }
}

/* Services Tabs Section */
.services-tabs-section {
  width: 100%;
  padding-top: 130px;
}

/* Tab Navigation */
.tabs-navigation {
  background-color: var(--white);
  width: 100%;
  border-bottom: 1px solid var(--grey);
}

.tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  position: relative;
}

.tab-indicator {
  position: absolute;
  bottom: 0;
  height: 3px;
  background: var(--green);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px 2px 0 0;
  opacity: 0;
}

.tab-button {
  flex: 1;
  padding: 20px 24px;
  background-color: transparent;
  border: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-color);
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

/* Tab Content */
.tabs-content {
  background-color: var(--background-color-grey);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 150px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel h2 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 30px;
  text-align: center;
}

.tab-panel p {
  font-size: 1.1rem;
  color: var(--text-color);
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

/* Mobile Responsive Tabs */
@media (max-width: 768px) {
  .tabs-nav {
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
    padding: 0 16px;
  }

  .tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .tab-button {
    flex: none;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: max-content;
    padding: 16px 20px;
    font-size: 1rem;
  }

  .tab-button.active {
    color: var(--primary-color);
  }

  .tabs-content {
    padding: 40px 0;
  }

  .tab-panel h2 {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }

  .tab-panel p {
    font-size: 1rem;
    margin-bottom: 32px;
  }
}

/* Tabs Scroll Indicators */
.tabs-wrapper {
  position: relative;
  overflow: visible;
}

.tabs-scroll-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--grey);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 3;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
  cursor: pointer;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.tabs-scroll-indicator:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.1);
}

.tabs-scroll-indicator--left {
  left: -16px;
}

.tabs-scroll-indicator--right {
  right: -16px;
}

.tabs-scroll-indicator.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tabs-scroll-indicator svg {
  width: 16px;
  height: 16px;
  color: var(--primary-color);
}

/* Hide indicators on larger screens */
@media (min-width: 769px) {
  .tabs-scroll-indicator {
    display: none;
  }
}

@media (max-width: 480px) {
  .tab-button {
    padding: 14px 16px;
    font-size: 0.9rem;
  }

  .tabs-content {
    padding: 32px 0;
  }

  .tab-panel h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  .tab-panel p {
    font-size: 0.9rem;
    margin-bottom: 24px;
  }
}

.services-content {
  display: flex;
  align-items: center;
  height: 100%;
}

/* Services Page Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.services-card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  transition: none !important;
  transform: none !important;
}

.services-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

.services-card-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--grey-light);
  overflow: hidden;
}

.services-card-image img {
  max-width: 100%;
}

.services-card-content {
  padding: 20px;
}

.services-card-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 12px;
  line-height: 1.3;
}

.services-card-content p {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}

.services-card-spacer {
  height: 30px;
  width: 100%;
}

/* Mobile Responsive Services Grid */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }

  .services-card-image {
    height: 180px;
  }

  .services-card-content {
    padding: 16px;
  }

  .services-card-content h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .services-card-content p {
    font-size: 0.9rem;
    margin-bottom: 16px;
  }
}

/* Services FAQ Section */
.services-faq-section {
  background-color: white;
  padding: 80px 0;
}

.services-faq-content {
  max-width: 800px;
  margin: 0 auto;
}

.services-faq-content .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.services-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Mobile Responsive Services FAQ */
@media (max-width: 768px) {
  .services-faq-section {
    padding: 60px 0;
  }

  .services-faq-content .section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.bndes--accessibility-header {
  background-color: var(--primary-color);
  padding: 30px;
  color: white;
  gap: 20px;
}

.bndes--accessibility-header h1 {
  font-size: 30px;
  font-weight: 600;
}

.bndes-accessibility-content {
  font-size: 16px;
  padding: 40px 0;
}

.bndes-accessibility-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.bndes-accessibility-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.bndes-accessibility-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.reversed-svg {
  rotate: 180deg;
}
.partners-slider {
  touch-action: pan-y pinch-zoom;
  cursor: grab;
  user-select: none;
}

.partners-slider:active {
  cursor: grabbing;
}

/* PAGINATION - FIXED VERSION */
.pagination {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  padding-bottom: 2px;
  margin-bottom: 40px;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 12px;
}

.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  background: var(--white-color);
  border-radius: 50%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.pagination li a:hover {
  background-color: var(--bg-color-2);
  box-shadow: none;
}

.pagination li a.active {
  background: rgba(115, 251, 68, 0.16);
  border: 2px solid var(--pag-active-color);
  box-shadow: none;
}

.pagination .ellipsis {
  pointer-events: none;
  background: transparent;
  box-shadow: none;
  color: var(--text-color);
}

.pagination li .disabled {
  opacity: 0.32;
}

.pagination li .pagination-prev {
  transform: rotate(-180deg);
}

/* FIXED: Added overflow hidden and background-size */
.pagination li .pagination-prev,
.pagination li .pagination-next {
  font-size: 0; /* Better than text-indent for flex items */
  line-height: 0;
  background: transparent url(../icons/icon-chevron-2.svg) center center no-repeat;
  background-size: 16px 16px; /* Constrain SVG size */
  box-shadow: none;
  overflow: hidden; /* Prevent layout issues */
}

.bndes-cookies {
  display: none;
  position: fixed;
  left: 0px;
  bottom: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  background: var(--Principal-Azul, #1248c6);
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.6);
  padding: 40px 0px;
  font-family: 'Fira Sans', sans-serif;
  width: 100%;
  z-index: 999999;
}

.bndes-cookies__container {
  max-width: 1244px;
  width: calc(100% - 48px);
  margin: 0px auto;
  display: flex;
  align-items: center;
  gap: 200px;
  justify-content: space-between;
}

.bndes-cookies__container p {
  color: var(--Branco, #fff);
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0px;
}

.bndes-cookies__container p strong {
  font-weight: 700;
}

.bndes-cookies__container p strong a {
  text-decoration: underline;
  color: #fff;
}

.bndes-cookies__container button {
  font-family: 'Fira Sans', sans-serif;
  display: flex;
  height: 48px;
  padding: 0px 72px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  border: 2px solid var(--Branco, #fff);
  background: var(--Branco, #fff);
  color: var(--Principal-Azul, #1248c6);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
}

.bndes-cookies__container button:hover {
  border-radius: 1000px;
  border: 2px solid var(--Branco, #fff);
  background: rgba(255, 255, 255, 0.16);
  color: var(--Branco, #fff);
}

@media (max-width: 1199px) {
  .bndes-cookies__container {
    gap: 100px;
  }
}

@media (max-width: 991px) {
  .bndes-cookies__container {
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .bndes-cookies__container {
    gap: 32px;
    flex-direction: column;
    align-items: stretch;
  }

  .bndes-cookies__container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
}

.image-placeholder img {
  width: 100%;
  height: 100%;
}
