﻿      .home-es-page .home-custom-footer {
        display: block !important;
        position: relative !important;
        clear: both !important;
        width: 100%;
        margin: 4rem 0 0 !important;
        padding: 2.25rem 0 1.25rem;
        border-top: 1px solid rgba(220,53,69,.55);
        background: transparent;
        z-index: 1;
      }
      .home-es-page .home-footer-grid {
        display: grid;
        grid-template-columns: minmax(0,1.35fr) minmax(0,1fr) minmax(280px,.85fr);
        gap: 1.5rem;
        align-items: stretch;
      }
      .home-es-page .home-footer-panel {
        background: #fff;
        border: 1px solid rgba(0,0,0,.06);
        border-radius: 1.25rem;
        box-shadow: 0 12px 28px rgba(0,0,0,.06);
        padding: 1.5rem 1.6rem;
        height: 100%;
      }
      .home-es-page .home-footer-eyebrow {
        display: inline-block;
        font-size: .78rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #198754;
        margin-bottom: .65rem;
      }
      .home-es-page .home-footer-panel h3 { line-height: 1.15; margin-bottom: .75rem; }
      .home-es-page .home-footer-panel p,
      .home-es-page .home-footer-note,
      .home-es-page .home-footer-bottom-copy { color: #6c757d; }
      .home-es-page .home-footer-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: .85rem 1.15rem;
        border-radius: 999px;
        background: #198754;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        min-height: 48px;
      }
      .home-es-page .home-footer-cta:hover { background: #157347; color: #fff; }
      .home-es-page .home-footer-links,
      .home-es-page .home-footer-social,
      .home-es-page .home-footer-bottom-links {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
      }
      .home-es-page .home-footer-links a,
      .home-es-page .home-footer-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: .65rem 1rem;
        border-radius: 999px;
        border: 1px solid #198754;
        color: #198754;
        text-decoration: none;
        transition: all .2s ease;
      }
      .home-es-page .home-footer-links a:hover,
      .home-es-page .home-footer-social a:hover { background: #198754; color: #fff; }
      .home-es-page .home-footer-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1rem;
        margin-top: 1.25rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(0,0,0,.08);
      }
      .home-es-page .home-footer-bottom-links a { color: #198754; text-decoration: none; }
      @media (max-width: 1199.98px) {
        .home-es-page .home-footer-grid { grid-template-columns: 1fr 1fr; }
        .home-es-page .home-footer-grid > :last-child { grid-column: 1 / -1; }
      }
      @media (max-width: 767.98px) {
        .home-es-page .home-custom-footer { margin-top: 3rem !important; padding-top: 1.75rem; }
        .home-es-page .home-footer-grid { grid-template-columns: 1fr; }
        .home-es-page .home-footer-panel { padding: 1.25rem; }
        .home-es-page .home-footer-links,
        .home-es-page .home-footer-social,
        .home-es-page .home-footer-bottom-links,
        .home-es-page .btn-group-wrapper { flex-direction: column; }
        .home-es-page .home-footer-links a,
        .home-es-page .home-footer-social a,
        .home-es-page .home-footer-cta,
        .home-es-page .btn-group-wrapper .btn { width: 100%; }
        .home-es-page .home-footer-bottom { flex-direction: column; }
      }
