/* Shared site footer (matches fuel.php) */
.page-footer-wrap {
    margin-top: clamp(1.5rem, 4vw, 2.5rem);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
}
.home-footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 48px;
    max-width: 18rem;
    width: calc(100% - 2rem);
    margin: 0 auto 1rem;
    padding: 0.65rem 1.25rem;
    background-color: #000080;
    color: #ffeb3b;
    text-decoration: none;
    font-weight: bold;
    font-size: clamp(0.9rem, 3.5vw, 1rem);
    letter-spacing: 0.08em;
    border-radius: 14px;
    border: 2px solid #1a237e;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    -webkit-tap-highlight-color: transparent;
}
.home-footer-btn:hover,
.home-footer-btn:focus-visible {
    background-color: #1a237e;
    color: #fff176;
    outline: none;
}
.site-footer-basement {
    width: 100%;
    background-color: #001f3f;
    color: #fff;
    padding: 12px 16px;
    box-sizing: border-box;
}
.site-footer-inner {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(0.78rem, 3.2vw, 0.95rem);
    line-height: 1.45;
    padding: 0 0.5rem;
}
