*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#ff6b9d;--secondary-color:#4ecdc4;--accent-color:#45b7d1;--text-dark:#2c3e50;--text-light:#7f8c8d;--bg-light:#f8fafc;--bg-white:#ffffff;--gradient-1:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--gradient-2:linear-gradient(135deg,#ff9a9e 0%,#fecfef 100%);--gradient-3:linear-gradient(135deg,#a8edea 0%,#fed6e3 100%);--shadow-light:0 4px 6px rgba(0,0,0,0.07);--shadow-medium:0 10px 25px rgba(0,0,0,0.1);--shadow-heavy:0 20px 40px rgba(0,0,0,0.15)}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden;background:var(--bg-light)}.header{position:fixed;top:0;width:100%;z-index:1000;background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,0.2)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1400px;margin:0 auto}.nav-brand{display:flex;align-items:center;gap:0.5rem;font-size:1.5rem;font-weight:700;color:var(--primary-color)}.brand-icon{font-size:1.8rem}.nav-links{display:flex;list-style:none;gap:2rem}.nav-item{text-decoration:none;color:var(--text-dark);font-weight:500;padding:0.5rem 1rem;border-radius:25px;transition:all 0.3s ease}.nav-item:hover{color:var(--primary-color);background:rgba(255,107,157,0.1)}.mobile-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px}.mobile-toggle span{width:25px;height:3px;background:var(--text-dark);border-radius:2px;transition:all 0.3s ease}.hero-section{min-height:100vh;display:flex;align-items:center;position:relative;background:var(--gradient-1);overflow:hidden;padding-top:80px}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.floating-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;border-radius:50%;opacity:0.1;animation:float 6s ease-in-out infinite}.shape-1{width:100px;height:100px;background:white;top:20%;left:10%;animation-delay:0s}.shape-2{width:150px;height:150px;background:white;top:60%;right:15%;animation-delay:2s}.shape-3{width:80px;height:80px;background:white;bottom:20%;left:20%;animation-delay:4s}.shape-4{width:120px;height:120px;background:white;top:30%;right:30%;animation-delay:1s}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-20px)}}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.hero-left{color:white}.hero-badge{display:inline-block;background:rgba(255,255,255,0.2);padding:0.5rem 1.5rem;border-radius:25px;font-size:0.9rem;font-weight:600;margin-bottom:2rem;backdrop-filter:blur(10px)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.title-highlight{background:linear-gradient(45deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;margin-bottom:2.5rem;opacity:0.9;line-height:1.6}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem}.cta-button{display:flex;align-items:center;gap:0.5rem;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease;border:2px solid transparent}.cta-button.primary{background:white;color:var(--primary-color)}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(255,255,255,0.3)}.cta-button.secondary{background:transparent;color:white;border-color:white}.cta-button.secondary:hover{background:white;color:var(--primary-color)}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat-number{display:block;font-size:1.8rem;font-weight:700}.stat-label{font-size:0.9rem;opacity:0.8}.hero-right{display:flex;justify-content:center;align-items:center}.app-preview{position:relative}.phone-frame{width:280px;height:560px;background:linear-gradient(145deg,#2c3e50,#34495e);border-radius:35px;padding:20px;position:relative;box-shadow:0 25px 50px rgba(0,0,0,0.3)}.phone-notch{width:120px;height:25px;background:#1a1a1a;border-radius:0 0 15px 15px;margin:0 auto 10px;position:relative}.phone-content{width:100%;height:calc(100% - 35px);background:var(--gradient-2);border-radius:25px;overflow:hidden}.app-interface{padding:20px;height:100%}.interface-header{height:60px;background:rgba(255,255,255,0.3);border-radius:15px;margin-bottom:20px}.interface-content{display:flex;flex-direction:column;gap:15px}.content-card{height:80px;background:rgba(255,255,255,0.4);border-radius:12px}.preview-glow{position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(circle,rgba(255,107,157,0.3) 0%,transparent 70%);border-radius:50px;z-index:-1;animation:glow 3s ease-in-out infinite alternate}@keyframes glow{0%{opacity:0.5}100%{opacity:1}}.section-container{max-width:1400px;margin:0 auto;padding:0 2rem}.features-section{padding:6rem 0;background:var(--bg-white)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.8rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:var(--text-light);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:var(--bg-white);padding:2.5rem;border-radius:20px;text-align:center;box-shadow:var(--shadow-light);transition:all 0.3s ease;position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-heavy)}.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-2)}.feature-icon-wrapper{width:80px;height:80px;background:var(--gradient-2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:var(--shadow-medium)}.feature-icon{font-size:2rem}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.feature-desc{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.feature-highlight{display:inline-block;background:var(--gradient-2);color:white;padding:0.3rem 1rem;border-radius:15px;font-size:0.8rem;font-weight:600}.anime-section{padding:6rem 0;background:var(--bg-light)}.anime-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.anime-card{background:var(--bg-white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-light);transition:all 0.3s ease}.anime-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-heavy)}.anime-image{position:relative;height:240px;overflow:hidden}.anime-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.anime-card:hover .anime-image img{transform:scale(1.05)}.anime-overlay{position:absolute;top:15px;right:15px;display:flex;gap:10px}.anime-rating{background:rgba(255,107,157,0.9);color:white;padding:0.3rem 0.8rem;border-radius:15px;font-size:0.8rem;font-weight:600}.anime-status{background:rgba(76,205,196,0.9);color:white;padding:0.3rem 0.8rem;border-radius:15px;font-size:0.8rem;font-weight:600}.anime-info{padding:1.5rem}.anime-title{font-size:1.3rem;font-weight:600;color:var(--text-dark);margin-bottom:0.5rem}.anime-desc{color:var(--text-light);font-size:0.9rem;line-height:1.5;margin-bottom:1rem}.anime-tags{display:flex;gap:0.5rem;flex-wrap:wrap}.tag{background:var(--gradient-2);color:white;padding:0.2rem 0.8rem;border-radius:12px;font-size:0.7rem;font-weight:600}.anime-more{text-align:center}.more-btn{display:inline-flex;align-items:center;gap:0.5rem;background:var(--gradient-2);color:white;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease}.more-btn:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium)}.more-btn .btn-arrow{transition:transform 0.3s ease}.more-btn:hover .btn-arrow{transform:translateX(5px)}.download-section{padding:6rem 0;position:relative;background:var(--gradient-3);overflow:hidden}.download-bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.1;background-image:radial-gradient(circle at 25% 25%,#ff6b9d 0%,transparent 50%),radial-gradient(circle at 75% 75%,#4ecdc4 0%,transparent 50%)}.download-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.download-title{font-size:2.8rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.download-subtitle{font-size:1.2rem;color:var(--text-light);margin-bottom:3rem}.download-options{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.download-card{background:var(--bg-white);padding:2rem;border-radius:20px;box-shadow:var(--shadow-medium);transition:all 0.3s ease}.download-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-heavy)}.download-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.platform-icon{font-size:2.5rem}.platform-info h3{font-size:1.3rem;font-weight:600;color:var(--text-dark)}.version-info{color:var(--text-light);font-size:0.9rem}.download-btn{display:flex;align-items:center;justify-content:space-between;background:var(--gradient-2);color:white;padding:1rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease;margin-bottom:1rem}.download-btn:hover{transform:translateX(5px)}.btn-arrow{font-size:1.2rem;transition:transform 0.3s ease}.download-btn:hover .btn-arrow{transform:translateX(5px)}.download-features{display:flex;flex-direction:column;gap:0.5rem}.download-features span{color:var(--text-light);font-size:0.9rem}.security-badges{display:flex;gap:1rem;flex-wrap:wrap}.badge{background:rgba(255,255,255,0.9);padding:0.5rem 1rem;border-radius:20px;font-size:0.8rem;font-weight:600;color:var(--text-dark)}.qr-container{text-align:center}.qr-code{width:200px;height:200px;background:white;border-radius:20px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-medium);padding:10px}.qr-image{width:180px;height:180px;border-radius:10px}.qr-text{color:var(--text-dark);font-weight:600}.testimonials-section{padding:6rem 0;background:var(--bg-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonial-card{background:var(--bg-white);padding:2rem;border-radius:20px;box-shadow:var(--shadow-light);transition:all 0.3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.testimonial-content{margin-bottom:1.5rem}.stars{color:#ffd700;font-size:1.2rem;margin-bottom:1rem}.testimonial-content p{color:var(--text-light);line-height:1.6;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:var(--gradient-2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.author-name{font-weight:600;color:var(--text-dark)}.author-title{color:var(--text-light);font-size:0.9rem}.contact-section{padding:6rem 0;background:var(--bg-white)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-title{font-size:2.8rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.contact-subtitle{font-size:1.2rem;color:var(--text-light);margin-bottom:3rem}.contact-methods{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{width:60px;height:60px;background:var(--gradient-2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.contact-info h4{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:0.5rem}.contact-info p{color:var(--text-light)}.contact-card{background:var(--bg-light);padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-light)}.contact-card h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.contact-card p{color:var(--text-light);line-height:1.6;margin-bottom:2rem}.company-stats{display:flex;gap:2rem}.company-stat{text-align:center}.stat-value{display:block;font-size:2rem;font-weight:700;color:var(--primary-color)}.stat-desc{color:var(--text-light);font-size:0.9rem}.footer{background:var(--text-dark);color:white;padding:4rem 0 2rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-logo{display:flex;align-items:center;gap:0.5rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.logo-icon{font-size:1.8rem}.footer-desc{color:#bdc3c7;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{color:var(--primary-color);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:0.5rem}.footer-column a{color:#bdc3c7;text-decoration:none;transition:color 0.3s ease}.footer-column a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #34495e;color:#95a5a6}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.download-content{grid-template-columns:1fr;text-align:center}.contact-content{grid-template-columns:1fr;gap:3rem}.footer-top{grid-template-columns:1fr;gap:2rem}.anime-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.mobile-toggle{display:flex}.nav-links{position:fixed;top:100%;left:0;width:100%;background:white;flex-direction:column;padding:2rem;box-shadow:var(--shadow-medium);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all 0.3s ease}.nav-links.active{transform:translateY(0);opacity:1;visibility:visible}.hero-title{font-size:2.5rem}.section-title{font-size:2.2rem}.features-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr;gap:1.5rem}.download-options{align-items:center}.download-card{max-width:400px}.company-stats{justify-content:center}.anime-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;align-items:center}.cta-button{width:100%;justify-content:center}.hero-stats{flex-direction:column;gap:1rem}.phone-frame{width:240px;height:480px}.section-container{padding:0 1rem}.navbar{padding:1rem}.download-btn{flex-direction:column;gap:0.5rem;text-align:center}.anime-card{margin:0 auto;max-width:300px}}
