/* Shared base */
body {
    font-family: 'Inter', sans-serif;
}

/* Index-only behavior */
body.page-index {
    scroll-behavior: smooth;
}

.gradient-text {
    background: linear-gradient(to right, #60a5fa, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-glow {
    background: radial-gradient(
        circle at center,
        rgba(99, 102, 241, 0.15) 0%,
        rgba(15, 23, 42, 0) 70%
    );
}

/* Preserve per-page glass-card look */
body.page-index .glass-card {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body.page-features .glass-card,
body.page-cases .glass-card {
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
