/* momentous ict one-page styles */
:root {
  --orange: #FF6A00;
  --black: #111111;
  --white: #FFFFFF;
}
* { box-sizing: border-box; }
html, body { margin:0; padding:0; color: var(--white); background: #0b0b0b; font-family: 'Orbitron', 'Segoe UI', Roboto, Arial, sans-serif; }
img { max-width: 100%; height: auto; }
.container { width: min(1120px, 92%); margin: 0 auto; }
a { color: var(--orange); text-decoration: none; }
header { position: sticky; top:0; z-index:10; background: rgba(0,0,0,.7); backdrop-filter: blur(6px); border-bottom: 1px solid #222; }
.nav { display:flex; align-items:center; justify-content:space-between; padding:12px 0; }
.brand { display:flex; align-items:center; gap:12px; }
.brand img { width:40px; height:40px; }
.brand .name { font-weight:800; letter-spacing:.5px; color: var(--white); }
.hero { padding: 96px 0 56px; background: radial-gradient(1200px 400px at 20% 0%, rgba(255,106,0,.15), transparent), linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)); }
.hero h1 { font-size: clamp(28px, 4vw, 48px); margin: 0 0 8px; color: var(--white); }
.hero p.tag { font-size: clamp(16px, 2.4vw, 20px); color: #cfcfcf; margin: 0 0 24px; }
.cta { display:flex; gap:12px; flex-wrap:wrap; }
.btn { padding:12px 18px; border:1px solid var(--orange); color: var(--white); border-radius:10px; background: linear-gradient(180deg, rgba(255,106,0,.18), rgba(255,106,0,.06)); transition: .2s; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(255,106,0,.25); }
.section { padding: 28px 0; border-top: 1px solid #1a1a1a; }
.section h2 { color: var(--orange); font-size: 18px; margin: 0 0 12px; letter-spacing: 1px; text-transform: uppercase; }
.section .content { white-space: pre-wrap; line-height: 1.5; color: #eaeaea; font-size: 15px; }
footer { padding: 20px 0 40px; color: #bbb; border-top:1px solid #1a1a1a; }
.small { font-size: 12px; color: #9a9a9a; }
.badge { display:inline-block; padding:4px 10px; border:1px solid #2a2a2a; border-radius:999px; font-size:12px; color:#d6d6d6; }
