.gi-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 20px 80px;
}

.gi-inner {
    max-width: 680px;
}

.gi-intro {
    margin-bottom: 48px;
}

.gi-intro-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #003545;
    margin-bottom: 12px;
    line-height: 1.3;
}

.gi-intro-text {
    font-size: 1rem;
    color: #495057;
    line-height: 1.7;
}

.gi-sections {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.gi-section {
    border-top: 2px solid #e9ecef;
    padding-top: 32px;
}

.gi-section-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #003545;
    margin-bottom: 10px;
}

.gi-section-desc {
    font-size: 1rem;
    color: #495057;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Share buttons */
.gi-share-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.gi-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    color: #003545;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 16px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.gi-share-btn:hover {
    border-color: #003545;
    background: #f8f9fa;
}

/* Submission checklist */
.gi-checklist {
    border: 1.5px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.gi-checklist-summary {
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
    padding: 12px 16px;
    cursor: pointer;
    list-style: revert;
    background: #f8f9fa;
    transition: background 0.15s ease;
}

.gi-checklist-summary:hover {
    background: #e9ecef;
}

.gi-checklist-list {
    list-style: none;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.5;
    border-top: 1px solid #e9ecef;
}

.gi-checklist-list a {
    color: #003545;
}

.gi-checklist-list a:hover {
    color: #005570;
}

/* Submit button */
.gi-submit-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    color: white;
    background: #003545;
    border-radius: 6px;
    padding: 10px 20px;
    transition: background 0.2s ease;
}

.gi-submit-btn:hover {
    background: #005570;
}
