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, #005bb2 0%, #2e74cf 100%);
        }

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

        .fc-anchor {
            scroll-margin-top: 120px;
        }

        .fc-anchor:target {
            border-color: rgba(0, 91, 178, 0.45) !important;
            box-shadow: 0 18px 50px rgba(0, 91, 178, 0.16);
        }

        .fc-copy {
            white-space: pre-line;
        }
