body { font-family: 'Inter', sans-serif; }
h1, h2, h3 { font-family: 'Montserrat', sans-serif; }

.btn-apple { 
    background: #0071E3; 
    color: #fff; 
    border-radius: 12px; 
    box-shadow: 0 4px 20px rgba(0,113,227,0.3); 
    transition: all 0.3s; 
}
.btn-apple:hover { 
    background: #0060c4; 
    transform: translateY(-2px); 
    box-shadow: 0 6px 28px rgba(0,113,227,0.45); 
}