/* ── Background ───────────────────────────────────────────────── */
body {
    background-image: url('https://images.squarespace-cdn.com/content/654e9f1c79033c2b2d0b18ed/27a54b0c-d97e-4a9b-b916-9af516cd4a74/FINEEEEEEE.png?content-type=image%2Fpng');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.action-bar {
    background: linear-gradient(to bottom, rgba(14, 14, 14, 1), rgba(14, 14, 14, 0));
}

/* ── Page wrapper ─────────────────────────────────────────────── */
.android-page {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
    padding: 28px 24px 64px;
}

/* ── HERO CARD ────────────────────────────────────────────────── */
.android-hero {
    background: linear-gradient(135deg, rgba(30, 25, 15, 0.95), rgba(20, 15, 10, 0.95));
    border: 1px solid rgba(212, 160, 23, 0.35);
    border-radius: 16px;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(212, 160, 23, 0.1);
    position: relative;
    overflow: hidden;
}

.android-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.2), rgba(212, 160, 23, 0.2));
    border: 1px solid rgba(201, 169, 110, 0.5);
    border-radius: 24px;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    color: #ffd700;
    font-weight: 600;
    text-transform: uppercase;
}

.android-heading {
    font-family: 'HwyGothic', sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    margin: 8px 0 0;
    letter-spacing: 0.05em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
    line-height: 1.1;
}

.android-subtitle {
    font-size: 1.05rem;
    color: #e8e0ce;
    margin: 0;
    max-width: 640px;
    line-height: 1.6;
}

.android-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 8px 0 4px;
}

.android-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(212, 160, 23, 0.08);
    border: 1px solid rgba(212, 160, 23, 0.3);
    border-radius: 6px;
    font-size: 0.8rem;
    color: #d4a017;
    letter-spacing: 0.05em;
}

.android-trust-chip i {
    color: #ffd700;
}

/* ── DOWNLOAD BUTTON ──────────────────────────────────────────── */
.android-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
    padding: 16px 36px;
    font-family: 'HwyGothic', sans-serif;
    font-size: 1.05rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #0e0e0e;
    background: linear-gradient(135deg, #ffd700, #d4a017);
    border: none;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(212, 160, 23, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.android-download-btn i {
    font-size: 1.2em;
}

.android-download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(255, 215, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    filter: brightness(1.05);
}

.android-download-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 14px rgba(212, 160, 23, 0.4);
}

.android-download-meta {
    margin: 0;
    font-size: 0.85rem;
    color: #c9a96e;
    letter-spacing: 0.03em;
}

/* ── SOFT HEADS-UP NOTE ──────────────────────────────────────── */
.android-note {
    display: flex;
    gap: 14px;
    align-items: center;
    background: linear-gradient(135deg, rgba(30, 25, 15, 0.95), rgba(20, 15, 10, 0.95));
    border: 1px solid rgba(212, 160, 23, 0.3);
    border-radius: 10px;
    padding: 16px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.android-note i {
    flex-shrink: 0;
    color: #ffd700;
    font-size: 1.1rem;
}

.android-note p {
    margin: 0;
    font-size: 0.92rem;
    color: #e8e0ce;
    line-height: 1.6;
}

/* ── SECTION HEADER (shared pattern from home.css) ───────────── */
.section-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 2px solid rgba(212, 160, 23, 0.4);
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 24px;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #d4a017, transparent);
}

.section-label {
    font-family: 'HwyGothic', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    color: #ffd700;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(212, 160, 23, 0.3);
}

.section-subtitle {
    font-size: 0.95rem;
    color: #d4a017;
    margin: 0;
    font-weight: 500;
}

/* ── STEP LIST ────────────────────────────────────────────────── */
.android-steps-section {
    background: linear-gradient(135deg, rgba(30, 25, 15, 0.9), rgba(20, 15, 10, 0.9));
    border: 1px solid rgba(212, 160, 23, 0.3);
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5);
}

.android-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    counter-reset: step;
}

.android-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 160, 23, 0.15);
    border-radius: 12px;
    transition: all 0.25s ease;
}

.android-step:hover {
    border-color: rgba(212, 160, 23, 0.4);
    background: rgba(212, 160, 23, 0.05);
    transform: translateX(3px);
}

.android-step-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4a017, #b8860b);
    color: #0e0e0e;
    font-family: 'HwyGothic', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(212, 160, 23, 0.35);
}

.android-step-body {
    flex: 1;
}

.android-step-body h3 {
    font-family: 'HwyGothic', sans-serif;
    font-size: 1.05rem;
    color: #fff;
    margin: 0 0 6px;
    letter-spacing: 0.03em;
}

.android-step-body p {
    font-size: 0.93rem;
    color: #c9a96e;
    margin: 0;
    line-height: 1.6;
}

.android-step-body strong {
    color: #ffd700;
}

.android-step-body em {
    color: #e8e0ce;
    font-style: italic;
}

.android-step-body code {
    background: rgba(212, 160, 23, 0.12);
    border: 1px solid rgba(212, 160, 23, 0.25);
    border-radius: 4px;
    padding: 1px 6px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.85em;
    color: #ffd700;
}

/* ── FAQ ──────────────────────────────────────────────────────── */
.android-faq-section {
    background: linear-gradient(135deg, rgba(30, 25, 15, 0.9), rgba(20, 15, 10, 0.9));
    border: 1px solid rgba(212, 160, 23, 0.3);
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5);
}

.android-faq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.android-faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 160, 23, 0.15);
    border-radius: 10px;
    padding: 20px;
}

.android-faq-item h3 {
    font-family: 'HwyGothic', sans-serif;
    font-size: 1rem;
    color: #ffd700;
    margin: 0 0 10px;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.android-faq-item h3 i {
    color: #d4a017;
    font-size: 0.9em;
}

.android-faq-item p {
    font-size: 0.9rem;
    color: #c9a96e;
    margin: 0;
    line-height: 1.65;
}

.android-faq-item a {
    color: #ffd700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 215, 0, 0.4);
    transition: all 0.2s ease;
}

.android-faq-item a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

/* ── FINAL CTA ────────────────────────────────────────────────── */
.android-final-cta {
    display: flex;
    justify-content: center;
    padding: 8px 0 0;
}

/* ── MOBILE ───────────────────────────────────────────────────── */
@media only screen and ((max-width: 767px) or (hover: none)) {
    .android-page {
        padding: 16px 12px 90px;
        gap: 24px;
    }

    .android-hero {
        padding: 28px 20px;
    }

    .android-heading {
        font-size: 1.8rem;
    }

    .android-subtitle {
        font-size: 0.95rem;
    }

    .android-download-btn {
        padding: 14px 24px;
        font-size: 0.95rem;
        width: 100%;
        max-width: 320px;
    }

    .android-note {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 14px 16px;
    }

    .android-note p {
        font-size: 0.88rem;
    }

    .android-steps-section,
    .android-faq-section {
        padding: 24px 18px;
    }

    .android-step {
        padding: 16px 14px;
        gap: 14px;
    }

    .android-step-num {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }

    .android-step-body h3 {
        font-size: 0.98rem;
    }

    .android-step-body p {
        font-size: 0.88rem;
    }

    .android-faq {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .action-bar {
        background-color: #0e0e0e;
    }
}
