.site-footer-v2 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0 0 24px;
  background:
    radial-gradient(circle at 12% 18%, rgb(24 162 151 / 18%), transparent 26%),
    radial-gradient(circle at 88% 110%, rgb(218 166 72 / 13%), transparent 30%),
    linear-gradient(145deg, #062f2d, #031f1e 68%, #071a1a);
  color: #d8e9e6;
}

.site-footer-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .08;
  background-image: linear-gradient(rgb(255 255 255 / 20%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 20%) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.footer-v2-callout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 52px;
  padding: 25px 28px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-top: 0;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(115deg, rgb(15 133 125 / 30%), rgb(255 255 255 / 5%));
  box-shadow: 0 20px 45px rgb(0 0 0 / 14%);
}

.footer-v2-callout-copy { display: flex; align-items: center; gap: 15px; }
.footer-v2-callout-copy > i {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #e5b34a;
  color: #173d39;
  font-size: 22px;
  box-shadow: 0 10px 28px rgb(229 179 74 / 22%);
}
.footer-v2-callout-copy span { display: grid; gap: 2px; }
.footer-v2-callout-copy strong { color: #fff; font-size: clamp(17px, 2vw, 22px); }
.footer-v2-callout-copy small { color: #9fc5c0; font-size: 12px; }
.footer-v2-callout .btn { flex: none; background: #fff; color: #075e58; box-shadow: 0 10px 25px rgb(0 0 0 / 16%); }

.footer-v2-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.55fr) minmax(140px, .7fr) minmax(140px, .7fr) minmax(245px, 1fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: start;
}

.footer-v2-brand .brand { width: auto; height: auto; display: inline-flex; margin-bottom: 18px; }
.footer-v2-brand .brand::before { display: none; }
.footer-v2-brand .brand-mark { box-shadow: 0 10px 28px rgb(9 153 143 / 25%); }
.footer-v2-brand .brand strong { color: #fff; }
.footer-v2-brand .brand small { color: #82aaa5; }
.site-footer-v2 .footer-v2-brand > p { max-width: 390px; margin: 0; color: #9abbb7; font-size: 13px; line-height: 1.95; }
.footer-v2-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 19px; }
.footer-v2-badges span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 999px; color: #bbd5d2; background: rgb(255 255 255 / 4%); font-size: 10px; font-weight: 700; }
.footer-v2-badges i { color: #e5b34a; }

.footer-v2-column h4 { display: flex; align-items: center; gap: 8px; margin: 4px 0 17px; color: #fff; font-size: 14px; }
.footer-v2-column h4 i { color: #45c4b9; }
.site-footer-v2 .footer-v2-links a:not(.brand) {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0;
  padding: 5px 0;
  color: #a9c6c2;
  font-size: 12px;
  transition: color .2s ease, transform .2s ease;
}
.footer-v2-links a::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #2c8e86; transition: background .2s ease; }
.site-footer-v2 .footer-v2-links a:hover { color: #fff; transform: translateX(-3px); }
html[dir="ltr"] .site-footer-v2 .footer-v2-links a:hover { transform: translateX(3px); }
.footer-v2-links a:hover::before { background: #e5b34a; }

.footer-v2-action { padding: 20px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 18px; background: rgb(255 255 255 / 5%); }
.footer-v2-action > i { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 13px; border-radius: 12px; background: rgb(33 178 166 / 13%); color: #58d4c9; font-size: 18px; }
.footer-v2-action h4 { margin: 0 0 7px; color: #fff; font-size: 16px; }
.site-footer-v2 .footer-v2-action p { margin: 0 0 16px; color: #91b4b0; font-size: 11px; line-height: 1.8; }
.footer-v2-action .btn { width: 100%; min-height: 42px; border: 1px solid rgb(84 216 204 / 22%); background: rgb(15 142 133 / 18%); color: #d8fffb; box-shadow: none; }
.footer-v2-action .btn:hover { background: #0d867e; color: #fff; }

.footer-v2-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgb(255 255 255 / 9%);
  color: #6f9994;
  font-size: 10px;
}
.footer-v2-bottom > span:last-child { justify-self: end; }
.footer-v2-language { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 36px; padding: 0 12px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 999px; color: #c7dfdc; background: rgb(255 255 255 / 5%); font-size: 11px; font-weight: 800; unicode-bidi: isolate; }
.footer-v2-language:hover { border-color: #48bdb3; color: #fff; }

@media (max-width: 980px) {
  .footer-v2-grid { grid-template-columns: 1.4fr .7fr .7fr; }
  .footer-v2-action { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; }
  .footer-v2-action > i { margin: 0; }
  .footer-v2-action h4, .footer-v2-action p { grid-column: 2; }
  .footer-v2-action h4 { align-self: end; margin: 0; }
  .site-footer-v2 .footer-v2-action p { align-self: start; margin: 0; }
  .footer-v2-action .btn { grid-column: 3; grid-row: 1 / 3; width: auto; }
}

@media (max-width: 680px) {
  .site-footer-v2 { padding-bottom: 20px; }
  .footer-v2-callout { align-items: stretch; flex-direction: column; margin-bottom: 36px; padding: 22px 18px; border-radius: 0 0 20px 20px; }
  .footer-v2-callout .btn { width: 100%; }
  .footer-v2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; }
  .footer-v2-brand, .footer-v2-action { grid-column: 1 / -1; }
  .footer-v2-brand { text-align: center; }
  .footer-v2-brand .brand { justify-content: center; }
  .site-footer-v2 .footer-v2-brand > p { margin-inline: auto; }
  .footer-v2-badges { justify-content: center; }
  .footer-v2-action { display: block; text-align: center; padding: 20px 17px; }
  .footer-v2-action > i { margin: 0 auto 12px; }
  .footer-v2-bottom { grid-template-columns: 1fr; justify-items: center; text-align: center; margin-top: 32px; }
  .footer-v2-bottom > span:last-child { justify-self: center; }
  .footer-v2-language { grid-row: 1; }
}

@media (max-width: 380px) {
  .footer-v2-grid { grid-template-columns: 1fr; }
  .footer-v2-column { text-align: center; }
  .footer-v2-column h4, .site-footer-v2 .footer-v2-links a { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer-v2 a { transition: none !important; }
}
