﻿/* Primary CTA Button – FriendlyPhysio (LOCKED) */
.primary-cta {
    display: inline-block;
    padding: 12px 26px;
    background: #ff8a2a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.cta-center {
    text-align: center;
}

