.freelance-line-cta {
    margin-top: 24px;
}

.freelance-line-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid #06c755;
    border-radius: 6px;
    background: #06c755;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.freelance-line-btn:hover {
    border-color: #05a847;
    background: #05a847;
    box-shadow: 0 8px 20px rgba(6, 199, 85, 0.25);
    transform: translateY(-2px);
}

.freelance-line-btn:focus-visible {
    outline: 3px solid rgba(6, 199, 85, 0.35);
    outline-offset: 3px;
}

.freelance-line-btn .btn-arrow {
    flex: 0 0 auto;
    font-size: 1.1rem;
    line-height: 1;
    transition: transform 0.2s ease;
}

.freelance-line-btn:hover .btn-arrow {
    transform: translateX(3px);
}

@media (max-width: 480px) {
    .freelance-line-btn {
        width: 100%;
        max-width: 320px;
        min-height: 52px;
    }
}
