/* Footer app download showcase — phones + in-screen mockups */
.repio-footer-app-showcase {
    /* Render directly below the footer headline row */
    padding: clamp(1.5rem, 4vw, 2.75rem) 0 clamp(1.25rem, 3vw, 2.25rem);
    border-bottom: none;
    margin-bottom: 0;
}

.repio-footer-app-showcase__logo {
    margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.repio-footer-app-showcase__logo .link {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    text-decoration: none;
}

.repio-footer-app-showcase__eyebrow {
    color: var(--main-eight-400, #4d9fff);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.repio-footer-app-showcase__title {
    font-size: clamp(2.25rem, 4.5vw, 3.75rem);
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.repio-footer-app-showcase__lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    line-height: 1.6;
    max-width: 32rem;
    margin-bottom: 1.75rem;
}

.repio-footer-app-showcase__stores {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
}

.repio-footer-app-showcase__store-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 1.15rem 0.65rem 0.85rem;
    border-radius: 0.75rem;
    background: #fff;
    color: #00174f;
    text-decoration: none;
    min-width: 10.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.repio-footer-app-showcase__store-badge:hover {
    color: #00174f;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.repio-footer-app-showcase__store-badge svg {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
}

.repio-footer-app-showcase__store-badge small {
    display: block;
    font-size: 0.65rem;
    line-height: 1.2;
    opacity: 0.75;
    font-weight: 500;
}

.repio-footer-app-showcase__store-badge strong {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.repio-footer-app-showcase__phones {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: clamp(1.25rem, 4vw, 2.5rem);
    flex-wrap: wrap;
    padding-top: 0.5rem;
    isolation: isolate;
}

.repio-footer-app-showcase__phone-wrap {
    text-align: center;
    flex: 0 1 auto;
    transition: transform 0.35s ease;
}

.repio-footer-app-showcase__phone-wrap:hover {
    transform: translateY(-6px);
}

.repio-footer-app-showcase__phone-label {
    margin-top: 1rem;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}

.repio-footer-app-showcase__phone-sublabel {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.repio-footer-app-phone {
    --phone-w: clamp(11.5rem, 22vw, 15.5rem);
    width: var(--phone-w);
    position: relative;
    z-index: 2;
}

.repio-footer-app-phone__shell {
    border-radius: 2.35rem;
    padding: 0.55rem;
    background: linear-gradient(145deg, #2a2a2e 0%, #0d0d0f 100%);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.repio-footer-app-phone__shell:hover {
    transform: translateY(-4px) rotateX(3deg);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.52),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.repio-footer-app-phone--ios .repio-footer-app-phone__shell {
    border-radius: 2.5rem;
    padding-top: 0.75rem;
}

.repio-footer-app-phone__notch {
    position: absolute;
    top: 0.85rem;
    left: 50%;
    transform: translateX(-50%);
    width: 32%;
    height: 0.55rem;
    background: #0d0d0f;
    border-radius: 0 0 0.65rem 0.65rem;
    z-index: 3;
}

.repio-footer-app-phone__screen {
    border-radius: 1.85rem;
    overflow: hidden;
    background: #f4f6fb;
    aspect-ratio: 9 / 19.2;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: clamp(0.5rem, 1.1vw, 0.62rem);
    line-height: 1.35;
    text-align: left;
}

.repio-footer-app-phone--android .repio-footer-app-phone__screen {
    border-radius: 1.65rem;
}

.repio-footer-app-mock {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.repio-footer-app-mock__status {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.25rem;
    padding: 0.45rem 0.65rem 0.35rem;
    font-size: 0.55em;
    font-weight: 600;
    color: #1a1a2e;
}

.repio-footer-app-mock__status-time {
    justify-self: start;
}

.repio-footer-app-mock__status-brand {
    justify-self: center;
    line-height: 1;
    min-width: 0;
}

.repio-footer-app-mock__status-brand .logo-word--app-mock {
    display: inline-block;
    font-family: var(--heading-font, "Plus Jakarta Sans", sans-serif);
    font-weight: 800;
    font-size: 1.35em;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #0165df !important;
    text-transform: lowercase;
    white-space: nowrap;
}

.repio-footer-app-mock__status-icons {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
}

.repio-footer-app-phone--ios .repio-footer-app-mock__status {
    padding-top: 1.1rem;
}

.repio-footer-app-mock__header {
    padding: 0.35rem 0.65rem 0.5rem;
    background: #fff;
    border-bottom: 1px solid #e8ecf4;
}

.repio-footer-app-mock__header h3 {
    margin: 0;
    font-size: 1.15em;
    font-weight: 700;
    color: #00174f;
}

.repio-footer-app-mock__header p {
    margin: 0.2rem 0 0;
    font-size: 0.85em;
    color: #5c6672;
}

.repio-footer-app-mock__search {
    margin: 0.5rem 0.65rem;
    padding: 0.45rem 0.55rem;
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 0.55rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: #8a94a6;
    font-size: 0.9em;
}

.repio-footer-app-mock__search i {
    color: var(--main-eight-600, #0162e8);
    font-size: 1.1em;
}

.repio-footer-app-mock__chips {
    display: flex;
    gap: 0.35rem;
    padding: 0 0.65rem 0.45rem;
    overflow: hidden;
}

.repio-footer-app-mock__chip {
    flex-shrink: 0;
    padding: 0.25rem 0.45rem;
    border-radius: 999px;
    background: #e8f2ff;
    color: var(--main-eight-600, #0162e8);
    font-size: 0.8em;
    font-weight: 600;
}

.repio-footer-app-mock__chip--muted {
    background: #eef1f6;
    color: #5c6672;
}

.repio-footer-app-mock__body {
    flex: 1;
    padding: 0 0.55rem 0.55rem;
    overflow: hidden;
}

.repio-footer-app-mock__insight {
    background: linear-gradient(135deg, #eaf3ff, #ffffff);
    border: 1px solid #d7e6ff;
    border-radius: 0.55rem;
    display: flex;
    gap: 0.35rem;
    align-items: center;
    font-size: 0.78em;
    color: #27476f;
    font-weight: 600;
    padding: 0.32rem 0.45rem;
    margin-bottom: 0.4rem;
}

.repio-footer-app-mock__insight-pill {
    display: inline-block;
    border-radius: 999px;
    background: #0d8b46;
    color: #fff;
    font-size: 0.72em;
    padding: 0.15rem 0.33rem;
}

.repio-footer-app-mock__card {
    background: #fff;
    border-radius: 0.55rem;
    padding: 0.45rem;
    margin-bottom: 0.4rem;
    box-shadow: 0 2px 8px rgba(0, 23, 79, 0.06);
    display: grid;
    grid-template-columns: 2.2em 1fr auto;
    gap: 0.4rem;
    align-items: center;
}

.repio-footer-app-mock__card-icon {
    width: 2.2em;
    height: 2.2em;
    border-radius: 0.45rem;
    background: linear-gradient(135deg, #afdcfd, var(--main-eight-600, #0162e8));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1em;
}

.repio-footer-app-mock__card-title {
    font-weight: 700;
    color: #00174f;
    font-size: 0.95em;
}

.repio-footer-app-mock__card-meta {
    color: #5c6672;
    font-size: 0.8em;
}

.repio-footer-app-mock__card-price {
    font-weight: 700;
    color: var(--main-eight-600, #0162e8);
    font-size: 0.85em;
    text-align: right;
}

.repio-footer-app-mock__stars {
    color: #f5a623;
    font-size: 0.75em;
    letter-spacing: -0.05em;
}

.repio-footer-app-mock__mini-map {
    height: 2.6rem;
    margin-top: 0.15rem;
    border-radius: 0.5rem;
    background:
        radial-gradient(circle at 75% 30%, rgba(1, 98, 232, 0.16), transparent 40%),
        linear-gradient(135deg, #ecf5ff, #f9fbff);
    border: 1px solid #dbe8fb;
    position: relative;
    overflow: hidden;
}

.repio-footer-app-mock__mini-map::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(40deg, transparent 47%, rgba(150, 172, 206, 0.4) 47%, rgba(150, 172, 206, 0.4) 53%, transparent 53%),
        linear-gradient(120deg, transparent 38%, rgba(150, 172, 206, 0.35) 38%, rgba(150, 172, 206, 0.35) 44%, transparent 44%);
}

.repio-footer-app-mock__mini-map-dot {
    position: absolute;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #0162e8;
    border: 1px solid #fff;
    box-shadow: 0 0 0 0 rgba(1, 98, 232, 0.4);
    animation: repioPulse 2s infinite;
}

.repio-footer-app-mock__mini-map-dot--a { top: 0.45rem; left: 1.2rem; }
.repio-footer-app-mock__mini-map-dot--b { top: 1.55rem; left: 2.8rem; animation-delay: 0.6s; }
.repio-footer-app-mock__mini-map-dot--c { top: 0.95rem; left: 4.5rem; animation-delay: 1.1s; }

.repio-footer-app-mock__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #e2e8f3;
    background: #fff;
}

.repio-footer-app-mock__nav span {
    text-align: center;
    color: #8ea1ba;
    padding: 0.32rem 0;
    font-size: 0.98em;
}

.repio-footer-app-mock__nav span.is-active {
    color: var(--main-eight-600, #0162e8);
}

/* Seller / post screen */
.repio-footer-app-mock--post .repio-footer-app-mock__header {
    background: linear-gradient(180deg, #00174f 0%, #013080 100%);
    border: none;
    color: #fff;
}

.repio-footer-app-mock--post .repio-footer-app-mock__header h3,
.repio-footer-app-mock--post .repio-footer-app-mock__header p {
    color: #fff;
}

.repio-footer-app-mock--post .repio-footer-app-mock__header p {
    opacity: 0.85;
}

.repio-footer-app-mock__form {
    padding: 0.55rem 0.65rem;
    flex: 1;
}

.repio-footer-app-mock__steps {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.45rem;
}

.repio-footer-app-mock__steps span {
    flex: 1;
    text-align: center;
    border-radius: 999px;
    background: #e7edf7;
    color: #617086;
    font-size: 0.72em;
    font-weight: 600;
    padding: 0.2rem 0.25rem;
}

.repio-footer-app-mock__steps span.is-done {
    background: #dff6e9;
    color: #157347;
}

.repio-footer-app-mock__steps span.is-active {
    background: #d7e8ff;
    color: #0a58ca;
}

.repio-footer-app-mock__field {
    margin-bottom: 0.45rem;
}

.repio-footer-app-mock__field label {
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    color: #5c6672;
    margin-bottom: 0.2rem;
}

.repio-footer-app-mock__field .repio-footer-app-mock__input {
    display: block;
    width: 100%;
    padding: 0.4rem 0.45rem;
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 0.4rem;
    color: #00174f;
    font-weight: 500;
    font-size: 0.9em;
}

.repio-footer-app-mock__upload {
    border: 1.5px dashed #c5d0e3;
    border-radius: 0.45rem;
    padding: 0.55rem;
    text-align: center;
    color: #8a94a6;
    font-size: 0.85em;
    margin-bottom: 0.5rem;
    background: #fff;
}

.repio-footer-app-mock__upload i {
    display: block;
    font-size: 1.4em;
    color: var(--main-eight-600, #0162e8);
    margin-bottom: 0.15rem;
}

.repio-footer-app-mock__cta {
    display: block;
    width: 100%;
    padding: 0.5rem;
    border: none;
    border-radius: 0.5rem;
    background: var(--main-eight-600, #0162e8);
    color: #fff;
    font-weight: 700;
    font-size: 0.95em;
    text-align: center;
    margin-top: 0.25rem;
}

.repio-footer-app-mock__earnings {
    margin-top: 0.4rem;
    border-radius: 0.48rem;
    background: linear-gradient(130deg, #092c67, #0152c4);
    color: #fff;
    padding: 0.42rem 0.5rem;
}

.repio-footer-app-mock__earnings small {
    display: block;
    font-size: 0.68em;
    opacity: 0.86;
    margin-bottom: 0.12rem;
}

.repio-footer-app-mock__earnings strong {
    display: block;
    font-size: 1.2em;
    line-height: 1.2;
}

.repio-footer-app-mock__earnings span {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0.1rem;
    font-size: 0.72em;
    color: #8cf0be;
}

.repio-footer-app-phone--android {
    transform: translateY(1.25rem);
}

.repio-footer-app-showcase__visual {
    position: relative;
}

.repio-footer-app-showcase__ambient {
    position: absolute;
    inset: -1rem 0 auto;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.repio-footer-app-showcase__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(6px);
    opacity: 0.55;
}

.repio-footer-app-showcase__orb--one {
    width: 13rem;
    height: 13rem;
    top: 6%;
    left: 12%;
    background: radial-gradient(circle, rgba(77, 159, 255, 0.55), rgba(77, 159, 255, 0));
}

.repio-footer-app-showcase__orb--two {
    width: 15rem;
    height: 15rem;
    top: 30%;
    right: 2%;
    background: radial-gradient(circle, rgba(1, 98, 232, 0.48), rgba(1, 98, 232, 0));
}

.repio-footer-app-showcase__orb--three {
    width: 10rem;
    height: 10rem;
    bottom: 10%;
    left: 48%;
    background: radial-gradient(circle, rgba(175, 220, 253, 0.46), rgba(175, 220, 253, 0));
}

@keyframes repioPulse {
    0% { box-shadow: 0 0 0 0 rgba(1, 98, 232, 0.45); }
    70% { box-shadow: 0 0 0 7px rgba(1, 98, 232, 0); }
    100% { box-shadow: 0 0 0 0 rgba(1, 98, 232, 0); }
}

@media screen and (max-width: 991px) {
    .repio-footer-app-showcase__copy {
        text-align: center;
        margin-bottom: 2rem;
    }

    .repio-footer-app-showcase__lead {
        margin-left: auto;
        margin-right: auto;
    }

    .repio-footer-app-showcase__stores {
        justify-content: center;
    }

    .repio-footer-app-phone--android {
        transform: none;
    }
}

@media screen and (max-width: 575px) {
    .repio-footer-app-showcase__phones {
        flex-direction: column;
        align-items: center;
    }
}
