/* Shared footer: scoped to avoid changing page and planner layouts. */
footer.dc-footer {
  padding: 0;
  background: #062b43;
  color: #fff;
  border-top: 3px solid #0b946a;
}
footer.dc-footer .dc-footer-main {
  display: grid;
  grid-template-columns: 1.15fr 1fr auto;
  align-items: center;
  gap: 48px;
  padding-top: 44px;
  padding-bottom: 36px;
}
footer.dc-footer .brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  width: fit-content;
  max-width: 100%;
  gap: 12px;
  text-decoration: none;
}
footer.dc-footer .brand-mark { width: 46px; height: 46px; flex: 0 0 46px; }
footer.dc-footer .brand-name { font-size: 34px; color: #fff; letter-spacing: -1.3px; }
footer.dc-footer .brand-name span { color: #3fd59e; }
footer.dc-footer .brand-tagline { color: #c0d1dc; font-size: 8px; letter-spacing: .85px; line-height: 1.5; margin-top: 6px; }
footer.dc-footer .dc-footer-contact { min-width: 0; }
footer.dc-footer .dc-footer-label {
  display: block;
  color: #a7c1d0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
footer.dc-footer .dc-footer-contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  width: fit-content;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: anywhere;
}
footer.dc-footer .dc-footer-contact-link svg { width: 18px; height: 18px; flex: 0 0 18px; color: #75cbb1; }
footer.dc-footer .dc-footer-action { width: 230px; }
footer.dc-footer .dc-footer-action-title { margin: 0 0 14px; color: #fff; font-size: 17px; font-weight: 650; line-height: 1.5; }
footer.dc-footer .dc-footer-quote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid #3fd59e;
  border-radius: 8px;
  background: #3fd59e;
  color: #062b43;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
  text-decoration: none;
}
footer.dc-footer .dc-footer-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  margin-top: 4px;
  color: #d2e3ed;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
footer.dc-footer .dc-footer-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid #315064;
}
footer.dc-footer .dc-footer-signoff { margin: 0; color: #a7c1d0; font-size: 12px; line-height: 1.5; }
footer.dc-footer .dc-footer-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 24px; }
footer.dc-footer .dc-analytics-settings {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0;
  padding: 6px 0;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: #c0d1dc;
  font: inherit;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
}
footer.dc-footer a:focus-visible, footer.dc-footer button:focus-visible { outline: 3px solid #8be5c1; outline-offset: 5px; }
@media (hover: hover) {
  footer.dc-footer .dc-footer-contact-link:hover, footer.dc-footer .dc-footer-whatsapp:hover, footer.dc-footer .dc-analytics-settings:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
  footer.dc-footer .dc-footer-quote:hover { background: #77e3b9; border-color: #77e3b9; color: #062b43; }
}
@media (max-width: 1080px) {
  footer.dc-footer .dc-footer-main { grid-template-columns: 1fr 1fr; gap: 28px 40px; }
  footer.dc-footer .brand { grid-column: 1 / -1; }
  footer.dc-footer .dc-footer-action { width: 100%; max-width: 300px; justify-self: end; }
}
@media (max-width: 600px) {
  footer.dc-footer .dc-footer-main { grid-template-columns: 1fr; gap: 26px; padding-top: 32px; padding-bottom: 24px; }
  footer.dc-footer .brand { gap: 10px; }
  footer.dc-footer .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  footer.dc-footer .brand-name { font-size: 30px; letter-spacing: -1.1px; }
  footer.dc-footer .brand-tagline { font-size: 7.5px; letter-spacing: .6px; }
  footer.dc-footer .dc-footer-action { max-width: none; justify-self: stretch; padding-top: 22px; border-top: 1px solid #315064; }
  footer.dc-footer .dc-footer-action-title { margin-bottom: 12px; font-size: 16px; }
  footer.dc-footer .dc-footer-base { flex-direction: column; align-items: flex-start; gap: 4px; padding: 14px 0 22px; }
  footer.dc-footer .dc-footer-legal { gap: 0 20px; }
}

footer.dc-footer .dc-footer-contact-link[href^="tel:"] svg{color:#ff7b7b}
