.gft-process-section {
    padding: 60px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fdfdfd;
}
.gft-process-section h2 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 20px;
}
.gft-process-section .gft-intro {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #555;
}
.gft-process-timeline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.gft-process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 190px;
    text-align: center;
}
.gft-process-number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #27ae60;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.gft-process-highlight .gft-process-number {
    background-color: #1e874a;
    box-shadow: 0 0 0 4px rgba(39,174,96,0.2);
}
.gft-process-title {
    font-size: 14px;
    color: #34495e;
    font-weight: 600;
    margin: 0 0 6px 0;
}
.gft-process-desc {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
    margin: 0;
}
