/**
 * Copyright (c) 2026 DNA Genics, S.L. All rights reserved.
 *
 * Admixture Studio App (Android) - App-specific overrides for the cinematic product page.
 * Extends the shared ProductAdmixtureStudioWindows.css shell with mobile-app focused tweaks.
 */

/* Google Play badge links */
.asa-badge-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: transform var(--asw-transition-fast), opacity var(--asw-transition-fast);
}

.asa-badge-link:hover,
.asa-badge-link:focus {
    transform: translateY(-2px);
    opacity: 0.92;
}

.asa-badge-link img {
    height: auto;
    max-width: 100%;
}

.asa-badge-link-lg img {
    width: 220px;
}

/* Hero note under CTAs */
.asa-hero-note {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--asw-gray-300);
}

/* Hero phone visual (portrait phone screenshot) */
.asa-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.asa-hero-app-img {
    height: 560px;
    max-height: 70vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(10, 22, 40, 0.35);
}

/* Rounded imagery used in prologue / desktop cross-link */
.asa-rounded-img {
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(10, 22, 40, 0.18);
}

.asa-prologue-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.asa-prologue-visual .asa-rounded-img {
    height: 500px;
    max-height: 65vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Gallery: portrait phone screenshots framed as phone screens */
.asa-gallery-panel {
    width: 300px;
    max-width: 78vw;
    flex: 0 0 auto;
}

.asa-gallery-panel .asa-panel-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 520px;
}

.asa-panel-visual img {
    height: 100%;
    max-height: 520px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(10, 22, 40, 0.22);
}

/* Desktop cross-link CTA row */
.asa-desktop-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

/* Finale CTA block */
.asa-finale-cta {
    text-align: center;
    margin: 2rem 0 3rem;
}

.asa-finale-note {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--asw-gray-500);
}

/* Disclaimer block */
.asa-disclaimer {
    max-width: 880px;
    margin: 2.5rem auto 0;
    padding: 1.25rem 1.5rem;
    background: var(--asw-gray-100);
    border-left: 4px solid var(--asw-blue);
    border-radius: 8px;
    color: var(--asw-gray-700);
    font-size: 0.9rem;
    line-height: 1.6;
}

.asa-disclaimer i {
    color: var(--asw-blue);
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    .asa-hero-app-img {
        height: 420px;
        max-height: 58vh;
        margin-top: 2rem;
    }

    .asa-prologue-visual .asa-rounded-img {
        height: 420px;
        max-height: 58vh;
    }

    .asa-gallery-panel {
        width: 260px;
    }

    .asa-gallery-panel .asa-panel-visual {
        height: 440px;
    }

    .asa-panel-visual img {
        max-height: 440px;
    }

    .asa-desktop-cta-row {
        flex-direction: column;
    }
}
