:root{--primary: #0f172a;--secondary: #4F46E5;--accent: #4338ca;--accent-light: #818cf8;--bg: #f8fafc;--bg-alt: #f1f5f9;--card-bg: #ffffff;--text: #334155;--text-light: #475569;--white: #ffffff;--text-on-secondary: #ffffff;--border: #e2e8f0;--success: #059669;--hero-gradient: linear-gradient(135deg, var(--bg) 0%, #e0e7ff 100%);--chatbot-gradient: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);--overlay-bg: rgba(0, 0, 0, .5);--card-shadow: 0 10px 30px rgba(0, 0, 0, .05);--card-shadow-hover: 0 20px 40px rgba(0, 0, 0, .08), 0 8px 16px rgba(0, 0, 0, .04);--btn-shadow: 0 8px 25px rgba(79, 70, 229, .35);--header-bg: rgba(255, 255, 255, .95);--header-glass-bg: rgba(255, 255, 255, .7);--mobile-menu-bg: white;--footer-bg: var(--primary);--footer-text: white;--section-dark-bg: #0f172a;--section-dark-text: white;--tech-stack-bg: #f8fafc;--tech-stack-text: #0f172a;--tech-stack-grid: rgba(79, 70, 229, .2);--tech-stack-card-bg: #ffffff;--tech-stack-card-border: #e2e8f0;--tech-stack-card-active-bg: rgba(79, 70, 229, .08);--tech-stack-card-active-border: rgba(79, 70, 229, .3);--tech-stack-muted: #64748b;--tech-stack-accent: #4F46E5;--tech-stack-feature-bg: rgba(79, 70, 229, .05);--tech-stack-check: #059669;--chat-container-bg: #f9fafb;--chat-bubble-bg: #ffffff;--chat-header-bg: #4338ca;--chat-header-text: #ffffff;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-back: cubic-bezier(.34, 1.56, .64, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--theme-transition: background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease}[data-theme=dark]{--primary: #f1f5f9;--secondary: #a5b4fc;--accent: #c4b5fd;--accent-light: #dcd3ff;--bg: #0f172a;--bg-alt: #1e293b;--card-bg: #1e293b;--text: #e2e8f0;--text-light: #cbd5e1;--white: #0f172a;--border: #334155;--success: #4ade80;--hero-gradient: linear-gradient(135deg, var(--bg) 0%, #1e1b4b 100%);--chatbot-gradient: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);--overlay-bg: rgba(0, 0, 0, .7);--card-shadow: 0 10px 30px rgba(0, 0, 0, .3);--card-shadow-hover: 0 20px 40px rgba(0, 0, 0, .4), 0 8px 16px rgba(0, 0, 0, .2);--btn-shadow: 0 8px 25px rgba(129, 140, 248, .35);--header-bg: rgba(15, 23, 42, .95);--header-glass-bg: rgba(15, 23, 42, .7);--mobile-menu-bg: #1e293b;--footer-bg: #020617;--footer-text: #e2e8f0;--section-dark-bg: #1e293b;--section-dark-text: #f1f5f9;--tech-stack-bg: #0f172a;--tech-stack-text: #f1f5f9;--tech-stack-grid: rgba(129, 140, 248, .2);--tech-stack-card-bg: rgba(255, 255, 255, .03);--tech-stack-card-border: rgba(255, 255, 255, .05);--tech-stack-card-active-bg: rgba(129, 140, 248, .15);--tech-stack-card-active-border: rgba(129, 140, 248, .3);--tech-stack-muted: rgba(255, 255, 255, .65);--tech-stack-accent: #818cf8;--tech-stack-feature-bg: rgba(255, 255, 255, .05);--tech-stack-check: #4ade80;--chat-container-bg: #0f172a;--chat-bubble-bg: #334155;--chat-header-bg: #4f46e5;--chat-header-text: #ffffff;--text-on-secondary: #0f172a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;transition:var(--theme-transition)}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border-radius:100px;font-weight:600;transition:all .2s var(--ease-out-expo);cursor:pointer;border:none;position:relative;overflow:hidden}.btn:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.btn:hover:after{opacity:1}.btn-primary{background-color:var(--secondary);color:var(--white)}.btn-primary:hover{background-color:var(--accent);transform:translateY(-2px);box-shadow:var(--btn-shadow)}.btn-primary:active{transform:translateY(0);box-shadow:0 4px 12px #4f46e540}.btn-secondary{background-color:var(--card-bg);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--bg-alt);transform:translateY(-2px);box-shadow:var(--card-shadow)}.section{padding:80px 0}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.grid{display:grid;gap:24px}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}}.card-interactive{transition:transform .3s var(--ease-out-expo),box-shadow .3s var(--ease-out-expo);will-change:transform}.card-interactive:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014,0 8px 16px #0000000a}.icon-bounce{transition:transform .3s var(--ease-out-back)}.icon-bounce:hover{transform:scale(1.1)}@keyframes subtle-pulse{0%,to{box-shadow:0 0 #4f46e566}50%{box-shadow:0 0 0 8px #4f46e500}}.pulse-subtle{animation:subtle-pulse 3s ease-in-out infinite}.link-animated{position:relative;display:inline-block}.link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--secondary);transition:width .3s var(--ease-out-expo)}.link-animated:hover:after{width:100%}.stagger-item{opacity:0;transform:translateY(20px);animation:stagger-in .5s var(--ease-out-expo) forwards}@keyframes stagger-in{to{opacity:1;transform:translateY(0)}}.stagger-item:nth-child(1){animation-delay:0s}.stagger-item:nth-child(2){animation-delay:.1s}.stagger-item:nth-child(3){animation-delay:.2s}.stagger-item:nth-child(4){animation-delay:.3s}.stagger-item:nth-child(5){animation-delay:.4s}.stagger-item:nth-child(6){animation-delay:.5s}.stagger-item:nth-child(7){animation-delay:.6s}.stagger-item:nth-child(8){animation-delay:.7s}.btn:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.tag-interactive{transition:background .2s ease,transform .2s var(--ease-out-back),color .2s ease}.tag-interactive:hover{background:var(--secondary)!important;color:#fff!important;transform:scale(1.05)}.stat-number{display:inline-block;transition:transform .3s var(--ease-out-back)}.stat-number:hover{transform:scale(1.08)}.check-item{transition:transform .2s ease}.check-item:hover{transform:translate(4px)}.social-icon{transition:transform .2s var(--ease-out-back),box-shadow .2s ease}.social-icon:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 20px #00000026}input:focus,textarea:focus,select:focus{border-color:var(--secondary)!important;box-shadow:0 0 0 3px #4f46e51a}.card-shimmer{position:relative;overflow:hidden}.card-shimmer:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease;pointer-events:none}.card-shimmer:hover:before{left:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.animate-left{transform:translate(-30px)}.animate-on-scroll.animate-right{transform:translate(30px)}.animate-on-scroll.visible{opacity:1;transform:translate(0) translateY(0)}.animate-card{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.animate-card.visible{opacity:1;transform:translateY(0)}.animate-card:nth-child(1){transition-delay:0s}.animate-card:nth-child(2){transition-delay:.1s}.animate-card:nth-child(3){transition-delay:.2s}.animate-card:nth-child(4){transition-delay:.3s}.animate-card:nth-child(5){transition-delay:.4s}.animate-card:nth-child(6){transition-delay:.5s}.hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#ffffffd9,#ffffffbf,#ffffffe6)}[data-theme=dark] .hero-bg-overlay{background:linear-gradient(to bottom,#0f172abf,#0f172aa6,#0f172ad9)}.section{scroll-margin-top:90px}
