.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.header.scrolled{background:#00000080}.header-container{display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem;max-width:1400px;margin:0 auto}.logo{display:flex;align-items:center}.logo img{height:85px;width:auto;transition:all .3s ease}.header.scrolled .logo img{height:60px}.nav{display:flex;gap:.5rem;align-items:center}.nav a{color:#ffffffd9;font-weight:500;font-size:.95rem;padding:.6rem 1.2rem;border-radius:8px;transition:all .3s ease;position:relative}.nav a:hover{color:#fff;background:#ffffff1a}.nav a.active{color:var(--primary-light);background:#e5451f26}.nav a:last-child{background:var(--gradient);color:#fff;font-weight:600;padding:.6rem 1.5rem;margin-left:.5rem}.nav a:last-child:hover{transform:translateY(-2px);box-shadow:0 4px 20px #e5451f66;background:var(--gradient);color:#fff}.menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;padding:8px;border:none;cursor:pointer;border-radius:8px;transition:background .3s ease}.menu-toggle:hover{background:#ffffff1a}.menu-toggle span{width:24px;height:2.5px;background:#fff;border-radius:3px;transition:all .3s ease}@media(max-width:968px){.menu-toggle{display:flex}.header-container{padding:.75rem 1.5rem}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:5rem 2rem 2rem;box-shadow:-10px 0 40px #00000080;transition:right .3s ease;align-items:stretch;gap:.5rem}.nav.open{right:0}.nav a{font-size:1.1rem;padding:1rem 1.5rem;border-radius:10px}.nav a:last-child{margin-left:0;margin-top:1rem;text-align:center}}@media(max-width:640px){.logo img{height:75px}.header.scrolled .logo img{height:60px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:#1a1a1a}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0009,#0006,#0009);z-index:1}.hero-container{position:relative;z-index:2;display:flex;justify-content:flex-start;align-items:center;padding-top:100px;padding-bottom:40px}.hero-content{max-width:700px}.hero-title{font-size:3.5rem;line-height:1.15;margin-bottom:1.5rem;color:#fff;font-weight:800;text-shadow:0 2px 20px rgba(0,0,0,.3)}.highlight-text{color:var(--primary-light);text-shadow:0 2px 20px rgba(229,69,31,.4)}.hero-subtitle{font-size:1.35rem;color:#fffffff2;margin-bottom:1.5rem;font-weight:600;text-shadow:0 1px 10px rgba(0,0,0,.3)}.hero-description{font-size:1.1rem;color:#ffffffd9;margin-bottom:2rem;line-height:1.8;text-shadow:0 1px 5px rgba(0,0,0,.3)}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.feature-badge{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;font-size:.95rem;font-weight:500;color:#fff;border:1px solid rgba(255,255,255,.15);transition:all .3s ease}.feature-badge:hover{background:#fff3;border-color:var(--primary-color);transform:translate(5px)}.feature-badge svg{color:var(--primary-light);flex-shrink:0}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none;text-decoration:none;display:inline-block}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 4px 20px #e5451f66}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #e5451f80}.btn-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff40;border-color:#fff;transform:translateY(-3px)}@media(max-width:968px){.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.2rem}.hero-features{grid-template-columns:1fr}.hero-content{max-width:100%}}@media(max-width:640px){.hero{min-height:auto;padding:100px 0 60px}.hero-container{padding-top:0;padding-bottom:0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.feature-badge{font-size:.9rem;padding:.85rem 1rem}.hero-cta{flex-direction:column}.btn{width:100%;text-align:center}}.projects-demos{padding:4rem 0;flex:1;background:transparent}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:var(--text-light);max-width:600px;margin:0 auto}.demo-disclaimer{background:#787882cc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-left:4px solid #ffa500;padding:2rem;border-radius:12px;margin-bottom:3rem;box-shadow:0 4px 15px #0000001a;border:1px solid rgba(255,255,255,.2)}.disclaimer-icon{font-size:2rem;margin-bottom:1rem}.disclaimer-content h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.disclaimer-content p{color:#fffffff2;margin-bottom:1rem;line-height:1.6}.disclaimer-content ul{list-style:none;padding-left:0;margin:1rem 0}.disclaimer-content li{padding:.5rem 0;color:#fffffff2}.disclaimer-cta{margin-top:1rem;font-weight:600;color:var(--primary-color)}.demo-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.demo-selector button{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,122,0,.2);padding:1.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:1rem;text-align:left}.demo-selector button:hover{transform:translateY(-5px);box-shadow:0 10px 25px #ff7a0026;border-color:var(--primary-color);background:#fffffff2}.demo-selector button.active{background:var(--gradient);color:#fff;border-color:var(--primary-color);box-shadow:0 10px 30px #ff7a004d}.demo-selector button.active .demo-info h3,.demo-selector button.active .demo-info p{color:#fff}.demo-icon{font-size:2.5rem;flex-shrink:0}.demo-info h3{font-size:1.2rem;margin-bottom:.25rem;color:var(--text-dark)}.demo-info p{font-size:.9rem;color:var(--text-light);margin:0}.demo-display{margin-bottom:3rem;min-height:600px}.demo-cta{background:#64646ebf;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);padding:3rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a}.demo-cta h3{font-size:2rem;color:#fff;margin-bottom:1rem}.demo-cta p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem}.cta-button{background:var(--gradient);color:#fff;padding:1rem 2.5rem;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;text-decoration:none;box-shadow:0 4px 15px #ff7a004d}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 25px #ff7a0066}.chatbot-demo,.erp-demo,.etl-demo,.security-demo{background:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:15px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.demo-footer{margin-top:2rem;text-align:center;padding:1.5rem;background:#ff7a000d;border-radius:10px}.demo-footer p{color:var(--text-dark);font-weight:500;margin:0}@media(max-width:768px){.demo-selector{grid-template-columns:1fr}.demo-selector button{padding:1rem}.demo-icon{font-size:2rem}.demo-disclaimer{padding:1.5rem}.demo-cta{padding:2rem}.demo-cta h3{font-size:1.5rem}.demo-cta p{font-size:1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media(max-width:480px){.projects-demos{padding:2rem 0}.demo-selector button{flex-direction:column;text-align:center}.demo-info h3{font-size:1rem}.demo-info p{font-size:.85rem}.cta-button{width:100%;padding:1rem}}.demo-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#ffffffe6;border-radius:15px;min-height:300px}.loader-spinner{width:50px;height:50px;border:4px solid rgba(229,69,31,.2);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.demo-loader p{margin-top:1rem;color:var(--text-light);font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}.success-stories{background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:5rem 0;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.section-header{margin-bottom:3rem;padding:0 1rem;text-align:center}.clients-carousel-container{width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:3rem 0;box-shadow:0 8px 30px #0000001a;border:1px solid rgba(255,255,255,.6);overflow:hidden;position:relative}.clients-carousel-container:before,.clients-carousel-container:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.clients-carousel-container:before{left:0;background:linear-gradient(to right,rgba(255,255,255,.95),transparent)}.clients-carousel-container:after{right:0;background:linear-gradient(to left,rgba(255,255,255,.95),transparent)}.clients-carousel{display:flex;align-items:center;gap:6rem;animation:scroll 30s linear infinite;width:fit-content}.clients-carousel:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.client-logo-item{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 2rem;transition:transform .3s ease}.client-name{margin-top:.5rem;font-size:.9rem;font-family:Helvetica Neue,Helvetica,Nimbus Sans,Arial,sans-serif;font-weight:700;color:var(--text-dark)}.client-logo-item:hover{transform:scale(1.1)}.client-logo-item img{max-height:100px;max-width:200px;object-fit:contain;filter:brightness(1) contrast(1.05);transition:filter .3s ease}.client-logo-item:hover img{filter:brightness(1.1) contrast(1.1)}.siavanza-logo img{max-height:140px;max-width:280px}@media(max-width:768px){.clients-carousel-container{padding:2rem 0}.clients-carousel-container:before,.clients-carousel-container:after{width:80px}.clients-carousel{gap:4rem}.client-logo-item img{max-height:80px;max-width:160px}.siavanza-logo img{max-height:110px;max-width:220px}}.services{background:transparent;padding:5rem 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#64646ebf;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 25px #0000001a}.service-card:hover{transform:translateY(-10px);background:#6e6e78d9;box-shadow:0 20px 40px #00000026;border-color:#ff7a0080}.service-card.featured{border:2px solid rgba(255,122,0,.4);background:#6e6e78cc;box-shadow:0 10px 30px #ff7a0026}.service-card.featured:hover{border-color:var(--primary-color);background:#787882e6}.service-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.service-card h3{color:#fff}.service-icon{font-size:2.5rem;width:60px;height:60px;background:#ff7a0033;border-radius:15px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.service-card:hover .service-icon{background:var(--gradient);transform:scale(1.1) rotate(5deg)}.service-header h3{font-size:1.4rem;color:#fff;font-weight:700}.service-description{color:#fffffff2;margin-bottom:2rem;line-height:1.7;text-shadow:0 1px 2px rgba(0,0,0,.2)}.service-features{list-style:none;padding:0}.service-features li{padding:.5rem 0;color:#fff;font-size:.95rem;display:flex;align-items:center;gap:.5rem;text-shadow:0 1px 2px rgba(0,0,0,.15)}.service-features li:before{content:"✓";color:var(--primary-color);font-weight:700}.industries{margin-top:5rem;padding:3rem;background:#64646e99;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;border:1px solid rgba(255,255,255,.2);text-align:center}.industries-title{font-size:2rem;margin-bottom:2rem;color:var(--text-dark)}.industries-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.industry-badge{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#787882b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:50px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;border:1px solid rgba(255,255,255,.3)}.industry-badge:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026;border-color:var(--primary-color);background:#82828cd9}.industry-icon{font-size:1.5rem}.industry-name{font-weight:600;color:#fff}.industries-title{color:#fff}@media(max-width:768px){.services-grid{grid-template-columns:1fr}.service-header{flex-direction:column;text-align:center}.service-icon{margin-bottom:.5rem}.industries{padding:2rem 1rem}}.contact{background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.05)}.contact-container{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{display:flex;gap:1.5rem;padding:1.5rem;background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:15px;transition:all .3s ease;border:1px solid rgba(255,255,255,.5);box-shadow:0 4px 15px #0000000d}.info-card:hover{background:#fffffff2;box-shadow:0 8px 25px #0000001a;transform:translate(5px);border-color:#ff7a004d}.info-icon{width:60px;height:60px;background:var(--gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.info-content h4{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-dark)}.info-content p,.info-content a{color:var(--text-light);line-height:1.6}.info-content a{font-weight:600;color:var(--primary-color);transition:color .3s ease}.info-content a:hover{color:var(--secondary-color)}.cta-box{background:var(--gradient);padding:2rem;border-radius:15px;color:#fff;margin-top:1rem}.cta-box h3{font-size:1.5rem;margin-bottom:1rem}.cta-box p{line-height:1.7;opacity:.95}.contact-form-wrapper{background:#fffc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:3rem;border-radius:20px;box-shadow:0 8px 30px #00000014;border:1px solid rgba(255,255,255,.6)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{padding:1.2rem 2rem;background:var(--gradient);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2563eb4d}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.success-message{padding:1rem;background:#10b981;color:#fff;border-radius:10px;text-align:center;font-weight:500;animation:slideDown .3s ease}.error-message{padding:1rem;background:#ef4444;color:#fff;border-radius:10px;text-align:center;font-weight:500;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.contact-container{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.contact-form-wrapper{padding:2rem}.form-row{grid-template-columns:1fr;gap:1.5rem}}.footer{background:linear-gradient(135deg,#1e1e23f2,#2d2d32f2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;padding:4rem 0 2rem;margin-top:auto;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h4{font-size:1.2rem;margin-bottom:1.5rem;color:#fff}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.footer-logo img{height:80px;width:auto}.footer-logo span{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#ff8c1a,#ff7a00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{font-size:1.1rem;font-weight:600;color:#ffb366;margin-bottom:1rem}.footer-description{color:#94a3b8;line-height:1.7}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#94a3b8;transition:color .3s ease;display:inline-block}.footer-section ul li a:hover{color:#ff7a00;transform:translate(3px)}.contact-list li{display:flex;align-items:flex-start;gap:1rem;color:#94a3b8;margin-bottom:1rem}.contact-list svg{color:#ff7a00;flex-shrink:0;margin-top:2px}.contact-list div{display:flex;flex-direction:column;gap:.25rem}.contact-list a{color:#94a3b8;transition:color .3s ease}.contact-list a:hover{color:#ff7a00}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,#334155,transparent);margin:2rem 0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-credits{display:flex;flex-direction:column;gap:1rem}.footer-credits p{color:#64748b;font-size:.95rem}.founder-info{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.95rem}.founder-info>span{color:#94a3b8}.linkedin-link{display:flex;align-items:center;gap:.5rem;color:#ff7a00;font-weight:600;transition:all .3s ease;padding:.5rem 1rem;background:#ff7a001a;border-radius:8px}.linkedin-link:hover{background:#ff7a0033;transform:translateY(-2px)}.role-badge{background:linear-gradient(135deg,#ff7a00,#e66a00);color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600}.footer-social{display:flex;gap:1rem}.social-icon{width:45px;height:45px;background:#ff7a001a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#ff7a00;transition:all .3s ease}.social-icon:hover{background:#ff7a00;color:#fff;transform:translateY(-3px)}@media(max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-credits{align-items:center}.founder-info{flex-direction:column;align-items:center}}.App{min-height:100vh;display:flex;flex-direction:column;background:transparent;position:relative}.video-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.video-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fffaf0d9,#fff0dccc,#faebd7d9);z-index:-1}.about{background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.about-card{padding:2rem;background:#32323cd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:15px;transition:all .3s ease;text-align:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 6px 20px #00000026}.about-card:hover{transform:translateY(-10px);box-shadow:0 12px 35px #00000040;background:#3c3c46f2;border-color:#ff7a0080}.about-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:var(--gradient);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff}.about-card h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.about-card p{color:#fffffff2;line-height:1.6}.transformation-section{margin-bottom:4rem}.transformation-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:#64646ebf;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:3rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 15px 50px #00000026;overflow:hidden}.transformation-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0003}.transformation-image img{width:100%;height:auto;display:block;border-radius:20px;transition:transform .5s ease}.transformation-content:hover .transformation-image img{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ff7a001a,#ff9e000d);pointer-events:none;border-radius:20px}.transformation-text{color:#fff}.transformation-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;line-height:1.2;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.transformation-description{font-size:1.1rem;line-height:1.8;color:#fffffff2;margin-bottom:2rem;text-align:justify}.transformation-cta{display:inline-block;padding:1rem 2.5rem;background:var(--gradient);color:#fff;font-weight:600;font-size:1.1rem;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #ff7a004d}.transformation-cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff7a0066}.about-mission{display:grid;grid-template-columns:350px 1fr;gap:0;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;color:#fff;overflow:hidden;box-shadow:0 15px 50px #0003;border:1px solid rgba(255,255,255,.1);margin-bottom:3rem}.mission-image{position:relative;overflow:hidden}.mission-image img{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .5s ease;display:block}.about-mission:hover .mission-image img{transform:scale(1.05)}.mission-text-container{padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:center}.mission-content h3{font-size:1.8rem;margin-bottom:1rem;font-weight:700}.mission-content p{font-size:.95rem;line-height:1.7;opacity:.95;margin-bottom:.75rem}.mission-content p:last-of-type{margin-bottom:1.5rem}.mission-stats{display:flex;flex-direction:row;justify-content:space-between;gap:.75rem}.stat{text-align:center;padding:1rem 1.25rem;background:linear-gradient(135deg,#ff7a0040,#ff9e0026);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:2px solid rgba(255,122,0,.4);flex:1;transition:all .3s ease;box-shadow:0 4px 15px #ff7a0033}.stat:hover{background:linear-gradient(135deg,#ff7a0066,#ff9e004d);border-color:#ff7a00b3;transform:translateY(-3px);box-shadow:0 8px 25px #ff7a0059}.stat-number{font-size:1.75rem;font-weight:800;margin-bottom:.25rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.stat-label{font-size:.85rem;font-weight:600;color:#fffffff2;text-transform:uppercase;letter-spacing:.5px}@media(max-width:968px){.about-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.transformation-content{grid-template-columns:1fr;gap:2rem;padding:2rem}.transformation-title{font-size:2rem}.transformation-description{font-size:1rem;text-align:left}.transformation-cta{width:100%;text-align:center}.about-mission{grid-template-columns:1fr}.mission-image{height:300px}.mission-text-container{padding:2rem}.mission-content h3{font-size:1.8rem}.mission-content p{font-size:1rem;text-align:left}.mission-stats{flex-direction:row;gap:.75rem}.stat{padding:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}}@media(max-width:640px){.about-grid{grid-template-columns:1fr}.transformation-content{padding:1.5rem}.transformation-title{font-size:1.75rem}.transformation-description{font-size:.95rem}.mission-image{height:250px}.mission-text-container{padding:1.5rem}.mission-content h3{font-size:1.5rem;margin-bottom:1rem}.mission-content p{font-size:.95rem;margin-bottom:.75rem}.mission-stats{flex-direction:column;gap:.5rem}.stat{padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;gap:1rem}.stat-number{font-size:1.5rem;margin-bottom:0}.stat-label{font-size:.85rem}}.about-page{display:flex;flex-direction:column;min-height:100vh;position:relative}.about-page-content{flex:1;padding-top:80px}.about-page .video-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.about-page .video-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fffaf0d9,#fff0dccc,#faebd7d9);z-index:-1}.technologies{background:transparent;padding:5rem 0}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.tech-category{background:#64646ebf;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 25px #0000001a}.tech-category:hover{transform:translateY(-5px);background:#6e6e78d9;box-shadow:0 15px 35px #00000026;border-color:#ff7a0080}.tech-category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.tech-category-icon{font-size:2rem;width:50px;height:50px;background:#ff7a0033;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.tech-category:hover .tech-category-icon{background:var(--gradient);transform:scale(1.1)}.tech-category-header h3{font-size:1.2rem;color:#fff;font-weight:700;margin:0}.tech-items{display:flex;flex-direction:column;gap:.75rem}.tech-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#ffffff0d;border-radius:10px;transition:all .2s ease}.tech-item:hover{background:#ff7a0026}.tech-name{color:#fff;font-weight:600;font-size:.95rem}.tech-description{color:#ffffffb3;font-size:.85rem}@media(max-width:768px){.tech-grid{grid-template-columns:1fr}.tech-category-header{flex-direction:column;text-align:center}.tech-item{flex-direction:column;text-align:center;gap:.25rem}}.technologies-page{display:flex;flex-direction:column;min-height:100vh;position:relative}.technologies-page-content{flex:1;padding-top:80px}.technologies-page .video-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.technologies-page .video-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fffaf0d9,#fff0dccc,#faebd7d9);z-index:-1}.admin-panel{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fffffff2;padding:1.5rem 2rem;border-radius:15px;box-shadow:0 4px 15px #0000001a}.admin-header-left{display:flex;align-items:center;gap:1.5rem}.admin-logo{height:60px;width:auto}.admin-header h1{color:#1f2937;margin:0;font-size:1.75rem}.admin-welcome{color:#6b7280;margin:.25rem 0 0;font-size:.9rem}.admin-header-actions{display:flex;gap:1rem;align-items:center}.back-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#e5451f,#ff6b45);color:#fff;text-decoration:none;border-radius:10px;font-weight:500;transition:all .3s ease}.back-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #e5451f66}.logout-button{padding:.75rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:10px;font-weight:500;cursor:pointer;transition:all .3s ease}.logout-button:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 15px #ef444466}.admin-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:#fffffff2;padding:.5rem;border-radius:12px;box-shadow:0 4px 15px #0000001a}.admin-tabs button{padding:.75rem 1.5rem;border:none;background:transparent;color:#6b7280;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s ease}.admin-tabs button:hover{background:#e5451f1a;color:#e5451f}.admin-tabs button.active{background:linear-gradient(135deg,#e5451f,#ff6b45);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fffffff2;padding:1.5rem;border-radius:15px;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.stat-icon{font-size:2.5rem}.stat-number{font-size:2rem;font-weight:700;color:#1f2937}.stat-label{color:#6b7280;font-size:.875rem;font-weight:500}.filters{background:#fffffff2;padding:1.5rem;border-radius:15px;margin-bottom:2rem;box-shadow:0 4px 15px #0000001a}.filter-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.filter-buttons button{padding:.5rem 1.25rem;border:2px solid #e5e7eb;background:#fff;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease;color:#6b7280}.filter-buttons button:hover{border-color:#e5451f;color:#e5451f}.filter-buttons button.active{background:linear-gradient(135deg,#e5451f,#ff6b45);color:#fff;border-color:transparent}.search-input{width:100%;padding:.75rem 1.25rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease}.search-input:focus{outline:none;border-color:#e5451f;box-shadow:0 0 0 3px #e5451f1a}.contacts-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem}.contacts-list{background:#fffffff2;padding:1.5rem;border-radius:15px;box-shadow:0 4px 15px #0000001a}.contacts-list h2{color:#1f2937;margin-bottom:1.5rem}.contacts-grid{display:flex;flex-direction:column;gap:1rem;max-height:70vh;overflow-y:auto;padding-right:.5rem}.contacts-grid::-webkit-scrollbar{width:8px}.contacts-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.contacts-grid::-webkit-scrollbar-thumb{background:#e5451f;border-radius:10px}.contact-card{padding:1.25rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#fff}.contact-card:hover{border-color:#e5451f;box-shadow:0 4px 15px #e5451f33;transform:translate(5px)}.contact-card.selected{border-color:#e5451f;background:linear-gradient(to right,rgba(229,69,31,.05),transparent)}.contact-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.contact-card-header h3{margin:0;color:#1f2937;font-size:1.125rem}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;color:#fff;font-weight:600;text-transform:uppercase}.contact-card-info p{margin:.5rem 0;color:#4b5563;font-size:.875rem}.contact-card-info strong{color:#1f2937}.contact-date{color:#9ca3af;font-size:.75rem;margin-top:.75rem}.no-results{text-align:center;padding:3rem;color:#9ca3af;font-size:1.125rem}.contact-detail{background:#fffffff2;border-radius:15px;box-shadow:0 4px 15px #0000001a;max-height:85vh;overflow-y:auto;position:sticky;top:2rem}.detail-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #e5e7eb;background:linear-gradient(135deg,#e5451f,#ff6b45);color:#fff;border-radius:15px 15px 0 0}.detail-header h2{margin:0;font-size:1.25rem}.close-button{background:#fff3;border:none;color:#fff;font-size:1.5rem;width:35px;height:35px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.close-button:hover{background:#ffffff4d;transform:rotate(90deg)}.detail-content{padding:1.5rem}.detail-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.detail-section:last-child{border-bottom:none}.detail-section h3{color:#1f2937;margin-bottom:.75rem;font-size:1rem}.detail-section p{margin:.5rem 0;color:#4b5563}.detail-section a{color:#e5451f;text-decoration:none}.detail-section a:hover{text-decoration:underline}.message-content{background:#f9fafb;padding:1rem;border-radius:8px;border-left:4px solid #E5451F;white-space:pre-wrap;line-height:1.6}.status-select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;background:#fff}.status-select:focus{outline:none;box-shadow:0 0 0 3px #e5451f1a}.detail-actions{margin-top:1.5rem}.delete-button{width:100%;padding:.75rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.delete-button:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 15px #ef44444d}.users-section{background:#fffffff2;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #0000001a}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.users-header h2{margin:0;color:#1f2937}.create-user-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#e5451f,#ff6b45);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.create-user-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #e5451f66}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.user-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;transition:all .3s ease}.user-card:hover{border-color:#e5451f;box-shadow:0 4px 15px #e5451f1a}.user-avatar{width:50px;height:50px;background:linear-gradient(135deg,#e5451f,#ff6b45);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.user-info{flex:1}.user-info h3{margin:0 0 .25rem;color:#1f2937;font-size:1.1rem}.user-info p{margin:0 0 .5rem;color:#6b7280;font-size:.9rem}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.role-badge.admin{background:#e5451f1a;color:#e5451f}.role-badge.user{background:#6b72801a;color:#6b7280}.user-actions{display:flex;flex-direction:column;gap:.5rem}.edit-btn,.delete-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease}.edit-btn{background:#e5e7eb;color:#374151}.edit-btn:hover{background:#d1d5db}.delete-btn{background:#fee2e2;color:#dc2626}.delete-btn:hover{background:#fecaca}.settings-section{max-width:600px}.settings-section h2{color:#fff;margin-bottom:2rem}.settings-card{background:#fffffff2;padding:2rem;border-radius:15px;margin-bottom:1.5rem;box-shadow:0 4px 15px #0000001a}.settings-card h3{margin:0 0 1rem;color:#1f2937}.settings-card p{color:#6b7280;margin:0 0 1rem}.settings-info p{margin:.5rem 0;color:#4b5563}.settings-info strong{color:#1f2937}.change-password-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#e5451f,#ff6b45);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.change-password-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #e5451f66}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:15px;width:100%;max-width:450px;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;color:#1f2937;font-size:1.25rem}.modal-close{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;transition:color .3s ease}.modal-close:hover{color:#1f2937}.modal-content form{padding:1.5rem}.modal-content .form-group{margin-bottom:1.25rem}.modal-content .form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.modal-content .form-group input,.modal-content .form-group select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease}.modal-content .form-group input:focus,.modal-content .form-group select:focus{outline:none;border-color:#e5451f;box-shadow:0 0 0 3px #e5451f1a}.modal-error{padding:.75rem;background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:.9rem;margin-bottom:1rem}.modal-success{padding:.75rem;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:8px;color:#2e7d32;font-size:.9rem;margin-bottom:1rem}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.cancel-btn,.submit-btn{flex:1;padding:.75rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-btn{background:#e5e7eb;color:#374151}.cancel-btn:hover{background:#d1d5db}.submit-btn{background:linear-gradient(135deg,#e5451f,#ff6b45);color:#fff}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #e5451f66}.loading{text-align:center;padding:4rem;color:#fff;font-size:1.5rem;font-weight:600}@media(max-width:1200px){.contacts-layout{grid-template-columns:1fr}.contact-detail{position:fixed;top:0;left:0;right:0;bottom:0;max-height:100vh;border-radius:0;z-index:1000}}@media(max-width:768px){.admin-panel{padding:1rem}.admin-header{flex-direction:column;gap:1rem;text-align:center}.admin-header-left{flex-direction:column;gap:1rem}.admin-header h1{font-size:1.5rem}.admin-tabs{flex-wrap:wrap}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.filter-buttons{justify-content:center}.filter-buttons button{font-size:.875rem;padding:.5rem 1rem}.users-grid{grid-template-columns:1fr}.user-card{flex-direction:column;text-align:center}.user-actions{flex-direction:row}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2rem}.login-container{background:#fffffffa;border-radius:20px;padding:3rem;max-width:450px;width:100%;box-shadow:0 20px 60px #0006;animation:slideIn .5s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.login-logo{text-align:center;margin-bottom:1.5rem}.login-logo img{height:80px;width:auto}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{color:#1f2937;margin-bottom:.5rem;font-size:1.75rem}.login-header p{color:#6b7280;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151;font-weight:500;font-size:.95rem}.form-group input{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.form-group input:focus{outline:none;border-color:#e5451f;box-shadow:0 0 0 3px #e5451f1a}.error-message{padding:.875rem;background:#fee;border:1px solid #fcc;border-radius:10px;color:#c33;font-size:.9rem;text-align:center;animation:shake .3s ease}.success-message{padding:.875rem;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:10px;color:#2e7d32;font-size:.9rem;text-align:center}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.login-button{padding:1rem;background:linear-gradient(135deg,#e5451f,#ff6b45);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #e5451f66}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-options{text-align:center;margin-top:1rem}.forgot-password-btn{background:none;border:none;color:#e5451f;font-size:.9rem;cursor:pointer;transition:all .3s ease}.forgot-password-btn:hover{color:#ff6b45;text-decoration:underline}.login-footer{margin-top:2rem;text-align:center}.back-link{color:#e5451f;text-decoration:none;font-weight:500;transition:all .3s ease}.back-link:hover{color:#ff6b45;text-decoration:underline}.back-link-btn{background:none;border:none;color:#e5451f;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.back-link-btn:hover{color:#ff6b45;text-decoration:underline}@media(max-width:640px){.login-container{padding:2rem}.login-header h1{font-size:1.5rem}.login-logo img{height:60px}}:root{--primary-color: #E5451F;--primary-light: #FF6B45;--secondary-color: #4A4A4A;--text-dark: #3A3A3A;--text-light: #6A6A6A;--gray-light: #9A9A9A;--bg-light: #F5F5F5;--bg-white: #FFFFFF;--gradient: linear-gradient(135deg, #E5451F 0%, #FF6B45 100%)}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--bg-light);min-height:100vh}html{background:var(--bg-light)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.2rem;max-width:600px;margin:0 auto 4rem}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit}
