/* ── APP PAGE EXTRAS ── */
/* Hero app */

.app-plans .abonado-top-content {
    text-align: center;
}

.app-plans .btn-coming-soon {
    cursor: pointer;
    font-family: inherit;
}

.app-hero {
    min-height: 92vh;
    display: flex;
    align-items: center;
    background: radial-gradient(ellipse 70% 60% at 80% 50%, rgba(217, 120, 46, 0.18) 0%, transparent 65%), radial-gradient(ellipse 40% 50% at 10% 80%, rgba(181, 91, 27, 0.10) 0%, transparent 60%), #050505;
    padding: 8rem 0 4rem;
    overflow: hidden;
    position: relative;
}

.app-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d9782e' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.app-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.app-hero-content h1 {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.2rem;
}

.app-hero-content h1 span {
    background: linear-gradient(135deg, var(--primary), var(--primary-soft));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.app-hero-content p {
    font-size: 1.15rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
    max-width: 500px;
    line-height: 1.75;
}

.app-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(217, 120, 46, 0.12);
    border: 1px solid rgba(217, 120, 46, 0.3);
    color: var(--primary-soft);
    border-radius: 100px;
    padding: 0.4rem 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}

.app-download-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.btn-store {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--text-main);
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-store:hover {
    background: rgba(217, 120, 46, 0.15);
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(217, 120, 46, 0.2);
}

.btn-store .store-icon {
    font-size: 1.5rem;
}

.btn-store .store-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.btn-store .store-sub {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-muted);
}
/* Phone mockup */

.app-phone-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.app-phone-mockup {
    width: 260px;
    height: auto;
    min-height: 520px;
    background: linear-gradient(160deg, #1e1a16, #0d0c0b);
    border-radius: 40px;
    border: 2px solid rgba(217, 120, 46, 0.35);
    box-shadow: 0 0 0 8px rgba(217, 120, 46, 0.07), 0 40px 80px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1.4rem 1.1rem 1.2rem;
    position: relative;
    animation: floatPhone 4s ease-in-out infinite;
}

@keyframes floatPhone {
    0%,
    100% {
        transform: translateY(0px) rotate(-2deg);
    }
    50% {
        transform: translateY(-14px) rotate(-2deg);
    }
}

.phone-notch {
    width: 80px;
    height: 16px;
    background: #000;
    border-radius: 0 0 14px 14px;
    margin-bottom: 0.7rem;
    flex-shrink: 0;
}

.phone-screen {
    width: 100%;
    flex: 1;
    background: #ececec;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.phone-statusbar {
    background: #ececec;
    padding: 0.35rem 0.7rem 0.1rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.5rem;
    color: #333;
    font-weight: 600;
}

.phone-app-header {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem 0.5rem;
}

.phone-app-title {
    font-size: 0.72rem;
    font-weight: 700;
    color: #e87722;
    letter-spacing: -0.01em;
}

.phone-app-logo {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #e87722;
    object-fit: cover;
    background: #fff;
}

.phone-app-menu {
    font-size: 0.95rem;
    color: #444;
    line-height: 1;
    padding: 0 0.1rem;
}

.phone-body {
    padding: 0 0.55rem 0.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    flex: 1 0 auto;
}

.phone-user-card {
    background: #fff;
    border-radius: 10px;
    padding: 0.55rem 0.7rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.phone-user-number {
    font-size: 0.95rem;
    font-weight: 800;
    color: #111;
    letter-spacing: 0.04em;
}

.phone-user-status {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.2rem;
    font-size: 0.48rem;
    color: #888;
    font-weight: 600;
}

.phone-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2ecc71;
    display: inline-block;
}

.phone-menu {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.phone-menu-item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: #fff;
    border-radius: 10px;
    padding: 0.48rem 0.55rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.phone-menu-icon {
    font-size: 0.8rem;
    width: 1.2rem;
    text-align: center;
    color: #e87722;
}

.phone-menu-label {
    flex: 1;
    font-size: 0.55rem;
    font-weight: 600;
    color: #222;
}

.phone-menu-arrow {
    font-size: 0.85rem;
    color: #b0b0b0;
    font-weight: 400;
}

.phone-menu-item-accent {
    background: #e87722;
}

.phone-menu-item-accent .phone-menu-icon,
.phone-menu-item-accent .phone-menu-label,
.phone-menu-item-accent .phone-menu-arrow {
    color: #fff;
}

.phone-special {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-top: 0.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.phone-special-title {
    font-size: 0.42rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e87722;
    padding: 0.15rem 0.15rem 0;
}

.phone-menu-item-special {
    background: #fff8f2;
    box-shadow: 0 1px 3px rgba(232, 119, 34, 0.12);
    border: 1px solid rgba(232, 119, 34, 0.22);
}

.phone-menu,
.phone-special,
.phone-user-card,
.phone-tabbar {
    flex-shrink: 0;
}

.phone-tabbar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #f3f3f3;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.35rem 0.2rem 0.45rem;
    margin-top: auto;
}

.phone-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.4rem;
    color: #8a8a8a;
    font-weight: 600;
}

.phone-tab-icon {
    font-size: 0.72rem;
    line-height: 1;
}

.phone-tab-active .phone-tab-icon {
    color: #e87722;
    background: rgba(232, 119, 34, 0.15);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-tab-active {
    color: #e87722;
}
/* Glow rings */

.app-phone-wrap::before,
.app-phone-wrap::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(217, 120, 46, 0.12);
    animation: ringPulse 3s ease-in-out infinite;
}

.app-phone-wrap::before {
    width: 340px;
    height: 340px;
    animation-delay: 0s;
}

.app-phone-wrap::after {
    width: 450px;
    height: 450px;
    border-color: rgba(217, 120, 46, 0.06);
    animation-delay: 1s;
}

@keyframes ringPulse {
    0%,
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.04);
    }
}
/* Benefits */

.app-benefits {
    background: var(--bg-dark);
    padding: 6rem 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.benefit-card {
    background: linear-gradient(135deg, rgba(217, 120, 46, 0.06), rgba(217, 120, 46, 0.02));
    border: 1px solid rgba(217, 120, 46, 0.18);
    border-radius: var(--radius);
    padding: 2rem;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(217, 120, 46, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(217, 120, 46, 0.08);
}

.benefit-card:hover::before {
    opacity: 1;
}

.benefit-icon {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    display: block;
    filter: drop-shadow(0 0 10px rgba(217, 120, 46, 0.4));
}

.benefit-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: var(--text-main);
}

.benefit-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.7;
}
/* Included banner */

.app-included-banner {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(217, 120, 46, 0.1) 0%, rgba(0, 0, 0, 0) 60%), #090909;
}

.app-included-inner {
    display: flex;
    align-items: center;
    gap: 3rem;
    background: linear-gradient(135deg, rgba(217, 120, 46, 0.08), rgba(181, 91, 27, 0.04));
    border: 1px solid rgba(217, 120, 46, 0.25);
    border-radius: 20px;
    padding: 3rem;
}

.app-included-emoji {
    font-size: 4rem;
    flex-shrink: 0;
}

.app-included-text h2 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}

.app-included-text p {
    color: var(--text-muted);
    line-height: 1.7;
}

.app-included-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.2rem;
}

.incl-chip {
    background: rgba(217, 120, 46, 0.12);
    border: 1px solid rgba(217, 120, 46, 0.25);
    color: var(--primary-soft);
    padding: 0.35rem 0.9rem;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
}
/* Stats strip */

.app-stats {
    padding: 3.5rem 0;
    background: rgba(217, 120, 46, 0.05);
    border-top: 1px solid rgba(217, 120, 46, 0.12);
    border-bottom: 1px solid rgba(217, 120, 46, 0.12);
}

.app-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-4px);
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary);
    display: block;
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 0.3rem;
}
/* Download CTA */

.app-download-cta {
    padding: 7rem 0;
    text-align: center;
    background: radial-gradient(ellipse 60% 80% at 50% 100%, rgba(217, 120, 46, 0.12), transparent 65%);
}

.app-download-cta h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin-bottom: 1rem;
}

.app-download-cta p {
    color: var(--text-muted);
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
}

.download-btns-center {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.btn-download-main {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: linear-gradient(135deg, var(--primary), var(--primary-deep));
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(217, 120, 46, 0.3);
}

.btn-download-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(217, 120, 46, 0.4);
}

.btn-download-main .dl-icon {
    font-size: 1.6rem;
}
/* Responsive */

@media (max-width: 820px) {
    .app-hero {
        overflow: visible;
        padding-top: 7rem;
    }
    .app-hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .app-phone-wrap {
        order: -1;
        overflow: visible;
    }
    .app-phone-mockup {
        width: 230px;
        height: auto;
        min-height: 0;
        padding: 0.9rem 0.8rem 0.85rem;
        animation: none;
    }
    .phone-notch {
        width: 64px;
        height: 10px;
        margin-bottom: 0.4rem;
    }
    .phone-body {
        gap: 0.32rem;
        padding-bottom: 0.3rem;
    }
    .phone-menu,
    .phone-special {
        gap: 0.28rem;
    }
    .phone-menu-item {
        padding: 0.4rem 0.5rem;
    }
    .app-phone-wrap::before {
        width: 260px;
        height: 260px;
    }
    .app-phone-wrap::after {
        width: 340px;
        height: 340px;
    }
    .app-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .app-included-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .app-phone-mockup {
        width: min(240px, 78vw);
    }
    .app-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .app-hero-content h1 {
        font-size: 2rem;
    }

    .app-hero-content p {
        font-size: 0.98rem;
    }

    .abonado-top-box {
        align-items: flex-start;
        gap: 0.75rem;
    }

    .abonado-top-icons {
        flex-shrink: 1;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
