.gft-journey-section-27c75bd5 {
    padding: 60px 20px;
    background: #fdfdfd;
    text-align: center;
    font-family: inherit;
}
.gft-journey-title-27c75bd5 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 40px;
    font-weight: 700;
}
.gft-timeline-27c75bd5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto 50px auto;
}
.gft-step-27c75bd5 {
    flex: 1 1 150px;
    min-width: 160px;
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 25px 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gft-step-number-27c75bd5 {
    width: 45px;
    height: 45px;
    background: #27ae60;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 auto 15px auto;
}
.gft-step-title-27c75bd5 {
    font-size: 1.1rem;
    color: #34495e;
    margin-bottom: 10px;
    font-weight: 600;
}
.gft-step-note-27c75bd5 {
    font-size: 0.85rem;
    color: #7f8c8d;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
}
.gft-journey-action-27c75bd5 {
    margin-top: 30px;
}
.gft-btn-primary-27c75bd5 {
    display: inline-block;
    padding: 16px 32px;
    background: #27ae60;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: bold;
    transition: background 0.3s ease;
}
.gft-btn-primary-27c75bd5:hover {
    background: #2ecc71;
    color: #ffffff;
}

@media (max-width: 768px) {
    .gft-timeline-27c75bd5 {
        flex-direction: column;
        align-items: center;
    }
    .gft-step-27c75bd5 {
        width: 100%;
        max-width: 400px;
    }
}