.site-footer {
    background:
        radial-gradient(circle at top right, rgba(0, 154, 68, 0.16), transparent 26%),
        linear-gradient(145deg, #25312a 0%, #1f2823 48%, #212924 100%);
    color: #fff;
    scroll-margin-top: 110px;
}

.site-footer-top {
    padding: 3.1rem 0 3rem;
}

.site-footer .container {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto;
}

.site-footer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr) minmax(300px, 1fr);
    gap: 3.4rem;
    align-items: start;
}

.site-footer-contact,
.site-footer-social,
.site-footer-map {
    min-width: 0;
}

.site-footer-section-title {
    margin: 0 0 1.25rem;
    font-family: var(--font-heading, "Roboto", sans-serif);
    font-size: clamp(1.8rem, 2.4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #fff;
}

.site-footer-contact-list {
    display: grid;
    gap: 0.85rem;
}

.site-footer-contact-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
}

.site-footer-contact-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.site-footer-contact-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.site-footer-contact-icon-phone {
    color: #8eb9ff;
}

.site-footer-contact-icon-whatsapp {
    color: #63f2c3;
}

.site-footer-contact-icon-email {
    color: #ffbf72;
}

.site-footer-contact-icon-location {
    color: #a5adff;
}

.site-footer-contact-icon-hours {
    color: #71f0ca;
}

.site-footer-contact-copy {
    min-width: 0;
}

.site-footer-contact-name {
    margin: 0 0 0.06rem;
    color: #fff;
    font-family: var(--font-heading, "Roboto", sans-serif);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.25;
}

.site-footer-contact-detail,
.site-footer-contact-link {
    display: block;
    color: rgba(232, 239, 234, 0.78);
    font-size: 0.94rem;
    line-height: 1.5;
    word-break: break-word;
}

.site-footer-contact-link {
    text-decoration: none;
}

.site-footer-contact-link:hover,
.site-footer-social-links a:hover,
.site-footer-map-link:hover {
    color: #dff4e6;
}

.site-footer-social {
    display: grid;
    justify-items: center;
    text-align: center;
    align-content: start;
    padding-top: 0.15rem;
}

.site-footer-social .site-footer-section-title {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    white-space: nowrap;
    font-size: clamp(1.35rem, 1.9vw, 1.8rem);
}

.site-footer-side-copy {
    margin: 0;
    color: rgba(233, 240, 235, 0.8);
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 19rem;
}

.site-footer-social-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.9rem;
}

.site-footer-social-links a {
    display: inline;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-footer-social-links a + a::before {
    content: "|";
    margin-right: 0.7rem;
    color: rgba(233, 240, 235, 0.52);
}

.site-footer-social-links a:hover {
    background: transparent;
}

.site-footer-logo {
    margin-top: 1.6rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.site-footer-logo img {
    width: min(170px, 78%);
    height: auto;
    display: block;
}

.site-footer-map {
    display: grid;
    align-content: start;
    justify-items: start;
}

.site-footer-map-copy {
    margin: 0 0 1.25rem;
    color: rgba(233, 240, 235, 0.8);
    font-size: 0.98rem;
    line-height: 1.75;
    max-width: 24rem;
}

.site-footer-map-shell {
    width: min(100%, 360px);
    display: grid;
    gap: 1rem;
}

.site-footer-map-stage {
    position: relative;
    min-height: 270px;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 15% 18%, rgba(0, 154, 68, 0.28), transparent 26%),
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(7, 12, 9, 0.08));
    background-size: auto, 28px 28px, 28px 28px, auto;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
    isolation: isolate;
}

.site-footer-map-stage::before {
    content: "";
    position: absolute;
    inset: 12% 19% 9% 22%;
    border-radius: 40% 51% 46% 57% / 60% 42% 58% 41%;
    background:
        linear-gradient(160deg, rgba(220, 243, 228, 0.16), rgba(96, 180, 123, 0.07)),
        rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(221, 243, 229, 0.12);
    transform: rotate(12deg);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    z-index: -1;
}

.site-footer-map-overview {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: grid;
    gap: 0.22rem;
    padding: 0.75rem 0.9rem;
    border-radius: 18px;
    background: rgba(23, 33, 28, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.site-footer-map-overview strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.site-footer-map-overview span:last-child {
    color: rgba(233, 240, 235, 0.76);
    font-size: 0.8rem;
    line-height: 1.35;
}

.site-footer-map-overview-tag {
    display: inline-flex;
    width: fit-content;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: rgba(0, 154, 68, 0.2);
    color: #dff4e6;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer-map-route-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.site-footer-map-route-svg polyline {
    fill: none;
    stroke: rgba(150, 235, 178, 0.42);
    stroke-width: 1.3;
    stroke-dasharray: 3.2 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-footer-map-marker {
    position: absolute;
    display: grid;
    justify-items: center;
    gap: 0.34rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform 0.22s ease, filter 0.22s ease;
}

.site-footer-map-marker:hover,
.site-footer-map-marker:focus-visible {
    transform: translate(-50%, -50%) scale(1.05);
    filter: brightness(1.06);
}

.site-footer-map-marker-dot {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #f4fbf6;
    border: 4px solid #009a44;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.site-footer-map-marker-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 0.24rem 0.48rem;
    border-radius: 999px;
    background: rgba(24, 34, 28, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
}

.site-footer-map-marker.is-active .site-footer-map-marker-dot {
    background: #fff;
    border-color: #8cf2b8;
    box-shadow: 0 0 0 6px rgba(140, 242, 184, 0.14), 0 10px 18px rgba(0, 0, 0, 0.18);
}

.site-footer-map-marker.is-active .site-footer-map-marker-label {
    background: rgba(0, 154, 68, 0.24);
    border-color: rgba(140, 242, 184, 0.26);
}

.site-footer-map-detail {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at top left, rgba(0, 154, 68, 0.2), transparent 42%),
        rgba(255, 255, 255, 0.05);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
}

.site-footer-map-card {
    width: min(100%, 330px);
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at top left, rgba(0, 154, 68, 0.28), transparent 45%),
        rgba(255, 255, 255, 0.05);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
}

.site-footer-map-card-visual {
    position: relative;
    min-height: 178px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(0, 154, 68, 0.08));
    background-size: 26px 26px, 26px 26px, auto;
}

.site-footer-map-card-visual::after {
    content: "";
    position: absolute;
    inset: auto 18% 22% auto;
    width: 128px;
    height: 128px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0, 154, 68, 0.22), transparent 68%);
}

.site-footer-map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #8cf2b8;
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.site-footer-map-pin svg {
    width: 34px;
    height: 34px;
    display: block;
}

.site-footer-map-card-copy {
    display: grid;
    gap: 0.4rem;
    padding: 1.1rem 1.15rem 1.2rem;
}

.site-footer-map-badge {
    display: inline-flex;
    width: fit-content;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #dff4e6;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer-map-card-copy h3 {
    margin: 0;
    color: #fff;
    font-family: var(--font-heading, "Roboto", sans-serif);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.15;
}

.site-footer-map-card-copy p {
    margin: 0;
    color: rgba(232, 239, 234, 0.8);
    font-size: 0.94rem;
    line-height: 1.5;
}

.site-footer-map-meta {
    display: grid;
    gap: 0.8rem;
    padding: 0 1.15rem 1.05rem;
}

.site-footer-map-meta-row {
    display: grid;
    gap: 0.1rem;
}

.site-footer-map-meta-label {
    color: rgba(223, 244, 230, 0.7);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer-map-meta-value,
.site-footer-map-meta-link {
    color: rgba(232, 239, 234, 0.86);
    font-size: 0.92rem;
    line-height: 1.48;
    word-break: break-word;
}

.site-footer-map-meta-link {
    text-decoration: none;
}

.site-footer-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0;
    padding: 0 1.15rem 1.2rem;
}

.site-footer-map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 150px;
    width: fit-content;
    min-height: 50px;
    margin-top: 0;
    padding: 0.82rem 1.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.96rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.site-footer-map-link-secondary {
    background: transparent;
}

.site-footer-map-link:hover {
    background: rgba(0, 154, 68, 0.18);
    border-color: rgba(0, 154, 68, 0.34);
    transform: translateY(-1px);
}

.site-footer-map-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.site-footer-map-list-button {
    min-height: 46px;
    padding: 0.78rem 0.9rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(242, 248, 244, 0.88);
    font-size: 0.88rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.site-footer-map-list-button:hover,
.site-footer-map-list-button:focus-visible,
.site-footer-map-list-button.is-active {
    background: rgba(0, 154, 68, 0.18);
    border-color: rgba(140, 242, 184, 0.24);
    color: #fff;
    transform: translateY(-1px);
}

.site-footer-bottom {
    background: #eef2ec;
    color: #243229;
}

.site-footer-bottom .container {
    padding: 2rem 20px 1.85rem;
}

.site-footer-note {
    margin: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
}

.site-footer-note + .site-footer-note {
    margin-top: 0.18rem;
}

@media (max-width: 1040px) {
    .site-footer-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 2.5rem;
    }

    .site-footer-map {
        grid-column: 1 / -1;
    }

    .site-footer-map-shell {
        width: min(100%, 520px);
    }
}

@media (max-width: 768px) {
    .site-footer-top {
        padding: 2.5rem 0 2.35rem;
    }

    .site-footer-layout {
        grid-template-columns: 1fr;
        gap: 2.2rem;
    }

    .site-footer-section-title,
    .site-footer-social {
        text-align: left;
        justify-items: start;
    }

    .site-footer-social {
        text-align: center;
        justify-items: center;
    }

    .site-footer-social .site-footer-section-title {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        white-space: nowrap;
        font-size: clamp(1.18rem, 3.8vw, 1.45rem);
    }

    .site-footer-side-copy {
        max-width: none;
        text-align: left;
    }

    .site-footer-social .site-footer-side-copy {
        max-width: 20rem;
        text-align: center;
    }

    .site-footer-social-links {
        justify-content: center;
    }

    .site-footer-contact-list {
        gap: 0.75rem;
    }

    .site-footer-contact-row {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 0.72rem;
    }

    .site-footer-contact-icon {
        width: 44px;
        height: 44px;
        border-radius: 15px;
    }

    .site-footer-contact-icon svg {
        width: 22px;
        height: 22px;
    }

    .site-footer-contact-name {
        font-size: 0.98rem;
    }

    .site-footer-contact-detail,
    .site-footer-contact-link {
        font-size: 0.91rem;
    }

    .site-footer-logo {
        margin-top: 1.2rem;
    }

    .site-footer-logo img {
        width: min(160px, 72%);
    }

    .site-footer-map-card {
        width: min(100%, 420px);
    }

    .site-footer-map-actions {
        width: min(100%, 420px);
    }

    .site-footer-map-shell {
        width: min(100%, 420px);
    }

    .site-footer-bottom .container {
        padding: 1.7rem 20px 1.5rem;
    }
}

@media (max-width: 540px) {
    .site-footer .container {
        width: min(100% - 1rem, 1200px);
    }

    .site-footer-section-title {
        font-size: 1.6rem;
    }

    .site-footer-social .site-footer-section-title {
        font-size: 1rem;
    }

    .site-footer-side-copy,
    .site-footer-contact-detail,
    .site-footer-contact-link,
    .site-footer-note,
    .site-footer-map-copy {
        font-size: 0.94rem;
    }

    .site-footer-contact-row {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 0.68rem;
    }

    .site-footer-contact-icon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    .site-footer-contact-icon svg {
        width: 20px;
        height: 20px;
    }

    .site-footer-contact-name {
        font-size: 0.93rem;
    }

    .site-footer-contact-detail,
    .site-footer-contact-link {
        font-size: 0.88rem;
    }

    .site-footer-map-link {
        width: 100%;
    }

    .site-footer-map-card,
    .site-footer-map-shell {
        width: 100%;
    }

    .site-footer-social-links a {
        width: auto;
        font-size: 0.92rem;
    }

    .site-footer-map-stage {
        min-height: 248px;
    }

    .site-footer-map-overview {
        top: 0.85rem;
        left: 0.85rem;
        padding: 0.65rem 0.75rem;
    }

    .site-footer-map-list {
        grid-template-columns: 1fr;
    }
}

.site-footer-map-embed {
    width: min(100%, 360px);
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
}

.site-footer-map-embed iframe {
    width: 100%;
    height: 320px;
    display: block;
}

.site-footer-map-actions {
    margin-top: 1rem;
    padding: 0;
}

.site-footer-map-link {
    flex: 0 0 auto;
}

@media (max-width: 1040px) {
    .site-footer-map-embed {
        width: min(100%, 520px);
    }
}

@media (max-width: 768px) {
    .site-footer-map-embed {
        width: min(100%, 420px);
    }
}

@media (max-width: 540px) {
    .site-footer-map-embed {
        width: 100%;
    }
}
