/* =========================================================
   RDG Footer - Isolated Active Stylesheet
   Phase 1 parity rebuild
   Cache bust: footer report route verified 20260512
========================================================= */

.rdg-footer-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, #101826 0%, #0f1723 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(249, 250, 251, 0.86);
}

.rdg-footer-main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 420px at 18% 20%, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 56%),
    radial-gradient(780px 420px at 78% 26%, rgba(245, 196, 0, 0.026), rgba(245, 196, 0, 0) 62%),
    radial-gradient(1100px 680px at 50% 120%, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0) 58%);
  opacity: 0.74;
}

.rdg-footer-main .rdg-container {
  box-sizing: border-box;
}

.rdg-footer-main .rdg-footer-top {
  padding: 54px 0 42px;
}

.rdg-footer-main .rdg-footer-grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.rdg-footer-main .rdg-footer-col {
  box-sizing: border-box;
  min-width: 0;
  opacity: 0;
  transform: translateY(6px);
  animation: rdg-footer-in 0.6s ease forwards;
}

.rdg-footer-main .rdg-footer-col:nth-child(1) {
  animation-delay: 0.05s;
}

.rdg-footer-main .rdg-footer-col:nth-child(2) {
  animation-delay: 0.1s;
}

.rdg-footer-main .rdg-footer-col:nth-child(3) {
  animation-delay: 0.14s;
}

.rdg-footer-main .rdg-footer-col:nth-child(4) {
  animation-delay: 0.18s;
}

.rdg-footer-main .rdg-footer-brand {
  flex: 0 0 360px;
  max-width: 420px;
  padding-right: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rdg-footer-main .rdg-footer-logo {
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
  text-decoration: none;
}

.rdg-footer-main .rdg-footer-logo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 150px;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.55;
}

.rdg-footer-main .rdg-footer-logo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(245, 196, 0, 0) 0%,
    rgba(245, 196, 0, 0.6) 16%,
    rgba(245, 196, 0, 0.28) 38%,
    rgba(245, 196, 0, 0) 49%,
    rgba(245, 196, 0, 0) 53%,
    rgba(245, 196, 0, 0.16) 72%,
    rgba(245, 196, 0, 0) 100%
  );
  opacity: 0.82;
}

.rdg-footer-main .rdg-footer-logo img {
  display: block;
  width: auto;
  height: 46px;
  filter:
    drop-shadow(0 8px 16px rgba(0, 0, 0, 0.32))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.05));
}

.rdg-footer-main .rdg-footer-desc {
  max-width: 460px;
  margin: 18px 0 0;
  color: rgba(249, 250, 251, 0.6);
  font-size: 14.5px;
  line-height: 1.68;
  font-weight: 400;
}

.rdg-footer-main .rdg-footer-social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}

.rdg-footer-main .rdg-social-badge {
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 18px rgba(0, 0, 0, 0.18);
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.rdg-footer-main .rdg-social-badge:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.rdg-footer-main .rdg-social-badge svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: 12px auto 0;
  fill: currentColor;
}

.rdg-footer-main .rdg-footer-grid > .rdg-footer-col:not(.rdg-footer-brand) {
  flex: 0 0 240px;
  padding-left: 34px;
}

.rdg-footer-main .rdg-footer-grid > .rdg-footer-col:nth-child(2) {
  position: relative;
  margin-left: auto;
}

.rdg-footer-main .rdg-footer-grid > .rdg-footer-col:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.11),
    rgba(245, 196, 0, 0.06),
    rgba(255, 255, 255, 0.11),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.72;
}

.rdg-footer-main .rdg-footer-acc {
  margin: 0;
}

.rdg-footer-main .rdg-footer-acc > summary {
  list-style: none;
  cursor: pointer;
  padding-right: 26px;
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(245,196,0,0.56)' d='M6.5 9.5l5.5 6 5.5-6z'/%3E%3C/svg%3E");
}

.rdg-footer-main .rdg-footer-acc > summary::-webkit-details-marker {
  display: none;
}

.rdg-footer-main .rdg-footer-acc[open] > summary {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(245,196,0,0.62)' d='M6.5 14.5l5.5-6 5.5 6z'/%3E%3C/svg%3E");
}

.rdg-footer-main .rdg-footer-h {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 14px;
  color: rgba(249, 250, 251, 0.52);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.rdg-footer-main .rdg-footer-h::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 125px;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.45;
}

.rdg-footer-main .rdg-footer-h::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 125px;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(245, 196, 0, 0) 0%,
    rgba(245, 196, 0, 0.56) 18%,
    rgba(245, 196, 0, 0.22) 44%,
    rgba(245, 196, 0, 0) 100%
  );
  opacity: 0.8;
}

.rdg-footer-main .rdg-footer-links {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.rdg-footer-main .rdg-footer-links li {
  margin: 0 0 10px;
}

.rdg-footer-main .rdg-footer-links a {
  position: relative;
  color: rgba(249, 250, 251, 0.76);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.rdg-footer-main .rdg-footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(245, 196, 0, 0.68),
    rgba(245, 196, 0, 0)
  );
  transition: width 0.22s ease;
}

.rdg-footer-main .rdg-footer-links a:hover {
  color: #fff;
  transform: translateX(1px);
}

.rdg-footer-main .rdg-footer-links a:hover::after {
  width: 52%;
}

.rdg-footer-main .rdg-footer-legal-note {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.rdg-footer-main .rdg-footer-legal-note strong {
  color: rgba(249, 250, 251, 0.82);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.rdg-footer-main .rdg-footer-legal-note a {
  color: rgba(249, 250, 251, 0.6);
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.18s ease;
}

.rdg-footer-main .rdg-footer-legal-note a:hover {
  color: #fff;
}

.rdg-footer-main .rdg-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.rdg-footer-main .rdg-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 18px;
  padding-bottom: 18px;
}

.rdg-footer-main .rdg-copy {
  color: rgba(249, 250, 251, 0.54);
  font-size: 13px;
  font-weight: 300;
}

.rdg-footer-main .rdg-footer-disclaimer-inline {
  max-width: 520px;
  margin: 6px 16px;
  color: rgba(249, 250, 251, 0.4);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
}

.rdg-footer-main .rdg-footer-mini-links {
  font-size: 13px;
  font-weight: 400;
}

.rdg-footer-main .rdg-footer-mini-links a {
  color: rgba(249, 250, 251, 0.64);
  text-decoration: none;
  transition: color 0.18s ease;
}

.rdg-footer-main .rdg-footer-mini-links a:hover {
  color: #fff;
}

.rdg-footer-main a:focus,
.rdg-footer-main a:focus-visible {
  outline: none;
}

.rdg-footer-main a:focus-visible {
  box-shadow:
    0 0 0 2px rgba(245, 196, 0, 0.18),
    0 0 0 6px rgba(245, 196, 0, 0.06);
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.rdg-footer-main .rdg-social-badge:focus-visible {
  outline: 2px solid rgba(245, 196, 0, 0.75);
  outline-offset: 3px;
  border-color: rgba(245, 196, 0, 0.6);
  border-radius: 14px;
  box-shadow:
    0 0 0 2px rgba(245, 196, 0, 0.16),
    0 0 0 6px rgba(245, 196, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 18px rgba(0, 0, 0, 0.18);
}

/* Keep homepage footer on the same baseline as inner pages despite legacy front-page overrides. */
body.front-page .rdg-footer-main.rdg-footer-main {
  border-top-color: rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, #101826 0%, #0f1723 100%);
}

body.front-page .rdg-footer-main.rdg-footer-main::before {
  background:
    radial-gradient(900px 420px at 18% 20%, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 56%),
    radial-gradient(780px 420px at 78% 26%, rgba(245, 196, 0, 0.026), rgba(245, 196, 0, 0) 62%),
    radial-gradient(1100px 680px at 50% 120%, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0) 58%);
  opacity: 0.74;
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-top {
  padding: 54px 0 42px;
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-grid {
  gap: 0;
  row-gap: 0;
  align-items: stretch;
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-brand {
  flex: 0 0 360px;
  max-width: 420px;
  padding-right: 28px;
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-logo img {
  height: 46px;
  filter:
    drop-shadow(0 8px 16px rgba(0, 0, 0, 0.32))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.05));
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-desc {
  max-width: 460px;
  margin: 18px 0 0;
  color: rgba(249, 250, 251, 0.6);
  line-height: 1.68;
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-social {
  margin-top: 18px;
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-social-badge {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 18px rgba(0, 0, 0, 0.18);
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-social-badge:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-social-badge svg {
  margin-top: 12px;
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-h {
  margin: 0 0 12px;
  padding-bottom: 14px;
  font-size: 12px;
  color: rgba(249, 250, 251, 0.52);
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-links li {
  margin: 0 0 10px;
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-links a {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(249, 250, 251, 0.76);
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-links a:hover {
  color: #fff;
  transform: translateX(1px);
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.06);
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-bottom-inner {
  padding-top: 18px;
  padding-bottom: 18px;
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-copy {
  color: rgba(249, 250, 251, 0.54);
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-disclaimer-inline {
  max-width: 520px;
  color: rgba(249, 250, 251, 0.4);
}

body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-mini-links a {
  color: rgba(249, 250, 251, 0.64);
}

.rdg-footer-main .rdg-footer-links a:focus-visible {
  position: relative;
  border-radius: 14px;
  box-shadow:
    0 0 0 2px rgba(245, 196, 0, 0.16),
    0 0 0 6px rgba(245, 196, 0, 0.07);
}

.rdg-footer-main .rdg-footer-links a:focus-visible::after {
  width: 60%;
  background: linear-gradient(
    to right,
    rgba(245, 196, 0, 0.9),
    rgba(245, 196, 0, 0)
  );
}

.rdg-footer-main .rdg-footer-mini-links a:focus-visible {
  outline: 2px solid rgba(245, 196, 0, 0.65);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .rdg-footer-main .rdg-footer-acc > summary {
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(245,196,0,0.5)' d='M6.5 9.5l5.5 6 5.5-6z'/%3E%3C/svg%3E");
  }

  .rdg-footer-main .rdg-footer-acc[open] > summary {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(245,196,0,0.58)' d='M6.5 14.5l5.5-6 5.5 6z'/%3E%3C/svg%3E");
  }
}

@media (max-width: 1100px) {
  .rdg-footer-main .rdg-footer-grid {
    flex-wrap: wrap;
  }

  .rdg-footer-main .rdg-footer-grid > .rdg-footer-col:nth-child(2)::before {
    display: none;
  }

  .rdg-footer-main .rdg-footer-brand {
    flex: 0 0 100%;
    max-width: none;
    padding-right: 0;
    margin-bottom: 26px;
  }

  .rdg-footer-main .rdg-footer-grid > .rdg-footer-col:not(.rdg-footer-brand) {
    flex: 0 0 50%;
    padding-left: 0;
  }

  .rdg-footer-main .rdg-footer-grid > .rdg-footer-col:nth-child(2) {
    margin-left: 0;
  }

  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-top {
    padding: 54px 0 42px;
  }

  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-grid {
    gap: 0;
    row-gap: 0;
  }

  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-brand {
    flex: 0 0 100%;
    max-width: none;
    padding-right: 0;
    margin-bottom: 26px;
  }
}

@media (max-width: 640px) {
  .rdg-footer-main .rdg-footer-grid > .rdg-footer-col:not(.rdg-footer-brand) {
    flex: 0 0 100%;
  }

  .rdg-footer-main .rdg-footer-bottom-inner {
    display: block;
    text-align: center;
  }

  .rdg-footer-main .rdg-copy {
    margin-bottom: 12px;
  }

  .rdg-footer-main .rdg-footer-disclaimer-inline {
    max-width: 560px;
    margin: 10px auto;
    text-align: center;
  }

  .rdg-footer-main .rdg-footer-mini-links {
    margin-top: 12px;
  }

  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-top {
    padding: 54px 0 42px;
  }

  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-grid {
    gap: 0;
    row-gap: 0;
  }

  body.front-page .rdg-footer-main.rdg-footer-main .rdg-social-badge {
    width: 44px;
    height: 44px;
  }

  body.front-page .rdg-footer-main.rdg-footer-main .rdg-social-badge svg {
    margin-top: 12px;
  }

  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-bottom-inner {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@keyframes rdg-footer-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RDG: fluid footer scale between desktop and mobile. */
@media (min-width: 641px) and (max-width: 1280px) {
  .rdg-footer-main {
    --rdg-footer-fluid-top: clamp(38px, 4.9vw, 54px);
    --rdg-footer-fluid-bottom: clamp(30px, 3.82vw, 42px);
    --rdg-footer-fluid-gap: clamp(10px, 1.65vw, 20px);
    --rdg-footer-fluid-brand: minmax(clamp(190px, 27vw, 300px), 1.35fr);
    --rdg-footer-fluid-col: minmax(0, 0.76fr);
    --rdg-footer-fluid-logo: clamp(34px, 4vw, 46px);
    --rdg-footer-fluid-desc: clamp(12px, 1.28vw, 14.5px);
    --rdg-footer-fluid-link: clamp(11px, 1.18vw, 13px);
    --rdg-footer-fluid-heading: clamp(10px, 1.1vw, 12px);
    --rdg-footer-fluid-icon: clamp(34px, 4vw, 44px);
  }

  .rdg-footer-main .rdg-footer-top,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-top {
    padding: var(--rdg-footer-fluid-top) 0 var(--rdg-footer-fluid-bottom);
  }

  .rdg-footer-main .rdg-footer-grid,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-grid {
    display: grid;
    grid-template-columns:
      var(--rdg-footer-fluid-brand)
      var(--rdg-footer-fluid-col)
      var(--rdg-footer-fluid-col)
      var(--rdg-footer-fluid-col);
    gap: var(--rdg-footer-fluid-gap);
    align-items: start;
  }

  .rdg-footer-main .rdg-footer-brand,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-brand {
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
    padding-right: clamp(10px, 1.9vw, 22px);
  }

  .rdg-footer-main .rdg-footer-grid > .rdg-footer-col:not(.rdg-footer-brand),
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-grid > .rdg-footer-col:not(.rdg-footer-brand) {
    min-width: 0;
    padding-left: 0;
  }

  .rdg-footer-main .rdg-footer-grid > .rdg-footer-col:nth-child(2),
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-grid > .rdg-footer-col:nth-child(2) {
    margin-left: 0;
  }

  .rdg-footer-main .rdg-footer-grid > .rdg-footer-col:nth-child(2)::before,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-grid > .rdg-footer-col:nth-child(2)::before {
    display: none;
  }

  .rdg-footer-main .rdg-footer-logo {
    padding-bottom: clamp(10px, 1.45vw, 16px);
  }

  .rdg-footer-main .rdg-footer-logo::before,
  .rdg-footer-main .rdg-footer-logo::after {
    width: clamp(96px, 13.65vw, 150px);
  }

  .rdg-footer-main .rdg-footer-logo img,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-logo img {
    height: var(--rdg-footer-fluid-logo);
  }

  .rdg-footer-main .rdg-footer-desc,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-desc {
    max-width: 34ch;
    margin-top: clamp(12px, 1.64vw, 18px);
    font-size: var(--rdg-footer-fluid-desc);
    line-height: 1.58;
  }

  .rdg-footer-main .rdg-footer-social,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-social {
    margin-top: clamp(12px, 1.64vw, 18px);
  }

  .rdg-footer-main .rdg-social-badge,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-social-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--rdg-footer-fluid-icon);
    height: var(--rdg-footer-fluid-icon);
    margin-right: clamp(7px, 1.1vw, 12px);
    margin-bottom: clamp(7px, 1.1vw, 12px);
    border-radius: clamp(12px, 1.45vw, 16px);
  }

  .rdg-footer-main .rdg-social-badge svg {
    width: clamp(16px, 1.82vw, 20px);
    height: clamp(16px, 1.82vw, 20px);
    margin: 0;
  }

  body.front-page .rdg-footer-main.rdg-footer-main .rdg-social-badge svg {
    margin: 0;
  }

  .rdg-footer-main .rdg-footer-acc > summary {
    padding-right: clamp(18px, 2.18vw, 24px);
    background-size: clamp(12px, 1.45vw, 16px) clamp(12px, 1.45vw, 16px);
  }

  .rdg-footer-main .rdg-footer-h,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-h {
    margin-bottom: clamp(8px, 1.1vw, 12px);
    padding-bottom: clamp(9px, 1.28vw, 14px);
    font-size: var(--rdg-footer-fluid-heading);
    letter-spacing: clamp(0.08em, 0.01vw + 0.06em, 0.12em);
  }

  .rdg-footer-main .rdg-footer-h::before,
  .rdg-footer-main .rdg-footer-h::after {
    width: clamp(74px, 11.36vw, 125px);
  }

  .rdg-footer-main .rdg-footer-links,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-links {
    margin-top: clamp(8px, 1.28vw, 14px);
  }

  .rdg-footer-main .rdg-footer-links li,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-links li {
    margin-bottom: clamp(7px, 0.91vw, 10px);
  }

  .rdg-footer-main .rdg-footer-links a,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-links a {
    overflow-wrap: anywhere;
    font-size: var(--rdg-footer-fluid-link);
    line-height: 1.42;
  }

  .rdg-footer-main .rdg-footer-legal-note {
    margin-top: clamp(10px, 1.45vw, 16px);
    padding-top: clamp(9px, 1.28vw, 14px);
  }

  .rdg-footer-main .rdg-footer-legal-note strong,
  .rdg-footer-main .rdg-footer-legal-note a {
    font-size: clamp(10px, 1.09vw, 12px);
  }

  .rdg-footer-main .rdg-footer-bottom-inner,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-bottom-inner {
    display: grid;
    grid-template-columns: minmax(160px, 0.9fr) minmax(170px, 1fr) minmax(210px, 1.2fr);
    gap: clamp(10px, 1.45vw, 16px);
    align-items: center;
    padding-top: clamp(14px, 1.64vw, 18px);
    padding-bottom: clamp(14px, 1.64vw, 18px);
  }

  .rdg-footer-main .rdg-copy {
    white-space: nowrap;
    font-size: clamp(10.5px, 1.02vw, 13px);
  }

  .rdg-footer-main .rdg-footer-disclaimer-inline,
  body.front-page .rdg-footer-main.rdg-footer-main .rdg-footer-disclaimer-inline {
    max-width: none;
    margin: 0;
    font-size: clamp(10px, 1.09vw, 12px);
    line-height: 1.45;
  }

  .rdg-footer-main .rdg-footer-mini-links {
    justify-self: end;
    text-align: right;
    white-space: nowrap;
    font-size: clamp(10.5px, 1.02vw, 13px);
  }
}
