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

.before-start {
    border-color: #725f2d;
}

.command-guide > p {
    color: var(--gnw-muted);
    line-height: 1.5;
}

.command-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.command-actions .btn {
    font-weight: 700;
}

.platform-switch {
    background: var(--gnw-surface);
    border: 1px solid var(--gnw-border);
    border-radius: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    padding: 5px;
}

.platform-tab {
    background: transparent;
    border: 0;
    border-radius: 10px;
    color: var(--gnw-muted);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 10px 18px;
}

.platform-tab:hover {
    color: var(--gnw-text);
}

.platform-tab.is-active {
    background: var(--gnw-accent);
    color: #10141a;
}

.platform-tab:focus-visible {
    outline: 3px solid #a9caff;
    outline-offset: 2px;
}

.guide-tabs-ready .guide-panel:not(.is-active) {
    display: none;
}

.warning-note {
    background: #292415;
    border-left: 4px solid #e6b94a;
    border-radius: 6px;
    color: #f2dfaa;
    line-height: 1.5;
    margin: 18px 0 0;
    padding: 12px 14px;
}

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

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

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

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

.step-copy p {
    color: #c6ced9;
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;
}

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

.step-card img {
    background: #e7e7e7;
    border-top: 1px solid var(--gnw-border);
    display: block;
    height: auto;
    max-height: 680px;
    object-fit: contain;
    width: 100%;
}

.step-card img.compact-shot {
    margin: 28px auto;
    max-width: 456px;
    width: calc(100% - 40px);
}

.android-note p {
    color: #c6ced9;
    line-height: 1.5;
    margin: 0;
}

.android-step-list .step-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    width: 100%;
}

.step-card img.phone-shot {
    background: #121419;
    border: 1px solid var(--gnw-border);
    border-radius: 14px;
    height: auto;
    margin: 0 auto 20px;
    max-height: none;
    max-width: 460px;
    width: calc(100% - 32px);
}

.ios-guide-card {
    text-align: center;
}

.ios-guide-card img {
    border-radius: 14px;
    display: block;
    height: auto;
    margin: 0 auto 20px;
    max-width: 620px;
    width: 100%;
}

.ios-guide-card .btn {
    font-weight: 700;
    min-width: 190px;
}

.final-step {
    border-color: #3b669c;
}

@media (max-width: 767px) {
    .guide-section {
        margin-top: 28px;
    }

    .step-list {
        gap: 18px;
    }

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

    .step-copy {
        align-items: flex-start;
        padding: 16px;
    }

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