.navigation-links-wrapper {
  display: contents;
}
.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-text1 {
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links-text2 {
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links-text3 {
  margin-left: var(--dl-space-space-twounits);
}








@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-text1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-text2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-text3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.navbar-wrapper {
  display: contents;
}
.navbar-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.navbar-image1 {
  width: 135px;
}
.navbar-icon10 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar-container1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.navbar-image2 {
  width: 106px;
}
.navbar-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-icon12 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar-primary-btn1 {
  margin-top: var(--dl-space-space-oneandhalfunits);
}
.navbar-social-media {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.navbar-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.navbar-icon14 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon14:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon18 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon18:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon22 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon22:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon24 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.navbar-icon24:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
@media(max-width: 767px) {
  .navbar-primary-btn2 {
    display: none;
  }
}

.feature-card-wrapper {
  display: contents;
}
.feature-card-card {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image {
  width: 210px;
  object-fit: cover;
}
.feature-card-text1 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text2 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text2:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card {
    width: 100%;
  }
}

.feature-card-wrapper-40hg {
  display: contents;
}
.feature-card-card1 {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image1 {
  width: 210px;
  object-fit: cover;
}
.feature-card-text3 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text4 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text4:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card1 {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card1 {
    width: 100%;
  }
}

.feature-card-wrapper-sewb {
  display: contents;
}
.feature-card-card2 {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image2 {
  width: 210px;
  object-fit: cover;
}
.feature-card-text5 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text6 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text6:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card2 {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card2 {
    width: 100%;
  }
}

.feature-card-wrapper-sjyw {
  display: contents;
}
.feature-card-card3 {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image3 {
  width: 210px;
  object-fit: cover;
}
.feature-card-text7 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text8 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text8:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card3 {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card3 {
    width: 100%;
  }
}

.feature-card-wrapper-cky8 {
  display: contents;
}
.feature-card-card4 {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image4 {
  width: 210px;
  object-fit: cover;
}
.feature-card-text9 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text10 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text10:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card4 {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card4 {
    width: 100%;
  }
}

.feature-card-wrapper-w6xa {
  display: contents;
}
.feature-card-card5 {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image5 {
  width: 210px;
  object-fit: cover;
}
.feature-card-text11 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text12 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text12:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card5 {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card5 {
    width: 100%;
  }
}

.feature-card-wrapper-905o {
  display: contents;
}
.feature-card-card6 {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image6 {
  width: 210px;
  object-fit: cover;
}
.feature-card-text13 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text14 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text14:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card6 {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card6 {
    width: 100%;
  }
}

.feature-card-wrapper-79g7 {
  display: contents;
}
.feature-card-card7 {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image7 {
  width: 210px;
  object-fit: cover;
}
.feature-card-text15 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text16 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text16:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card7 {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card7 {
    width: 100%;
  }
}

.feature-card-wrapper-ywhn {
  display: contents;
}
.feature-card-card8 {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image8 {
  width: 210px;
  object-fit: cover;
}
.feature-card-text17 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text18 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text18:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card8 {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card8 {
    width: 100%;
  }
}

.feature-card-wrapper-vzj1 {
  display: contents;
}
.feature-card-card9 {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image9 {
  width: 210px;
  object-fit: cover;
}
.feature-card-text19 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text20 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text20:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card9 {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card9 {
    width: 100%;
  }
}

.feature-card-wrapper-bf8t {
  display: contents;
}
.feature-card-card10 {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image10 {
  width: 210px;
  object-fit: cover;
}
.feature-card-text21 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text22 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text22:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card10 {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card10 {
    width: 100%;
  }
}

.feature-image-card{
  height: 175px;
  align-content: center;  
}

.feature-card-wrapper-uudk {
  display: contents;
}
.feature-card-card11 {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  flex-direction: column;
}
.feature-card-image11 {
  width: 210px;
  object-fit: cover;
}
.feature-card-text23 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text24 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text24:hover {
  text-decoration: underline;
}
@media(max-width: 767px) {
  .feature-card-card11 {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .feature-card-card11 {
    width: 100%;
  }
}

.logos1-wrapper {
  display: contents;
}
.logos1-container1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  align-items: center;
  flex-direction: column;
}
.logos1-max-width {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.logos1-logo1 {
  object-fit: contain;
}
.logos1-logo2 {
  object-fit: contain;
}
.logos1-logo3 {
  object-fit: contain;
}
.logos1-logo4 {
  object-fit: contain;
}
.logos1-logo5 {
  object-fit: contain;
}
.logos1-logo6 {
  object-fit: contain;
}



@media(max-width: 767px) {
  .logos1-container1 {
    gap: var(--dl-space-space-twounits);
  }
  .logos1-max-width {
    gap: var(--dl-space-space-twounits);
  }
}

.logos1-wrapper-vehf {
  display: contents;
}
.logos1-container3 {
  gap: var(--dl-space-space-threeunits);
  width: 50%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  align-items: center;
  flex-direction: column;
}
.logos1-max-width1 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.logos1-logo11 {
  object-fit: contain;
}
.logos1-logo21 {
  object-fit: contain;
}
.logos1-logo31 {
  object-fit: contain;
}
.logos1-logo41 {
  object-fit: contain;
}
.logos1-logo51 {
  object-fit: contain;
}
.logos1-logo61 {
  object-fit: contain;
}



@media(max-width: 767px) {
  .logos1-container3 {
    gap: var(--dl-space-space-twounits);
  }
  .logos1-max-width1 {
    gap: var(--dl-space-space-twounits);
  }
}

.logos1-wrapper-5xoy {
  display: contents;
}
.logos1-container5 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  align-items: center;
  flex-direction: column;
}
.logos1-max-width2 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.logos1-logo12 {
  object-fit: contain;
}
.logos1-logo22 {
  object-fit: contain;
}
.logos1-logo32 {
  object-fit: contain;
}
.logos1-logo42 {
  object-fit: contain;
}
.logos1-logo52 {
  object-fit: contain;
}
.logos1-logo62 {
  object-fit: contain;
}



@media(max-width: 767px) {
  .logos1-container5 {
    gap: var(--dl-space-space-twounits);
  }
  .logos1-max-width2 {
    gap: var(--dl-space-space-twounits);
  }
}

.footer-wrapper {
  display: contents;
}
.footer-footer {
  border-color: rgba(33, 33, 33, 0.1);
  border-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.footer-max-width1 {
  flex-direction: column;
  justify-content: center;
}
.footer-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-text1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.footer-max-width2 {
  justify-content: space-between;
}
.footer-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-text2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.footer-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.footer-max-width3 {
  justify-content: space-between;
}
.footer-container4 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-text3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
@media(max-width: 991px) {
  .footer-max-width1 {
    flex-direction: column-reverse;
  }
  .footer-container1 {
    width: 100%;
  }
  .footer-max-width2 {
    flex-direction: column-reverse;
  }
  .footer-container2 {
    width: 100%;
  }
  .footer-max-width3 {
    flex-direction: column-reverse;
  }
  .footer-container4 {
    width: 100%;
  }
}

.copyright-wrapper {
  display: contents;
}
.copyright-copyright {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}
.copyright-max-width {
  align-items: stretch;
}
.copyright-text1 {
  color: var(--dl-color-grays-gray100);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
@media(max-width: 991px) {
  .copyright-max-width {
    flex-direction: column;
  }
}

.home-container {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-main {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-max-width1 {
  align-items: stretch;
}
.home-content-container {
  flex: 1;
  display: flex;
  min-width: 65%;
  align-items: flex-start;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.home-text10 {
  font-size: 52px;
}
.home-features-container {
  flex: 0 0 auto;
  width: 537px;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}
.home-feature1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row;
}
.home-icon1 {
  fill: var(--dl-color-backgrounds-primary);
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 12px;
}
.home-text11 {
  color: var(--dl-color-grays-gray100);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.home-feature2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row;
}
.home-icon3 {
  fill: var(--dl-color-backgrounds-primary);
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 12px;
}
.home-text12 {
  color: var(--dl-color-grays-gray60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.home-button {
  line-height: 1;
}
.home-image-container {
  flex: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.home-image {
  max-width: 400px;
  object-fit: cover;
  /*margin-left: 45px;*/
}
.home-section-one1 {
  border-color: rgba(33, 33, 33, 0.1);
  border-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-max-width2 {
  flex-direction: column;
}
.home-text13 {
  font-size: 42px;
  text-align: center;
}
.home-text15 {
  color: #169385;
}
.home-text16 {
  color: #169385;
}
.home-cards-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-cards-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-section-one2 {
  border-color: rgba(33, 33, 33, 0.1);
  border-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-max-width3 {
  flex-direction: column;
}
.home-text17 {
  font-size: 42px;
  text-align: center;
}
.home-text19 {
  color: #169385;
}
.home-text20 {
  color: #169385;
}
.home-cards-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
@media(max-width: 991px) {
  .home-max-width1 {
    flex-direction: column-reverse;
    padding: 10px;
  }
  .home-content-container {
    margin-bottom: 42px;
    padding-right: 0px;
  }
  .home-features-container{
    width: 100%;
  }
  .home-text10 {
    display: none;
    width: 100%;
  }
  .home-image {
    max-width: 100%;
    margin-left: 0px;
  }
}
@media(max-width: 767px) {
  .home-text13 {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-cards-container1 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-cards-container2 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-text17 {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-cards-container3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media(max-width: 479px) {
  .home-cards-container1 {
    justify-content: center;
  }
  .home-cards-container2 {
    justify-content: center;
  }
  .home-cards-container3 {
    justify-content: center;
  }
}


/* Footer Styles - CSS Puro */
.footer {
  background-color: #111827;
  color: white;
  padding: 3rem 1rem;
}

@media (min-width: 640px) {
  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.footer-container {
  max-width: var(--dl-size-size-maxwidth);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.footer-logo {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, #2563eb, #0d9488);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: white;
}

.footer-brand-text h3 {
  font-weight: bold;
  margin: 0;
}

.footer-brand-text p {
  font-size: 0.875rem;
  color: #d1d5db;
  margin: 0;
}

.footer-description {
  color: #d1d5db;
  font-size: 0.875rem;
  line-height: 1.5;
}

.footer-section h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 0;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: white;
}

.footer-contact {
  font-size: 0.875rem;
  color: #d1d5db;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-contact p {
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .footer {
    padding: 2rem 1rem;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .footer-section {
    text-align: center;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .footer {
    background-color: #030712;
  }
}

/* Hover effects */
.footer-nav li:hover {
  transform: translateX(0.25rem);
  transition: transform 0.2s ease;
}

/* Focus states for accessibility */
.footer-nav a:focus {
  outline: none;
  box-shadow: 0 0 0 2px #3b82f6;
  border-radius: 0.25rem;
}