/* =========================================================
   PODRACO FOOTER — CLEAN NAV + VALUE PROPOSITION STRUCTURE
   ========================================================= */

#podra-footer.footer-area {
  direction: rtl;
  background: #f7f8f5 !important;
  color: var(--color-secondary-dark, #1D232A);
  padding: 0 !important;
  margin: 0;
  border-top: 1px solid rgba(29, 35, 42, 0.08);
  font-family: inherit;
}

#podra-footer,
#podra-footer * {
  box-sizing: border-box;
}

#podra-footer a {
  text-decoration: none;
}

#podra-footer .footer-inner {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  padding: 54px 0 0;
}

/* =========================
   Top navigation columns
   ========================= */

#podra-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr 1.35fr;
  gap: clamp(38px, 5vw, 86px);
  align-items: start;
  padding-bottom: 48px;
}

#podra-footer .footer-col {
  min-width: 0;
}

#podra-footer .footer-title {
  margin: 0 0 14px;
  color: var(--color-secondary-dark, #1D232A);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 800;
  letter-spacing: -0.01em;
}

#podra-footer .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

#podra-footer .footer-link {
  display: inline-flex;
  width: fit-content;
  color: rgba(29, 35, 42, 0.62);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 500;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

#podra-footer .footer-link:hover {
  color: var(--color-primary-dark, #1d4e11);
  transform: translateX(-3px);
}

#podra-footer .footer-address,
#podra-footer .footer-phone,
#podra-footer .footer-mail {
  margin: 0;
  color: rgba(29, 35, 42, 0.62);
  font-size: 14px;
  line-height: 1.9;
  font-weight: 500;
}

#podra-footer .footer-phone {
  margin-top: 10px;
  color: var(--color-secondary-dark, #1D232A);
  font-weight: 800;
}

#podra-footer .footer-mail {
  color: var(--color-primary-dark, #1d4e11);
  font-weight: 700;
}

/* =========================
   Social links
   ========================= */

#podra-footer .footer-social {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 18px;
  flex-wrap: wrap;
}

#podra-footer .footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(58, 64, 69, 0.16);
  background: #fff;
  color: var(--color-secondary, #3A4045);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(29, 35, 42, 0.04);
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

#podra-footer .footer-social a:hover {
  background: var(--color-primary, #a2c84f);
  border-color: var(--color-primary, #a2c84f);
  color: var(--color-secondary-dark, #1D232A);
  transform: translateY(-2px);
}

/* =========================
   Brand value proposition row
   ========================= */

#podra-footer .footer-brand-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid rgba(29, 35, 42, 0.08);
}

#podra-footer .footer-brand-copy {
  max-width: 780px;
}

#podra-footer .footer-brand-title {
  margin: 0 0 12px;
  color: var(--color-secondary-dark, #1D232A);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: -0.03em;
}

#podra-footer .footer-brand-logo {
  display: block;
  width: min(100%, 180px);
  height: auto;
}

#podra-footer .footer-brand-desc {
  margin: 0;
  color: rgba(29, 35, 42, 0.64);
  font-size: 14px;
  line-height: 2.05;
  font-weight: 500;
}

#podra-footer .footer-values {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

#podra-footer .footer-value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(29, 35, 42, 0.82);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}

#podra-footer .footer-value svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  fill: var(--color-primary, #A2C84F);
}

#podra-footer .footer-value span {
  display: inline-block;
}

/* =========================
   eNamad placeholder
   ========================= */

#podra-footer .footer-trust {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#podra-footer .footer-enamad {
  width: 112px;
  height: 112px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(58, 64, 69, 0.12);
  box-shadow: 0 18px 42px rgba(29, 35, 42, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#podra-footer .footer-enamad a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#podra-footer .footer-enamad img {
  max-width: 86px;
  max-height: 86px;
  object-fit: contain;
}

/* =========================
   Far bottom copyright
   ========================= */

#podra-footer .footer-btm {
  min-height: 54px;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid rgba(29, 35, 42, 0.1) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

#podra-footer .copyright-text {
  margin: 0;
  color: rgba(29, 35, 42, 0.58);
  font-size: 13px;
  line-height: 1.9;
  font-weight: 500;
}

#podra-footer .copyright-text--latin {
  direction: ltr;
  text-align: left;
  font-family: Arial, sans-serif;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 1100px) {
  #podra-footer .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
  }

  #podra-footer .footer-link,
  #podra-footer .footer-address,
  #podra-footer .footer-phone,
  #podra-footer .footer-mail {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  #podra-footer .footer-inner {
    width: min(100% - 36px, 820px);
    padding-top: 42px;
  }

  #podra-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 44px;
    padding-bottom: 40px;
  }

  #podra-footer .footer-brand-row {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  #podra-footer .footer-trust {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  #podra-footer .footer-inner {
    width: min(100% - 28px, 520px);
    padding-top: 34px;
  }

  #podra-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 34px;
  }

  #podra-footer .footer-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  #podra-footer .footer-nav {
    gap: 4px;
  }

  #podra-footer .footer-link,
  #podra-footer .footer-address,
  #podra-footer .footer-phone,
  #podra-footer .footer-mail {
    font-size: 13px;
    line-height: 1.95;
  }

  #podra-footer .footer-brand-row {
    padding: 28px 0;
  }

  #podra-footer .footer-brand-title {
    font-size: 19px;
  }

  #podra-footer .footer-brand-desc {
    font-size: 13px;
    line-height: 2;
  }

  #podra-footer .footer-values {
    align-items: stretch;
  }

  #podra-footer .footer-value {
    font-size: 12px;
  }

  #podra-footer .footer-enamad {
    width: 96px;
    height: 96px;
    border-radius: 18px;
  }

  #podra-footer .footer-enamad img {
    max-width: 74px;
    max-height: 74px;
  }

  #podra-footer .footer-btm {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    padding: 16px 0;
  }

  #podra-footer .copyright-text {
    font-size: 12px;
  }
}
