*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;background:#0f0f0f;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html{scroll-behavior:smooth}section[id]{scroll-margin-top:100px}.landing-page{min-height:100vh;background:linear-gradient(135deg,#0f0f0f,#1a1a1a)}.nav-bar{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,6%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.1)}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.nav-brand .logo-image{height:40px;max-width:150px;display:block;object-fit:contain}.nav-brand .logo-text{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;gap:2rem}.nav-link{color:#a1a1aa;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link.active,.nav-link:hover{color:#fff;background:rgba(59,130,246,.1)}.nav-actions{display:flex;gap:1rem;align-items:center}.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(59,130,246,.3)}.btn-secondary{background:transparent;color:#a1a1aa;border:1px solid hsla(0,0%,100%,.2);padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.btn-secondary:hover{color:#fff;border-color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.05)}.btn-hero{display:inline-block;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:1rem 2rem;border-radius:16px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center}.btn-hero:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(59,130,246,.4)}.btn-outline{display:inline-block;background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.3);padding:1rem 2rem;border-radius:16px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center}.btn-outline:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.6)}.container{max-width:1400px;margin:0 auto;padding:120px 2rem 0}.hero-section{display:flex;justify-content:center;align-items:center;min-height:80vh;margin-bottom:6rem;text-align:center}.hero-content{display:flex;flex-direction:column;gap:2rem;max-width:800px}.hero-title{font-size:4rem;font-weight:900;line-height:1.1;background:linear-gradient(135deg,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#a1a1aa;line-height:1.7}.highlight{color:#3b82f6;font-weight:700}.hero-stats{display:flex;align-items:center;gap:2rem;justify-content:center}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.9rem;color:#71717a;margin-top:.5rem}.stat-divider{font-size:2rem;color:#3b82f6;font-weight:700}.hero-cta{display:flex;gap:1.5rem;margin-top:1rem;justify-content:center}section{margin-bottom:6rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.25rem;color:#71717a;max-width:600px;margin:0 auto}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;align-items:stretch}.course-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:100%}.course-card:hover{transform:translateY(-8px);border-color:rgba(59,130,246,.3);box-shadow:0 20px 40px rgba(0,0,0,.2)}.course-card.featured{border-color:#3b82f6;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.05))}.course-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700}.course-card.free .course-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.course-card.pro .course-badge{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.course-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;margin-top:1rem}.course-description{color:#a1a1aa;margin-bottom:2rem;line-height:1.6}.course-features{list-style:none;margin-bottom:2rem;flex-grow:1}.course-features li{color:#d4d4d8;position:relative;padding:.5rem 0 .5rem 1.5rem}.course-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.btn-course{width:100%;padding:1rem;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto}.course-card.free .btn-course{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.course-card.pro .btn-course{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.btn-course:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.3)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:3rem;gap:3rem}.team-member{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:2rem;transition:all .3s ease;display:flex;gap:1.5rem}.team-member:hover{transform:translateY(-5px);border-color:rgba(59,130,246,.3)}.member-avatar{position:relative}.avatar-placeholder{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#fff}.status-indicator{position:absolute;bottom:5px;right:5px;width:16px;height:16px;background:#10b981;border-radius:50%;border:3px solid #0f0f0f}.member-info{flex:1 1}.member-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.member-role{color:#a1a1aa;font-weight:500}.member-achievements,.member-role{margin-bottom:1.5rem}.achievement-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem}.achievement-icon{font-size:1.2rem}.member-social{display:flex;flex-direction:column;gap:.5rem}.social-platform{font-size:.85rem;color:#71717a}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:3rem;gap:3rem;max-width:1000px;margin:0 auto}.service-tier{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:2.5rem;transition:all .3s ease;position:relative;display:flex;flex-direction:column;min-height:600px}.service-tier:hover{transform:translateY(-8px);border-color:rgba(59,130,246,.3)}.service-tier.premium{border-color:#f59e0b;background:linear-gradient(135deg,rgba(245,158,11,.1),rgba(217,119,6,.05))}.tier-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.tier-title{font-size:1.5rem;font-weight:700}.tier-badge{padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700}.tier-badge.free{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.tier-badge.pro{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.tier-price{margin-bottom:2rem}.price-amount{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-period{font-size:1rem;color:#71717a;margin-left:.5rem}.price-options{display:flex;flex-direction:column;gap:1rem}.price-option{display:flex;align-items:baseline;gap:.5rem}.tier-features{margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.feature-check{color:#10b981;font-weight:700}.tier-cta{margin-top:auto}.invite-section{margin-bottom:2rem}.invite-code-box{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);border-radius:12px;padding:1rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.code-label{color:#a1a1aa;font-size:.9rem}.invite-code{font-family:Monaco,Menlo,monospace;font-size:1.2rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.invite-instruction{font-size:.875rem;color:#71717a;text-align:center;margin:1rem 0 0;line-height:1.5}.contact-text{font-size:.9rem;color:#71717a;text-align:center;margin-bottom:1rem}.btn-tier{width:100%;padding:1rem;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.btn-tier:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.3)}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:3rem;gap:3rem}.resource-category{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:2rem;transition:all .3s ease}.resource-category:hover{transform:translateY(-5px);border-color:rgba(59,130,246,.3)}.category-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.resource-links{display:flex;flex-direction:column;gap:1rem}.resource-link{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;text-decoration:none;color:inherit;transition:all .3s ease}.resource-link:hover{background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.3);transform:translateX(4px)}.link-content{gap:1rem}.link-content,.link-icon{display:flex;align-items:center}.link-icon{width:40px;height:40px;border-radius:10px;justify-content:center;font-weight:700;font-size:1.2rem}.link-icon.binance{background:linear-gradient(135deg,#f0b90b,#f0b90b);color:#fff}.link-icon.okx{background:linear-gradient(135deg,#000,#333);color:#fff}.link-info{display:flex;flex-direction:column}.link-name{font-weight:600;font-size:1rem}.link-desc{font-size:.85rem;color:#a1a1aa}.link-arrow{color:#3b82f6;font-size:1.2rem;font-weight:700}.footer{background:rgba(0,0,0,.5);border-top:1px solid hsla(0,0%,100%,.1);margin-top:6rem}.footer-content{max-width:1400px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 2fr;grid-gap:3rem;gap:3rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{color:#71717a;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.footer-section h4{font-weight:700;margin-bottom:1rem;color:#fff}.footer-section a{display:block;color:#a1a1aa;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#3b82f6}.footer-bottom{max-width:1400px;margin:0 auto;padding:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#71717a}.footer-social{display:flex;gap:2rem;font-size:.85rem;color:#71717a}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease}.modal-content{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid rgba(59,130,246,.3);border-radius:24px;max-width:500px;width:90%;max-height:80vh;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.5),0 0 0 1px hsla(0,0%,100%,.1);animation:slideUp .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.modal-title{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.modal-close{background:none;border:none;color:#a1a1aa;font-size:2rem;line-height:1;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background:hsla(0,0%,100%,.1);color:#fff}.modal-body{padding:1rem 2rem 2rem}.contact-section{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;transition:all .3s ease}.contact-item:hover{background:rgba(59,130,246,.05);border-color:rgba(59,130,246,.2)}.contact-icon{font-size:2rem;min-width:50px;text-align:center}.contact-info{flex:1 1}.contact-info h3{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:#fff}.contact-info p{margin:0;color:#a1a1aa;line-height:1.6}.contact-id{font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Monaco,Menlo,monospace;font-size:1.1rem}.wechat-accounts{gap:1rem;margin-top:1rem}.wechat-account,.wechat-accounts{display:flex;flex-direction:column}.wechat-account{gap:.25rem;padding:1rem;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);border-radius:12px}.wechat-name{font-weight:700;color:#10b981;font-size:1rem}.wechat-desc{font-size:.875rem;color:#71717a}.modal-footer{display:flex;justify-content:center;margin-top:1rem}.btn-modal-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;min-width:120px}.btn-modal-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.3)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1200px){.hero-title{font-size:3rem}.team-grid{grid-template-columns:1fr}}@media (max-width:768px){.nav-container{padding:1rem}.nav-menu{display:none}.nav-actions{gap:.5rem}.nav-actions button{padding:.5rem 1rem;font-size:.8rem}.container{padding:100px 1rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-stats{flex-direction:column;gap:1rem}.stat-divider{transform:rotate(90deg)}.hero-cta{flex-direction:column;gap:1rem}.section-title{font-size:2rem}.courses-grid,.resources-grid,.services-grid{grid-template-columns:1fr}.service-tier{min-height:auto}.team-member{flex-direction:column;text-align:center;align-items:center}.footer-content{gap:2rem}.footer-content,.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-social{flex-direction:column;gap:.5rem}.modal-content{width:95%;margin:1rem}.modal-body,.modal-header{padding:1.5rem 1.5rem 1rem}.contact-item{flex-direction:column;text-align:center;gap:.5rem}.contact-icon{min-width:auto}.wechat-accounts{gap:.75rem}.wechat-account{padding:.75rem}}@media (max-width:480px){.hero-title{font-size:2rem}.section-title{font-size:1.5rem}.course-card,.resource-category,.service-tier,.team-member{padding:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.course-card,.resource-category,.service-tier,.team-member{animation:fadeInUp .6s ease-out}.course-card:first-child{animation-delay:.1s}.course-card:nth-child(2){animation-delay:.2s}.course-card:nth-child(3){animation-delay:.3s}.course-card:nth-child(4){animation-delay:.4s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f0f0f}::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2563eb}