.gs-page {
    padding: 1.5rem 1rem;
}

.gs-intro {
    margin-bottom: 2rem;
}

.gs-intro p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 0.75rem;
}

.gs-intro .gs-intro-hook {
    color: var(--text-primary);
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
}

.gs-intro p:last-child {
    margin-bottom: 0;
}

.gs-section {
    margin-bottom: 2.5rem;
}

.gs-section-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 0.5rem;
    scroll-margin-top: var(--app-topbar-height);
}

.gs-section-intro {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0 0 1.5rem;
}

.gs-steps {
    margin-bottom: 0;
}

.gs-mode-heading {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 1.5rem 0 0.5rem;
}

.gs-mode-heading:first-of-type {
    margin-top: 0;
}

.gs-mode-text {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.gs-step {
    display: flex;
    gap: 1rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.gs-step:last-child {
    padding-bottom: 0;
}

.gs-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 32px;
    bottom: 0;
    width: 2px;
    background: var(--border-subtle);
}

.gs-step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--colour-action-background-main);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.gs-step-body {
    flex: 1;
    padding-top: 0.25rem;
}

.gs-step-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 0.375rem;
}

.gs-step-text {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0;
}

.gs-evidence {
    margin: 2rem 0;
    text-align: center;
}

.gs-evidence-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 1rem;
}

.gs-cta-heading {
    color: var(--text-primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.gs-cta-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
    margin: 0 auto;
    max-width: 320px;
}

.gs-cta .cta-primary {
    display: inline-block;
}

.gs-cta-note {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 1rem 0 0;
}

@media (min-width: 769px) {
    .gs-page {
        padding: 2.5rem 2rem;
    }

    .gs-cta-group {
        flex-direction: row;
        justify-content: center;
        max-width: none;
    }

    .gs-cta-group .cta-primary,
    .gs-cta-group .cta-secondary {
        width: auto;
        min-width: 180px;
    }
}
