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

.guide-list {
    color: #c6ced9;
    display: grid;
    gap: 10px;
    line-height: 1.5;
    margin: 0;
    padding-left: 22px;
}

.tool-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.tool-links .btn {
    font-weight: 700;
}

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

.format-switch {
    background: var(--gnw-surface);
    border: 1px solid var(--gnw-border);
    border-radius: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    padding: 5px;
}

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

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

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

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

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

.format-panel {
    min-width: 0;
}

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

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

.step-header {
    align-items: center;
    display: flex;
    gap: 14px;
    padding: 18px 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;
}

.step-copy {
    color: #c6ced9;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

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

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

.problems-list {
    display: grid;
    gap: 0;
    margin: 0;
}

.problems-list > div {
    border-top: 1px solid var(--gnw-border);
    padding: 14px 0;
}

.problems-list > div:first-child {
    border-top: 0;
    padding-top: 0;
}

.problems-list > div:last-child {
    padding-bottom: 0;
}

.problems-list dt {
    color: var(--gnw-text);
    font-weight: 700;
    margin-bottom: 4px;
}

.problems-list dd {
    color: var(--gnw-muted);
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

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

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

    .step-list {
        gap: 18px;
    }

    .step-copy {
        font-size: 1rem;
    }

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

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