/* ============================================================
   GPP ABOUT PAGE
   Place in: /wp-content/themes/astra-child/assets/gpp-about.css
   ============================================================ */

.gpp-about-outer {
    background: #F4F6F9;
    padding: 3rem 0 4rem;
}

.gpp-about-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* SECTIONS */
.gpp-about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    padding: 3rem 0;
}

.gpp-about-section-how {
    display: block;
}

.gpp-about-tarplett {
    display: block;
}

.gpp-about-heading {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #0D1B2A;
    margin: 0 0 1.25rem;
    letter-spacing: -.03em;
}

.gpp-about-sub {
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
    color: #4A5568;
    margin-bottom: 2rem;
}

.gpp-about-text-col p {
    font-family: 'Barlow', sans-serif;
    font-size: .95rem;
    color: #4A5568;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.gpp-about-text-col p strong {
    color: #0D1B2A;
}

/* STAT CARDS */
.gpp-about-stat-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.gpp-about-stat-card {
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
}

.gpp-about-stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #F4801A;
    line-height: 1;
    margin-bottom: .4rem;
}

.gpp-about-stat-label {
    font-family: 'Barlow', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #4A5568;
}

/* DIVIDER */
.gpp-about-divider {
    border-top: 1px solid #E8EDF2;
    margin: 0;
}

/* STEPS */
.gpp-about-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.gpp-about-step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 8px;
    padding: 1.5rem;
}

.gpp-about-step-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #F4801A;
    line-height: 1;
    min-width: 48px;
}

.gpp-about-step-title {
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0D1B2A;
    margin-bottom: .4rem;
}

.gpp-about-step-text {
    font-family: 'Barlow', sans-serif;
    font-size: .875rem;
    color: #4A5568;
    line-height: 1.6;
}

/* TARPLETT */
.gpp-about-tarplett-text p {
    font-family: 'Barlow', sans-serif;
    font-size: .95rem;
    color: #4A5568;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.gpp-about-tarplett-text p strong {
    color: #0D1B2A;
}

.gpp-about-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1.5rem;
}

.gpp-about-badge {
    background: #0D1B2A;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 3px;
}

/* CTA */
.gpp-about-cta {
    text-align: center;
    padding: 3rem 0 1rem;
}

.gpp-about-cta p {
    font-family: 'Barlow', sans-serif;
    font-size: .95rem;
    color: #4A5568;
    margin-bottom: 2rem;
}

.gpp-about-cta-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.gpp-btn-secondary-dark {
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
    color: #0D1B2A;
    border: 2px solid #0D1B2A;
    border-radius: 5px;
    font-family: 'Barlow', sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.gpp-btn-secondary-dark:hover {
    background: #0D1B2A;
    color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
    .gpp-about-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .gpp-about-stat-col {
        grid-template-columns: 1fr 1fr;
    }

    .gpp-about-cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .gpp-about-step {
        flex-direction: column;
        gap: 1rem;
    }
}
/* Fix Astra overrides */
.gpp-about .gpp-page-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.gpp-about .entry-content,
.gpp-about .ast-container {
    padding: 0 !important;
    max-width: 100% !important;
}

/* Fix left alignment */
.gpp-about-inner {
    padding: 0 2rem;
}

/* Fix Astra container stripping padding */
.gpp-about.ast-page-builder-template .site-content > .ast-container,
.gpp-about #primary,
.gpp-about .entry-content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.gpp-about .gpp-page-header {
    margin-top: 0 !important;
}
.gpp-about-cta-btns .gpp-btn-primary {
    display: inline-block;
    padding: 12px 24px;
    background: #F4801A;
    color: #fff !important;
    border: 2px solid #F4801A;
    border-radius: 5px;
    font-family: 'Barlow', sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none;
}

.gpp-about-cta-btns .gpp-btn-primary:hover {
    background: #C0600E;
    border-color: #C0600E;
}
