.header{position:fixed;top:0;left:0;right:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,255,255,.2);z-index:1000;transition:all .3s ease}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;min-height:80px}.logo h1{font-size:1.8rem;font-weight:700;color:#0ff;margin:0}.nav{flex:0 1 auto;max-width:calc(100% - 300px)}.nav-list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-list li a{color:#fff;font-weight:500;transition:color .3s ease;white-space:nowrap}.nav-list li a:hover{color:#0ff}.header-actions{display:flex;align-items:center}.mobile-play-now{display:none}.burger-menu{display:none;position:relative}.burger-checkbox{position:absolute;top:0;left:0;width:30px;height:30px;opacity:0;cursor:pointer;z-index:2}.burger-label{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:24px;cursor:pointer;position:relative}.burger-label span{display:block;width:100%;height:3px;background:#0ff;border-radius:2px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.burger-checkbox:checked~.burger-label span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.burger-checkbox:checked~.burger-label span:nth-child(2){opacity:0}.burger-checkbox:checked~.burger-label span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:768px){.nav{position:fixed;top:80px;right:0;width:100%;max-width:300px;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:1px solid rgba(0,255,255,.2);transform:translate(100%);transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);z-index:999;padding:2rem 0}.nav-open{transform:translate(0)}.nav-list{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:0 2rem}.nav-list li{width:100%}.nav-list li a{display:block;padding:.5rem 0;font-size:1.1rem}.header-actions{display:none}.mobile-play-now{display:block;margin-top:2rem}.mobile-play-now .btn{width:100%}.burger-menu{display:block}}@media(max-width:480px){.logo h1{font-size:1.5rem}.nav{max-width:100%}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#000,#001a33,#036);padding-top:80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(0,255,255,.1) 0%,transparent 50%);pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{animation:fadeInLeft 1s ease-out}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(45deg,#0ff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;color:#ccc;margin-bottom:1.5rem;line-height:1.6}.hero-highlight{margin-bottom:1.5rem}.hero-description{font-size:1.1rem;color:#aaa;margin-bottom:2rem;line-height:1.7}.hero-btn{font-size:1.1rem;padding:15px 40px}.hero-image{animation:fadeInRight 1s ease-out}@media(max-width:768px){.hero{min-height:auto;padding:100px 0 60px}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.highlight-text,.hero-description{font-size:1rem}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-btn{font-size:1rem;padding:12px 30px}}.about{background:linear-gradient(135deg,#012,#000);position:relative}.about:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,rgba(0,255,255,.05) 0%,transparent 50%);pointer-events:none}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.about-image{animation:fadeInLeft 1s ease-out}.about-img{width:100%;display:block;border-radius:15px;border:2px solid rgba(0,255,255,.3);box-shadow:0 20px 40px #00000080}.about-text{animation:fadeInRight 1s ease-out}.about-description{font-size:1.1rem;color:#ccc;margin-bottom:1.5rem;line-height:1.7}.about-highlight{margin:2rem 0}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.about-content{grid-template-columns:1fr;gap:2rem;text-align:center}.about-image{order:2}.about-text{order:1}.section-title{font-size:2rem}.about-description,.highlight-text{font-size:1rem}}@media(max-width:480px){.section-title{font-size:1.8rem}}.leaderboard{background:linear-gradient(135deg,#000,#012);position:relative}.leaderboard:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(0,255,255,.05) 0%,transparent 70%);pointer-events:none}.leaderboard-table{max-width:800px;margin:0 auto 3rem;background:#00000080;border-radius:15px;overflow:hidden;border:1px solid rgba(0,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.table-header{display:grid;grid-template-columns:100px 1fr 150px;background:linear-gradient(45deg,#00ffff1a,#0088cc1a);border-bottom:2px solid rgba(0,255,255,.3)}.header-cell{padding:1.5rem 1rem;font-weight:600;color:#0ff;text-align:center;font-size:1.1rem}.header-cell:first-child{text-align:left}.header-cell:last-child{text-align:right}.table-row{display:grid;grid-template-columns:100px 1fr 150px;align-items:center;transition:all .3s ease;border-bottom:1px solid rgba(0,255,255,.1)}.table-row:hover{background:#00ffff0d;transform:translate(5px)}.table-row.even{background:#ffffff05}.table-row:last-child{border-bottom:none}.rank-cell{display:flex;align-items:center;gap:.5rem;padding:1rem}.rank-number{font-weight:700;font-size:1.2rem;color:#0ff;min-width:30px}.rank-avatar{font-size:1.5rem}.name-cell{padding:1rem}.player-name{font-weight:500;font-size:1.1rem;color:#fff}.score-cell{padding:1rem;text-align:right}.player-score{font-weight:700;font-size:1.2rem;color:#0ff;font-family:Courier New,monospace}.leaderboard-info{text-align:center;margin-top:2rem}.info-text{font-size:1.1rem;color:#ccc;margin-bottom:2rem;line-height:1.7}.highlight{color:#0ff;font-weight:600;font-style:italic}@media(max-width:768px){.table-header,.table-row{grid-template-columns:80px 1fr 120px}.header-cell,.rank-cell,.name-cell,.score-cell{padding:1rem .5rem}.rank-number,.player-name,.player-score,.info-text{font-size:1rem}}@media(max-width:480px){.table-header,.table-row{grid-template-columns:60px 1fr 100px}.header-cell{font-size:.9rem;padding:1rem .3rem}.rank-cell,.name-cell,.score-cell{padding:.8rem .3rem}.rank-avatar{font-size:1.2rem}.player-name,.player-score{font-size:.9rem}}.trust{background:linear-gradient(135deg,#012,#000);position:relative}.trust:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(0,255,255,.05) 0%,transparent 50%);pointer-events:none}.trust-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.trust-text{animation:fadeInUp 1s ease-out}.trust-subtitle{font-size:2rem;color:#0ff;margin-bottom:1.5rem;font-weight:600}.trust-description{font-size:1.1rem;color:#ccc;margin-bottom:1.5rem;line-height:1.7}.trust-highlight{margin-top:2rem}.highlight-text{font-size:1.1rem;color:#0ff;font-weight:600;font-style:italic;border-left:4px solid #00ffff;padding-left:1rem;display:block}.trust-image{animation:fadeInRight 1s ease-out}.trust-img{width:100%;display:block;border-radius:15px;border:2px solid rgba(0,255,255,.3);box-shadow:0 20px 40px #00000080}.trust-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}.trust-feature{text-align:center;padding:2rem;background:#0000004d;border-radius:15px;border:1px solid rgba(0,255,255,.2);transition:all .3s ease}.trust-feature:hover{transform:translateY(-5px);border-color:#00ffff80;box-shadow:0 10px 30px #00ffff1a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.3rem;color:#0ff;margin-bottom:1rem;font-weight:600}.feature-description{color:#ccc;line-height:1.6}@media(max-width:768px){.trust-content{grid-template-columns:1fr;gap:2rem;text-align:center}.trust-subtitle{font-size:1.8rem}.trust-description,.highlight-text{font-size:1rem}.trust-features{grid-template-columns:1fr;gap:1.5rem}.trust-feature{padding:1.5rem}.feature-icon{font-size:2.5rem}.feature-title{font-size:1.1rem}}@media(max-width:480px){.trust-subtitle{font-size:1.6rem}.feature-icon{font-size:2rem}}.featured-section{position:relative;min-height:800px;display:flex;align-items:center;padding:120px 0;overflow:hidden}.featured-background{position:absolute;inset:0;background-image:url(/images/Slot%20Games%20Showcase%20Image.webp);background-size:cover;background-position:center;background-attachment:fixed}.featured-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:80px 0}.featured-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1;animation:fadeInUp 1s ease-out}.featured-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(45deg,#0ff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.featured-description{font-size:1.2rem;color:#ccc;margin-bottom:1.5rem;line-height:1.7}.featured-highlight{margin-bottom:2rem}.highlight-text{font-size:1.1rem;color:#0ff;font-weight:600;font-style:italic;display:inline-block;padding:.5rem 1rem;background:#00ffff1a;border-radius:25px;border:1px solid rgba(0,255,255,.3)}.featured-stats{display:flex;justify-content:center;gap:3rem;margin:3rem 0;flex-wrap:wrap}.stat-item{text-align:center;padding:1rem}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#0ff;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#ccc;font-weight:500}.featured-btn{font-size:1.2rem;padding:15px 40px;margin-top:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.featured-section{min-height:1000px}.featured-title{font-size:2.5rem}.featured-description{font-size:1.1rem}.highlight-text{font-size:1rem}.featured-stats{gap:2rem}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}}@media(max-width:480px){.featured-title{font-size:2rem}.featured-stats{flex-direction:column;gap:1.5rem}.featured-btn{font-size:1.1rem;padding:12px 30px}}.testimonials{background:linear-gradient(135deg,#000,#012);position:relative}.testimonials:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 60% 40%,rgba(0,255,255,.05) 0%,transparent 50%);pointer-events:none}.testimonials-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.testimonials-list{display:flex;flex-direction:column;gap:1.5rem}.testimonial-card{background:#0000004d;border-radius:15px;padding:1.5rem;border:1px solid rgba(0,255,255,.2);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-3px);border-color:#0ff6;box-shadow:0 5px 20px #00ffff1a}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-avatar{font-size:2.5rem;width:50px;height:50px;border-radius:50%;background:linear-gradient(45deg,#0ff,#08c);display:flex;align-items:center;justify-content:center;font-weight:700}.testimonial-info{flex:1}.testimonial-name{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 .2rem}.testimonial-location{color:#aaa;font-size:.9rem;margin:0}.testimonial-rating{margin-bottom:1rem}.star{color:gold;font-size:1.2rem}.testimonial-comment{color:#ccc;font-size:1rem;line-height:1.6;margin:0;font-style:italic}.testimonials-image{animation:fadeInRight 1s ease-out}.testimonials-img{width:100%;display:block;border-radius:15px;border:2px solid rgba(0,255,255,.3);box-shadow:0 20px 40px #00000080}.image-placeholder{position:relative;width:100%;padding-bottom:56.25%;background:linear-gradient(45deg,#111,#222);border-radius:15px;overflow:hidden;border:2px solid rgba(0,255,255,.3)}.placeholder-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#666}.placeholder-content i{font-size:4rem;margin-bottom:1rem;display:block}.placeholder-content span{font-size:1.2rem;font-weight:500}.testimonials-info{text-align:center;margin-top:3rem;padding:2rem;background:#0000004d;border-radius:15px;border:1px solid rgba(0,255,255,.2);position:relative;z-index:1}.info-text{font-size:1.1rem;color:#ccc;line-height:1.7;margin:0}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.testimonials-content{grid-template-columns:1fr;gap:2rem}.testimonials-list{order:1}.testimonials-image{order:2}.testimonial-card{padding:1.2rem}.testimonial-avatar{font-size:2rem;width:40px;height:40px}.testimonial-name{font-size:1rem}.testimonial-comment{font-size:.9rem}.testimonials-info{margin-top:2rem;padding:1.5rem}.info-text{font-size:1rem}}@media(max-width:480px){.testimonial-header{flex-direction:column;text-align:center}.testimonial-avatar{margin:0 auto}.star{font-size:1rem}}.faq{background:linear-gradient(135deg,#012,#000);position:relative}.faq:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(0,255,255,.05) 0%,transparent 50%);pointer-events:none}.faq-list{max-width:800px;margin:0 auto;position:relative;z-index:1}.faq-item{margin-bottom:1.5rem;background:#0000004d;border-radius:15px;border:1px solid rgba(0,255,255,.2);overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#0ff6;box-shadow:0 5px 20px #00ffff1a}.faq-question{padding:1.5rem;border-bottom:1px solid rgba(0,255,255,.1)}.faq-question h3{color:#0ff;font-size:1.2rem;font-weight:600;margin:0;line-height:1.4}.faq-answer{padding:1.5rem;background:#0003}.faq-answer p{color:#ccc;font-size:1.1rem;line-height:1.7;margin:0}.faq-info{text-align:center;margin-top:3rem;padding:2rem;background:#0000004d;border-radius:15px;border:1px solid rgba(0,255,255,.2)}.info-text{font-size:1.1rem;color:#ccc;margin-bottom:1rem;line-height:1.7}.contact-text{font-size:1rem;color:#aaa;margin-top:1rem}.contact-text a{color:#0ff;font-weight:500}.contact-text a:hover{color:#0cc;text-decoration:underline}@media(max-width:768px){.faq-question{padding:1.2rem}.faq-question h3{font-size:1.1rem}.faq-answer{padding:1.2rem}.faq-answer p,.info-text{font-size:1rem}.faq-info{margin-top:2rem;padding:1.5rem}}@media(max-width:480px){.faq-question{padding:1rem}.faq-question h3{font-size:1rem}.faq-answer{padding:1rem}.faq-answer p,.info-text{font-size:.9rem}}.contact{background:linear-gradient(135deg,#000,#012);position:relative}.contact:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 40% 60%,rgba(0,255,255,.05) 0%,transparent 50%);pointer-events:none}.contact-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.contact-info{background:#0000004d;border-radius:15px;padding:3rem;border:1px solid rgba(0,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-item{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.contact-icon{font-size:2.5rem;flex-shrink:0;margin-top:.5rem}.contact-details h3{color:#0ff;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.contact-email{color:#0ff;font-size:1.2rem;font-weight:500;text-decoration:none;display:inline-block;margin-bottom:1rem;transition:color .3s ease}.contact-email:hover{color:#0cc;text-decoration:underline}.contact-description{color:#ccc;font-size:1.1rem;line-height:1.7;margin:0}.contact-hours{background:#00ffff0d;border-radius:10px;padding:1.5rem;margin:2rem 0;border:1px solid rgba(0,255,255,.2)}.contact-hours h4{color:#0ff;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.contact-hours p{color:#ccc;font-size:1rem;margin:.5rem 0}.contact-note{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,255,255,.2)}.note-text{color:#ccc;font-size:1rem;line-height:1.6;margin:0;text-align:center}@media(max-width:768px){.contact-info{padding:2rem}.contact-item{flex-direction:column;text-align:center;gap:1rem}.contact-icon{margin:0 auto}.contact-details h3{font-size:1.3rem}.contact-email{font-size:1.1rem}.contact-description{font-size:1rem}.contact-hours{padding:1.2rem}.contact-hours h4{font-size:1.1rem}.note-text{font-size:.9rem}}@media(max-width:480px){.contact-info{padding:1.5rem}.contact-details h3{font-size:1.2rem}.contact-email{font-size:1rem;word-break:break-all}.contact-description{font-size:.9rem}}.footer{background:linear-gradient(135deg,#000,#012);border-top:2px solid rgba(0,255,255,.3);padding:4rem 0 2rem;position:relative}.footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 100%,rgba(0,255,255,.05) 0%,transparent 70%);pointer-events:none}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;position:relative;z-index:1}.footer-brand{max-width:300px}.footer-logo{font-size:1.8rem;font-weight:700;color:#0ff;margin:0 0 1rem;text-transform:lowercase}.domain{color:#fff}.footer-description{color:#ccc;font-size:1rem;line-height:1.6;margin:0}.footer-navigation h4,.footer-legal h4,.footer-contact h4{color:#0ff;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ccc;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#0ff}.contact-email a{color:#0ff;font-size:1rem;font-weight:500;text-decoration:none}.contact-email a:hover{color:#0cc;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(0,255,255,.2);padding-top:2rem;display:grid;grid-template-columns:2fr 1fr;gap:2rem}.footer-disclaimer p{color:#aaa;font-size:.9rem;line-height:1.5;margin:0 0 .5rem}.copyright{color:#888;font-size:.8rem}.footer-warning p{color:#ccc;font-size:.9rem;line-height:1.5;margin:0;text-align:right}.highlight{color:#0ff;font-weight:600}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{max-width:100%}.footer-bottom{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-warning p{text-align:center}}@media(max-width:480px){.footer{padding:3rem 0 1.5rem}.footer-content{margin-bottom:2rem}.footer-logo{font-size:1.6rem}.footer-description{font-size:.9rem}.footer-disclaimer p,.footer-warning p{font-size:.8rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:2px solid rgba(0,255,255,.3);z-index:1001;animation:slideUp .5s ease-out}.cookie-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-text p{color:#ccc;font-size:.95rem;line-height:1.5;margin:0}.cookie-link{color:#0ff;text-decoration:none;font-weight:500;margin-left:.3rem}.cookie-link:hover{color:#0cc;text-decoration:underline}.cookie-actions{flex-shrink:0}.cookie-accept-btn{padding:10px 25px;font-size:.9rem;white-space:nowrap}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.cookie-content{flex-direction:column;text-align:center;padding:1.2rem;gap:1.5rem}.cookie-text p{font-size:.9rem}.cookie-accept-btn{font-size:.85rem;padding:8px 20px}}@media(max-width:480px){.cookie-content{padding:1rem}.cookie-text p{font-size:.85rem}.cookie-link{display:block;margin:.5rem 0 0}}.age-modal-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1002;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}.age-modal{background:linear-gradient(135deg,#012,#000);border-radius:20px;border:2px solid rgba(0,255,255,.3);padding:3rem;max-width:500px;width:90%;text-align:center;box-shadow:0 20px 60px #0ff3;animation:slideUp .5s ease-out}.age-modal-header h2{color:#0ff;font-size:2rem;font-weight:700;margin:0 0 1.5rem}.age-question{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 1rem}.age-description{color:#ccc;font-size:1rem;line-height:1.6;margin:0 0 2rem}.age-modal-footer{display:flex;justify-content:center}.age-yes-btn{padding:12px 40px;font-size:1.1rem;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.age-modal{padding:2rem;margin:1rem}.age-modal-header h2{font-size:1.8rem}.age-question{font-size:1.1rem}.age-description{font-size:.9rem}.age-yes-btn{padding:10px 30px;font-size:1rem}}@media(max-width:480px){.age-modal{padding:1.5rem}.age-modal-header h2{font-size:1.6rem}.age-question{font-size:1rem}.age-description{font-size:.85rem}.age-yes-btn{padding:8px 25px;font-size:.9rem}}.App{min-height:100vh;background:linear-gradient(135deg,#000,#012);position:relative}body.modal-open{overflow:hidden}body.modal-open .App main{filter:blur(5px)}@media(max-width:768px){.App{font-size:14px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#0ff,#08c);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0cc}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;background-color:#000;color:#fff;line-height:1.6}a{color:#0ff;text-decoration:none;transition:color .3s ease}a:hover{color:#0cc}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#0ff}.section-subtitle{font-size:1.2rem;color:#ccc;text-align:center;margin-bottom:3rem}.btn{display:inline-block;padding:12px 30px;background:linear-gradient(45deg,#0ff,#08c);color:#000;font-weight:600;border-radius:50px;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00ffff4d;color:#000}.btn-secondary{background:transparent;border:2px solid #00ffff;color:#0ff}.btn-secondary:hover{background:#0ff;color:#000}@media(max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}}
