html{margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#0f0f0f,#1c1c1e);color:#fff;line-height:1.6;overflow-x:hidden;margin:0;padding:80px 0 0}.bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.1}.bg-animation:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.05) 50%,transparent 70%);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.site-header{position:fixed;top:0;width:100%;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000c;border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;transition:all .3s ease}.site-header>nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;max-width:1400px;margin:0 auto}.logo{display:flex;align-items:center;gap:.8rem;font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.logo-image{width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#fffc;text-decoration:none;transition:color .3s ease;font-weight:500}.nav-links a:hover{color:#4a5568}.cta-button{background:linear-gradient(135deg,#2d3748,#1a202c);border:2px solid #4a5568;color:#fff;padding:.8rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;max-height:55px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4a55684d;border-color:#718096}a.cta-button{background:linear-gradient(135deg,#2563eb,#1e3a8a);border-color:#3b82f6}a.cta-button:hover{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 10px 30px #2563eb57;border-color:#60a5fa}.hero{text-align:center;position:relative}.hero h1{font-size:clamp(1rem);font-weight:600;margin-bottom:.5rem;margin-top:.5rem;background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero p{font-size:1rem;color:#fffc;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn-secondary{background:transparent;color:#fff;padding:.8rem 1.5rem;border:2px solid rgba(255,255,255,.2);border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;margin-bottom:30px}.btn-secondary:hover{border-color:#4a5568;background:#4a556833}.features{padding:100px 5%;background:linear-gradient(135deg,#4a556814,#2d374814)}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#a0aec0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{text-align:center;font-size:1.1rem;color:#ffffffb3;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#4a556826,#2d374826);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-10px);border-color:#4a556866}.feature-card:hover:before{opacity:1}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#2d3748,#1a202c);border:2px solid #4a5568;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:24px;position:relative;z-index:1}.feature-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;position:relative;z-index:1}.feature-card p{color:#fffc;position:relative;z-index:1}.pricing{padding:100px 5%}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:0 auto}footer{background:#00000080;border-top:1px solid rgba(255,255,255,.1);padding:3rem 5% 2rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer-links a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#4a5568}@media (max-width: 768px){.nav-links{display:none}.hero-buttons{flex-direction:column;align-items:center}.pricing-grid{grid-template-columns:1fr}}@keyframes fadeInUp{}::view-transition-old(root){animation:.2s ease-out both fade-out}::view-transition-new(root){animation:.2s ease-in both fade-in}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
