:root{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--card-foreground:210 40% 98%;--popover:222.2 84% 4.9%;--popover-foreground:210 40% 98%;--primary:210 40% 98%;--primary-foreground:222.2 84% 4.9%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:212.7 26.8% 83.9%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}html{scroll-behavior:smooth}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp 0.8s ease forwards}@keyframes modalFadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes modalBackdropFadeIn{from{opacity:0}to{opacity:1}}.modal-backdrop{animation:modalBackdropFadeIn 0.3s ease-out}.modal-content{animation:modalFadeIn 0.3s ease-out}.rotating-text{display:block;position:relative;min-height:1.2em;width:100%;text-align:center}.rotating-text .word{position:absolute;top:0;left:0;right:0;opacity:0;animation:rotateWord 28s infinite;color:hsl(210 40% 98%);white-space:nowrap;text-align:center}.rotating-text .word:nth-child(1){animation-delay:0s}.rotating-text .word:nth-child(2){animation-delay:4s}.rotating-text .word:nth-child(3){animation-delay:8s}.rotating-text .word:nth-child(4){animation-delay:12s}.rotating-text .word:nth-child(5){animation-delay:16s}.rotating-text .word:nth-child(6){animation-delay:20s}.rotating-text .word:nth-child(7){animation-delay:24s}@keyframes rotateWord{0%,14.28%{opacity:1;transform:translateY(0)}17.85%,100%{opacity:0;transform:translateY(-10px)}}.hero-gradient{background:radial-gradient(circle at 30% 70%,rgba(255,255,255,.02) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgba(255,255,255,.02) 0%,transparent 50%)}.hero-title-gray{color:hsl(215 20.2% 65.1%)}.section-spacing{min-height:100vh;display:flex;align-items:center}.footer{background:linear-gradient(135deg,hsl(var(--primary-foreground)) 0%,hsl(217.2 32.6% 12%) 100%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid hsl(var(--border));padding:4rem 0 2rem;position:relative;overflow:hidden}.footer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(20,184,166,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(139,92,246,.05) 0%,transparent 50%);pointer-events:none}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;position:relative;z-index:1}@media (max-width:768px){.footer-container{grid-template-columns:1fr;gap:2.5rem;text-align:center}}.footer-logo{margin-bottom:1.5rem;transform-style:preserve-3d;transition:transform 0.3s ease}.footer-logo img{height:40px;width:auto;filter:drop-shadow(0 0 10px rgba(20,184,166,.3));transition:filter 0.3s ease}.footer-logo:hover img{filter:drop-shadow(0 0 15px rgba(20,184,166,.5))}.footer-social{display:flex;gap:1rem;margin-top:1rem}@media (max-width:768px){.footer-social{justify-content:center}}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:hsl(var(--secondary));color:hsl(var(--muted-foreground));text-decoration:none;transition:all 0.3s ease;border:1px solid hsl(var(--border))}.footer-social-link:hover{background:rgba(20,184,166,.2);color:#14B8A6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(20,184,166,.2)}.footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:hsl(var(--foreground));background:linear-gradient(135deg,#14B8A6,#8B5CF6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{transition:transform 0.2s ease}.footer-link:hover{transform:translateX(4px)}.footer-link a{color:hsl(var(--muted-foreground));text-decoration:none;transition:color 0.3s ease;display:block;padding:.25rem 0}.footer-link a:hover{color:#14B8A6}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid hsl(var(--border));background:rgba(0,0,0,.1);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);margin:0 -2rem -2rem;padding:2rem;position:relative;z-index:1}@media (max-width:768px){.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.footer-copyright{color:hsl(var(--muted-foreground));font-size:.875rem}.footer-legal{display:flex;gap:2rem}@media (max-width:768px){.footer-legal{gap:1.5rem}}.footer-legal a{color:hsl(var(--muted-foreground));text-decoration:none;font-size:.875rem;transition:color 0.3s ease}.footer-legal a:hover{color:#14B8A6}.delay-100{animation-delay:0.1s}.delay-200{animation-delay:0.2s}.delay-300{animation-delay:0.3s}.delay-400{animation-delay:0.4s}.animate-fade-in{animation:fadeInUp 0.8s ease forwards;opacity:0}.hover\:text-accent-teal:hover{color:#14B8A6!important}.hover\:text-accent-purple:hover{color:#8B5CF6!important}.hover\:text-accent-pink:hover{color:#EC4899!important}.text-gradient-teal{background:linear-gradient(135deg,#14B8A6,#06B6D4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-purple{background:linear-gradient(135deg,#8B5CF6,#A855F7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-pink{background:linear-gradient(135deg,#EC4899,#F472B6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shadow-glow-teal{filter:drop-shadow(0 0 10px rgba(20,184,166,.3));transition:filter 0.3s ease}.shadow-glow-teal:hover{filter:drop-shadow(0 0 15px rgba(20,184,166,.5))}.perspective-500{perspective:500px}.hover\:rotate-y-1:hover{transform:rotateY(1deg)}*/