:root{--purple-deep:#3d0066;--purple-mid:#6b2fa0;--purple-light:#9b59c2;--purple-pale:#f0e6f8;--purple-glow:#c084f5;--gold:#d4a843;--gold-light:#f0c96e;--white:#fff;--text-dark:#1a0033;--text-muted:#5a4070}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-dark);background-color:#fdf8ff;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Playfair Display,serif}.section-title{color:var(--purple-deep);text-align:center;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.section-subtitle{text-align:center;color:var(--purple-mid);margin-bottom:3rem;font-size:1.1rem;font-weight:400}.section-divider{background:linear-gradient(90deg,var(--purple-mid),var(--gold));border-radius:2px;width:80px;height:4px;margin:.75rem auto 3rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #9b59c266}50%{box-shadow:0 0 40px #9b59c2cc}}
