body { font-family: 'Inter', sans-serif; }
.gradient-emerald { background: linear-gradient(135deg, #10b981 0%, #14b8a6 100%); }
.gradient-text { background: linear-gradient(135deg, #059669 0%, #0d9488 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.blur-bg { backdrop-filter: blur(12px); }
.hover-lift { transition: transform 0.3s ease; }
.hover-lift:hover { transform: translateY(-8px); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.accordion-content.active { max-height: 500px; }

