.youtube-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;
}

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

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

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

.latest-app-action {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

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

.app-details-link {
    color: var(--gnw-muted);
    font-size: 0.95rem;
}

.guide-section,
.limits-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-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;
}

.optional-check {
    background: #171a1f;
    border: 1px solid var(--gnw-border);
    border-radius: 14px;
    margin: 0 20px 24px;
    overflow: hidden;
}

.optional-check-copy {
    padding: 18px;
}

.optional-check-copy h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 8px;
}

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

.optional-check-copy .optional-label {
    color: var(--gnw-accent);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.optional-check img {
    border-top: 1px solid var(--gnw-border);
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
}

.limits-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,
    .limits-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);
    }

    .optional-check {
        margin: 0 16px 16px;
    }

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