.sec-footer {
  background-color: #000;
  color: #fff;
}

.sec-footer__cta {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 0 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.sec-footer__cta-title {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 44px;
  line-height: 54px;
  max-width: 479px;
}

.sec-footer__cta-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 467px;
}

.sec-footer__cta-text {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.sec-footer__cta-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.sec-footer__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 24px;
}

.sec-footer__btn--solid {
  background-color: #fff;
  color: #000;
  padding-left: 8px;
}

.sec-footer__btn--solid img {
  width: 16px;
  height: 14.933px;
  background-color: #000;
  padding: 4px;
  box-sizing: content-box;
}

.sec-footer__btn--outline {
  border: 1px solid #f0f0f0;
  color: #fff;
}

.sec-footer__columns {
  max-width: 1360px;
  margin: 0 auto;
  padding: 80px 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.sec-footer__brand {
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.sec-footer__brand-name {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

.sec-footer__brand-text {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.7;
}

.sec-footer__copyright {
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}

.sec-footer__copyright span {
  color: #fff;
}

.sec-footer__nav {
  width: 152px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sec-footer__nav-title {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 4px;
}

.sec-footer__nav a {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}

.sec-footer__nav a.sec-footer__link--active {
  opacity: 1;
}

.sec-footer__wordmark {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}

/* ==========================================================================
   Home footer (footer, node 4111:45) — light theme, scoped under
   .sec-footer--home so the other 8 static pages keep the dark footer above
   untouched (they share this same file/base .sec-footer rule).
   ========================================================================== */
.sec-footer--home {
  background-color: #f9fafb;
  color: inherit;
  padding: 80px 80px 40px;
}

.sec-footer--home .sec-footer__cols {
  display: flex;
  gap: 64px;
  max-width: 1280px;
  margin: 0 auto;
}

.sec-footer--home .sec-footer__brand {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sec-footer--home .sec-footer__brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec-footer--home .sec-footer__brand-logo img {
  width: 16px;
  height: 20.8px;
}

.sec-footer--home .sec-footer__brand-logo span {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 20px;
  color: #101211;
}

.sec-footer--home .sec-footer__brand-text {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #64748b;
  opacity: 1;
}

.sec-footer--home .sec-footer__badges {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: var(--color-brand);
}

.sec-footer--home .sec-footer__badges-dot {
  color: #64748b;
}

.sec-footer--home .sec-footer__email {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #64748b;
}

.sec-footer--home .sec-footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sec-footer--home .sec-footer__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #f0f1f3;
  border: 1px solid #dcdee2;
  border-radius: 18px;
}

.sec-footer--home .sec-footer__social-btn img {
  width: 18px;
  height: 18px;
}

.sec-footer--home .sec-footer__links {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 48px;
}

.sec-footer--home .sec-footer__nav {
  width: 130px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sec-footer--home .sec-footer__nav-title {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-brand);
  opacity: 1;
  margin: 0 0 6px;
}

.sec-footer--home .sec-footer__nav a {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #64748b;
  opacity: 1;
  text-decoration: none;
}

.sec-footer--home .sec-footer__nav a:hover {
  color: #101211;
}

.sec-footer--home .sec-footer__explore {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid #e4e5e1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.sec-footer--home .sec-footer__explore-title {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-brand);
  margin: 0;
}

.sec-footer--home .sec-footer__explore-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.sec-footer--home .sec-footer__explore-col {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sec-footer--home .sec-footer__explore-heading {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #101211;
  margin: 0;
}

.sec-footer--home .sec-footer__explore-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 8px;
}

.sec-footer--home .sec-footer__explore-links a {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #64748b;
  text-decoration: none;
}

.sec-footer--home .sec-footer__explore-links a:hover {
  color: #101211;
}

.sec-footer--home .sec-footer__legal {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e4e5e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.sec-footer--home .sec-footer__legal p {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #64748b;
  margin: 0;
}

@media (max-width: 1200px) {
  .sec-footer--home .sec-footer__explore-grid {
    flex-wrap: wrap;
  }
  .sec-footer--home .sec-footer__explore-col {
    width: calc(33.333% - 16px);
  }
}

@media (max-width: 1024px) {
  .sec-footer--home {
    padding: 64px 40px 32px;
  }
  .sec-footer--home .sec-footer__cols {
    flex-direction: column;
    gap: 40px;
  }
  .sec-footer--home .sec-footer__brand {
    width: 100%;
  }
  .sec-footer--home .sec-footer__links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .sec-footer--home .sec-footer__explore-col {
    width: calc(50% - 12px);
  }
}

@media (max-width: 600px) {
  .sec-footer--home {
    padding: 48px 20px 24px;
  }
  .sec-footer--home .sec-footer__links {
    gap: 32px;
  }
  .sec-footer--home .sec-footer__nav {
    width: calc(50% - 16px);
  }
  .sec-footer--home .sec-footer__explore-col {
    width: 100%;
  }
  .sec-footer--home .sec-footer__legal {
    flex-direction: column;
    align-items: flex-start;
  }
}
