@keyframes pulse-glow{0%,to{box-shadow:0 4px 20px rgba(59,130,246,.2);transform:scale(1)}50%{box-shadow:0 6px 30px rgba(59,130,246,.4);transform:scale(1.02)}}@keyframes shine{0%{left:-100%}50%,to{left:100%}}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes float-around{0%{transform:translateY(0) rotate(0deg);opacity:.1}25%{transform:translateY(-20px) rotate(90deg);opacity:.2}50%{transform:translateY(0) rotate(180deg);opacity:.1}75%{transform:translateY(20px) rotate(270deg);opacity:.15}to{transform:translateY(0) rotate(360deg);opacity:.1}}.top{background:linear-gradient(135deg,#0f172a 0,#1e293b 50%,#334155 100%);position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{left:0;z-index:1}.bg-pattern,.hero-background,.home-hero-badge::before{position:absolute;top:0;width:100%;height:100%}.bg-pattern{left:0;background-image:radial-gradient(circle at 25% 25%,rgba(59,130,246,.1)0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,92,246,.1)0,transparent 50%);animation:none}.hero-container,.hero-content{display:flex;flex-direction:column;align-items:center;width:100%}.hero-container{position:relative;z-index:2;justify-content:center;text-align:center;max-width:900px;padding:4rem 2rem;margin:0 auto}.hero-content{gap:2rem}.home-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,rgba(59,130,246,.15)0,rgba(139,92,246,.15) 100%);border:1px solid rgba(59,130,246,.3);border-radius:50px;color:#60a5fa;font-size:.875rem;font-weight:600;width:fit-content;backdrop-filter:blur(20px);box-shadow:0 4px 20px rgba(59,130,246,.2);animation:pulse-glow 3s ease-in-out infinite;position:relative;overflow:hidden}.home-hero-badge::before{content:"";left:-100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shine 3s infinite}.hero-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.025em;margin:0}.hero-main{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:2rem 0}.title-highlight,.title-highlight::after{background:linear-gradient(135deg,#60a5fa 0,#a855f7 50%,#ec4899 100%)}.title-highlight{background-size:200% 200%;animation:gradient-shift 4s ease-in-out infinite;position:relative}.title-highlight::after{content:"";position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:80%;height:3px;border-radius:4px;opacity:.6}.hero-content p{font-size:clamp(1.125rem,2vw,1.25rem);color:rgba(255,255,255,.8);line-height:1.6;margin:0;max-width:90%}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-btn-primary,.hero-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;color:#fff;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.hero-btn-primary{background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%);border:0;box-shadow:0 4px 14px 0 rgba(59,130,246,.4)}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px 0 rgba(59,130,246,.5);background:linear-gradient(135deg,#2563eb 0,#1d4ed8 100%)}.hero-btn-secondary{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px)}.feature-pill:hover,.hero-btn-secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}.hero-features-modern{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.feature-pill{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:32px;color:rgba(255,255,255,.95);font-size:.875rem;font-weight:600;backdrop-filter:blur(20px);transition:all .3s ease;position:relative;overflow:hidden}.feature-pill::before{content:"";left:-100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.feature-pill:hover::before{left:100%}.feature-pill:hover{border-color:rgba(255,255,255,.25);box-shadow:0 8px 25px rgba(0,0,0,.2)}.feature-icon-small{color:#60a5fa}.feature-pill::before,.floating-shapes{position:absolute;top:0;width:100%;height:100%}.floating-shapes{left:0;pointer-events:none;overflow:hidden}.floating-shape{position:absolute;opacity:.1;animation:float-around 15s linear infinite}.shape-1{top:10%;left:10%;width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;animation-delay:0s}.shape-2{top:20%;right:15%;width:40px;height:40px;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:20%;animation-delay:-5s}.shape-3{bottom:30%;left:20%;width:50px;height:50px;background:linear-gradient(135deg,#ec4899,#f59e0b);border-radius:30%;animation-delay:-10s}.shape-4{bottom:15%;right:10%;width:35px;height:35px;background:linear-gradient(135deg,#f59e0b,#3b82f6);clip-path:polygon(50%0,0 100%,100% 100%);animation-delay:-7s}@media (max-width:768px){.top{min-height:100vh;padding:1rem 0}.hero-container{padding:2rem 1rem;max-width:100%;min-height:80vh;display:flex;align-items:center;justify-content:center}.hero-content{gap:2rem;text-align:center;width:100%}.hero-content h1{font-size:clamp(2rem,6vw,2.5rem);line-height:1.2;margin-bottom:1rem}.hero-content p{font-size:clamp(1rem,3vw,1.125rem);max-width:100%;margin-bottom:1.5rem;opacity:.9}.home-hero-badge{padding:.75rem 1.5rem;font-size:.85rem;margin-bottom:1.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50px;backdrop-filter:blur(10px)}.hero-buttons{flex-direction:column;width:100%;gap:1rem;margin-bottom:2rem}.hero-btn-primary,.hero-btn-secondary{width:100%;padding:1rem 2rem;justify-content:center;font-size:1rem;font-weight:600;border-radius:14px;min-height:50px}.hero-btn-primary{background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%);box-shadow:0 4px 20px rgba(59,130,246,.4)}.hero-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 25px rgba(59,130,246,.5)}.hero-btn-secondary{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(15px)}.hero-btn-secondary:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.35)}.hero-features-modern{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:2rem 0 0;width:100%}.feature-pill{padding:.75rem 1rem;font-size:.85rem;gap:.5rem;justify-content:flex-start;text-align:left;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:14px;backdrop-filter:blur(15px);transition:all .3s ease}.feature-pill:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}.feature-icon-small{flex-shrink:0;width:20px;height:20px;background:rgba(255,255,255,.2);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#60a5fa}.floating-shapes{display:none}.bg-pattern{background-image:radial-gradient(circle at 25% 25%,rgba(59,130,246,.08)0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,92,246,.08)0,transparent 50%)}}@media (max-width:480px){.top{min-height:100vh;padding:.5rem 0}.hero-container{padding:2rem .75rem;min-height:85vh}.hero-content{gap:1.5rem}.hero-content h1{font-size:clamp(1.75rem,5vw,2.2rem);line-height:1.3;margin-bottom:1rem}.hero-content p{font-size:clamp(.9rem,2.5vw,1rem);line-height:1.5;margin-bottom:1.25rem}.home-hero-badge{padding:.625rem 1.25rem;font-size:.8rem;gap:.375rem;margin-bottom:1.25rem}.hero-buttons{gap:.875rem;margin-bottom:1.75rem}.hero-btn-primary,.hero-btn-secondary{padding:.875rem 1.5rem;font-size:.95rem;min-height:48px;border-radius:12px}.hero-features-modern{grid-template-columns:1fr;gap:.625rem;margin-top:1.5rem}.feature-pill{padding:.625rem 1rem;font-size:.8rem;gap:.5rem;border-radius:12px}.feature-icon-small{width:18px;height:18px}.feature-icon-small svg{width:12px;height:12px}}@media (max-width:360px){.hero-container{padding:1.5rem .5rem}.hero-content h1{font-size:1.6rem;line-height:1.25}.hero-content p{font-size:.85rem}.home-hero-badge{padding:.5rem 1rem;font-size:.75rem}.hero-btn-primary,.hero-btn-secondary{padding:.75rem 1.25rem;font-size:.9rem;min-height:44px}.feature-pill{padding:.5rem .875rem;font-size:.75rem}}