/* aiice.io */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --bg: #080c18; --alt: #0f1524; --ice: #67e8f9; --violet: #a78bfa; --text: #e0f2fe; --muted: #64748b; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); }
.full { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 80px 10%; }
.alt { background: var(--alt); }
.hero-inner { text-align: center; }
.hero-inner h1 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(3rem, 10vw, 8rem); font-weight: 700; color: var(--ice); }
.sub { font-size: 1.2rem; color: var(--violet); letter-spacing: 0.2em; }
.tagline { color: var(--muted); margin-top: 1rem; }
.section-inner { max-width: 650px; }
.section-inner h2 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(1.5rem, 3vw, 2.5rem); color: var(--violet); margin-bottom: 1.5rem; }
.section-inner p { line-height: 1.8; color: var(--muted); }
.centered { text-align: center; }
.centered h2 { color: var(--ice); line-height: 1.5; font-style: italic; }
footer { text-align: center; padding: 30px; border-top: 1px solid rgba(167,139,250,0.1); }
.brand { font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: var(--violet); font-size: 0.85rem; }
