*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px}.nav-logo{display:flex;align-items:center;gap:12px}.logo{height:40px;width:auto}.logo-text{font-size:1.5rem;font-weight:600;color:#2563eb}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#2563eb}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#2563eb;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-cta{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#2563eb0d,#7c3aed0d),radial-gradient(circle at 20% 80%,rgba(37,99,235,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(124,58,237,.1) 0%,transparent 50%),#fff;min-height:100vh;display:flex;align-items:center;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232563eb' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:1}.hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#1e293b}.gradient-text{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#64748b;margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:14px 28px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 15px #2563eb4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.btn-secondary{background:#fff;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.btn-full{width:100%;justify-content:center}.hero-image{display:flex;justify-content:center;align-items:center}.hero-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 20px 60px #0000001a;transform:rotate(3deg);transition:transform .3s ease}.hero-card:hover{transform:rotate(0) scale(1.05)}.card-content h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.card-content p{color:#64748b}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.about{padding:80px 0;background:linear-gradient(180deg,#fff,#f8fafc),url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%232563eb' fill-opacity='0.02' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0V0zm10 18a8 8 0 100-16 8 8 0 000 16z'/%3E%3C/g%3E%3C/svg%3E");position:relative}.about:after{content:"";position:absolute;top:20%;right:10%;width:200px;height:200px;background:radial-gradient(circle,rgba(37,99,235,.05) 0%,transparent 70%);border-radius:50%;z-index:1}.about .container{position:relative;z-index:2}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-content h3{font-size:1.75rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.about-content p{font-size:1.1rem;color:#64748b;line-height:1.7;margin-bottom:2rem}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#2563eb}.stat-label{font-size:.9rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.about-features{display:grid;gap:2rem}.feature{padding:1.5rem;background:#f8fafc;border-radius:12px;border-left:4px solid #2563eb}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature h4{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.feature p{color:#64748b;line-height:1.6}.membership{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0),url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23334155' fill-opacity='0.02' fill-rule='evenodd'%3E%3Cpath d='M20 20c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10zm10 0c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10z'/%3E%3C/g%3E%3C/svg%3E");position:relative}.membership:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(37,99,235,.08) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(124,58,237,.08) 0%,transparent 50%);z-index:1}.membership .container{position:relative;z-index:2}.membership-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.membership-benefits h3{font-size:1.75rem;font-weight:600;color:#1e293b;margin-bottom:2rem}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.benefit{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.benefit:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.benefit-icon{font-size:2rem;margin-bottom:1rem}.benefit h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.benefit p{color:#64748b;font-size:.95rem;line-height:1.5}.membership-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 60px #0000001a;position:sticky;top:100px}.card-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.card-header h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.currency{font-size:1.5rem;color:#64748b}.amount{font-size:3rem;font-weight:700;color:#2563eb}.period{font-size:1rem;color:#64748b}.card-features{margin-bottom:2rem}.feature-item{padding:.75rem 0;color:#64748b;border-bottom:1px solid #f1f5f9}.feature-item:last-child{border-bottom:none}.card-note{text-align:center;font-size:.9rem;color:#64748b;margin-top:1rem}.footer{background:linear-gradient(135deg,#1e293b,#334155),url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02' fill-rule='evenodd'%3E%3Cpath d='M25 0C11.193 0 0 11.193 0 25s11.193 25 25 25 25-11.193 25-25S38.807 0 25 0zm0 48C12.297 48 2 37.703 2 25S12.297 2 25 2s23 10.297 23 23-10.297 23-23 23z'/%3E%3C/g%3E%3C/svg%3E");color:#fff;padding:60px 0 20px;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(37,99,235,.1) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(124,58,237,.1) 0%,transparent 50%);z-index:1}.footer-content,.footer-bottom{position:relative;z-index:2}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{height:40px;width:auto;filter:brightness(0) invert(1)}.footer-brand p{color:#94a3b8;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-column h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-column a{display:block;color:#94a3b8;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer-column a:hover{color:#2563eb}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:80px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.about-grid,.membership-content,.footer-content{grid-template-columns:1fr;gap:2rem}.benefits-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(3,1fr);gap:1rem}.membership-card{position:static}.footer-links{grid-template-columns:1fr}}@media (max-width: 480px){.hero-title,.section-title{font-size:2rem}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%;text-align:center}.stats{grid-template-columns:1fr;gap:1.5rem}}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}
