/* ═══════════════════════════════════════════════════════════
   Flowmesh Footer
   5-zone layout: [brand] [nav-primary] [nav-secondary] [address] [contact]
   All top-aligned, compact.
   ═══════════════════════════════════════════════════════════ */

footer.bde-section-268-100 {
  background: #0b1a2e;
  position: relative;
}

footer.bde-section-268-100::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--hcl-logo-paars-10), #143158);
  opacity: 0.45;
}

footer.bde-section-268-100 .section-container {
  gap: 0;
  padding: 40px var(--bde-section-horizontal-padding, 20px) 36px !important;
}

/* Wrapper — clean, no card */
footer .bde-div-268-134 {
  width: 100%;
  max-width: var(--bde-section-width, 1120px);
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* ── Main layout: brand + grid as flex row ── */
footer .bde-div-268-101 {
  width: 100%;
  display: flex !important;
  flex-direction: row !important;
  gap: 48px;
  align-items: flex-start !important;
}

@media (max-width: 767px) {
  footer .bde-div-268-101 {
    flex-direction: column !important;
    gap: 28px;
  }
}

/* ── Brand: logo + tagline ── */
footer .bde-div-268-102 {
  width: auto;
  min-width: 180px;
  max-width: 240px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 767px) {
  footer .bde-div-268-102 { max-width: 100%; }
}

footer .bde-div-268-103 {
  display: flex;
  align-items: center;
}

footer .bde-image2-268-104 {
  height: 2rem;
  width: auto;
  padding: 0;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

footer .bde-text-268-106 {
  color: rgba(255,255,255,0.4);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
}

/* ── Grid: 4-column layout for nav, address, contact ── */
footer.bde-section-268-100 .bde-grid-268-108 {
  --bde-grid-items-per-row: 4;
  --bde-grid-gap: 32px;
  width: auto;
  flex-grow: 1;
  align-items: start !important;
  align-content: start !important;
}

footer .bde-grid-268-108 > * {
  width: auto !important;
  height: auto !important;
  align-self: start !important;
}

@media (max-width: 1023px) {
  footer.bde-section-268-100 .bde-grid-268-108 {
    --bde-grid-items-per-row: 2;
    --bde-grid-gap: 28px 32px;
  }
}

@media (max-width: 479px) {
  footer.bde-section-268-100 .bde-grid-268-108 {
    --bde-grid-items-per-row: 1;
    --bde-grid-gap: 24px;
  }
}

/* ── Nav links (shared styles for both nav columns) ── */
footer .bde-div-268-115,
footer .footer-nav-secondary {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  align-self: start !important;
}

footer .bde-div-268-115 .bde-text-link,
footer .footer-nav-secondary .bde-text-link {
  padding: 3px 0;
  transition: color 0.2s ease;
}

footer .bde-div-268-115 .bde-text-link,
footer .bde-div-268-115 .bde-text-link > *,
footer .footer-nav-secondary .bde-text-link,
footer .footer-nav-secondary .bde-text-link > * {
  color: rgba(255,255,255,0.6) !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  text-decoration: none;
}

footer .bde-div-268-115 .bde-text-link:hover,
footer .bde-div-268-115 .bde-text-link:hover > *,
footer .footer-nav-secondary .bde-text-link:hover,
footer .footer-nav-secondary .bde-text-link:hover > * {
  color: #fff !important;
}

/* ── Address column ── */
footer .footer-address {
  color: rgba(255,255,255,0.4);
  font-size: 0.8rem;
  line-height: 1.7;
  align-self: start !important;
}

/* ── Contact column: right-aligned, top ── */
footer .bde-div-268-121 {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 6px;
  align-self: start !important;
}

@media (max-width: 1023px) {
  footer .bde-div-268-121 {
    align-items: flex-start;
    text-align: left;
  }
}

/* Email + phone */
footer .bde-div-268-121 .bde-text-link-268-123,
footer .bde-div-268-121 .bde-text-link-268-123 > * {
  color: rgba(255,255,255,0.6) !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  text-decoration: none;
}
footer .bde-div-268-121 .bde-text-link-268-123 {
  padding: 2px 0;
  transition: color 0.2s ease;
}
footer .bde-div-268-121 .bde-text-link-268-123:hover,
footer .bde-div-268-121 .bde-text-link-268-123:hover > * {
  color: #fff !important;
}

/* CTA pill — matches header button */
footer .bde-text-link-268-124 {
  display: inline-flex !important;
  align-items: center;
  padding: 8px 20px;
  margin-top: 4px;
  border-radius: 9px;
  background: var(--hcl-logo-paars-10);
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  transition: background 0.2s ease, transform 0.15s ease;
}
footer .bde-text-link-268-124,
footer .bde-text-link-268-124 > * {
  color: #fff !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px;
  text-decoration: none !important;
}
footer .bde-text-link-268-124:hover {
  background: var(--hcl-logo-paars-6, #9c2675);
  transform: scale(1.03);
}
footer .bde-text-link-268-124:hover,
footer .bde-text-link-268-124:hover > * {
  color: #fff !important;
}
footer .bde-text-link-268-124::after {
  display: none;
}
