*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f5f5;color:#333}main{min-height:calc(100vh - 70px);padding:2rem}a{text-decoration:none;color:inherit}ul{list-style:none}.navbar{background-color:#000;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand a{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.navbar-brand a img{height:auto;width:150px;padding-top:5px}.navbar-brand a:hover{color:orange}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}@media(max-width:768px){.nav-menu{position:fixed;left:-100%;top:85px;flex-direction:column;background-color:#000;width:100%;text-align:center;transition:left .3s ease;padding:2rem 0;gap:1rem}.nav-menu.active{left:0}}.nav-item a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-item a:hover{color:orange}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0;gap:.5rem}.hamburger span{width:25px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}@media(max-width:768px){.hamburger{display:flex}}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(9.5px,9px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.social-links-desktop{display:flex;gap:1.5rem;align-items:center}@media(max-width:768px){.social-links-desktop{display:none}}.social-links-desktop a{color:#fff;text-decoration:none;font-size:1.3rem;transition:color .3s ease}.social-links-desktop a:hover{color:orange}.nav-social-mobile{display:none;list-style:none;padding:0;margin:0}@media(max-width:768px){.nav-social-mobile{display:flex;justify-content:center;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:1.5rem}}.nav-social-mobile a{color:#fff;text-decoration:none;font-size:1.3rem;transition:color .3s ease}.nav-social-mobile a:hover{color:orange}.hero{position:relative;width:100%;height:100vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:-1}.hero-content{position:relative;z-index:10;text-align:center;color:#fff;max-width:800px;padding:2rem;animation:fadeInUp 1s ease-out}.hero-logo{margin-bottom:3rem;animation:fadeInDown 1s ease-out}.hero-logo .logo-image{max-width:150px;height:auto;object-fit:contain}@media(max-width:768px){.hero-logo .logo-image{max-width:100px}}.hero-text{margin-bottom:3rem}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-shadow:3px 5px 5px rgb(0,0,0)}@media(max-width:1024px){.hero-title{font-size:2.5rem}}@media(max-width:768px){.hero-title{font-size:2rem}}@media(max-width:480px){.hero-title{font-size:1.5rem}}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1rem;text-shadow:3px 5px 5px rgb(0,0,0)}@media(max-width:768px){.hero-subtitle{font-size:1.25rem}}@media(max-width:480px){.hero-subtitle{font-size:1rem}}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.95;text-shadow:3px 5px 5px rgb(0,0,0)}@media(max-width:768px){.hero-description{font-size:1rem}}@media(max-width:480px){.hero-description{font-size:.9rem}}.hero-cta{animation:fadeInUp 1.2s ease-out}.cta-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;background-color:orange;color:#fff;border-radius:5px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ffa5004d;text-transform:uppercase;letter-spacing:1px}.cta-button:active{transform:translateY(0)}@media(max-width:768px){.cta-button{padding:.8rem 2rem;font-size:1rem}}@media(max-width:480px){.cta-button{padding:.7rem 1.5rem;font-size:.9rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{min-height:400px}.hero-content{padding:1.5rem}.hero-logo,.hero-text{margin-bottom:2rem}}@media(max-width:480px){.hero{min-height:350px}.hero-content{padding:1rem}.hero-logo,.hero-text{margin-bottom:1.5rem}}.projects{padding:4rem 2rem;background-color:#fff}@media(max-width:768px){.projects{padding:3rem 1.5rem}}@media(max-width:480px){.projects{padding:2rem 1rem}}.projects-container{max-width:1200px;margin:0 auto}.process-section{margin-bottom:4rem}.process-title{font-size:1.8rem;color:#333;text-align:center;margin-bottom:3rem}@media(max-width:768px){.process-title{font-size:1.5rem;margin-bottom:2rem}}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}@media(max-width:768px){.process-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.process-grid{grid-template-columns:1fr;gap:1rem}}.process-card{background:linear-gradient(135deg,#f9f9f9,#fff);padding:2rem;border-radius:10px;border:1px solid #e0e0e0;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.process-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #0000001f;border-color:orange}@media(max-width:768px){.process-card{padding:1.5rem}}.step-number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:orange;color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-title{font-size:1.2rem;color:#333;margin-bottom:.8rem;font-weight:600}.step-description{color:#666;font-size:.95rem;line-height:1.6}.carousel-section{background-color:#f9f9f9;padding:3rem 2rem;border-radius:10px}@media(max-width:768px){.carousel-section{padding:2rem 1.5rem}}@media(max-width:480px){.carousel-section{padding:1.5rem 1rem}}.carousel-title{font-size:1.8rem;color:#333;text-align:center;margin-bottom:2.5rem}@media(max-width:768px){.carousel-title{font-size:1.5rem;margin-bottom:2rem}}.carousel-container{position:relative;max-width:800px;margin:0 auto 2rem}.carousel-inner{position:relative;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.carousel-item{display:none}.carousel-item.active{display:block;animation:fadeIn .3s ease}.comparison-slider{position:relative;width:100%;overflow:hidden;background:#000;aspect-ratio:4/3;cursor:pointer}@media(max-width:768px){.comparison-slider{aspect-ratio:3/2}}@media(max-width:480px){.comparison-slider{aspect-ratio:2/1.5}}.comparison-base{width:100%;height:100%;object-fit:cover;display:block}.comparison-after{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease;overflow:hidden}.comparison-slider:hover .comparison-after{opacity:1}@media(max-width:768px){.comparison-slider.show-after .comparison-after{opacity:1}.comparison-slider.show-after .comparison-label-before{opacity:0}.comparison-slider.show-after .comparison-label-after{opacity:1}}.comparison-image{width:100%;height:100%;object-fit:cover}.comparison-label-before,.comparison-label-after{position:absolute;padding:.5rem 1rem;background-color:#0009;color:#fff;font-size:.9rem;font-weight:600;border-radius:5px;z-index:5;letter-spacing:.5px}.comparison-label-before{top:15px;left:15px;transition:opacity .3s ease}@media(min-width:769px){.comparison-slider:hover .comparison-label-before{opacity:0}}.comparison-label-after{top:15px;right:15px;opacity:0;transition:opacity .3s ease}@media(min-width:769px){.comparison-slider:hover .comparison-label-after{opacity:1}}.project-title{text-align:center;font-size:1.2rem;color:#333;margin-top:1.5rem;font-weight:600}@media(max-width:768px){.project-title{font-size:1.1rem;margin-top:1rem}}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffa500e6;color:#fff;border:none;width:50px;height:50px;font-size:1.5rem;cursor:pointer;border-radius:5px;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.carousel-btn:hover{background-color:orange;transform:translateY(-50%) scale(1.1)}@media(max-width:768px){.carousel-btn{width:40px;height:40px;font-size:1.2rem}}@media(max-width:480px){.carousel-btn{width:35px;height:35px;font-size:1rem}}.carousel-btn-prev{left:20px}@media(max-width:768px){.carousel-btn-prev{left:10px}}.carousel-btn-next{right:20px}@media(max-width:768px){.carousel-btn-next{right:10px}}.carousel-indicators{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}@media(max-width:480px){.carousel-indicators{gap:.75rem;margin-bottom:1rem}}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid #ffa500;background-color:transparent;cursor:pointer;transition:all .3s ease}.indicator.active{background-color:orange;width:35px;border-radius:6px}.indicator:hover{background-color:#ffa50080}@media(max-width:480px){.indicator{width:10px;height:10px}.indicator.active{width:30px}}.carousel-counter{text-align:center;color:#666;font-size:.95rem;font-weight:600}.about{padding:4rem 2rem;background-color:#fff}@media(max-width:768px){.about{padding:3rem 1.5rem}}@media(max-width:480px){.about{padding:2rem 1rem}}.about-container{max-width:1200px;margin:0 auto}.section-subtitle-alt{font-size:1.8rem;color:#333;text-align:center;margin-bottom:3rem;font-weight:600}@media(max-width:768px){.section-subtitle-alt{font-size:1.5rem;margin-bottom:2rem}}.company-story{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;margin-bottom:4rem;align-items:center}@media(max-width:968px){.company-story{grid-template-columns:1fr;gap:2rem}}.story-content .story-title{font-size:1.8rem;color:#333;margin-bottom:1.5rem;font-weight:700}.story-content .story-text{font-size:1rem;color:#555;line-height:1.8;margin-bottom:1.5rem}@media(max-width:768px){.story-content .story-text{font-size:.95rem}}.story-visual{display:flex;align-items:center;justify-content:center}.story-highlight{background:linear-gradient(135deg,orange,#cc8400);color:#fff;padding:3rem 2rem;border-radius:15px;font-size:1.3rem;font-weight:600;text-align:center;letter-spacing:1px;box-shadow:0 10px 30px #ffa50033}@media(max-width:768px){.story-highlight{font-size:1.1rem;padding:2rem 1.5rem}}.comparison-section{margin-bottom:4rem}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media(max-width:768px){.comparison-grid{grid-template-columns:1fr}}.comparison-card{background:#f9f9f9;padding:2rem;border-radius:10px;border:2px solid #e0e0e0;transition:all .3s ease}.comparison-card:hover{border-color:orange;transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.comparison-card.highlight-card{background:linear-gradient(135deg,#ffa5000d,#ffa5001a);border-color:orange}@media(max-width:768px){.comparison-card{padding:1.5rem}}.comparison-title{font-size:1.3rem;color:#333;margin-bottom:1.5rem;font-weight:600}.comparison-list{list-style:none;padding:0;font-size:.95rem;color:#555}.comparison-list li{padding:.6rem 0;line-height:1.6}.comparison-list li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.05)}.comparison-text{font-size:1rem;color:#555;line-height:1.8}.video-showcase{margin-bottom:4rem;background:#f9f9f9;padding:3rem 2rem;border-radius:15px}@media(max-width:768px){.video-showcase{padding:2rem 1.5rem}}.showcase-title{font-size:1.8rem;color:#333;text-align:center;margin-bottom:2.5rem;font-weight:600}@media(max-width:768px){.showcase-title{font-size:1.5rem;margin-bottom:2rem}}.video-player-container{display:grid;grid-template-columns:1fr auto;gap:2rem;max-height:600px}@media(max-width:968px){.video-player-container{grid-template-columns:1fr;max-height:500px}}@media(max-width:768px){.video-player-container{max-height:none}}.main-video{background:#000;border-radius:10px;overflow:hidden;box-shadow:0 8px 20px #00000026;height:100%;display:flex;flex-direction:column}.main-video video{width:100%;height:100%;object-fit:contain;display:block;flex:1}.main-video .video-title{background:#333;color:#fff;padding:1rem;margin:0;font-size:1rem;text-align:center;flex-shrink:0}.video-thumbnails{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.5rem;flex:1}@media(max-width:968px){.video-thumbnails{flex-direction:row;overflow-x:auto;overflow-y:hidden;padding-bottom:1rem;padding-right:0}}@media(max-width:480px){.video-thumbnails{flex-direction:row;gap:.75rem}}.video-thumbnail{position:relative;border:3px solid #e0e0e0;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:none;padding:0}@media(max-width:968px){.video-thumbnail{min-width:100px;min-height:100px}}.video-thumbnail img{width:90px;height:100%;object-fit:cover;display:block}.video-thumbnail .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffa500e6;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;opacity:0;transition:opacity .3s ease}.video-thumbnail .thumb-title{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;padding:.5rem;margin:0;font-size:.75rem;opacity:0;transition:opacity .3s ease}.video-thumbnail:hover{border-color:orange}.video-thumbnail:hover .play-icon,.video-thumbnail:hover .thumb-title{opacity:1}.video-thumbnail.active{border-color:orange;box-shadow:0 0 10px #ffa50080}.features-section{margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media(max-width:768px){.features-grid{gap:1.5rem}}.feature-card{background:linear-gradient(135deg,#f9f9f9,#fff);padding:2rem;border-radius:10px;border:1px solid #e0e0e0;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001f;border-color:orange}@media(max-width:768px){.feature-card{padding:1.5rem}}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-title{font-size:1.1rem;color:#333;margin-bottom:.8rem;font-weight:600}.feature-description{color:#666;font-size:.95rem;line-height:1.6;margin:0}.cta-section{background:linear-gradient(135deg,#333,#262626);color:#fff;padding:3rem 2rem;border-radius:15px;text-align:center}@media(max-width:768px){.cta-section{padding:2rem 1.5rem}}.cta-title{font-size:1.8rem;margin-bottom:1rem;font-weight:700}@media(max-width:768px){.cta-title{font-size:1.5rem}}.cta-text{font-size:1rem;margin-bottom:2rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-button{display:inline-block;padding:1rem 2.5rem;background-color:orange;color:#fff;text-decoration:none;border-radius:5px;font-size:1rem;font-weight:600;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.cta-button:hover{background-color:#cc8400;transform:translateY(-2px);box-shadow:0 6px 20px #ffa50066}@media(max-width:480px){.cta-button{padding:.8rem 2rem;font-size:.95rem}}.contact{padding:4rem 2rem;background-color:#fff}@media(max-width:768px){.contact{padding:3rem 1.5rem}}@media(max-width:480px){.contact{padding:2rem 1rem}}.contact-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}@media(max-width:768px){.section-header{margin-bottom:3rem}}.section-title{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:700}@media(max-width:768px){.section-title{font-size:2rem}}@media(max-width:480px){.section-title{font-size:1.5rem}}.section-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}@media(max-width:768px){.section-subtitle{font-size:1rem}}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media(max-width:968px){.contact-content{gap:3rem}}@media(max-width:768px){.contact-content{grid-template-columns:1fr;gap:2rem}}.contact-info{display:flex;flex-direction:column;gap:2rem}@media(max-width:768px){.contact-info{flex-direction:row;flex-wrap:wrap}}.info-card{background:#f9f9f9;padding:2rem;border-radius:10px;border:1px solid #e0e0e0;transition:all .3s ease;place-items:center}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a;border-color:orange}@media(max-width:768px){.info-card{flex:1;min-width:calc(50% - 1rem)}}@media(max-width:768px)and (max-width:480px){.info-card{flex:1 1 100%}}.info-card-video{position:relative;background:#000;padding:0;overflow:hidden}.card-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);z-index:1}.card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000008c;z-index:2}.card-content{position:relative;z-index:3;padding:2rem;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff}.info-card-video .info-icon{color:orange}.info-card-video .info-title{color:#fff}.info-card-video .info-text{color:#ddd}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-title{font-size:1.2rem;color:#333;margin-bottom:.5rem;font-weight:600}.info-text{color:#666;font-size:.95rem;line-height:1.6}.contact-form{background:#f9f9f9;padding:2rem;border-radius:10px;border:1px solid #e0e0e0}@media(max-width:768px){.contact-form{padding:1.5rem}}@media(max-width:480px){.contact-form{padding:1rem}}.form-group{margin-bottom:1.5rem}.form-group:last-of-type{margin-bottom:2rem}.form-label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:5px;font-size:.95rem;font-family:inherit;background-color:#fff;color:#333;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:orange;box-shadow:0 0 0 3px #ffa5001a}.form-input::placeholder,.form-textarea::placeholder{color:#999}.form-textarea{resize:vertical;min-height:120px}.error-message{color:#e74c3c;font-size:.9rem;padding:.75rem 1rem;background-color:#e74c3c1a;border-radius:5px;margin-bottom:1.5rem;border-left:3px solid #e74c3c}.form-button{width:100%;padding:1rem;background-color:orange;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.form-button:hover:not(:disabled){background-color:#cc8400;transform:translateY(-2px);box-shadow:0 6px 20px #ffa5004d}.form-button:active:not(:disabled){transform:translateY(0)}.form-button:disabled{opacity:.7;cursor:not-allowed}@media(max-width:480px){.form-button{padding:.9rem;font-size:.95rem}}.success-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.success-popup{background-color:#fff;padding:2.5rem;border-radius:10px;max-width:400px;text-align:center;box-shadow:0 10px 40px #0003;animation:slideUp .5s ease}@media(max-width:480px){.success-popup{padding:2rem;max-width:90%}}.success-icon{font-size:3.5rem;color:#27ae60;margin-bottom:1rem;display:inline-block;width:60px;height:60px;line-height:60px;background-color:#27ae601a;border-radius:50%}.success-title{font-size:1.5rem;color:#333;margin-bottom:.5rem;font-weight:700}@media(max-width:480px){.success-title{font-size:1.3rem}}.success-message{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.popup-close-btn{padding:.75rem 2rem;background-color:orange;color:#fff;border:none;border-radius:5px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.popup-close-btn:hover{background-color:#cc8400;transform:translateY(-2px)}.popup-close-btn:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
