body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e0e0e0;background:#0f0f1e;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}#root{flex-direction:column;min-height:100vh;display:flex}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0f0f1ef2;border-bottom:1px solid #ffffff1a;animation:.5s ease-out slideDown;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #00000080}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.header .container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.logo-text{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;transition:transform .3s}.logo:hover .logo-text{transform:scale(1.05)}.nav-list{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:#e0e0e0;padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-list a:not(.cta-button):after{content:"";background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-list a:not(.cta-button):hover:after,.nav-list a:not(.cta-button).active:after{width:100%}.nav-list a:not(.cta-button):hover,.nav-list a:not(.cta-button).active{color:#667eea}.cta-button{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:25px;transition:all .3s;box-shadow:0 4px 15px #667eea4d;color:#fff!important;padding:.7rem 1.5rem!important}.cta-button:after{display:none!important}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.hamburger{background:#e0e0e0;width:25px;height:2px;transition:background .3s;display:block;position:relative}.hamburger:before,.hamburger:after{content:"";background:#e0e0e0;width:25px;height:2px;transition:all .3s;position:absolute}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.open{background:0 0}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{top:0;transform:rotate(-45deg)}@media (width<=1024px){.header .container{padding:1rem 1.5rem}.nav-list{gap:1.5rem}.nav-list a{font-size:.95rem}.logo-text{font-size:1.6rem}}@media (width<=768px){.header{height:70px}.header .container{height:70px;padding:1rem 1.5rem}.menu-toggle{display:block}.nav{background:linear-gradient(#0f0f1e 0%,#1a1a2e 100%);width:80%;max-width:300px;height:100vh;padding-top:5rem;transition:right .3s;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-2px 0 20px #00000080}.nav.open{right:0}.nav-list{flex-direction:column;align-items:flex-start;gap:0;margin:0;padding:1rem 0}.nav-list li{border-bottom:1px solid #ffffff1a;width:100%}.nav-list a{width:100%;padding:1rem 1.5rem;font-size:.95rem;display:block}.nav-list a:not(.cta-button):after{display:none}.cta-button{text-align:center;margin:1rem 1.5rem 0;display:block}.logo-text{font-size:1.4rem}}@media (width<=480px){.header .container{padding:.8rem 1rem}.logo-text{font-size:1.2rem}.nav{width:100%;max-width:100%}.nav-list{padding:.5rem 0}.nav-list li{border-bottom:1px solid #ffffff1a}.nav-list a{padding:.8rem 1rem;font-size:.9rem}.cta-button{margin:.8rem 1rem 0;font-size:.85rem;padding:.6rem 1.2rem!important}}.footer{color:#fff;background:#0a0a18;border-top:1px solid #ffffff1a;margin-top:auto;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-logo{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.footer-tagline{color:#b0b0b0;margin-bottom:1.5rem;line-height:1.6}.social-icons{gap:1rem;display:flex}.social-icon{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);transform:translateY(-3px);box-shadow:0 5px 15px #667eea66}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:.7rem}.footer-section ul li a{color:#b0b0b0;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#667eea}.newsletter-text{color:#b0b0b0;margin-bottom:1rem;font-size:.9rem}.newsletter-form{gap:.5rem;display:flex}.newsletter-form input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:5px;outline:none;flex:1;padding:.7rem;transition:border .3s}.newsletter-form input::placeholder{color:#888}.newsletter-form input:focus{border-color:#667eea}.newsletter-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:5px;padding:.7rem 1.5rem;font-weight:600;transition:all .3s}.newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-bottom p{color:#888;margin:0}.footer-links{gap:2rem;display:flex}.footer-links a{color:#888;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#667eea}@media (width<=1024px){.footer{padding:3.5rem 1.5rem 2rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-logo{font-size:1.6rem}}@media (width<=768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;font-size:1.1rem}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}.footer-bottom p{font-size:.9rem}.newsletter-form{flex-direction:column}.newsletter-form input{padding:.7rem}.newsletter-form button{width:100%;padding:.8rem}.footer-links{flex-direction:column;gap:1rem}.social-icons{justify-content:center}}@media (width<=480px){.footer{padding:2rem 1rem 1rem}.footer-content{gap:1.5rem}.footer-logo{font-size:1.4rem}.footer-section h3,.footer-section h4{font-size:1rem}.footer-section ul li a{font-size:.9rem}.newsletter-text{font-size:.85rem}.newsletter-form input,.newsletter-form button{font-size:.9rem}.social-icon{width:36px;height:36px}.footer-bottom p{font-size:.8rem}.footer-links a{font-size:.85rem}}.cookie-settings-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-settings-modal{background:#0f0f1e;border:1px solid #667eea4d;border-radius:16px;width:100%;max-width:600px;max-height:85vh;animation:.3s slideUp;overflow-y:auto;box-shadow:0 20px 60px #00000080}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.settings-header{border-bottom:1px solid #667eea33;justify-content:space-between;align-items:center;padding:2rem;display:flex}.settings-header h2{color:#fff;margin:0;font-size:1.8rem}.close-btn{color:#b8b8c8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:all .3s;display:flex}.close-btn:hover{color:#667eea;background:#667eea1a}.settings-description{border-bottom:1px solid #667eea1a;padding:1.5rem 2rem}.settings-description p{color:#b8b8c8;margin:0;font-size:.95rem;line-height:1.6}.cookie-types{padding:1.5rem 2rem}.cookie-item{background:#667eea0d;border:1px solid #667eea1a;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1rem;padding:1.5rem;transition:all .3s;display:flex}.cookie-item:hover{background:#667eea14;border-color:#667eea33}.cookie-info{flex:1}.cookie-header{align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.cookie-header h3{color:#fff;margin:0;font-size:1.05rem}.badge{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:.3rem .6rem;font-size:.7rem;font-weight:600}.badge.required{color:#ff6b6b;background:#ff6b6b26;border:1px solid #ff6b6b4d}.badge.optional{color:#667eea;background:#667eea26;border:1px solid #667eea4d}.cookie-description{color:#b8b8c8;margin:.5rem 0 .8rem;font-size:.9rem;line-height:1.5}.cookie-examples{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.cookie-examples li{color:#667eea;background:#667eea1a;border-radius:8px;padding:.3rem .8rem;font-size:.8rem}.toggle-switch{flex-shrink:0;width:50px;height:28px;margin-top:.3rem;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch label{cursor:pointer;background:#667eea33;border:1px solid #667eea4d;border-radius:14px;transition:all .3s;position:absolute;inset:0}.toggle-switch input:checked+label{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#764ba2}.toggle-switch label:after{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:all .3s;position:absolute;top:2px;left:2px}.toggle-switch input:checked+label:after{left:24px}.toggle-switch input:disabled+label{opacity:.6;cursor:not-allowed}.settings-footer{border-top:1px solid #667eea33;flex-direction:column;gap:1rem;padding:1.5rem 2rem;display:flex}.footer-buttons{gap:1rem;display:flex}.btn-reject-all,.btn-accept-all{color:#b8b8c8;cursor:pointer;background:0 0;border:1px solid #667eea4d;border-radius:8px;flex:1;padding:.8rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-reject-all:hover{color:#b8b8c8;background:#667eea0d;border-color:#667eea80}.btn-accept-all:hover{color:#667eea;background:#667eea1a;border-color:#667eea}.btn-save{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;width:100%;padding:.9rem;font-size:.95rem;font-weight:700;transition:all .3s}.btn-save:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-save:active{transform:translateY(0)}.settings-footer-link{text-align:center;padding:0 2rem 1.5rem}.settings-footer-link p{color:#b8b8c8;margin:0;font-size:.85rem}.settings-footer-link a{color:#667eea;border-bottom:1px solid #667eea;text-decoration:none;transition:all .3s}.settings-footer-link a:hover{color:#764ba2;border-bottom-color:#764ba2}@media (width<=768px){.cookie-settings-modal{border-radius:12px;max-height:90vh}.settings-header{padding:1.5rem}.settings-header h2{font-size:1.5rem}.cookie-item{flex-direction:column;gap:1rem}.toggle-switch{margin-top:0}.settings-description,.cookie-types,.settings-footer,.settings-footer-link{padding-left:1.5rem;padding-right:1.5rem}.footer-buttons{flex-direction:column}.btn-reject-all,.btn-accept-all{width:100%}}@media (width<=480px){.cookie-settings-overlay{padding:0}.cookie-settings-modal{border-radius:8px}.settings-header{padding:1.2rem}.settings-header h2{font-size:1.3rem}.cookie-item{padding:1rem}.cookie-header{flex-direction:column;align-items:flex-start}.settings-description,.cookie-types,.settings-footer,.settings-footer-link{padding-left:1.2rem;padding-right:1.2rem}.settings-description p,.cookie-description{font-size:.85rem}}.cookie-banner{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f1efa;border-top:1px solid #667eea4d;padding:1.5rem 2rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000004d}.cookie-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.cookie-content{flex:1}.cookie-text{color:#b8b8c8;margin:0;font-size:.95rem;line-height:1.6}.cookie-link{color:#667eea;border-bottom:1px solid #667eea;text-decoration:none;transition:all .3s}.cookie-link:hover{color:#764ba2;border-bottom-color:#764ba2}.cookie-buttons{flex-wrap:wrap;align-items:center;gap:1rem;min-width:max-content;display:flex}.btn-settings,.btn-reject,.btn-accept{cursor:pointer;white-space:nowrap;border:none;border-radius:25px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-settings{color:#b8b8c8;background:0 0;border:1px solid #667eea80}.btn-settings:hover{color:#667eea;background:#667eea1a;border-color:#667eea}.btn-reject{color:#b8b8c8;background:0 0;border:1px solid #667eea4d}.btn-reject:hover{color:#b8b8c8;background:#667eea0d;border-color:#667eea}.btn-accept{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none}.btn-accept:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-accept:active{transform:translateY(0)}@media (width<=1024px){.cookie-container{flex-direction:column;align-items:flex-start;gap:1.5rem}.cookie-buttons{justify-content:flex-start;width:100%}}@media (width<=768px){.cookie-banner{padding:1.2rem 1rem}.cookie-container{flex-direction:column;gap:1rem}.cookie-text{font-size:.85rem}.cookie-buttons{flex-direction:column;width:100%}.btn-settings,.btn-reject,.btn-accept{width:100%;padding:.8rem 1.2rem}}@media (width<=480px){.cookie-banner{padding:1rem}.cookie-text{font-size:.8rem}.cookie-buttons{gap:.5rem}.btn-settings,.btn-reject,.btn-accept{padding:.6rem 1rem;font-size:.85rem}}.home{background:#0f0f1e;min-height:100vh}.hero-section{background:#0f0f1e;justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;min-height:90vh;margin:0 auto;padding:6rem 2rem 2rem;display:flex;position:relative;overflow:hidden}.hero-background-animation{z-index:0;opacity:.4;pointer-events:none;position:absolute;inset:0;overflow:hidden}.video-animation-bg{background:radial-gradient(#667eea1a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;flex:1;animation:1s ease-out fadeInLeft;position:relative}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero-subtitle{color:#667eea;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.hero-description{color:#b8b8c8;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.btn{border-radius:30px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.hero-visual{z-index:10;flex:1;height:500px;animation:1s ease-out fadeInRight;position:relative;overflow:hidden}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.galaxy-container{background:radial-gradient(#667eea26 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}@keyframes starsMove{0%{transform:translateY(0)}to{transform:translateY(-1000px)}}@keyframes twinkle{0%,to{opacity:.4}50%{opacity:.8}}.digital-globe{z-index:1;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.globe-sphere{background:radial-gradient(circle at 30% 30%,#667eea4d,#764ba21a);border:2px solid #667eea4d;border-radius:50%;width:100%;height:100%;animation:20s linear infinite globeRotate;position:absolute;overflow:hidden;box-shadow:0 0 60px #667eea66,inset 0 0 60px #667eea33}.globe-lines{background-image:linear-gradient(#0000,#0000 23%,#667eea4d 24% 25%,#0000 26% 73%,#667eea4d 74% 75%,#0000 76%),linear-gradient(90deg,#0000 24%,#667eea4d 25% 26%,#0000 27% 74%,#667eea4d 75% 76%,#0000 77%,#0000);background-size:50px 50px;border-radius:50%;width:100%;height:100%;animation:15s linear infinite gridMove;position:absolute}.globe-dots{background-image:radial-gradient(circle,#fffc 1px,#0000 1px),radial-gradient(circle,#667eeacc 1px,#0000 1px);background-position:0 0,20px 20px;background-size:40px 40px,60px 60px;border-radius:50%;width:100%;height:100%;animation:3s ease-in-out infinite dotsPulse;position:absolute}.globe-ring{border:1px solid #667eea66;border-radius:50%;position:absolute}.ring-1{width:320px;height:320px;margin-top:-160px;margin-left:-160px;animation:15s linear infinite ringRotate;top:50%;left:50%}.ring-2{width:350px;height:100px;margin-top:-50px;margin-left:-175px;animation:20s linear infinite reverse ringRotate;top:50%;left:50%;transform:rotateX(75deg)}.ring-3{width:380px;height:80px;margin-top:-40px;margin-left:-190px;animation:25s linear infinite ringRotate;top:50%;left:50%;transform:rotateX(80deg)}@keyframes globeRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gridMove{0%{background-position:0 0}to{background-position:50px 50px}}@keyframes dotsPulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.floating-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;animation:3s ease-in-out infinite float;position:absolute;box-shadow:0 10px 40px #0000004d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.card-1{animation-delay:0s;top:50px;left:50px}.card-2{animation-delay:.5s;top:200px;right:50px}.card-3{animation-delay:1s;bottom:100px;left:100px}.card-icon{margin-bottom:1rem;font-size:3rem}.floating-card h3{color:#fff;margin:0;font-size:1.2rem}.features-section{background:#1a1a2e;padding:6rem 2rem}.section-title{text-align:center;color:#fff;margin-bottom:3rem;font-size:2.5rem;font-weight:700;animation:.8s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;transition:all .3s;animation:.8s ease-out fadeInUp;box-shadow:0 5px 20px #0000004d}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #667eea33}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-card h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.feature-card p{color:#b8b8c8;line-height:1.6}.stats-section{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 2rem}.stats-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;display:grid}.stat-item{animation:1s ease-out fadeInUp}.stat-number{margin-bottom:.5rem;font-size:3rem;font-weight:800}.stat-label{opacity:.9;font-size:1.1rem}@media (width<=1024px){.hero-section{gap:2rem;padding:5rem 1.5rem 2rem}.hero-title{font-size:3rem}.hero-visual{height:400px}.features-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=768px){.hero-section{flex-direction:column;min-height:auto;padding:4rem 1.5rem 2rem}.hero-content{animation:1s ease-out fadeInUp}.hero-title{margin-bottom:1rem;font-size:2.2rem}.hero-subtitle{margin-bottom:.8rem;font-size:1.1rem}.hero-description{margin-bottom:1.5rem;font-size:1rem}.hero-buttons{gap:.8rem}.btn{padding:.8rem 1.5rem;font-size:.9rem}.btn-large{padding:1rem 2rem;font-size:1rem}.hero-visual,.floating-card{display:none}.features-section,.stats-section,.cta-section{padding:3rem 1.5rem}.section-title{margin-bottom:2rem;font-size:1.8rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.8rem}.stats-grid{grid-template-columns:1fr;gap:2rem}.stat-number{font-size:2.2rem}.stat-label{font-size:1rem}.cta-section h2{font-size:1.8rem}.cta-section p{font-size:1rem}}@media (width<=480px){.hero-section{padding:3rem 1rem 1rem}.hero-title{margin-bottom:.8rem;font-size:1.8rem;line-height:1.1}.hero-subtitle{font-size:1rem}.hero-description{margin-bottom:1.2rem;font-size:.9rem;line-height:1.6}.hero-buttons{flex-direction:column;gap:.8rem}.btn{text-align:center;width:100%;padding:.75rem 1rem}.features-section,.stats-section,.cta-section{padding:2.5rem 1rem}.section-title{margin-bottom:1.5rem;font-size:1.5rem}.feature-card{padding:1.5rem}.feature-icon{font-size:2.5rem}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.9rem}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}.cta-section h2{font-size:1.5rem}.cta-section p{font-size:.95rem}.btn-large{padding:.9rem 1.5rem;font-size:.95rem}}.video-section{background:linear-gradient(135deg,#0f0f1e 0%,#1a1a2e 100%);padding:8rem 2rem;position:relative;overflow:hidden}.video-container{max-width:1400px;margin:0 auto}.section-label{color:#667eea;letter-spacing:2px;text-transform:uppercase;background:#667eea1a;border:1px solid #667eea4d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;animation:.8s ease-out slideInLeft;display:inline-block}.video-title{color:#fff;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.2;animation:.8s ease-out .1s both slideInLeft}.video-description{color:#b8b8c8;max-width:500px;margin-bottom:3rem;font-size:1.2rem;line-height:1.8;animation:.8s ease-out .2s both slideInLeft}.video-player-wrapper{margin-bottom:4rem;animation:1s ease-out .3s both fadeInUp}.animated-video-frame{background:linear-gradient(135deg,#0f0f1ecc 0%,#1a1a2ecc 100%);border:1px solid #667eea33;border-radius:20px;width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 20px 60px #667eea4d,inset 0 0 60px #667eea1a}.video-animation{background:radial-gradient(#667eea0d 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.data-stream{background:linear-gradient(90deg,#0000 0%,#667eea 20%,#764ba2 50%,#667eea 80%,#0000 100%);height:2px;animation:4s ease-in-out infinite dataFlow;position:absolute}.stream-1{opacity:.6;width:80%;top:20%;left:-80%}.stream-2{opacity:.5;width:70%;animation-delay:1s;top:50%;right:-70%}.stream-3{opacity:.4;width:75%;animation-delay:2s;top:80%;left:-75%}@keyframes dataFlow{0%{opacity:0;transform:translate(0)}10%{opacity:.6}90%{opacity:.6}to{opacity:0;transform:translate(100vw)}}.particle{background:radial-gradient(circle,#667eea,#0000);border-radius:50%;width:8px;height:8px;animation:5s ease-in-out infinite floatParticles;position:absolute;box-shadow:0 0 10px #667eea99}.particle-1{animation-delay:0s;top:15%;left:10%}.particle-2{animation-delay:1s;top:25%;right:15%}.particle-3{animation-delay:2s;bottom:30%;left:20%}.particle-4{animation-delay:1.5s;bottom:20%;right:10%}.particle-5{animation-delay:2.5s;top:50%;left:50%}@keyframes floatParticles{0%{opacity:0;transform:translate(0)scale(1)}50%{opacity:1}to{transform:translate(var(--tx,30px), var(--ty,-30px)) scale(.5);opacity:0}}.rotating-circle{border:2px solid #667eea66;border-radius:50%;animation:8s linear infinite rotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.circle-1{border-color:#667eea80;width:200px;height:200px;margin-top:-100px;margin-left:-100px;animation-delay:0s}.circle-2{border-color:#764ba24d;width:300px;height:300px;margin-top:-150px;margin-left:-150px;animation-direction:reverse;animation-delay:2s}@keyframes rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.tech-center{z-index:5;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tech-icon{text-align:center;font-size:3rem;line-height:80px;animation:2s ease-in-out infinite pulse}.pulse-ring{border:2px solid #667eea99;border-radius:50%;width:120px;height:120px;animation:2s ease-out infinite pulsing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse{0%,to{opacity:.1}50%{opacity:.2}}@keyframes pulsing{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}.code-line{background:linear-gradient(90deg,#0000,#667eea,#0000);height:1px;animation:4s ease-in-out infinite codeScan;position:absolute}.line-1{width:60%;animation-delay:0s;top:30%;left:0}.line-2{width:50%;animation-delay:1.3s;top:50%;right:0}.line-3{width:55%;animation-delay:2.6s;top:70%;left:0}@keyframes codeScan{0%{opacity:0;transform:scaleX(0)}50%{opacity:.8}to{opacity:0;transform:scaleX(1)}}.video-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #667eea4d;border-radius:15px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .3s;animation:.6s ease-out slideInUp;display:flex}.stat:hover{background:#667eea1a;border-color:#667eea99;transform:translateY(-5px)}.stat-icon{text-align:center;min-width:60px;font-size:2.5rem}.stat-text{flex:1}.stat-label{color:#b8b8c8;text-transform:uppercase;letter-spacing:1px;margin-bottom:.3rem;font-size:.9rem}.stat-value{color:#667eea;font-size:1.5rem;font-weight:700}.video-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem;display:grid}.feature-item{background:#ffffff08;border:1px solid #667eea33;border-radius:20px;padding:2.5rem;transition:all .3s;animation:.8s ease-out fadeInUp;position:relative}.feature-item:hover{background:#667eea14;border-color:#667eea80;transform:translateY(-10px);box-shadow:0 20px 40px #667eea33}.feature-number{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;opacity:.8;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.feature-item h4{color:#fff;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.feature-item p{color:#b8b8c8;font-size:.95rem;line-height:1.8}.video-bg-element{filter:blur(80px);opacity:.15;z-index:0;border-radius:50%;position:absolute}.element-1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:400px;height:400px;animation:8s ease-in-out infinite float;top:-100px;right:-100px}.element-2{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);width:300px;height:300px;animation:10s ease-in-out 2s infinite reverse float;bottom:-50px;left:-50px}.element-3{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:350px;height:350px;animation:15s ease-in-out infinite pulse;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.matrix-binary{color:#0f0;text-shadow:0 0 10px #0f0,0 0 20px #0f0;letter-spacing:4px;z-index:3;flex-direction:column;align-items:center;font-family:Courier New,monospace;font-size:1.2rem;font-weight:700;line-height:1.2;display:flex;position:absolute;bottom:-50px}.matrix-binary span{animation:matrixFall var(--duration,6s) linear infinite;opacity:0;text-shadow:0 0 8px #0f0,0 0 16px #0f0;display:block}.binary-col-1{--duration:7s;left:5%}.binary-col-2{--duration:8s;left:12%}.binary-col-3{--duration:6.5s;left:19%}.binary-col-4{--duration:7.5s;left:26%}.binary-col-5{--duration:8s;left:33%}.binary-col-6{--duration:6.8s;left:40%}.binary-col-7{--duration:7.3s;left:47%}.binary-col-8{--duration:7.9s;left:54%}.matrix-binary span:first-child{animation-delay:0s}.matrix-binary span:nth-child(2){animation-delay:.2s}.matrix-binary span:nth-child(3){animation-delay:.4s}.matrix-binary span:nth-child(4){animation-delay:.6s}.matrix-binary span:nth-child(5){animation-delay:.8s}.matrix-binary span:nth-child(6){animation-delay:1s}@keyframes matrixFall{0%{opacity:0;text-shadow:0 0 2px #0f0;transform:translateY(0)}10%{opacity:.8;text-shadow:0 0 8px #0f0,0 0 16px #0f0}85%{opacity:.8;text-shadow:0 0 8px #0f0,0 0 16px #0f0}95%{opacity:.4;text-shadow:0 0 4px #0f0}to{opacity:0;text-shadow:0 0 2px #0f0;transform:translateY(-100vh)}}.code-snippet{color:#667eea;z-index:3;white-space:nowrap;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#667eea1a;border:1px solid #667eea80;border-radius:4px;padding:.4rem .8rem;font-family:Courier New,monospace;font-size:.75rem;animation:4s ease-in-out infinite codeFlicker;position:absolute}.csharp-1{color:#239120;background:#23912014;border-color:#23912080;animation-delay:0s;top:25%;left:5%}.csharp-2{color:#239120;background:#23912014;border-color:#23912080;animation-delay:1s;top:35%;right:10%}.react-1{color:#61dafb;background:#61dafb14;border-color:#61dafb80;animation-delay:1.5s;top:50%;left:8%}.react-2{color:#61dafb;background:#61dafb14;border-color:#61dafb80;animation-delay:2.5s;top:60%;right:8%}.js-1{color:#f7df1e;background:#f7df1e14;border-color:#f7df1e80;animation-delay:.5s;top:40%;left:50%}.js-2{color:#f7df1e;background:#f7df1e14;border-color:#f7df1e80;animation-delay:2s;top:70%;left:45%}@keyframes codeFlicker{0%{opacity:0;transform:scale(.8)translateY(10px)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:scale(.8)translateY(-10px)}}.db-operation{color:#ff6b6b;z-index:3;white-space:nowrap;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-transform:uppercase;letter-spacing:.5px;background:#ff6b6b14;border:1px solid #ff6b6b80;border-radius:4px;padding:.4rem .8rem;font-family:Courier New,monospace;font-size:.7rem;animation:5s ease-in-out infinite dbPulse;position:absolute}.db-1{animation-delay:0s;top:22%;right:20%}.db-2{animation-delay:1.5s;bottom:30%;left:10%}.db-3{animation-delay:3s;top:65%;right:5%}@keyframes dbPulse{0%{opacity:0;box-shadow:0 0 #ff6b6b80}50%{opacity:.8;box-shadow:0 0 15px #ff6b6b99}to{opacity:0;box-shadow:0 0 #ff6b6b80}}.tech-label{color:#764ba2;z-index:3;white-space:nowrap;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);letter-spacing:1px;text-transform:uppercase;background:#764ba226;border:1px solid #764ba299;border-radius:12px;padding:.3rem .6rem;font-family:Courier New,monospace;font-size:.65rem;font-weight:700;animation:4s ease-in-out infinite labelBounce;position:absolute}.label-1{animation-delay:0s;top:10%;left:15%}.label-2{animation-delay:.4s;top:20%;right:12%}.label-3{animation-delay:.8s;bottom:20%;right:15%}.label-4{animation-delay:1.2s;bottom:25%;left:8%}.label-5{animation-delay:1.6s;top:45%;right:8%}@keyframes labelBounce{0%{opacity:0;transform:translateY(0)scale(.9)}25%{opacity:.8}75%{opacity:.8}to{opacity:0;transform:translateY(-20px)scale(.9)}}@media (width<=1024px){.video-section{padding:6rem 2rem}.video-title{font-size:2.8rem}.video-features{grid-template-columns:1fr}}@media (width<=768px){.video-section{padding:4rem 1.5rem}.section-label{padding:.4rem .8rem;font-size:.75rem}.video-title{margin-bottom:1rem;font-size:2rem}.video-description{margin-bottom:2rem;font-size:1rem}.video-stats{grid-template-columns:1fr;gap:1rem}.stat{text-align:center;flex-direction:column;padding:1rem}.stat-icon{margin-bottom:.5rem}.video-features{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.feature-item{padding:2rem}.feature-number{font-size:2.5rem}.feature-item h4{font-size:1.2rem}.element-1,.element-2,.element-3{opacity:.08}}@media (width<=480px){.video-section{padding:3rem 1rem}.video-title{font-size:1.5rem}.video-description{font-size:.9rem}.stat-value{font-size:1.2rem}.feature-number{font-size:2rem}.feature-item h4{font-size:1rem}.feature-item p{font-size:.85rem}.play-button{width:60px;height:60px;font-size:1.5rem}.play-button svg{width:24px;height:24px}}.about{background:#0f0f1e;min-height:100vh}.about-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:8rem 2rem 4rem;animation:1s ease-out fadeIn;position:relative;overflow:hidden}.about-hero .container{z-index:1;position:relative}.page-title{text-shadow:0 2px 20px #0000004d,0 0 40px #0003;margin-bottom:1rem;font-size:3rem;font-weight:800;animation:.8s ease-out fadeInUp}.page-subtitle{opacity:.95;text-shadow:0 2px 15px #0000004d;font-size:1.3rem;animation:1s ease-out fadeInUp}.section{background:#0f0f1e;padding:5rem 2rem}.content-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;animation:1s ease-out fadeInUp;display:grid}.content-text h2{color:#fff;margin-bottom:1.5rem;font-size:2.5rem}.content-text p{color:#b8b8c8;margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.content-visual{justify-content:center;display:flex}.visual-box{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:3rem;animation:3s ease-in-out infinite float;box-shadow:0 10px 40px #667eea4d}.visual-icon{margin-bottom:1rem;font-size:4rem}.visual-box h3{margin-bottom:.5rem;font-size:2rem;font-weight:800}.visual-box p{opacity:.95;font-size:1.2rem}.mission-vision{background:#1a1a2e}.mv-grid{grid-template-columns:1fr 1fr;gap:3rem;animation:1s ease-out fadeInUp;display:grid}.mv-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:3rem;transition:all .3s;box-shadow:0 10px 40px #0000004d}.mv-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #667eea33}.mv-icon{margin-bottom:1.5rem;font-size:3.5rem}.mv-card h3{color:#fff;margin-bottom:1rem;font-size:2rem}.mv-card p{color:#b8b8c8;font-size:1.1rem;line-height:1.8}.values-section{background:#0f0f1e}.values-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.value-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;transition:all .3s;animation:.8s ease-out fadeInUp}.value-card:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 10px 30px #667eea26}.value-icon{margin-bottom:1rem;font-size:2.5rem}.value-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.value-card p{color:#b8b8c8;line-height:1.6}.team-section{background:#1a1a2e}.team-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;display:grid}.team-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;transition:all .3s;animation:1s ease-out fadeInUp;box-shadow:0 5px 20px #0000004d}.team-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #667eea33}.team-avatar{margin-bottom:1.5rem;font-size:5rem}.team-card h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.team-role{color:#667eea;margin-bottom:1rem;font-weight:600}.team-bio{color:#b8b8c8;line-height:1.6}@media (width<=768px){.about-hero{padding:6rem 1rem 3rem}.page-title{font-size:2rem}.page-subtitle{font-size:1.1rem}.section{padding:3rem 1rem}.content-grid{grid-template-columns:1fr;gap:2rem}.content-text h2{font-size:2rem}.mv-grid{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}.values-grid,.team-grid{grid-template-columns:1fr}}.solutions{background:#0f0f1e;min-height:100vh}.solutions-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:8rem 2rem 4rem;animation:1s ease-out fadeIn;position:relative;overflow:hidden}.solutions-hero .container{z-index:1;position:relative}.solutions-hero .page-title{text-shadow:0 2px 20px #0000004d,0 0 40px #0003}.solutions-hero .page-subtitle{text-shadow:0 2px 15px #0000004d}.solutions-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;animation:1s ease-out fadeInUp;display:grid}.solution-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;transition:all .3s;box-shadow:0 5px 20px #0000004d}.solution-card:hover{border-color:#667eea;transform:translateY(-10px);box-shadow:0 20px 50px #667eea33}.solution-icon{margin-bottom:1.5rem;font-size:3.5rem;animation:3s ease-in-out infinite float}.solution-card h3{color:#fff;margin-bottom:1rem;font-size:1.8rem}.solution-card>p{color:#b8b8c8;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.solution-features{margin:0;padding:0;list-style:none}.solution-features li{color:#b8b8c8;border-bottom:1px solid #ffffff1a;padding:.5rem 0;font-size:.95rem}.solution-features li:last-child{border-bottom:none}.cta-section{text-align:center;background:#1a1a2e;padding:6rem 2rem}.cta-section h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.cta-section p{color:#b8b8c8;margin-bottom:2rem;font-size:1.2rem}@media (width<=768px){.solutions-hero{padding:6rem 1rem 3rem}.solutions-grid{grid-template-columns:1fr}.cta-section{padding:4rem 1rem}.cta-section h2{font-size:2rem}}.media-kit{background:#0f0f1e;min-height:100vh}.media-kit-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:4rem 2rem 3rem;animation:1s ease-out fadeIn;position:relative;overflow:hidden}.hero-brand-overview{max-width:650px;margin-top:2.5rem;margin-left:auto;margin-right:auto}.hero-brand-description{color:#ffffffeb;opacity:.92;font-size:1rem;font-weight:400;line-height:1.7}.media-kit-hero .container{z-index:1;position:relative}.media-kit-hero .page-title{text-shadow:0 2px 20px #0000004d,0 0 40px #0003}.media-kit-hero .page-subtitle{text-shadow:0 2px 15px #0000004d}.brand-overview{text-align:center;max-width:800px;margin:0 auto}.brand-description{color:#b8b8c8;font-size:1.2rem;line-height:1.8}.logo-section{background:#1a1a2e;padding:5rem 2rem}.logo-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.logo-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;transition:all .3s;box-shadow:0 5px 20px #0000004d}.logo-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #667eea33}.logo-preview{background:#ffffff05;border-radius:15px;justify-content:center;align-items:center;min-height:150px;margin-bottom:1.5rem;padding:3rem 2rem;display:flex}.logo-preview.dark{background:#0a0a18}.logo-sample{font-size:2rem;font-weight:700}.logo-sample.primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.logo-sample.light{color:#fff}.logo-sample.mono{color:#333}.logo-card h4{color:#fff;margin-bottom:.5rem;font-size:1.3rem}.logo-card p{color:#b8b8c8;margin-bottom:1rem}.download-btn{color:#667eea;cursor:pointer;background:#ffffff0d;border:2px solid #667eea;border-radius:25px;padding:.7rem 1.5rem;font-weight:600;transition:all .3s}.download-btn:hover{color:#fff;background:#667eea;transform:translateY(-2px)}.colors-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.color-card{text-align:center}.color-preview{border-radius:15px;height:150px;margin-bottom:1rem;box-shadow:0 5px 20px #0000001a}.color-card h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.color-card p{color:#b8b8c8;font-family:monospace}.typography-section{background:#0f0f1e;padding:5rem 2rem}.typography-samples{max-width:800px;margin:0 auto}.type-sample{border-bottom:1px solid #ffffff1a;padding:2rem 0}.type-sample:last-child{border-bottom:none}.type-display{color:#fff;margin-bottom:.5rem}.type-body{color:#e0e0e0;margin-bottom:.5rem;font-size:1.1rem}.type-info{color:#888;font-size:.9rem;font-style:italic}.company-info-section{background:#1a1a2e;padding:5rem 2rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem;transition:all .3s}.info-card:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 10px 30px #667eea26}.info-card h4{color:#fff;margin-bottom:1rem;font-size:1.3rem}.info-card p{color:#b8b8c8;font-size:1.05rem}.download-section{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.download-card{text-align:center;max-width:600px;margin:0 auto}.download-card h2{margin-bottom:1rem;font-size:2.5rem}.download-card p{opacity:.95;margin-bottom:2rem;font-size:1.2rem}.media-kit-download{background:linear-gradient(135deg,#0f0f1ecc,#32285099)}.download-content-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.download-text{text-align:left}.download-text h2{color:#e0e0e0;margin-bottom:1.5rem;font-size:2.2rem;line-height:1.3}.download-text p{color:#b8b8c8;font-size:1.05rem;line-height:1.8}.media-kit-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.media-kit-form .form-group{margin-bottom:1.5rem}.media-kit-form label{color:#e0e0e0;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.media-kit-form input,.media-kit-form select{color:#e0e0e0;appearance:none;background:#ffffff14;border:1px solid #fff3;border-radius:8px;outline:none;width:100%;padding:.9rem;font-family:inherit;font-size:1rem;transition:all .3s}.media-kit-form select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e0e0e0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.media-kit-form select option{color:#e0e0e0;background-color:#1a1a2e;padding:.5rem}.media-kit-form select option:hover{background-color:#667eea}.media-kit-form select option:checked{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.media-kit-form input:focus,.media-kit-form select:focus{background:#ffffff14;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.media-kit-form input:disabled,.media-kit-form select:disabled{opacity:.6;cursor:not-allowed}.media-kit-form input.error,.media-kit-form select.error{background:#ff475714;border-color:#ff4757;box-shadow:0 0 0 3px #ff47571a}.media-kit-form .error-message{color:#ff4757;margin-top:.4rem;font-size:.85rem;font-weight:500;display:block}.media-kit-form .alert{border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-weight:500}.media-kit-form .alert-success{color:#27ae60;background:#27ae6026;border:1px solid #27ae604d}.media-kit-form .alert-error{color:#ff4757;background:#ff475726;border:1px solid #ff47574d}.media-kit-form .btn{width:100%;margin-top:1rem}.country-dropdown-wrapper{position:relative}.country-search-input{width:100%;color:#e0e0e0!important;cursor:text!important;background:#ffffff14!important;border:1px solid #fff3!important;border-radius:8px!important;outline:none!important;padding:.9rem!important;font-family:inherit!important;font-size:1rem!important;transition:all .3s!important}.country-search-input:focus{background:#ffffff1a!important;border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a!important}.country-search-input.error{background:#ff475714!important;border-color:#ff4757!important;box-shadow:0 0 0 3px #ff47571a!important}.country-dropdown-list{z-index:1000;background:#0f0f1ef2;border:1px solid #667eea4d;border-top:none;border-radius:0 0 8px 8px;max-height:300px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #00000080}.country-option{color:#b8b8c8;cursor:pointer;border-bottom:1px solid #ffffff0d;padding:.8rem 1rem;transition:all .2s}.country-option:hover{color:#e0e0e0;background:#667eea33;padding-left:1.2rem}.country-option.selected{color:#667eea;background:linear-gradient(135deg,#667eea4d,#764ba24d);border-left:3px solid #667eea;padding-left:calc(1rem - 3px);font-weight:600}.country-option.no-results{text-align:center;color:#888;cursor:default;padding:1rem}.country-option.no-results:hover{background:0 0;padding-left:1rem}.selected-country{color:#27ae60;margin-top:.5rem;font-size:.9rem;font-weight:500}.country-dropdown-list::-webkit-scrollbar{width:6px}.country-dropdown-list::-webkit-scrollbar-track{background:#ffffff0d}.country-dropdown-list::-webkit-scrollbar-thumb{background:#667eea66;border-radius:3px}.country-dropdown-list::-webkit-scrollbar-thumb:hover{background:#667eea99}.media-kit-images{width:100%;margin-top:1.5rem;padding-top:0}.media-kit-image-container{background:#ffffff0d;border-radius:16px;max-width:100%;transition:all .3s;animation:.8s ease-out fadeInUp;position:relative;overflow:hidden}.media-kit-image-container:hover{transform:translateY(-8px)}.media-kit-image-container img{object-fit:cover;border-radius:16px;width:100%;height:auto;display:block}@media (width<=768px){.media-kit-hero{padding:6rem 1rem 3rem}.logo-grid,.colors-grid,.info-grid{grid-template-columns:1fr}.section{padding:3rem 1rem}.section-title{font-size:2rem}.form-row{grid-template-columns:1fr}.download-content-grid{grid-template-columns:1fr;gap:2rem}.download-text{text-align:center}.download-text h2{font-size:1.5rem}.media-kit-form{padding:1.5rem}.download-card h2{font-size:1.8rem}.media-kit-images{margin-top:2rem}.media-kit-image-container{border-radius:12px;max-width:100%}.media-kit-image-container img{border-radius:12px}}.career{background:#0f0f1e;min-height:100vh}.career-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:8rem 2rem 4rem;animation:1s ease-out fadeIn;position:relative;overflow:hidden}.career-hero .container{z-index:1;position:relative}.career-hero .page-title{text-shadow:0 2px 20px #0000004d,0 0 40px #0003}.career-hero .page-subtitle{text-shadow:0 2px 15px #0000004d}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.benefit-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;transition:all .3s;animation:.8s ease-out fadeInUp;box-shadow:0 5px 20px #0000004d}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #667eea33}.benefit-icon{margin-bottom:1rem;font-size:3rem}.benefit-card h3{color:#fff;margin-bottom:.5rem;font-size:1.4rem}.benefit-card p{color:#b8b8c8;line-height:1.6}.positions-section{background:#0f0f1e;padding:5rem 2rem}.jobs-list{max-width:900px;margin:0 auto}.job-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;margin-bottom:1.5rem;transition:all .3s;animation:.8s ease-out fadeInUp;overflow:hidden;box-shadow:0 5px 20px #0000004d}.job-card:hover{box-shadow:0 10px 30px #667eea26}.job-card.active{box-shadow:0 15px 40px #667eea33}.job-header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:2rem;transition:background .3s;display:flex}.job-header:hover{background:#ffffff05}.job-card h3{color:#fff;margin-bottom:.8rem;font-size:1.5rem}.job-meta{flex-wrap:wrap;gap:.8rem;display:flex}.job-tag{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:500}.expand-btn{color:#667eea;cursor:pointer;background:#ffffff0d;border:2px solid #667eea;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .3s;display:flex}.expand-btn:hover{color:#fff;background:#667eea;transform:scale(1.1)}.job-details{padding:0 2rem 2rem;animation:.3s ease-out slideDown}.job-description{color:#b8b8c8;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.job-details h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.job-requirements{margin-bottom:2rem;padding:0;list-style:none}.job-requirements li{color:#b8b8c8;padding:.7rem 0 .7rem 1.5rem;position:relative}.job-requirements li:before{content:"✓";color:#667eea;font-weight:700;position:absolute;left:0}.application-cta{background:#1a1a2e;padding:5rem 2rem}.cta-card{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:30px;padding:4rem 2rem;box-shadow:0 20px 60px #667eea4d}.cta-card h2{margin-bottom:1rem;font-size:2.5rem}.cta-card p{opacity:.95;margin-bottom:2rem;font-size:1.2rem}@media (width<=768px){.career-hero{padding:6rem 1rem 3rem}.benefits-grid{grid-template-columns:1fr}.section{padding:3rem 1rem}.section-title{font-size:2rem}.job-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.expand-btn{align-self:flex-end}.job-card h3{font-size:1.3rem}.job-details{padding:0 1.5rem 1.5rem}.cta-card{padding:3rem 1.5rem}.cta-card h2{font-size:2rem}}.contact{background:#0f0f1e;min-height:100vh}.contact-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:8rem 2rem 4rem;animation:1s ease-out fadeIn;position:relative;overflow:hidden}.contact-hero .container{z-index:1;position:relative}.contact-hero .page-title{text-shadow:0 2px 20px #0000004d,0 0 40px #0003}.contact-hero .page-subtitle{text-shadow:0 2px 15px #0000004d}.contact-content{background:#0f0f1e;padding:5rem 2rem}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.contact-info h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.contact-description{color:#b8b8c8;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.contact-methods{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.contact-method{align-items:flex-start;gap:1.5rem;display:flex}.method-icon{min-width:50px;font-size:2.5rem}.contact-method h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.contact-method p,.contact-method a{color:#b8b8c8;line-height:1.6;text-decoration:none;transition:color .3s}.contact-method a:hover{color:#667eea}.social-connect{border-top:1px solid #ffffff1a;padding-top:2rem}.social-connect h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.social-links{gap:1rem;display:flex}.social-link{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:25px;align-items:center;gap:.7rem;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #667eea4d}.social-link:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea66}.contact-form-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:25px;padding:3rem;animation:1s ease-out fadeInUp;box-shadow:0 10px 40px #0000004d}.contact-form h3{color:#fff;margin-bottom:2rem;font-size:2rem}.alert{border-radius:10px;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:.95rem;line-height:1.6;animation:.5s ease-out slideInDown}.alert-success{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.alert-error{color:#f87171;background:#ef444426;border:1px solid #ef44444d}@keyframes slideInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.form-group{margin-bottom:1.5rem}.form-group label{color:#e0e0e0;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group textarea{color:#e0e0e0;background:#ffffff0d;border:1px solid #fff3;border-radius:10px;outline:none;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input.error,.form-group textarea.error{background:#ff475714;border-color:#ff4757;box-shadow:0 0 0 3px #ff47571a}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed;background:#ffffff05}.form-group textarea{resize:vertical;min-height:120px}.error-message{color:#ff4757;margin-top:.5rem;font-size:.85rem;font-weight:500;display:block}.contact-form button[type=submit]{width:100%;margin-top:1rem}.contact-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.contact-form button[type=submit]:disabled:hover{transform:none;box-shadow:0 5px 15px #667eea4d}.map-section{height:400px;position:relative}.map-placeholder{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:100%;position:relative;overflow:hidden}.map-placeholder:before{content:"";background:repeating-linear-gradient(45deg,#ffffff1a,#ffffff1a 10px,#0000 10px 20px);position:absolute;inset:0}.map-overlay{text-align:center;color:#fff;z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.map-overlay h3{margin-bottom:.5rem;font-size:2rem}.map-overlay p{opacity:.95;font-size:1.2rem}@media (width<=768px){.contact-hero{padding:6rem 1rem 3rem}.contact-content{padding:3rem 1rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-info h2{font-size:2rem}.contact-methods{gap:1.5rem}.social-links{flex-direction:column}.contact-form-wrapper{padding:2rem 1.5rem}.contact-form h3{font-size:1.8rem}.map-section{height:300px}.map-overlay h3{font-size:1.5rem}.map-overlay p{font-size:1rem}}.privacy-policy{background:#0f0f1e;min-height:100vh}.privacy-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:8rem 2rem 4rem;animation:1s ease-out fadeIn;position:relative;overflow:hidden}.privacy-content{color:#e0e0e0;max-width:900px;margin:0 auto}.policy-section{background:#ffffff08;border:1px solid #ffffff1a;border-radius:15px;margin-bottom:2rem;padding:2.5rem;transition:all .3s;animation:.6s ease-out fadeInUp}.policy-section:hover{background:#ffffff0d;border-color:#667eea4d;transform:translateY(-5px);box-shadow:0 10px 30px #667eea1a}.policy-section h2{color:#667eea;border-bottom:2px solid #667eea4d;margin-bottom:1.5rem;padding-bottom:.8rem;font-size:1.8rem}.policy-section p{color:#d0d0d0;margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.policy-section ul{margin-top:1rem;padding-left:0;list-style:none}.policy-section ul li{color:#d0d0d0;padding:.8rem 0 .8rem 1.5rem;line-height:1.6;position:relative}.policy-section ul li:before{content:"▸";color:#667eea;font-size:1.2rem;position:absolute;top:.7rem;left:0}.policy-section ul li strong{color:#8b9eef}@media (width<=768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.policy-section{padding:1.5rem}.policy-section h2{font-size:1.5rem}.policy-section p{font-size:1rem}}@media (width<=480px){.privacy-hero{padding:6rem 1rem 3rem}.page-title{font-size:2rem}.section{padding:2rem 1rem}.policy-section{padding:1.2rem}}.terms-of-service{background:#0f0f1e;min-height:100vh}.terms-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);padding:8rem 2rem 4rem;animation:1s ease-out fadeIn;position:relative;overflow:hidden}.galaxy-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.stars,.stars2,.stars3{background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.stars{opacity:.6;background-image:radial-gradient(2px 2px at 20px 30px,#fff,#0000),radial-gradient(2px 2px at 60px 70px,#fff,#0000),radial-gradient(1px 1px at 50px 50px,#eee,#0000),radial-gradient(1px 1px at 130px 80px,#fff,#0000),radial-gradient(2px 2px at 90px 10px,#fff,#0000);background-repeat:repeat;background-size:200px 200px;animation:120s linear infinite starsMove,5s ease-in-out infinite twinkle}.stars2{opacity:.5;background-image:radial-gradient(1px 1px at 100px 120px,#fff,#0000),radial-gradient(2px 2px at 150px 160px,#fff,#0000),radial-gradient(1px 1px at 175px 180px,#eee,#0000),radial-gradient(2px 2px at 10px 40px,#fff,#0000);background-repeat:repeat;background-size:250px 250px;animation:180s linear infinite starsMove,7s ease-in-out infinite twinkle}.stars3{opacity:.4;background-image:radial-gradient(1px 1px at 75px 95px,#fff,#0000),radial-gradient(2px 2px at 190px 200px,#fff,#0000),radial-gradient(1px 1px at 45px 145px,#eee,#0000);background-repeat:repeat;background-size:300px 300px;animation:240s linear infinite starsMove,9s ease-in-out infinite twinkle}.container{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.page-title{margin-bottom:1rem;font-size:3.5rem;animation:.8s ease-out slideInDown}.page-subtitle{opacity:.9;margin-bottom:.5rem;font-size:1.3rem;animation:.8s ease-out slideInUp}.last-updated{opacity:.7;font-size:.9rem;font-style:italic}.terms-content{color:#e0e0e0;max-width:900px;margin:0 auto}.terms-section{background:#ffffff08;border:1px solid #ffffff1a;border-radius:15px;margin-bottom:2rem;padding:2.5rem;transition:all .3s;animation:.6s ease-out fadeInUp}.terms-section:hover{background:#ffffff0d;border-color:#764ba24d;transform:translateY(-5px);box-shadow:0 10px 30px #764ba21a}.terms-section h2{color:#9b7ecf;border-bottom:2px solid #764ba24d;margin-bottom:1.5rem;padding-bottom:.8rem;font-size:1.8rem}.terms-section p{color:#d0d0d0;margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.terms-section ul{margin-top:1rem;padding-left:0;list-style:none}.terms-section ul li{color:#d0d0d0;padding:.8rem 0 .8rem 1.5rem;line-height:1.6;position:relative}.terms-section ul li:before{content:"▸";color:#9b7ecf;font-size:1.2rem;position:absolute;top:.7rem;left:0}.terms-section ul li strong{color:#b39dd9}.contact-section{background:linear-gradient(135deg,#764ba21a 0%,#667eea1a 100%);border:2px solid #764ba24d}.contact-info{background:#0003;border-left:4px solid #9b7ecf;border-radius:10px;margin-top:1.5rem;padding:1.5rem}.contact-info p{margin:.8rem 0;font-size:1.1rem}.contact-info strong{color:#b39dd9;margin-right:.5rem}@media (width<=768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.terms-section{padding:1.5rem}.terms-section h2{font-size:1.5rem}.terms-section p{font-size:1rem}}@media (width<=480px){.terms-hero{padding:6rem 1rem 3rem}.page-title{font-size:2rem}.section{padding:2rem 1rem}.terms-section{padding:1.2rem}}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;padding-top:70px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.btn{cursor:pointer;border:none;border-radius:30px;padding:1rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 5px 20px #667eea4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea66}.btn-secondary{color:#667eea;background:#667eea1a;border:2px solid #667eea}.btn-secondary:hover{color:#fff;background:#667eea;transform:translateY(-3px)}.btn-large{padding:1.2rem 2.5rem;font-size:1.1rem}.gradient-text{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section{padding:5rem 2rem}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;color:#fff;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.page-title{margin-bottom:1rem;font-size:3rem;font-weight:800}.page-subtitle{opacity:.95;font-size:1.3rem}html{scroll-behavior:smooth}@media (width<=1024px){.section{padding:4rem 1.5rem}.container{padding:0 1.5rem}.section-title{font-size:2.2rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.2rem}}@media (width<=768px){.section{padding:3rem 1.5rem}.container{padding:0 1.5rem}.section-title{margin-bottom:2rem;font-size:1.8rem}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.btn{padding:.8rem 1.5rem;font-size:.9rem}.btn-large{padding:1rem 2rem;font-size:1rem}}@media (width<=480px){.section{padding:2.5rem 1rem}.container{padding:0 1rem}.section-title{margin-bottom:1.5rem;font-size:1.5rem}.page-title{font-size:1.5rem}.page-subtitle{font-size:.95rem}.btn{padding:.7rem 1.2rem;font-size:.85rem}.btn-large{padding:.9rem 1.5rem;font-size:.95rem}}
