body { font-family: 'Rajdhani', sans-serif; font-size: 1.2rem; background-color: #0d0d0d; color: #ffffff; }
.hero-glow { box-shadow: 0 0 80px -10px rgba(243, 94, 33, 0.4); }
.forgeops-orange { color: #f35e21; }
.bg-forgeops { background-color: #f35e21; transition: all 0.3s ease; }
.bg-forgeops-hover:hover { background-color: #c44512; filter: brightness(1.1); }
.border-forgeops { border: 1px solid #f35e21; }
.text-main { color: #ffffff; }
.bg-grid { background-image: radial-gradient(circle, #ffffff10 1px, transparent 1px); background-size: 30px 30px; }
.feature-card { transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.05); padding: 1.5rem; border-radius: 0.75rem; }
.feature-card:hover { background: rgba(243, 94, 33, 0.03); border-color: rgba(243, 94, 33, 0.3); transform: translateY(-5px); }
.text-lg { font-size: 1.25rem !important; }
.text-sm { font-size: 0.85em !important; }

html {
    /* This turns jumps into 0.5s glides */
    scroll-behavior: smooth;
}

/* Offset for your sticky header */
section {
    scroll-margin-top: 60px;
}

.grecaptcha-badge { 
    visibility: hidden; 
}