
/* Minimal custom overrides */
html { scroll-behavior: smooth; }
.hero-overlay { background: radial-gradient(ellipse at 70% 40%, rgba(0,0,0,.25), rgba(0,0,0,.65)); }
.section-card { box-shadow: 0 10px 30px rgba(0,0,0,.15); }

/* Helpers for overlay and card shadow */
.hero-overlay { background: radial-gradient(ellipse at center, rgba(0,0,0,0.2), rgba(2,6,23,0.85)); }

body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,'Apple Color Emoji','Segoe UI Emoji';}
