.app-install-page{
    position:relative;
    z-index:2;
}

/* ===== BREADCRUMBS ===== */
.tn-breadcrumbs-wrap{
    margin:16px 0 18px;
}

.tn-breadcrumbs{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    font-size:14px;
    line-height:1.4;
    color:#9fb0c3;
    background:linear-gradient(180deg,#0f2236,#0c1a2b);
    border:1px solid rgba(255,255,255,.06);
    border-radius:14px;
    padding:10px 14px;
}

.tn-breadcrumbs a{
    color:#d9e7f5;
    text-decoration:none;
    transition:.2s ease;
}

.tn-breadcrumbs a:hover{
    color:#ffc107;
}

.tn-breadcrumbs-sep{
    opacity:.55;
}

.tn-breadcrumbs-current{
    color:#fff;
    font-weight:600;
}

/* ===== HERO ===== */
.app-hero-section{
    padding:8px 0 10px;
}

.app-hero-box{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:22px;
    align-items:stretch;
    padding:26px;
    border-radius:26px;
    background:
        radial-gradient(circle at top left, rgba(255,193,7,.08), transparent 35%),
        radial-gradient(circle at bottom right, rgba(80,140,255,.10), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025));
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 18px 40px rgba(0,0,0,.22);
}

.app-hero-badge{
    display:inline-flex;
    align-items:center;
    padding:7px 12px;
    border-radius:999px;
    background:rgba(255,193,7,.12);
    border:1px solid rgba(255,193,7,.22);
    color:#ffd76a;
    font-size:12px;
    font-weight:800;
    margin-bottom:14px;
}

.app-hero-content h1{
    margin:0 0 12px;
    font-size:38px;
    line-height:1.08;
    font-weight:900;
    color:#fff;
    letter-spacing:-.03em;
}

.app-hero-content p{
    margin:0;
    font-size:15px;
    line-height:1.75;
    color:#b8c7d9;
    max-width:760px;
}

.app-hero-actions,
.app-cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}

.app-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 16px;
    border-radius:14px;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    transition:.18s ease;
    border:1px solid transparent;
}

.app-btn-main{
    background:linear-gradient(180deg,#ffca2c 0%, #f2b705 100%);
    color:#08111d;
    box-shadow:0 10px 24px rgba(255,193,7,.16);
}

.app-btn-main:hover{
    transform:translateY(-1px);
    color:#08111d;
}

.app-btn-ghost{
    background:rgba(255,255,255,.04);
    border-color:rgba(255,255,255,.08);
    color:#dbe6f5;
}

.app-btn-ghost:hover{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,193,7,.22);
    color:#fff;
}

.app-hero-note-box{
    height:100%;
    padding:20px;
    border-radius:22px;
    background:rgba(8,18,30,.72);
    border:1px solid rgba(255,255,255,.08);
}

.app-hero-note-box strong{
    display:block;
    margin-bottom:12px;
    color:#fff;
    font-size:18px;
}

.app-hero-note-box ul{
    margin:0;
    padding-left:18px;
    color:#b8c7d9;
    line-height:1.8;
}

/* ===== STEPS ===== */
.app-steps-section,
.app-info-section,
.app-faq-section,
.app-cta-section{
    padding:18px 0 8px;
}

.app-steps-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.app-step-card,
.app-info-box,
.app-faq-box,
.app-cta-box{
    padding:24px;
    border-radius:24px;
    background:
        radial-gradient(circle at top left, rgba(255,193,7,.05), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025));
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 16px 36px rgba(0,0,0,.18);
}

.app-step-top{
    display:flex;
    gap:14px;
    align-items:flex-start;
    margin-bottom:16px;
}

.app-step-icon{
    width:54px;
    height:54px;
    flex:0 0 54px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    font-size:26px;
    font-weight:700;
}

.app-step-top h2,
.app-info-box h2,
.app-faq-box h2,
.app-cta-box h2{
    margin:0 0 8px;
    font-size:28px;
    line-height:1.15;
    font-weight:900;
    color:#fff;
    letter-spacing:-.02em;
}

.app-step-top p,
.app-info-box p,
.app-faq-item p{
    margin:0 0 14px;
    font-size:15px;
    line-height:1.8;
    color:#b8c7d9;
}

.app-step-list{
    margin:0;
    padding-left:20px;
    color:#dbe6f5;
}

.app-step-list li{
    margin-bottom:12px;
    line-height:1.7;
}

.app-step-tip{
    margin-top:16px;
    padding:14px 16px;
    border-radius:16px;
    background:rgba(255,193,7,.08);
    border:1px solid rgba(255,193,7,.14);
    color:#ffe08a;
    font-size:14px;
    line-height:1.6;
}

.app-faq-item{
    padding:16px 0;
    border-top:1px solid rgba(255,255,255,.08);
}

.app-faq-item:first-of-type{
    border-top:0;
    padding-top:4px;
}

.app-faq-item h3{
    margin:0 0 8px;
    font-size:18px;
    line-height:1.4;
    font-weight:800;
    color:#fff;
}

/* ===== RESPONSIVE ===== */
@media(max-width:980px){
    .app-hero-box{
        grid-template-columns:1fr;
    }

    .app-steps-grid{
        grid-template-columns:1fr;
    }

    .app-hero-content h1{
        font-size:32px;
    }
}

@media(max-width:768px){
    .tn-breadcrumbs{
        font-size:13px;
        gap:6px;
        padding:9px 12px;
        border-radius:12px;
    }

    .tn-breadcrumbs-wrap{
        margin:12px 0 14px;
    }

    .app-hero-box,
    .app-step-card,
    .app-info-box,
    .app-faq-box,
    .app-cta-box{
        padding:18px;
        border-radius:20px;
    }

    .app-hero-content h1{
        font-size:28px;
    }

    .app-step-top h2,
    .app-info-box h2,
    .app-faq-box h2,
    .app-cta-box h2{
        font-size:23px;
    }

    .app-faq-item h3{
        font-size:16px;
    }

    .app-hero-actions,
    .app-cta-actions{
        flex-direction:column;
    }

    .app-btn{
        width:100%;
    }
}