.no-links-guide-main {
    max-width: 920px;
}

.eyebrow {
    color: var(--gnw-accent);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.android-only-card {
    border-color: #725f2d;
}

.android-only-card p,
.latest-app-card p,
.problems-card p {
    color: #c6ced9;
    line-height: 1.55;
    margin: 0;
}

.android-only-card p + p,
.problems-card p + p {
    margin-top: 12px;
}

.latest-app-card {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.latest-app-card .release-info {
    color: var(--gnw-muted);
    margin-top: 10px;
}

.latest-app-action {
    flex: 0 0 auto;
}

.latest-app-action .btn {
    font-weight: 700;
    min-width: 170px;
}

.guide-section,
.problems-card {
    margin-top: 36px;
}

.android-step-list {
    display: grid;
    gap: 24px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.android-step-card {
    background: var(--gnw-surface);
    border: 1px solid var(--gnw-border);
    border-radius: 16px;
    overflow: hidden;
}

.android-step-copy {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    padding: 20px;
}

.step-number {
    align-items: center;
    background: var(--gnw-accent);
    border-radius: 50%;
    color: #10141a;
    display: inline-flex;
    flex: 0 0 34px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    height: 34px;
    justify-content: center;
}

.android-step-copy h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 2px 0 8px;
}

.android-step-copy p {
    color: #c6ced9;
    line-height: 1.55;
    margin: 0;
}

.android-step-copy p + p {
    margin-top: 10px;
}

.android-step-card > img {
    background: #121419;
    border: 1px solid var(--gnw-border);
    border-radius: 14px;
    display: block;
    height: auto;
    margin: 0 auto 24px;
    max-width: min(440px, calc(100% - 40px));
    width: auto;
}

.step-options {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 20px 24px;
}

.step-option {
    background: #171a1f;
    border: 1px solid var(--gnw-border);
    border-radius: 14px;
    min-width: 0;
    overflow: hidden;
}

.step-option-copy {
    padding: 16px;
}

.step-option h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 6px;
}

.step-option p {
    color: #c6ced9;
    line-height: 1.5;
    margin: 0;
}

.step-option img {
    border-top: 1px solid var(--gnw-border);
    display: block;
    height: auto;
    width: 100%;
}

.problems-card {
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .latest-app-card {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

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

    .guide-section,
    .problems-card {
        margin-top: 28px;
    }

    .android-step-list {
        gap: 18px;
    }

    .android-step-card {
        border-radius: 14px;
    }

    .android-step-copy {
        padding: 16px;
    }

    .android-step-card > img {
        margin-bottom: 16px;
        max-width: calc(100% - 32px);
    }

    .step-options {
        grid-template-columns: 1fr;
        padding: 0 16px 16px;
    }

    .footer-content {
        align-items: center;
        flex-wrap: wrap;
    }
}
