/* Footer — liderdepolama.com (wpo-site-footer-s2) */

.wpo-site-footer-s2.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  background: url(../images/ft-bg.jpg) no-repeat center top / cover;
  color: rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.wpo-site-footer-s2.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1e3446;
  opacity: 0.98;
  z-index: 0;
  pointer-events: none;
}

.wpo-site-footer-s2.site-footer a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.wpo-site-footer-s2.site-footer a:hover {
  color: var(--accent);
}

.site-footer h3.footer-nav-block__title {
  color: #fff;
}

/* Bootstrap-like grid (footer only) */
.site-footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.site-footer .row > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  min-height: 1px;
}

.site-footer .align-items-center {
  align-items: center;
}

@media (min-width: 768px) {
  .site-footer .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .site-footer .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .site-footer .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .site-footer .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-footer .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .site-footer .text-lg-end {
    text-align: right;
  }
}

.wpo-site-footer-s2.site-footer .upper-footer {
  position: relative;
  z-index: 2;
  padding: 64px 0 48px;
}

@media (min-width: 992px) {
  .wpo-site-footer-s2.site-footer .upper-footer {
    padding-top: 72px;
    padding-bottom: 56px;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer-s2.site-footer .upper-footer {
    padding: 48px 0 32px;
  }

  .wpo-site-footer-s2.site-footer .upper-footer .col-12 {
    margin-bottom: 28px;
  }

  .site-footer .text-lg-end {
    text-align: left;
  }
}

.site-footer__brand {
  position: relative;
  z-index: 2;
  padding-top: 4px;
}

.site-footer__badge {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 12px;
  margin-bottom: 18px;
  border-radius: 0;
}

.site-footer__brand .logo img {
  max-width: 180px;
  margin-bottom: 20px;
}

.site-footer__brand-text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer__brand-text a {
  color: #fff;
  font-weight: 700;
}

.site-footer__meta {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.site-footer__meta li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer__meta svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 3px;
}

.site-footer__meta a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.site-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.site-footer__social a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.site-footer__social svg {
  width: 16px;
  height: 16px;
}

.site-footer__nav-grid {
  position: relative;
  z-index: 2;
}

.site-footer__nav-grid > [class*="col-"] {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .site-footer__nav-grid > [class*="col-"] {
    margin-bottom: 0;
  }
}

.footer-nav-block {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--accent);
  padding: 22px 20px 18px;
  height: 100%;
}

.footer-nav-block__title {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.footer-nav-block__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 3px;
  background: var(--accent);
}

.footer-nav-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav-block__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-nav-block__item:last-child {
  border-bottom: 0;
}

.footer-nav-block__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-nav-block__link::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  background: var(--accent);
}

.footer-nav-block__link:hover {
  color: #fff;
  padding-left: 4px;
}

.site-footer__cta {
  position: relative;
  z-index: 2;
  margin-top: 36px;
  background: rgba(23, 114, 101, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid var(--teal);
  padding: 22px 24px;
}

.site-footer__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.site-footer__cta-label {
  display: inline-block;
  background: var(--teal);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 0;
}

.site-footer__cta-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  max-width: 520px;
}

.site-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 0;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-footer__cta-btn:hover {
  background: #fff;
  color: #1e3446 !important;
}

.site-footer .wpo-lower-footer {
  position: relative;
  z-index: 2;
  text-align: center;
}

.site-footer .wpo-lower-footer .row {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}

.site-footer .wpo-lower-footer .copyright,
.site-footer .wpo-lower-footer .link {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer .wpo-lower-footer .copyright {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}

.site-footer .wpo-lower-footer .link {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
}

.site-footer .wpo-lower-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer .wpo-lower-footer a:hover {
  color: var(--accent);
}

.site-footer .wpo-lower-footer .copyright-icon {
  opacity: 0.4;
  margin: 0 4px;
}

/* Decorative vectors */
.wpo-site-footer-s2 .vector-1,
.wpo-site-footer-s2 .vector-2,
.wpo-site-footer-s2 .vector-3,
.wpo-site-footer-s2 .vector-4 {
  position: absolute;
  left: -130px;
  top: 0;
  background: #ff7063;
  opacity: 0.06;
  width: 250px;
  height: 115%;
  z-index: 1;
  transform: rotate(345deg);
  pointer-events: none;
}

.wpo-site-footer-s2 .vector-1 {
  left: -125px;
  top: -130px;
  transform: rotate(35deg);
}

.wpo-site-footer-s2 .vector-2 {
  left: -160px;
  top: -100px;
  transform: rotate(30deg);
}

.wpo-site-footer-s2 .vector-3 {
  left: -185px;
  top: -100px;
  transform: rotate(23deg);
}

.wpo-site-footer-s2 .vector-4 {
  left: -210px;
  top: -100px;
  transform: rotate(15deg);
}

.wpo-site-footer-s2 .vector-5,
.wpo-site-footer-s2 .vector-6,
.wpo-site-footer-s2 .vector-7,
.wpo-site-footer-s2 .vector-8 {
  position: absolute;
  right: -60px;
  bottom: -235px;
  background: #177265;
  opacity: 0.06;
  width: 250px;
  height: 115%;
  z-index: 1;
  transform: rotate(59deg);
  pointer-events: none;
}

.wpo-site-footer-s2 .vector-6 {
  bottom: -265px;
  transform: rotate(50deg);
}

.wpo-site-footer-s2 .vector-7 {
  bottom: -330px;
  transform: rotate(40deg);
}

.wpo-site-footer-s2 .vector-8 {
  right: -110px;
  bottom: -345px;
  transform: rotate(30deg);
}

@media (max-width: 1199px) {
  .wpo-site-footer-s2 .vector-1,
  .wpo-site-footer-s2 .vector-2,
  .wpo-site-footer-s2 .vector-3,
  .wpo-site-footer-s2 .vector-4,
  .wpo-site-footer-s2 .vector-5,
  .wpo-site-footer-s2 .vector-6,
  .wpo-site-footer-s2 .vector-7,
  .wpo-site-footer-s2 .vector-8 {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-footer__cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__cta-btn {
    width: 100%;
  }

  .site-footer .wpo-lower-footer .copyright,
  .site-footer .wpo-lower-footer .link {
    justify-content: flex-start;
  }

  .site-footer .wpo-lower-footer .link {
    margin-top: 10px;
  }
}
