body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.gradient-text {
    background: linear-gradient(135deg, #1A4074 0%, #2d5a8f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.profile-img {
    box-shadow: 0 4px 20px rgba(26, 64, 116, 0.15);
}

.cta-button {
    background: linear-gradient(135deg, #ED7728 0%, #d66820 100%);
    box-shadow: 0 4px 15px rgba(237, 119, 40, 0.3);
}

.cta-button:hover {
    box-shadow: 0 6px 25px rgba(237, 119, 40, 0.4);
    transform: translateY(-2px);
}

.highlight-profitably {
    background: linear-gradient(180deg, transparent 50%, rgba(237, 119, 40, 0.3) 50%);
    display: inline-block;
    color: #1A4074;
}
