*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#0a0a0a;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700;line-height:1.2}p{margin-bottom:1rem}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#e50914,#ff6b6b);color:#fff;box-shadow:0 4px 15px #e509144d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e5091466}.btn-secondary{background:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#0a0a0a}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn.loading:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{position:fixed;top:0;width:100%;background:rgba(10,10,10,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem}.nav-brand h1{color:#e50914;font-size:1.5rem;margin:0}.menu-toggle{display:block;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.menu-toggle span{display:block;width:25px;height:3px;background:#fff;margin:5px 0;transition:.3s;border-radius:3px}.menu-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.nav{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:rgba(10,10,10,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:right .3s ease;display:flex;align-items:center;justify-content:center}.nav.nav-open{right:0}.nav-list{list-style:none;display:flex;flex-direction:column;gap:2rem;text-align:center}.nav-list a{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:500;transition:color .3s ease}.nav-list a:hover{color:#e50914}.hero{min-height:100vh;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#0f0f0f 100%);display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(229,9,20,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,107,107,.1) 0%,transparent 50%);pointer-events:none}.hero-content{text-align:center;color:#fff;z-index:2;position:relative}.hero-title{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(45deg,#e50914,#ff6b6b,#ffd93d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glitch-text{position:relative;animation:glitch 2s infinite}.glitch-text:before,.glitch-text:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:transparent}.glitch-text:before{animation:glitch-1 .5s infinite;color:#e50914;z-index:-1}.glitch-text:after{animation:glitch-2 .5s infinite;color:#0ff;z-index:-2}@keyframes glitch{0%,14%,15%,49%,50%,99%,to{transform:skew(0)}15%,49%{transform:skew(-2deg)}}@keyframes glitch-1{0%,14%,15%,49%,50%,99%,to{transform:skew(0)}15%,49%{transform:skew(-2deg);left:2px}}@keyframes glitch-2{0%,14%,15%,49%,50%,99%,to{transform:skew(0)}15%,49%{transform:skew(2deg);left:-2px}}.hero-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:1.5rem}.hero-description{font-size:1rem;color:#aaa;max-width:600px;margin:0 auto 2rem;line-height:1.6;text-align:justify}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-visual{margin-top:2rem}.cinema-screens{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.screen{width:60px;height:60px;background:rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;animation:float 3s ease-in-out infinite}.screen-1{animation-delay:0s}.screen-2{animation-delay:.5s}.screen-3{animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2rem;color:#fff;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:#ccc;max-width:600px;margin:0 auto}.features{padding:4rem 0;background:#111}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}.feature-card{background:rgba(255,255,255,.05);border-radius:16px;padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer}.feature-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.08);border-color:#e509144d}.feature-card:focus{outline:2px solid #e50914;outline-offset:2px}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.feature-highlight{display:inline-block;background:linear-gradient(135deg,#e50914,#ff6b6b);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#ccc;margin-bottom:1.5rem;line-height:1.6}.feature-cta{background:transparent;color:#e50914;border:1px solid #e50914;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.feature-cta:hover{background:#e50914;color:#fff}.about{padding:4rem 0;background:#0a0a0a}.about-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-bottom:3rem}.about-text{color:#fff}.about-description{color:#ccc;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#e50914;margin-bottom:.5rem}.stat-label{color:#ccc;font-size:.9rem}.about-visual{display:flex;justify-content:center}.cinema-reel{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.reel-frame{width:80px;height:80px;background:linear-gradient(135deg,#e50914,#ff6b6b);border-radius:12px;animation:pulse 2s ease-in-out infinite}.frame-1{animation-delay:0s}.frame-2{animation-delay:.5s}.frame-3{animation-delay:1s}.frame-4{animation-delay:1.5s}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.mission{text-align:center;background:rgba(255,255,255,.05);padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.mission-title{color:#fff;font-size:1.5rem;margin-bottom:1rem}.mission-text{color:#ccc;font-size:1.1rem;line-height:1.8;max-width:800px;margin:0 auto}.contact{padding:4rem 0;background:#111}.contact-content{display:grid;grid-template-columns:1fr;gap:3rem}.contact-info{color:#fff}.contact-info h3{margin-bottom:2rem;font-size:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.contact-icon{font-size:1.5rem;width:40px;height:40px;background:rgba(229,9,20,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item strong{display:block;margin-bottom:.25rem;color:#e50914}.contact-item p{color:#ccc;margin:0}.contact-form{background:rgba(255,255,255,.05);padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;color:#fff;font-weight:600}.form-input{width:100%;padding:12px 16px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(255,255,255,.05);color:#fff;font-size:1rem;transition:all .3s ease}.form-input:focus{outline:none;border-color:#e50914;background:rgba(255,255,255,.08);box-shadow:0 0 0 3px #e509141a}.form-input.error{border-color:#f44;background:rgba(255,68,68,.1)}.form-input::placeholder{color:#888}textarea.form-input{resize:vertical;min-height:120px}select.form-input{cursor:pointer}.error-message{display:block;color:#f44;font-size:.9rem;margin-top:.5rem}.form-status{margin-top:1rem;padding:1rem;border-radius:8px;font-weight:600}.form-status.success{background:rgba(34,197,94,.1);color:#22c55e;border:1px solid rgba(34,197,94,.2)}.form-status.error{background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.2)}.footer{background:#0a0a0a;color:#fff;padding:3rem 0 1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-section{text-align:center}.footer-title{color:#e50914;font-size:1.5rem;margin-bottom:1rem}.footer-description{color:#ccc;margin-bottom:1.5rem}.social-links{display:flex;justify-content:center;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#e50914;transform:translateY(-2px)}.footer-heading{color:#fff;font-size:1.1rem;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#e50914}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-copyright{color:#888}.footer-legal{display:flex;gap:1rem}.legal-link{color:#888;text-decoration:none;font-size:.9rem;transition:color .3s ease}.legal-link:hover{color:#e50914}@media (min-width: 768px){.container{padding:0 2rem}.menu-toggle{display:none}.nav{position:static;width:auto;height:auto;background:none;-webkit-backdrop-filter:none;backdrop-filter:none}.nav-list{flex-direction:row;gap:2rem}.nav-list a{font-size:1rem}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.4rem}.hero-description{font-size:1.1rem}.hero-cta{gap:2rem}.features-grid{grid-template-columns:repeat(2,1fr)}.about-content{grid-template-columns:1fr 1fr}.about-stats{text-align:left}.contact-content{grid-template-columns:1fr 1fr}.footer-content{grid-template-columns:repeat(2,1fr)}.footer-section{text-align:left}.footer-bottom{flex-direction:row;justify-content:space-between}}@media (min-width: 1024px){.hero-title{font-size:4rem}.section-title{font-size:2.5rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr}}@media (min-width: 1200px){.hero-title{font-size:4.5rem}.features-grid{grid-template-columns:repeat(4,1fr)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #e50914;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
