/**
 * About, Partner With GEP, Terms & Conditions – static content layout.
 * Uses same green bar + content area as Price Tracker / HSR.
 */

.gep-static-page .gep-static-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px 40px;
    box-sizing: border-box;
}

.gep-static-section {
    margin-bottom: 2.25rem;
}

.gep-static-section:last-child {
    margin-bottom: 0;
}

.gep-static-heading {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1d7445;
    margin: 0 0 0.75rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(45, 138, 91, 0.25);
    line-height: 1.3;
}

.gep-static-subheading {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #1a2420;
    margin: 1.25rem 0 0.5rem 0;
    line-height: 1.35;
}

.gep-static-lead {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #1a2420;
    margin: 0 0 1rem 0;
}

.gep-static-section p {
    margin: 0 0 0.75rem 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.gep-static-section p:last-child {
    margin-bottom: 0;
}

.gep-static-list {
    margin: 0.5rem 0 1rem 0;
    padding-left: 1.5rem;
}

.gep-static-list li {
    margin-bottom: 0.35rem;
    line-height: 1.5;
    color: #333;
}

.gep-static-values {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 0.75rem;
}

.gep-static-values li {
    margin: 0;
    padding: 8px 14px;
    background: rgba(45, 138, 91, 0.08);
    border: 1px solid rgba(45, 138, 91, 0.2);
    border-radius: 8px;
    font-weight: 600;
    color: #1d7445;
}

.gep-static-roles {
    margin-bottom: 1.5rem;
}

.gep-static-cta {
    margin: 1.5rem 0 0 0 !important;
}

.gep-static-btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(155deg, #24754a 0%, #2d8a5b 50%, #268056 100%);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(45, 138, 91, 0.3);
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.gep-static-btn:hover {
    box-shadow: 0 4px 16px rgba(45, 138, 91, 0.4);
    color: #fff;
}

/* Terms page: denser, legal-style */
.gep-terms-content .gep-static-section {
    margin-bottom: 2rem;
}

.gep-terms-content .gep-static-heading {
    font-size: 1.2rem;
}

.gep-terms-content .gep-static-subheading {
    font-size: 1rem;
    margin-top: 1rem;
}

.gep-terms-content .gep-static-section p {
    font-size: 0.9375rem;
}

/* Feedback page: form section */
.gep-feedback-page .gep-feedback-form-wrap {
    margin-top: 0.5rem;
}

.gep-feedback-page .gep-feedback-form-wrap .gep-static-heading {
    margin-bottom: 1.25rem;
}

.gep-feedback-page .gep-feedback-form-wrap .ff-form,
.gep-feedback-page .gep-feedback-form-wrap form {
    max-width: 100%;
}

@media (max-width: 600px) {
    .gep-static-page .gep-static-content {
        padding: 0 16px 32px;
    }
    .gep-static-heading {
        font-size: 1.2rem;
    }
    .gep-static-values {
        flex-direction: column;
    }
}
