/*
Theme Name: Vana Lab - Hello Elementor Child
Description: Child theme for Vana Lab, based on Hello Elementor.
Author: Vana Lab
Template: hello-elementor
Version: 1.0.0
Text Domain: vana-lab-hello-child
*/

/* =========================================
   Vana Lab Custom Footer
   ========================================= */

.vl-site-footer {
  background: #f7f8fa;
  border-top: 1px solid #e3e7eb;
  color: #18384b;
  font-family: "Montserrat", sans-serif;
}

.vl-footer-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 42px 4% 28px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: start;
}

.vl-footer-brand .custom-logo-link {
  display: inline-block;
}

.vl-footer-brand .custom-logo {
  width: 150px;
  max-width: 150px;
  height: auto;
  display: block;
}

.vl-footer-statement {
  margin: 16px 0 0;
  max-width: 320px;
  font-size: 14px;
  line-height: 1.6;
  color: #5f6b76;
}

.vl-footer-heading {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #18384b;
}

.vl-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 10px 28px;
}

.vl-footer-menu li {
  margin: 0;
  padding: 0;
}

.vl-footer-menu a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #18384b;
  text-decoration: none;
}

.vl-footer-menu a:hover {
  color: #2f6078;
}

.vl-footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 4% 24px;
  border-top: 1px solid #dfe4e8;
}

.vl-footer-bottom p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #7a8590;
  text-align: center;
}

/* Tablet */
@media (max-width: 900px) {
  .vl-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 34px;
  }

  .vl-footer-menu {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}

/* Mobile */
@media (max-width: 600px) {
  .vl-footer-main {
    padding: 30px 22px 24px;
  }

  .vl-footer-brand .custom-logo {
    width: 135px;
    max-width: 135px;
  }

  .vl-footer-menu {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vl-footer-bottom {
    padding: 16px 22px 22px;
  }

  .vl-footer-bottom p {
    text-align: left;
  }
}
