#bg-video,#pixel-mask,#video-container{width:100%;height:100%}#hero-section,#main-content,.cta-button,footer{text-align:center}*{margin:0;padding:0;box-sizing:border-box}html{-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body{width:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#141414;color:#f0f0f0;overflow-x:hidden}#hero-section{height:100vh;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}#video-container{position:absolute;top:0;left:0;z-index:1}#bg-video{object-fit:cover}#pixel-mask{position:absolute;top:0;left:0;background-image:radial-gradient(#000 1px,transparent 1px);background-size:3px 3px;z-index:2}.hero-content{position:relative;z-index:3;padding:20px;background-color:rgba(20,20,20,.666666);border-radius:8px}.hero-content h1{font-size:3rem;color:#ff6f00;margin-bottom:.5em}.hero-content h2{font-size:2rem;color:#f0f0f0;margin-bottom:.25em}.hero-content p{font-size:1.2rem;color:#f0f0f0}#main-content{max-width:1200px;margin:60px auto;padding:0 25px}.content-section{max-width:800px;margin:0 auto 40px;border-radius:15px;padding:40px;box-shadow:0 8px 30px rgba(0,0,0,.4)}.cta-button{background-color:#ff6f00;display:block;width:fit-content;margin:35px auto 0;padding:18px 40px;background:linear-gradient(45deg,#f60,#f90);color:#fff;text-decoration:none;border-radius:50px;font-size:1.25em;font-weight:700;transition:.3s;box-shadow:0 5px 20px rgba(255,102,0,.5);letter-spacing:.05em}.cta-button:hover{background-color:#cc5900;transform:translateY(-3px);box-shadow:0 10px 25px rgba(255,102,0,.7);background:linear-gradient(45deg,#f71,#fa2)}footer{padding:20px;background-color:#101010;color:#888;font-size:.9rem}footer nav a{color:#aaa;text-decoration:none;margin:0 5px}footer nav a:hover{color:#14bd8f}#volume-control{position:absolute;bottom:85px;right:85px;width:48px;height:48px;background-color:rgba(0,0,0,.4);border-radius:4px;cursor:pointer;z-index:4;display:flex;justify-content:center;align-items:center;fill:white}#volume-control svg{width:70%;height:70%}@media (max-width:768px){.hero-content h1{font-size:2.2rem}.hero-content h2{font-size:1.5rem}.content-section p,.hero-content p{font-size:1rem}.content-section h2{font-size:1.8rem}#volume-control{bottom:20px;right:20px;width:40px;height:40px}#volume-control svg{width:60%;height:60%}}.content-section h2{color:#f60;font-size:2.8em;margin-bottom:25px;text-align:center;text-shadow:0 0 10px rgba(255,102,0,.6)}.content-section p{font-size:1.15em;margin-bottom:20px;text-align:justify;line-height:1.7;color:#cbd1db}.content-section p strong{color:#f93}.feature-highlight{padding:40px;border-radius:15px;box-shadow:0 6px 25px rgba(0,0,0,.3)}.feature-highlight h3{color:#e6e8ed;font-size:2em;margin-bottom:30px;text-align:center;position:relative;padding-bottom:10px}.feature-highlight h3::after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:80px;height:3px;background-color:#f60;border-radius:2px}.feature-highlight ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.feature-highlight ul li{background-color:#331a00;border:1px solid #f60;padding:25px;border-radius:10px;font-size:1.05em;color:#cbd1db;display:flex;align-items:flex-start;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px rgba(0,0,0,.2)}.feature-highlight ul li:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.4);background-color:#4c2600}.feature-highlight ul li::before{font-size:1.8em;margin-right:15px;color:#f60;line-height:1;flex-shrink:0}.feature-highlight ul li:first-child::before{content:'✨'}.feature-highlight ul li:nth-child(2)::before{content:'🚀'}.feature-highlight ul li:nth-child(3)::before{content:'🧠'}.feature-highlight ul li:nth-child(4)::before{content:'🌐'}.feature-highlight ul li:nth-child(5)::before{content:'🔒'}.feature-highlight ul li:nth-child(6)::before{content:'💰'}@media (max-width:768px){.content-section{padding:25px}.content-section h2{font-size:2.2em}.content-section p{font-size:1em}.cta-button{font-size:1.1em;padding:15px 30px}.feature-highlight h3{font-size:1.8em}.feature-highlight ul{grid-template-columns:1fr}}

.hidden {
  display: none;
}
