/* munj.uk */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #ffffff; color: #1a1a1a; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.7; }
.hero { min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 4rem 2rem; text-align: center; }
.brand { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(3rem, 8vw, 6rem); background: linear-gradient(135deg, #7c3aed, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-slogan { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.5rem); margin-top: 0.5rem; }
.features { max-width: 600px; margin: 0 auto; padding: 2rem 2rem 4rem; }
.feature { padding: 3rem 0; position: relative; }
.big-num { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(4rem, 10vw, 8rem); color: #7c3aed; opacity: 0.12; display: block; line-height: 1; }
.feature-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.3rem; margin-bottom: 0.5rem; }
.feature-text { font-size: 0.85rem; color: #555; max-width: 400px; }
.violet-line { display: block; width: 40px; height: 2px; background: #7c3aed; margin-top: 1.5rem; }
.strip { background: #7c3aed; padding: 4rem 2rem; text-align: center; }
.strip-text { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(1.2rem, 3vw, 2rem); color: #ffffff; }
.footer { text-align: center; padding: 4rem 2rem; }
.badge-circle { width: 48px; height: 48px; border-radius: 50%; background: #7c3aed; color: #ffffff; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.footer-brand { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1rem; display: block; margin-bottom: 0.3rem; }
.footer-text { font-size: 0.75rem; color: #888; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
