.footer-home {
    font-family: signkanegative, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 10px;
    line-height: 1.5;
}

.footer-home *,
.footer-home *::before,
.footer-home *::after {
    box-sizing: border-box;
}

.footer-home .max-width-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
}

@media (min-width: 640px) {
    .footer-home .max-width-container {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

@media (min-width: 1024px) {
    .footer-home .max-width-container {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }
}

/* ── Red CTA strip ── */
.footer-home__cta {
    background: linear-gradient(135deg, #8f181d 0%, #9e1d22 50%, #7a1519 100%);
    color: #fff;
    padding: 3.5em 0;
}

.footer-home__cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}

.footer-home__cta-left {
    display: flex;
    align-items: center;
    gap: 1.5em;
    flex: 1 1 auto;
    min-width: 0;
}

.footer-home__cta-phone {
    width: 95px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 16px;
    padding: 6px 5px 7px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.footer-home__cta-phone-notch {
    width: 42%;
    height: 4px;
    background: #111;
    border-radius: 999px;
    margin: 0 auto 5px;
}

.footer-home__cta-phone-screen {
    background: #f5f5f7;
    border-radius: 10px;
    padding: 6px 5px;
    min-height: 110px;
}

.footer-home__cta-phone-bar {
    height: 10px;
    border-radius: 4px;
    background: #9e1d22;
    margin-bottom: 6px;
}

.footer-home__cta-phone-line {
    height: 4px;
    border-radius: 999px;
    background: #ddd;
    margin-bottom: 5px;
}

.footer-home__cta-phone-line--short { width: 70%; }

.footer-home__cta-phone-pill {
    width: 55%;
    height: 7px;
    border-radius: 999px;
    background: #34a853;
    margin-top: 8px;
}

.footer-home__cta-title {
    margin: 0;
    font-size: clamp(3.2em, 4vw, 4.2em);
    font-weight: 700;
    line-height: 1.1;
}

.footer-home__cta-lead {
    margin: 0.5em 0 0;
    font-size: clamp(2em, 2.4vw, 2.4em);
    font-weight: 500;
}

.footer-home__cta-sub {
    margin: 0.35em 0 1.25em;
    font-size: clamp(1.7em, 2vw, 2em);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
}

.footer-home__cta-stores,
.footer-home__bar-stores {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.75em;
    width: 100%;
}

.footer-home__bar-stores .footer-home__store,
.footer-home__cta-stores .footer-home__store {
    flex: 1 1 0;
    min-width: 0;
}

.footer-home__store {
    display: inline-flex;
    align-items: center;
    gap: 0.85em;
    background: #000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 0.85em 1.25em;
    min-height: 62px;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.footer-home__store:hover {
    background: #111;
    color: #fff;
    border-color: #fff;
    transform: translateY(-1px);
}

.footer-home__store-icon {
    display: inline-flex;
    width: 2.5em;
    height: 2.5em;
    flex-shrink: 0;
}

.footer-home__store-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.footer-home__store--apple .footer-home__store-icon { color: #fff; }

.footer-home__store span {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.footer-home__store small {
    font-size: 1.05em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    opacity: 0.85;
}

.footer-home__store strong {
    font-size: 1.75em;
    font-weight: 700;
}

.footer-home__store--sm {
    padding: 0.7em 1em;
    min-height: 56px;
}

.footer-home__store--sm .footer-home__store-icon {
    width: 2em;
    height: 2em;
}

.footer-home__store--sm strong {
    font-size: 1.45em;
}

.footer-home__store--sm small {
    font-size: 0.95em;
}

.footer-home__cta-qr-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1em;
    flex-shrink: 0;
}

.footer-home__cta-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    flex-shrink: 0;
}

.footer-home__cta-qr-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.footer-home__cta-qr:hover .footer-home__cta-qr-wrap {
    transform: scale(1.03);
}

.footer-home__cta-qr-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    image-rendering: pixelated;
}

.footer-home__cta-qr-label {
    margin-top: 0.45em;
    font-size: 1.2em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.footer-home__cta-mockup {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-home__cta-mockup img {
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    display: block;
    opacity: 0.92;
}

/* ── Black footer bar ── */
.footer-home__bar {
    background: #000;
    color: #fff;
    padding: 2.8em 0 2.2em;
}

.footer-home__bar-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    align-items: start;
}

.footer-home__bar-col {
    min-width: 0;
    padding: 0 1.5em;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-home__bar-col:first-child {
    border-left: none;
    padding-left: 0;
}

.footer-home__bar-col:last-child {
    padding-right: 0;
}

.footer-home__bar-copy {
    margin-top: 2.5em;
    padding-top: 1.75em;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
}

.footer-home__bar-copy p {
    margin: 0;
    font-size: 1.55em;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.45;
}

.footer-home__brand {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
}

.footer-home__logo {
    width: 180px;
    max-width: 100%;
    height: auto;
    display: block;
}

.footer-home__tagline {
    margin-top: 0.45em;
    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.75);
}

.footer-home__social {
    display: flex;
    gap: 0.65em;
    list-style: none;
    margin: 1em 0 0;
    padding: 0;
}

.footer-home__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6em;
    height: 2.6em;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 1.25em;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.footer-home__social a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

.footer-home__heading {
    margin: 0 0 1em;
    font-size: 1.7em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.footer-home__heading--app {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.85em;
}

.footer-home__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-home__links li + li {
    margin-top: 0.6em;
}

.footer-home__links a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 1.65em;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-home__links a:hover {
    color: #fff;
}

@media (max-width: 1200px) {
    .footer-home__cta-inner {
        flex-wrap: wrap;
    }

    .footer-home__cta-mockup {
        width: 100%;
        order: 3;
        padding-top: 0.5em;
    }

    .footer-home__cta-mockup img {
        max-width: 280px;
        max-height: 240px;
    }

    .footer-home__bar-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2em 1.5em;
    }

    .footer-home__bar-col {
        border-left: none;
        padding: 0;
    }

    .footer-home__bar-col--brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .footer-home__cta {
        padding: 2.5em 0;
    }

    .footer-home__cta-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 1.75em;
    }

    .footer-home__cta-left {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .footer-home__cta-copy {
        width: 100%;
    }

    .footer-home__cta-qr-row {
        justify-content: center;
        width: 100%;
        gap: 1.25em;
    }

    .footer-home__cta-mockup img {
        max-width: 240px;
        max-height: 220px;
    }

    .footer-home__bar {
        padding: 2.2em 0 1.8em;
    }

    .footer-home__bar-grid {
        grid-template-columns: 1fr;
        gap: 2em;
    }

    .footer-home__bar-col {
        padding: 0;
    }

    .footer-home__bar-copy {
        margin-top: 2em;
        padding-top: 1.5em;
    }

    .footer-home__bar-stores,
    .footer-home__cta-stores {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.75em;
    }

    .footer-home__store {
        width: 100%;
        padding: 0.75em 1em;
    }

    .footer-home__store strong {
        font-size: 1.45em;
    }

    .footer-home__store--sm strong {
        font-size: 1.3em;
    }

    .footer-home__cta-qr-wrap {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .footer-home .max-width-container {
        padding-left: 1em;
        padding-right: 1em;
    }

    .footer-home__cta-title {
        font-size: 2.6em;
    }

    .footer-home__cta-lead {
        font-size: 1.75em;
    }

    .footer-home__cta-sub {
        font-size: 1.45em;
    }

    .footer-home__store-icon {
        width: 2em;
        height: 2em;
    }

    .footer-home__store strong {
        font-size: 1.25em;
    }

    .footer-home__store small {
        font-size: 0.85em;
    }
}
