html {
            scroll-behavior: smooth;
        }

        body {
            background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .bg-primary-gradient {
            background: linear-gradient(135deg, #0050B0 0%, #70B300 100%);
        }

        .fc-glass {
            background: rgba(255,255,255,0.82);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
        }

        .faq-trigger {
            transition: background 0.2s ease;
        }

        .faq-trigger:hover {
            background: rgba(0, 80, 176, 0.04);
        }

        .faq-content {
            border-top: 1px solid rgba(226, 232, 240, 0.8);
        }
