.gfh-about-page {
    background: #f8fafc;
}

.gfh-about-hero {
    padding: 70px 0;
    background: #0f172a;
    color: #fff;
}

.gfh-about-hero-content {
    max-width: 800px;
}

.gfh-about-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    opacity: .65;
}

.gfh-about-hero h1 {
    margin: 0 0 12px;
    font-size: 38px;
    font-weight: 700;
}

.gfh-about-hero p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    opacity: .8;
}

.gfh-about-content {
    padding: 45px 0 70px;
}

.gfh-about-card {
    max-width: 1100px;
    margin: 0 auto;
    padding: 45px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 5px 25px rgba(15, 23, 42, .06);
}

.gfh-about-section {
    margin-bottom: 45px;
}

.gfh-about-section h2 {
    margin-bottom: 16px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 700;
}

.gfh-about-section p {
    margin-bottom: 14px;
    color: #475569;
    font-size: 15px;
    line-height: 1.9;
}

.gfh-about-feature {
    height: 100%;
    padding: 25px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.gfh-about-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #e2e8f0;
    border-radius: 10px;
    color: #0f766e;
    font-size: 20px;
}

.gfh-about-feature h3 {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 600;
}

.gfh-about-feature p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

.gfh-about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 30px;
    background: #f1f5f9;
    border-radius: 12px;
}

.gfh-about-cta h2 {
    margin-bottom: 8px;
    font-size: 22px;
}

.gfh-about-cta p {
    margin: 0;
}

.gfh-about-cta .btn {
    flex-shrink: 0;
}

@media (max-width: 767px) {

    .gfh-about-hero {
        padding: 45px 0;
    }

    .gfh-about-hero h1 {
        font-size: 30px;
    }

    .gfh-about-content {
        padding: 25px 0 45px;
    }

    .gfh-about-card {
        padding: 25px 20px;
        border-radius: 10px;
    }

    .gfh-about-section h2 {
        font-size: 21px;
    }

    .gfh-about-cta {
        display: block;
        padding: 25px;
    }

    .gfh-about-cta .btn {
        margin-top: 20px;
    }

}