/* Footer: align with lux dark system and mobile-menu gold headings */
body.tz-lux-shell footer.site-footer {
  position: relative;
  background:
    radial-gradient(circle at 8% 0%, rgba(17, 176, 191, 0.1), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(216, 177, 108, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(4, 14, 21, 0.96) 0%, rgba(2, 10, 15, 0.98) 100%);
  border-top: 1px solid rgba(17, 176, 191, 0.2);
}

body.tz-lux-shell footer.site-footer .widget-title,
body.tz-lux-shell footer.site-footer .widget .widget-title,
body.tz-lux-shell footer.site-footer .widget_text .widget-title,
body.tz-lux-shell footer.site-footer span.widget-title {
  color: var(--tz-header-gold);
  opacity: 0.9;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(216, 177, 108, 0.1);
}

body.tz-lux-shell footer.site-footer .textwidget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.tz-lux-shell footer.site-footer .textwidget ul li {
  margin: 0 0 10px;
}

body.tz-lux-shell footer.site-footer .textwidget ul li:last-child {
  margin-bottom: 0;
}

body.tz-lux-shell footer.site-footer .textwidget ul li a,
body.tz-lux-shell footer.site-footer .widget p,
body.tz-lux-shell footer.site-footer .widget a {
  color: rgba(221, 236, 239, 0.82);
  transition: color 0.22s ease, text-shadow 0.22s ease;
}

body.tz-lux-shell footer.site-footer .textwidget ul li a:hover,
body.tz-lux-shell footer.site-footer .textwidget ul li a:focus,
body.tz-lux-shell footer.site-footer .widget a:hover,
body.tz-lux-shell footer.site-footer .widget a:focus {
  color: #f3fbfc;
  text-shadow: 0 0 14px rgba(17, 176, 191, 0.22);
}

body.tz-lux-shell .below-content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(17, 176, 191, 0.2);
  background:
    radial-gradient(circle at 12% 6%, rgba(17, 176, 191, 0.1), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(216, 177, 108, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(4, 15, 22, 0.94) 0%, rgba(3, 12, 18, 0.98) 100%);
}

body.tz-lux-shell .below-content .col-full {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.tz-lux-shell .below-content .widget {
  position: relative;
  margin: 0;
  min-height: 102px;
  padding: 16px 18px 16px 58px;
  border: 1px solid rgba(17, 176, 191, 0.18);
  border-radius: 17px;
  background:
    radial-gradient(circle at 16% 20%, rgba(17, 176, 191, 0.08), transparent 38%),
    linear-gradient(160deg, rgba(8, 30, 42, 0.9) 0%, rgba(5, 20, 30, 0.92) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 14px 28px rgba(1, 8, 13, 0.26);
  transition: border-color 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

body.tz-lux-shell .below-content .widget:hover,
body.tz-lux-shell .below-content .widget:focus-within {
  border-color: rgba(216, 177, 108, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 32px rgba(1, 8, 13, 0.32), 0 0 0 1px rgba(216, 177, 108, 0.2);
  transform: translateY(-2px);
}

body.tz-lux-shell .below-content .widget .widget-title {
  margin: 0;
  padding-left: 0;
  color: #edf7f8;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0.01em;
}

body.tz-lux-shell .below-content .widget .textwidget p {
  margin: 7px 0 0;
  padding-left: 0;
  color: rgba(201, 224, 229, 0.82);
  font-size: 12.8px;
  line-height: 1.5;
}

body.tz-lux-shell .below-content .widget .textwidget a {
  color: inherit;
  text-decoration: none;
}

body.tz-lux-shell .below-content .widget .tz-card-link__wrap {
  display: block;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

body.tz-lux-shell .below-content .widget.tz-card-link {
  cursor: pointer;
}

body.tz-lux-shell .below-content .widget.tz-card-link:focus-visible {
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 2px rgba(216, 177, 108, 0.45), 0 16px 30px rgba(1, 8, 13, 0.32);
}

body.tz-lux-shell .below-content .widget .tz-card-link__wrap:focus-visible {
  outline: none;
}

body.tz-lux-shell .below-content .widget .tz-card-link__wrap:hover .textwidget p,
body.tz-lux-shell .below-content .widget .tz-card-link__wrap:focus .textwidget p,
body.tz-lux-shell .below-content .widget .textwidget a:hover p,
body.tz-lux-shell .below-content .widget .textwidget a:focus p {
  color: #f6fcfd;
}

body.tz-lux-shell .below-content .widget svg,
body.tz-lux-shell .below-content .widget .ri {
  top: 17px;
  left: 17px;
  width: 24px;
  height: 24px;
}

body.tz-lux-shell .below-content .widget svg path {
  stroke: var(--tz-header-accent) !important;
  stroke-width: 1.8px;
}

body.tz-lux-shell .below-content .widget:hover svg path,
body.tz-lux-shell .below-content .widget:focus-within svg path {
  stroke: var(--tz-header-gold) !important;
  filter: drop-shadow(0 0 7px rgba(216, 177, 108, 0.34));
}

body.tz-lux-shell footer.copyright {
  background:
    linear-gradient(180deg, rgba(3, 12, 18, 0.96) 0%, rgba(2, 9, 14, 0.98) 100%);
  border-top: 1px solid rgba(17, 176, 191, 0.14);
  margin-top: 0 !important;
  padding-top: 24px;
  padding-bottom: 28px;
  color: rgba(200, 222, 227, 0.84);
}

body.tz-lux-shell footer.copyright a {
  color: rgba(221, 236, 239, 0.9);
}

body.tz-lux-shell footer.copyright strong {
  color: #e8f5f7;
}

body.tz-lux-shell footer.copyright .col-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

body.tz-lux-shell footer.copyright .widget.widget_text:first-child {
  flex: 1 1 auto;
  max-width: 66%;
}

body.tz-lux-shell footer.copyright .widget.widget_text:first-child p:first-child {
  color: rgba(199, 223, 228, 0.64);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.tz-lux-shell footer.copyright .widget.widget_text:first-child p + p {
  margin-top: 8px;
  line-height: 1.65;
}

body.tz-lux-shell footer.copyright .widget.widget_text:last-child {
  flex: 0 0 auto;
  margin-left: auto;
}

@media (min-width: 993px) {
  body.tz-lux-shell footer.copyright .col-full {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 16px;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child,
  body.tz-lux-shell footer.copyright .widget.widget_text:last-child {
    border: 1px solid rgba(105, 188, 201, 0.24);
    border-radius: 16px;
    background:
      radial-gradient(circle at 14% 18%, rgba(17, 176, 191, 0.1), transparent 45%),
      linear-gradient(180deg, rgba(11, 30, 41, 0.9) 0%, rgba(8, 24, 35, 0.92) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 12px 24px rgba(1, 10, 15, 0.28);
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child {
    flex: 1 1 auto;
    max-width: none;
    margin: 0;
    padding: 14px 18px;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child > .textwidget {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child > .textwidget > p:nth-of-type(2) {
    order: 1;
    margin: 0;
    color: rgba(220, 238, 242, 0.88);
    font-size: 14.2px;
    line-height: 1.58;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child > .textwidget > .row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    order: 2;
    margin-top: 12px;
    padding-top: 11px;
    border-top: 1px solid rgba(105, 188, 201, 0.2);
    width: fit-content;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child > .textwidget > .row > .column {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child > .textwidget > p:first-child {
    order: 3;
    margin-top: 10px;
    color: rgba(201, 224, 229, 0.72);
    font-size: 12.6px;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child > .textwidget > .row > .column img {
    border-radius: 9px;
    box-shadow: 0 4px 10px rgba(1, 10, 15, 0.24);
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child {
    flex: 0 0 auto;
    margin-left: 0;
    padding: 12px 14px;
    min-width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child > .textwidget {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody .row {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody img {
    opacity: 0.96;
    filter: saturate(0.98) contrast(1.05);
  }
}

body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody {
  display: inline-flex;
  margin: 0;
  padding: 8px 3px 8px 12px;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  border-radius: 14px;
  border: 1px solid rgba(105, 188, 201, 0.3);
  background:
    radial-gradient(circle at 18% 50%, rgba(220, 240, 245, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(22, 58, 71, 0.9) 0%, rgba(15, 41, 54, 0.94) 100%);
  box-shadow: 0 14px 26px rgba(1, 10, 15, 0.32);
}

body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  flex-wrap: nowrap;
}

body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody .column {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}

body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody .column a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody img {
  display: block;
  height: 27px;
  width: auto !important;
  max-width: none;
  margin: 0 !important;
  opacity: 0.92;
  filter: saturate(0.94) contrast(1.04);
  transition: opacity 0.2s ease, transform 0.2s ease;
  object-fit: contain;
  object-position: center;
}

body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody a:hover img,
body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody a:focus img {
  opacity: 1;
  transform: translateY(-1px);
}

@media (min-width: 993px) {
  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody {
    display: flex;
    width: 268px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody .row {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 8px;
    row-gap: 10px;
    margin: 0;
    justify-items: center;
    align-items: center;
    justify-content: normal !important;
    flex-wrap: unset !important;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody .column {
    flex: none;
    float: none !important;
    width: 100% !important;
    max-width: none;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody .column a {
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody img {
    height: 36px;
    object-fit: contain;
    object-position: center;
  }
}

@media (max-width: 767px) {
  body.tz-lux-shell .below-content {
    padding-top: 20px;
    padding-bottom: 18px;
  }

  body.tz-lux-shell .below-content .col-full {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  body.tz-lux-shell .below-content .widget {
    min-height: 88px;
    padding: 14px 14px 14px 50px;
    border-radius: 14px;
  }

  body.tz-lux-shell .below-content .widget .widget-title {
    font-size: 13.4px;
  }

  body.tz-lux-shell .below-content .widget .textwidget p {
    margin-top: 6px;
    font-size: 12.2px;
    line-height: 1.46;
  }

  body.tz-lux-shell footer.site-footer {
    padding-bottom: 28px;
  }

  body.tz-lux-shell footer.copyright {
    padding-top: 18px;
    padding-bottom: 22px;
    text-align: center;
  }

  body.tz-lux-shell footer.copyright .widget,
  body.tz-lux-shell footer.copyright .widget.widget_text,
  body.tz-lux-shell footer.copyright .widget.widget_text:first-child,
  body.tz-lux-shell footer.copyright .widget.widget_text:last-child {
    text-align: center;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child > .textwidget > p:nth-of-type(2) {
    max-width: 340px;
    margin-top: 10px;
    padding: 9px 14px;
    border-radius: 12px;
    border: 1px solid rgba(105, 188, 201, 0.24);
    background:
      radial-gradient(circle at 12% 16%, rgba(17, 176, 191, 0.1), transparent 45%),
      linear-gradient(180deg, rgba(11, 30, 41, 0.88) 0%, rgba(8, 24, 35, 0.9) 100%);
    color: rgba(228, 242, 245, 0.92);
    line-height: 1.52;
    font-size: 13.2px;
    letter-spacing: 0.004em;
    text-shadow: 0 1px 0 rgba(1, 8, 14, 0.34);
    white-space: normal;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child {
    margin-bottom: 0;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child > .textwidget > p:first-child {
    display: none;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child > .textwidget > .tz-copy-bottom {
    margin: 12px auto 0;
    text-align: center;
    color: rgba(199, 223, 228, 0.64);
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child > .textwidget > .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 330px;
    margin: 14px auto 0;
    padding-top: 12px;
    border-top: 1px solid rgba(105, 188, 201, 0.22);
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child > .textwidget > .row > .column {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child > .textwidget > .row > .column img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    border-radius: 9px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body.tz-lux-shell .below-content .col-full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 10px;
  }
}

@media (max-width: 992px) {
  body.tz-lux-shell footer.copyright .col-full {
    display: block;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:first-child {
    max-width: none;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child {
    margin-left: 0;
    text-align: center;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
    padding: 10px 12px;
    border-radius: 12px;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody .row {
    justify-content: center;
    flex-wrap: nowrap;
    row-gap: 0;
  }
}

@media (max-width: 420px) {
  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody {
    padding: 9px 10px;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody .row {
    gap: 8px;
  }

  body.tz-lux-shell footer.copyright .widget.widget_text:last-child .metody img {
    height: 24px;
  }
}
