@import url('https://fonts.googleapis.com/css2?family=Changa:wght@300;400;500;600;700;800&display=swap');

.eco-footer-f4ba5723 {
  --eco-footer-navy: #0d2d58;
  --eco-footer-navy-2: #0b4160;
  --eco-footer-green: #08733f;
  --eco-footer-green-2: #15915a;
  --eco-footer-blue: #1677a7;
  --eco-footer-gold: #d9a73f;
  --eco-footer-earth: #9a7850;
  --eco-footer-white: #ffffff;
  --eco-footer-muted: rgba(255, 255, 255, 0.68);
  --eco-footer-line: rgba(255, 255, 255, 0.1);

  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--eco-footer-white);
  font-family: "Changa", sans-serif;
  background:
    radial-gradient(circle at 8% 12%, rgba(21, 145, 90, 0.19), transparent 25%),
    radial-gradient(circle at 91% 80%, rgba(22, 119, 167, 0.2), transparent 28%),
    linear-gradient(135deg, #091f3c 0%, #0d2d58 48%, #0a4b43 130%);
  isolation: isolate;
}

.eco-footer-f4ba5723 * {
  box-sizing: border-box;
}

.eco-footer-f4ba5723 a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}

.eco-footer-f4ba5723 button {
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}

.eco-footer-f4ba5723 .eco-footer-bg-grid {
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: 0.13;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.82), transparent 92%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.82), transparent 92%);
}

.eco-footer-f4ba5723 .eco-footer-orbit {
  position: absolute;
  z-index: -3;
  border-radius: 50%;
  pointer-events: none;
}

.eco-footer-f4ba5723 .eco-footer-orbit-one {
  top: -250px;
  left: -180px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(217, 167, 63, 0.13);
  box-shadow:
    0 0 0 55px rgba(217, 167, 63, 0.025),
    0 0 0 110px rgba(255, 255, 255, 0.015);
}

.eco-footer-f4ba5723 .eco-footer-orbit-two {
  right: -210px;
  bottom: -310px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(22, 119, 167, 0.12), transparent 68%);
}

.eco-footer-f4ba5723 .eco-footer-shell {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 28px;
}

/* Integrated CTA */
.eco-footer-f4ba5723 .eco-footer-cta {
  position: relative;
  margin: 0 0 58px;
  padding: 32px 34px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0 0 32px 32px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.eco-footer-f4ba5723 .eco-footer-cta::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217,167,63,.18), transparent 68%);
  pointer-events: none;
}

.eco-footer-f4ba5723 .eco-footer-cta-copy,
.eco-footer-f4ba5723 .eco-footer-cta-actions {
  position: relative;
  z-index: 2;
}

.eco-footer-f4ba5723 .eco-footer-cta-copy small {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  color: #77d6a3;
  font-size: 12px;
  font-weight: 600;
}

.eco-footer-f4ba5723 .eco-footer-cta-copy small::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #62d799;
  box-shadow: 0 0 0 6px rgba(98, 215, 153, 0.1);
}

.eco-footer-f4ba5723 .eco-footer-cta-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.7vw, 36px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.6px;
}

.eco-footer-f4ba5723 .eco-footer-cta-copy p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--eco-footer-muted);
  font-size: 13px;
  line-height: 1.9;
}

.eco-footer-f4ba5723 .eco-footer-cta-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.eco-footer-f4ba5723 .eco-footer-btn {
  min-height: 52px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.eco-footer-f4ba5723 .eco-footer-btn svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.eco-footer-f4ba5723 .eco-footer-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--eco-footer-green), var(--eco-footer-green-2) 55%, var(--eco-footer-blue));
  box-shadow: 0 15px 32px rgba(8, 115, 63, 0.25);
}

.eco-footer-f4ba5723 .eco-footer-btn-primary:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(8, 115, 63, 0.32);
}

.eco-footer-f4ba5723 .eco-footer-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.075);
}

.eco-footer-f4ba5723 .eco-footer-btn-secondary:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

/* Main columns */
.eco-footer-f4ba5723 .eco-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(165px, .7fr) minmax(210px, .88fr) minmax(240px, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.eco-footer-f4ba5723 .eco-footer-brand {
  max-width: 360px;
}

.eco-footer-f4ba5723 .eco-footer-logo-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.eco-footer-f4ba5723 .eco-footer-logo-wrap {
  position: relative;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  box-shadow:
    0 17px 36px rgba(0,0,0,.15),
    inset 0 0 0 1px rgba(13,45,88,.06);
}

.eco-footer-f4ba5723 .eco-footer-logo-wrap::after {
  content: "";
  position: absolute;
  inset: -5px;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--eco-footer-green), var(--eco-footer-blue), var(--eco-footer-gold));
  opacity: 0.22;
}

.eco-footer-f4ba5723 .eco-footer-logo {
  width: 66px;
  height: 66px;
  object-fit: contain;
  display: block;
}

.eco-footer-f4ba5723 .eco-footer-name {
  min-width: 0;
}

.eco-footer-f4ba5723 .eco-footer-name strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

.eco-footer-f4ba5723 .eco-footer-name span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.6);
  font-size: 10px;
  line-height: 1.6;
}

.eco-footer-f4ba5723 .eco-footer-brand-copy {
  margin: 22px 0 0;
  color: var(--eco-footer-muted);
  font-size: 13px;
  line-height: 2;
}

.eco-footer-f4ba5723 .eco-footer-brand-copy strong {
  color: #ffffff;
  font-weight: 700;
}

.eco-footer-f4ba5723 .eco-footer-brand-tags {
  margin-top: 19px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.eco-footer-f4ba5723 .eco-footer-brand-tag {
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.045);
  font-size: 10px;
  font-weight: 500;
}

.eco-footer-f4ba5723 .eco-footer-brand-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 50%;
  background: var(--eco-footer-gold);
}

.eco-footer-f4ba5723 .eco-footer-col h3 {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 12px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.eco-footer-f4ba5723[dir="rtl"] .eco-footer-col h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--eco-footer-gold), var(--eco-footer-green));
}

.eco-footer-f4ba5723[dir="ltr"] .eco-footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--eco-footer-green), var(--eco-footer-gold));
}

.eco-footer-f4ba5723 .eco-footer-links,
.eco-footer-f4ba5723 .eco-footer-services,
.eco-footer-f4ba5723 .eco-footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eco-footer-f4ba5723 .eco-footer-links,
.eco-footer-f4ba5723 .eco-footer-services {
  display: grid;
  gap: 11px;
}

.eco-footer-f4ba5723 .eco-footer-links a,
.eco-footer-f4ba5723 .eco-footer-services a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--eco-footer-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  transition: color 0.25s ease, transform 0.25s ease;
}

.eco-footer-f4ba5723 .eco-footer-links a::before,
.eco-footer-f4ba5723 .eco-footer-services a::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: rgba(255,255,255,.23);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.eco-footer-f4ba5723[dir="rtl"] .eco-footer-links a:hover,
.eco-footer-f4ba5723[dir="rtl"] .eco-footer-services a:hover {
  color: #ffffff;
  transform: translateX(-4px);
}

.eco-footer-f4ba5723[dir="ltr"] .eco-footer-links a:hover,
.eco-footer-f4ba5723[dir="ltr"] .eco-footer-services a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.eco-footer-f4ba5723 .eco-footer-links a:hover::before,
.eco-footer-f4ba5723 .eco-footer-services a:hover::before {
  background: var(--eco-footer-gold);
  box-shadow: 0 0 0 5px rgba(217,167,63,.08);
}

.eco-footer-f4ba5723 .eco-footer-contact-list {
  display: grid;
  gap: 12px;
}

.eco-footer-f4ba5723 .eco-footer-contact-item {
  padding: 12px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.eco-footer-f4ba5723 .eco-footer-contact-item:hover {
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.07);
  transform: translateY(-2px);
}

.eco-footer-f4ba5723 .eco-footer-contact-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #7fe0ae;
  background: rgba(8,115,63,.18);
}

.eco-footer-f4ba5723 .eco-footer-contact-item:nth-child(2) .eco-footer-contact-icon {
  color: #78c9e8;
  background: rgba(22,119,167,.18);
}

.eco-footer-f4ba5723 .eco-footer-contact-icon svg,
.eco-footer-f4ba5723 .eco-footer-contact-icon i {
  width: 19px;
  height: 19px;
  font-size: 19px;
}

.eco-footer-f4ba5723 .eco-footer-contact-copy small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255,255,255,.48);
  font-size: 9px;
  line-height: 1.5;
}

.eco-footer-f4ba5723 .eco-footer-contact-copy strong {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  direction: ltr;
  overflow-wrap: anywhere;
}

.eco-footer-f4ba5723[dir="rtl"] .eco-footer-contact-copy strong {
  text-align: right;
}

.eco-footer-f4ba5723[dir="ltr"] .eco-footer-contact-copy strong {
  text-align: left;
}

/* Bottom */
.eco-footer-f4ba5723 .eco-footer-bottom {
  margin-top: 54px;
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--eco-footer-line);
}

.eco-footer-f4ba5723 .eco-footer-copy {
  color: rgba(255,255,255,.52);
  font-size: 11px;
  line-height: 1.8;
}

.eco-footer-f4ba5723 .eco-footer-copy strong {
  color: rgba(255,255,255,.78);
  font-weight: 600;
}

.eco-footer-f4ba5723 .eco-footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eco-footer-f4ba5723 .eco-footer-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  line-height: 1.6;
}

.eco-footer-f4ba5723 .eco-footer-status::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: #55d491;
  box-shadow: 0 0 0 5px rgba(85,212,145,.1);
}

.eco-footer-f4ba5723 .eco-footer-top-btn {
  width: 43px;
  height: 43px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(255,255,255,.065);
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.eco-footer-f4ba5723 .eco-footer-top-btn:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.22);
}

.eco-footer-f4ba5723 .eco-footer-top-btn svg {
  width: 18px;
  height: 18px;
}

.eco-footer-f4ba5723 .eco-footer-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}

.eco-footer-f4ba5723 .eco-footer-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Styles */
@media (max-width: 1060px) {
  .eco-footer-f4ba5723 .eco-footer-grid {
    grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, 1fr));
    gap: 28px;
  }
  .eco-footer-f4ba5723 .eco-footer-cta {
    grid-template-columns: 1fr;
  }
  .eco-footer-f4ba5723 .eco-footer-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .eco-footer-f4ba5723 .eco-footer-shell {
    width: min(100% - 28px, 1240px);
  }
  .eco-footer-f4ba5723 .eco-footer-cta {
    margin-bottom: 46px;
    padding: 28px;
    border-radius: 0 0 26px 26px;
  }
  .eco-footer-f4ba5723 .eco-footer-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 38px 28px;
  }
  .eco-footer-f4ba5723 .eco-footer-brand {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .eco-footer-f4ba5723 .eco-footer-shell {
    width: min(100% - 24px, 620px);
  }
  .eco-footer-f4ba5723 .eco-footer-cta {
    padding: 24px 20px;
    text-align: center;
  }
  .eco-footer-f4ba5723 .eco-footer-cta-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .eco-footer-f4ba5723 .eco-footer-btn {
    width: 100%;
  }
  .eco-footer-f4ba5723 .eco-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .eco-footer-f4ba5723 .eco-footer-brand {
    text-align: center;
  }
  .eco-footer-f4ba5723 .eco-footer-logo-row,
  .eco-footer-f4ba5723 .eco-footer-brand-tags {
    justify-content: center;
  }
  .eco-footer-f4ba5723 .eco-footer-col {
    text-align: center;
  }
  .eco-footer-f4ba5723[dir="rtl"] .eco-footer-col h3::after {
    right: 50%;
    transform: translateX(50%);
  }
  .eco-footer-f4ba5723[dir="ltr"] .eco-footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .eco-footer-f4ba5723 .eco-footer-links,
  .eco-footer-f4ba5723 .eco-footer-services {
    justify-items: center;
  }
  .eco-footer-f4ba5723 .eco-footer-contact-item {
    text-align: inherit;
  }
  .eco-footer-f4ba5723 .eco-footer-bottom {
    margin-top: 42px;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .eco-footer-f4ba5723 .eco-footer-shell {
    width: min(100% - 18px, 390px);
  }
  .eco-footer-f4ba5723 .eco-footer-logo-wrap {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }
  .eco-footer-f4ba5723 .eco-footer-logo {
    width: 58px;
    height: 58px;
  }
  .eco-footer-f4ba5723 .eco-footer-name strong {
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eco-footer-f4ba5723 *,
  .eco-footer-f4ba5723 *::before,
  .eco-footer-f4ba5723 *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .eco-footer-f4ba5723 .eco-footer-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
