/* -------------------- SHARED ENHANCED SITE FOOTER -------------------- */
.site-footer-enhanced {
      padding: 0;
      color: #ffffff;
      background: #2b2d3a;
    }

    .site-footer-enhanced a {
      color: inherit;
    }

    .site-footer-enhanced .footer-main {
      padding-top: clamp(52px, 7vw, 82px);
      padding-bottom: clamp(44px, 6vw, 68px);
    }

    .site-footer-enhanced .footer-grid {
      display: grid;
      grid-template-columns: minmax(240px, 1.35fr) minmax(150px, 0.72fr) minmax(190px, 1fr) minmax(245px, 1.18fr);
      gap: clamp(34px, 5vw, 74px);
      align-items: start;
    }

    .site-footer-enhanced .footer-brand-column,
    .site-footer-enhanced .footer-column,
    .site-footer-enhanced .footer-contact-column {
      min-width: 0;
    }

    .site-footer-enhanced .footer-logo {
      display: inline-flex;
      margin-bottom: 24px;
    }

    .site-footer-enhanced .footer-logo img {
      display: block;
      width: min(205px, 100%);
      height: auto;
      object-fit: contain;
    }

    .site-footer-enhanced .footer-summary {
      max-width: 340px;
      margin: 0 0 24px;
      color: rgba(255, 255, 255, 0.76);
      font-size: 0.98rem;
      line-height: 1.7;
    }

    .site-footer-enhanced .footer-trust-list,
    .site-footer-enhanced .footer-link-list {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .site-footer-enhanced .footer-trust-list {
      display: grid;
      gap: 10px;
      margin-bottom: 26px;
    }

    .site-footer-enhanced .footer-trust-list li {
      position: relative;
      padding-left: 19px;
      color: rgba(255, 255, 255, 0.9);
      font-size: 0.9rem;
      line-height: 1.45;
    }

    .site-footer-enhanced .footer-trust-list li::before {
      content: "";
      position: absolute;
      top: 0.55em;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #d21f27;
      box-shadow: 0 0 0 4px rgba(210, 31, 39, 0.16);
    }

    .site-footer-enhanced .footer-direct-email {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      font-weight: 750;
      text-decoration: none;
      overflow-wrap: anywhere;
    }

    .site-footer-enhanced .footer-direct-email::before {
      content: "@";
      display: inline-grid;
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      place-items: center;
      border-radius: 50%;
      color: #ffffff;
      background: #d21f27;
      font-size: 0.8rem;
      font-weight: 900;
    }

    .site-footer-enhanced .footer-direct-email:hover,
    .site-footer-enhanced .footer-direct-email:focus-visible {
      color: #ff7479;
    }

    .site-footer-enhanced .footer-column-title {
      position: relative;
      margin: 0 0 23px;
      padding-bottom: 14px;
      color: #ffffff;
      font-size: 0.83rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .site-footer-enhanced .footer-column-title::before,
    .site-footer-enhanced .footer-column-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
    }

    .site-footer-enhanced .footer-column-title::before {
      width: 100%;
      background: rgba(255, 255, 255, 0.24);
    }

    .site-footer-enhanced .footer-column-title::after {
      width: 38px;
      height: 2px;
      background: #d21f27;
    }

    .site-footer-enhanced .footer-link-list {
      display: grid;
      gap: 14px;
    }

    .site-footer-enhanced .footer-link-list a {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.95rem;
      line-height: 1.45;
      text-decoration: none;
      transition: color 170ms ease, transform 170ms ease;
    }

    .site-footer-enhanced .footer-link-list a::before {
      content: "";
      width: 0;
      height: 1px;
      margin-right: 0;
      background: #d21f27;
      transition: width 170ms ease, margin-right 170ms ease;
    }

    .site-footer-enhanced .footer-link-list a:hover,
    .site-footer-enhanced .footer-link-list a:focus-visible {
      color: #ffffff;
      transform: translateX(3px);
    }

    .site-footer-enhanced .footer-link-list a:hover::before,
    .site-footer-enhanced .footer-link-list a:focus-visible::before {
      width: 14px;
      margin-right: 8px;
    }

    .site-footer-enhanced .footer-contact-card {
      padding: 25px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.055);
      box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
    }

    .site-footer-enhanced .footer-contact-card h2 {
      margin: 0 0 12px;
      color: #ffffff;
      font-size: clamp(1.38rem, 2vw, 1.75rem);
      line-height: 1.18;
    }

    .site-footer-enhanced .footer-contact-card p {
      margin: 0 0 21px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.94rem;
      line-height: 1.62;
    }

    .site-footer-enhanced .footer-project-button {
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 12px 19px;
      border: 2px solid #d21f27;
      border-radius: 4px;
      color: #ffffff;
      background: #d21f27;
      font-size: 0.9rem;
      font-weight: 800;
      line-height: 1.2;
      text-align: center;
      text-decoration: none;
      transition: background-color 170ms ease, border-color 170ms ease, transform 170ms ease;
    }

    .site-footer-enhanced .footer-project-button:hover,
    .site-footer-enhanced .footer-project-button:focus-visible {
      border-color: #ffffff;
      background: transparent;
      transform: translateY(-2px);
    }

    .site-footer-enhanced .footer-social-title {
      margin: 38px 0 14px;
      color: rgba(255, 255, 255, 0.62);
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.11em;
      text-transform: uppercase;
    }

    .site-footer-enhanced .footer-social-links {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .site-footer-enhanced .footer-social-links a {
      display: inline-flex;
      gap: 8px;
      min-height: 36px;
      align-items: center;
      padding: 8px 12px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 999px;
      color: rgba(255, 255, 255, 0.86);
      font-size: 0.8rem;
      font-weight: 700;
      text-decoration: none;
      transition: color 170ms ease, border-color 170ms ease, background-color 170ms ease;
    }


    .site-footer-enhanced .footer-social-icon {
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
      fill: currentColor;
    }

    .site-footer-enhanced .footer-social-links a:hover,
    .site-footer-enhanced .footer-social-links a:focus-visible {
      color: #ffffff;
      border-color: #d21f27;
      background: rgba(210, 31, 39, 0.2);
    }

    .site-footer-enhanced a:focus-visible {
      outline: 2px solid #ff6b71;
      outline-offset: 4px;
    }

    .site-footer-enhanced .footer-bottom {
      padding: 18px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      background: #171820;
    }

    .site-footer-enhanced .footer-bottom-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .site-footer-enhanced .footer-copyright {
      margin: 0;
      color: rgba(255, 255, 255, 0.65);
      font-size: 0.82rem;
      line-height: 1.5;
    }

    .site-footer-enhanced .footer-back-to-top {
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.82rem;
      font-weight: 750;
      text-decoration: none;
    }

    .site-footer-enhanced .footer-back-to-top:hover,
    .site-footer-enhanced .footer-back-to-top:focus-visible {
      color: #ffffff;
    }

    @media (max-width: 1040px) {
      .site-footer-enhanced .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px) {
      .site-footer-enhanced .footer-main {
        padding-top: 46px;
        padding-bottom: 42px;
      }

      .site-footer-enhanced .footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
      }

      .site-footer-enhanced .footer-logo img {
        width: 180px;
      }

      .site-footer-enhanced .footer-summary {
        max-width: none;
      }

      .site-footer-enhanced .footer-contact-card {
        padding: 22px 20px;
      }

      .site-footer-enhanced .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
      }
    }
