@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#f97316;--orange-dark:#ea6c0a;--bg:#0d0d14;--bg2:#13131f;--bg3:#1a1a2e;--card:#1e1e30;--border:#2a2a40;--text:#e8e8f0;--muted:#88a;--white:#fff;--font:"Inter", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font);border:none;outline:none}.container{max-width:1180px;margin:0 auto;padding:0 24px}.btn-primary{background:var(--orange);color:#fff;border-radius:50px;align-items:center;gap:8px;padding:14px 30px;font-size:15px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.btn-outline{color:var(--orange);border:2px solid var(--orange);background:0 0;border-radius:50px;align-items:center;gap:8px;padding:13px 30px;font-size:15px;font-weight:700;transition:background .2s,color .2s,transform .2s;display:inline-flex}.btn-outline:hover{background:var(--orange);color:#fff;transform:translateY(-1px)}.section-label{letter-spacing:2px;text-transform:uppercase;color:var(--orange);margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.section-title{color:var(--white);margin-bottom:16px;font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.2}.section-sub{color:var(--muted);max-width:560px;font-size:16px;line-height:1.7}@media (width<=768px){.container{padding:0 16px}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0d0d14eb;transition:background .3s;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;height:70px;display:flex}.nav-logo{color:var(--white);white-space:nowrap;align-items:center;gap:10px;font-size:18px;font-weight:800;display:flex}.nav-logo img{object-fit:contain;border-radius:8px;width:38px;height:38px}.nav-logo span{color:var(--white)}.nav-links{align-items:center;gap:36px;list-style:none;display:flex}.nav-links a{color:var(--muted);font-size:14px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{margin-left:12px}.hamburger{background:0 0;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--text);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.mobile-menu{background:var(--bg2);border-top:1px solid var(--border);flex-direction:column;gap:0;padding:16px 0;display:none}.mobile-menu a{color:var(--muted);padding:12px 24px;font-size:15px;font-weight:500;transition:color .2s;display:block}.mobile-menu a:hover{color:var(--white)}.mobile-menu .btn-primary{text-align:center;justify-content:center;margin:12px 24px 4px}@media (width<=768px){.nav-links,.nav-cta{display:none}.hamburger,.mobile-menu.open{display:flex}}.hero{background:var(--bg);align-items:center;padding:100px 0 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#f973161f 0%,#0000 70%);width:700px;height:700px;position:absolute;top:-200px;right:-200px}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hero-badge{color:var(--orange);letter-spacing:1.5px;text-transform:uppercase;background:#f973161f;border:1px solid #f973164d;border-radius:50px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.hero h1{color:var(--white);margin-bottom:20px;font-size:clamp(36px,5vw,60px);font-weight:900;line-height:1.1}.hero h1 span{color:var(--orange)}.hero-desc{color:var(--muted);max-width:460px;margin-bottom:36px;font-size:17px;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-img{flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex;position:relative}.hero-app-icon{object-fit:contain;border-radius:28px;width:140px;height:140px;box-shadow:0 16px 48px #f9731659}.hero-screenshot{border-radius:20px;width:100%;max-width:400px;box-shadow:0 24px 80px #0009}.hero-glow{pointer-events:none;z-index:-1;background:radial-gradient(circle,#f973161f,#0000 70%);position:absolute;inset:-20px}.hero-stats{border-top:1px solid var(--border);gap:40px;margin-top:48px;padding-top:36px;display:flex}.stat-num{color:var(--white);font-size:28px;font-weight:800}.stat-num span{color:var(--orange)}.stat-label{color:var(--muted);font-size:13px}@media (width<=900px){.hero-inner{grid-template-columns:1fr;gap:40px}.hero-img{order:-1}.hero-screenshot{max-width:300px}.hero-app-icon{width:100px;height:100px}}@media (width<=480px){.hero{padding:90px 0 60px}.hero-stats{flex-wrap:wrap;gap:20px}.stat-num{font-size:22px}.hero-actions{flex-direction:column}.hero-actions .btn-primary,.hero-actions .btn-outline{text-align:center;justify-content:center}.hero-screenshot{max-width:240px}.hero-app-icon{width:80px;height:80px}}.features{background:var(--bg2);padding:100px 0}.features-header{text-align:center;margin-bottom:60px}.features-header .section-sub{margin:0 auto}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:32px 28px;transition:border-color .2s,transform .2s}.feature-card:hover{border-color:var(--orange);transform:translateY(-4px)}.feature-icon-img{width:72px;height:72px;margin-bottom:18px}.feature-icon-img img{object-fit:contain;width:100%;height:100%}.feature-card h3{color:var(--white);margin-bottom:10px;font-size:18px;font-weight:700}.feature-card p{color:var(--muted);font-size:14px;line-height:1.7}@media (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.features-grid{grid-template-columns:1fr}}.how-to-play{background:var(--bg);padding:100px 0}.htp-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.htp-img img{border-radius:20px;box-shadow:0 30px 80px #0006}.steps{flex-direction:column;gap:28px;margin-top:36px;display:flex}.step{align-items:flex-start;gap:20px;display:flex}.step-num{background:var(--orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:800;display:flex}.step-text h4{color:var(--white);margin-bottom:4px;font-size:16px;font-weight:700}.step-text p{color:var(--muted);font-size:14px;line-height:1.7}@media (width<=900px){.htp-inner{grid-template-columns:1fr;gap:48px}}.download{background:var(--bg2);padding:100px 0}.download-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.download-content .section-sub{margin-bottom:32px}.download-btn{padding:16px 36px;font-size:18px}.download-note{color:var(--muted);margin-top:14px;font-size:13px}.download-img{justify-content:center;align-items:center;display:flex}.download-img img{object-fit:contain;filter:drop-shadow(0 20px 60px #f9731640);width:280px;height:280px}@media (width<=900px){.download-inner{grid-template-columns:1fr;gap:48px}}.about{background:var(--bg);padding:100px 0}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about-img img{border-radius:20px;box-shadow:0 30px 80px #0006}.about-content .section-sub{margin-bottom:28px}.about-points{flex-direction:column;gap:14px;list-style:none;display:flex}.about-points li{color:var(--text);align-items:center;gap:12px;font-size:15px;display:flex}.about-points li:before{content:"✓";width:24px;height:24px;color:var(--orange);background:#f9731626;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}@media (width<=900px){.about-inner{grid-template-columns:1fr;gap:48px}.about-img{order:-1}}.contact{background:var(--bg2);padding:100px 0}.contact-inner{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.contact-info{flex-direction:column;gap:32px;margin-top:32px;display:flex}.contact-item{align-items:flex-start;gap:18px;display:flex}.contact-icon{background:#f973161f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.contact-item-text strong{color:var(--white);margin-bottom:4px;font-size:14px;font-weight:700;display:block}.contact-item-text span{color:var(--muted);font-size:14px}.contact-item-text a{color:var(--orange)}.contact-form{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:40px 36px}.contact-form h3{color:var(--white);margin-bottom:24px;font-size:22px;font-weight:700}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{margin-bottom:18px}.form-group label{color:var(--muted);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.form-group input,.form-group textarea{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);font-size:14px;font-family:var(--font);border-radius:10px;outline:none;padding:12px 16px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--orange)}.form-group textarea{resize:vertical;min-height:100px}.form-submit{border-radius:10px;width:100%;padding:14px;font-size:15px}.form-success{text-align:center;color:#4ade80;padding:20px;font-weight:600;display:none}.form-success.show{display:block}@media (width<=900px){.contact-inner{grid-template-columns:1fr;gap:48px}.form-row{grid-template-columns:1fr}}@media (width<=480px){.contact-form{padding:28px 20px}}.footer{background:var(--bg);border-top:1px solid var(--border);padding:60px 0 30px}.footer-top{grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand p{color:var(--muted);max-width:280px;margin-top:14px;font-size:14px;line-height:1.8}.footer-socials{gap:12px;margin-top:20px;display:flex}.social-link{background:var(--card);border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:background .2s,border-color .2s;display:flex}.social-link:hover{background:var(--orange);border-color:var(--orange)}.footer-col h4{color:var(--white);margin-bottom:18px;font-size:14px;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col ul li a{color:var(--muted);font-size:14px;transition:color .2s}.footer-col ul li a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;padding-top:24px;font-size:13px;display:flex}@media (width<=768px){.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{text-align:center;flex-direction:column;gap:8px}}@media (width<=480px){.footer-top{grid-template-columns:1fr}}
