*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:600}a{text-decoration:none;color:inherit}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;background-color:#007bff;color:#fff;border:none;border-radius:5px;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.btn:hover{background-color:#0056b3;transform:translateY(-2px)}.btn-primary{background-color:#007bff}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#5a6268}.text-center{text-align:center}.section{padding:80px 0}.layout{min-height:100vh;display:flex;flex-direction:column}main{flex:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up.animate{animation:fadeInUp .8s ease-out forwards}@media (max-width: 768px){.container{padding:0 15px}}.navbar{background-color:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 30px #0000001a;border-bottom:1px solid rgba(255,255,255,.3);padding:.5rem 0;position:sticky;top:0;z-index:100}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.navbar-logo{font-size:1.5rem;font-weight:700;color:#0a74ee;text-decoration:none;display:flex;align-items:center}.logo-image{height:80px;width:auto;margin-right:20px;margin-top:-5px;margin-bottom:-10px}.navbar-menu{display:flex;list-style:none;margin:0;padding:0}.navbar-menu li{margin-left:2rem}.navbar-menu a{color:#333;text-decoration:none;font-weight:500;font-size:1.5rem;transition:color .3s}.navbar-menu a:hover{color:#ffb400}.navbar-right{display:flex;align-items:center;gap:1rem}.search-btn span{font-size:1.2rem}.hamburger{display:none;flex-direction:column;cursor:pointer;background:none;border:none;padding:0}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s;transform-origin:center}.hamburger.active .bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.navbar{padding:.5rem}.navbar-container{padding:0 10px;position:relative}.navbar-menu{position:fixed;top:56px;right:-80vw;width:50vw;height:auto;max-height:calc(100vh - 70px);overflow-y:auto;background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;justify-content:flex-start;padding:0;box-shadow:-4px 0 12px #00000026;transition:right .3s ease;z-index:100;color:#fff;border-radius:0 0 12px 12px}.navbar-menu.active{right:0}.menu-header{display:flex;justify-content:flex-end;padding:1rem 2rem .5rem;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:.5rem}.close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s}.close-btn:hover{background-color:#ffffff1a}.navbar-menu li{margin:0;border-bottom:1px solid rgba(255,255,255,.2)}.navbar-menu li:last-child{border-bottom:none}.navbar-menu li.menu-header{border-bottom:1px solid rgba(255,255,255,.2)}.navbar-menu a{color:#fff;font-size:1.1rem;padding:1rem 2rem;display:block;transition:all .3s ease;text-decoration:none;width:100%;box-sizing:border-box}.navbar-menu a:hover{background-color:#ffffff1a;color:#ffb400;padding-left:2.5rem}.navbar-right{gap:.5rem}.search-btn{display:flex}.language-selector,.contact-btn{display:none}.hamburger{display:flex}.logo-image{height:50px}}.footer{background-color:#001c3d;color:#fff;padding:2rem 0 1rem;margin-top:auto}.footer-content h3,.footer-content p,.footer-content .contact-info p{color:#fff}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;padding:0 20px;flex-wrap:wrap}.footer-content h3,.footer-links h4{color:#ffb400;margin-bottom:1rem}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#ffb400}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.home{color:#333}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;color:#fff}.hero-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:-1}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-content p{font-size:1.3rem;margin-bottom:2.5rem;font-weight:300;line-height:1.6;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-buttons .btn{font-size:1.1rem;padding:15px 30px;min-width:150px}.hero-buttons .btn-secondary{background-color:#fff3;border:2px solid rgba(255,255,255,.5);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.hero-buttons .btn-secondary:hover{background-color:#ffffff4d;border-color:#ffffffb3}.features{background-color:#f8f9fa;position:relative;z-index:1}.features h2{font-size:2.5rem;margin-bottom:3rem;color:#333;font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;text-align:center}.feature:hover{transform:translateY(-5px);box-shadow:0 8px 32px #0003;background-color:#ffffff4d}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature h3{color:#333;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.feature p{color:#666;line-height:1.6}.cta-section{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;position:relative;z-index:1}.cta-section h2{font-size:2.2rem;margin-bottom:1rem;font-weight:600}.cta-section p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.stats{background-color:#fff;position:relative;z-index:1}.stat{padding:2rem 0}.stat-number{font-size:3rem;font-weight:700;color:#007bff;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#666;font-weight:500}.new-launch-badge{display:inline-flex;align-items:center;background:#ffffff26;border:1px solid rgba(255,255,255,.3);padding:8px 16px;border-radius:30px;font-size:.95rem;font-weight:500;margin-bottom:1.5rem;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease}.new-launch-badge:hover{background:#ffffff40;transform:translateY(-2px)}.badge-pulse{display:inline-block;width:8px;height:8px;background-color:#0f8;border-radius:50%;margin-right:10px;box-shadow:0 0 #00ff88b3;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #00ff88b3}70%{box-shadow:0 0 0 10px #0f80}to{box-shadow:0 0 #0f80}}.featured-product{background:linear-gradient(to bottom,#f8f9fa,#fff);position:relative;z-index:1;padding:5rem 0;overflow:hidden}.product-showcase-card{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#111827,#1f2937);border-radius:24px;padding:4rem;color:#fff;box-shadow:0 20px 40px #00000026;position:relative;overflow:hidden;gap:2rem}.product-showcase-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#007bff1a,#0000 70%);pointer-events:none}.product-info{flex:1;max-width:500px;position:relative;z-index:2;text-align:left}.product-label{display:inline-block;background:#007bff;color:#fff;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.product-info h2{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.product-info p{font-size:1.1rem;color:#9ca3af;margin-bottom:2rem;line-height:1.6}.product-highlights{list-style:none;padding:0;margin-bottom:2.5rem}.product-highlights li{font-size:1.05rem;margin-bottom:.8rem;color:#e5e7eb;display:flex;align-items:center}.pulse-btn{box-shadow:0 4px 15px #007bff66;transition:all .3s ease}.pulse-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #007bff99}.product-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.floating-mockup{animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.mockup-frame{width:260px;height:520px;background:#374151;border-radius:40px;padding:12px;box-shadow:0 25px 50px -12px #00000080;border:4px solid #4b5563}.mockup-screen{background:#000;width:100%;height:100%;border-radius:30px;display:flex;justify-content:center;align-items:center;box-shadow:inset 0 0 20px #00000080;overflow:hidden}.mockup-image{width:100%;height:100%;object-fit:cover;object-position:top center}@media (max-width: 992px){.product-showcase-card{flex-direction:column;padding:3rem;text-align:center}.product-info{margin-bottom:3rem;max-width:100%}.product-highlights li{justify-content:center}}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}.features h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.stat-number{font-size:2.5rem}.product-info h2{font-size:2rem}}.about{color:#333}.about-hero{position:relative;height:60vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;color:#fff}.parallax-bg:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="a" patternUnits="userSpaceOnUse" width="30" height="30"><circle cx="15" cy="15" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="15" cy="15" r="1" fill="rgba(255,255,255,0.2)"/></pattern></defs><rect width="1000" height="1000" fill="url(%23a)"/></svg>');transform:translateZ(0);will-change:transform}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.3rem;opacity:.9;font-weight:300}.mission-vision{background-color:#f8f9fa}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.mv-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.mv-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px #00000026}.mv-icon{font-size:4rem;margin-bottom:1.5rem}.mv-card h2{font-size:2rem;color:#007bff;margin-bottom:1rem;font-weight:600}.mv-card p{line-height:1.7;color:#666}.story{background:#fff}.story-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.story-text p{margin-bottom:1.5rem;line-height:1.8;color:#555}.story-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{text-align:center;padding:2rem;background:linear-gradient(135deg,#007bff,#0056b3);border-radius:12px;color:#fff}.stat-number{font-size:2.5rem;font-weight:700;display:block;margin-bottom:.5rem}.values{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #0000000d;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001a}.value-icon{font-size:3rem;margin-bottom:1.5rem}.value-card h3{color:#007bff;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.value-card p{color:#666;line-height:1.6}.timeline{background:#fff}.timeline-container{position:relative;max-width:800px;margin:0 auto}.timeline-container:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(to bottom,#007bff,#667eea)}.timeline-item{position:relative;margin-bottom:3rem;width:50%;padding-right:2rem}.timeline-item:nth-child(2n){left:50%;padding-left:2rem;padding-right:0}.timeline-item:nth-child(2n) .timeline-content{text-align:right}.timeline-dot{position:absolute;top:1rem;right:-.5rem;width:1rem;height:1rem;background:#007bff;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 3px #007bff33}.timeline-item:nth-child(2n) .timeline-dot{left:-.5rem;right:auto}.timeline-content{background:#f8f9fa;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0000000d}.timeline-content h3{color:#007bff;margin-bottom:1rem;font-size:1.3rem}.timeline-content p{color:#666;line-height:1.6}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.mission-vision-grid,.story-content{grid-template-columns:1fr;gap:2rem}.story-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}.stat-item{flex:1;min-width:150px}.timeline-container:before{left:2rem}.timeline-item{width:100%;padding-left:4rem;padding-right:0}.timeline-item:nth-child(2n){left:0}.timeline-item:nth-child(2n) .timeline-content{text-align:left}.timeline-dot{left:1.5rem}.timeline-item:nth-child(2n) .timeline-dot{left:1.5rem}}.services-hero{position:relative;height:60vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;color:#fff}.services-main{background:#f8f9fa}.services-intro{text-align:center;margin-bottom:4rem}.services-intro h2{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:600}.services-intro p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#007bff,#667eea)}.service-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.service-card h3{color:#007bff;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.service-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{color:#555;border-bottom:1px solid #eee;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#007bff;font-weight:700}.service-features li:last-child{border-bottom:none}.process{background:#fff}.process h2{font-size:2.5rem;margin-bottom:3rem;color:#333}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-step{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;position:relative}.process-step:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);width:20px;height:20px;background:#007bff;border-radius:50%;border:3px solid #fff}.step-number{font-size:2rem;font-weight:700;color:#007bff;margin-bottom:1rem;display:block}.process-step h3{color:#333;margin-bottom:1rem;font-size:1.3rem}.process-step p{color:#666;line-height:1.6}.services-cta{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.services-cta h2{font-size:2.2rem;margin-bottom:1rem}.services-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}@media (max-width: 768px){.services-grid,.process-steps{grid-template-columns:1fr}.services-intro h2,.process h2{font-size:2rem}}.portfolio-hero{position:relative;height:60vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;color:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:600}.section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.devices-section{background:#f8f9fa}.devices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.device-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.device-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.device-image{position:relative;height:200px;overflow:hidden}.device-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.device-card:hover .device-image img{transform:scale(1.05)}.device-category{position:absolute;top:1rem;right:1rem;background:#007bffe6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500}.device-content{padding:2rem}.device-content h3{color:#007bff;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.device-content p{color:#666;line-height:1.6}.projects-section{background:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.project-card{background:#f8f9fa;padding:2.5rem;border-radius:16px;box-shadow:0 4px 16px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e9ecef}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 32px #0000001a}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-header h3{color:#007bff;font-size:1.4rem;font-weight:600;flex:1;margin-right:1rem}.project-category{background:#007bff;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;white-space:nowrap}.project-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.portfolio-stats{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:2rem 0}.stat-number{font-size:3rem;font-weight:700;display:block;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.portfolio-cta{background:#f8f9fa}.portfolio-cta h2{font-size:2.2rem;margin-bottom:1rem;color:#333}.portfolio-cta p{font-size:1.1rem;margin-bottom:2rem;color:#666}@media (max-width: 768px){.devices-grid,.projects-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.section-header h2{font-size:2rem}.project-header{flex-direction:column;align-items:flex-start}.project-header h3{margin-bottom:.5rem}}.team-hero{position:relative;height:60vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;color:#fff}.team-section{background:#f8f9fa}.section-intro{text-align:center;margin-bottom:4rem}.section-intro h2{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:600}.section-intro p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.team-member-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.team-member-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.member-image{position:relative;height:300px;overflow:hidden;background-color:#f7af29}.member-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;cursor:pointer}.member-image img.zoomed{transform:scale(1.1)}.team-member-card:hover .member-image img{transform:scale(1.05)}.member-overlay{position:absolute;inset:0;background:#007bffcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.team-member-card:hover .member-overlay{opacity:1}.member-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#fff3;border-radius:50%;color:#fff;text-decoration:none;font-size:1.5rem;transition:background .3s ease}.social-link:hover{background:#ffffff4d}.member-content{padding:2rem}.member-content h3{color:#007bff;margin-bottom:.5rem;font-size:1.4rem;font-weight:600}.member-role{color:#666;font-weight:500;margin-bottom:1rem;font-size:1rem}.member-bio{color:#555;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.member-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.culture-section{background:#fff}.culture-section h2{font-size:2.5rem;margin-bottom:3rem;color:#333}.culture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.culture-item{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;box-shadow:0 4px 16px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.culture-item:hover{transform:translateY(-5px);box-shadow:0 8px 32px #0000001a}.culture-icon{font-size:3rem;margin-bottom:1.5rem}.culture-item h3{color:#007bff;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.culture-item p{color:#666;line-height:1.6}.join-us{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.join-us h2{font-size:2.2rem;margin-bottom:1rem}.join-us p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-in-up.animate{opacity:1;transform:translateY(0)}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;cursor:pointer}.modal-content{position:relative;max-width:90%;max-height:90%;cursor:default}.modal-content img{max-width:100%;max-height:100%;object-fit:contain}.close-modal{position:absolute;top:-40px;right:0;background:#00000080;color:#fff;border:none;font-size:2rem;cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.team-grid,.culture-grid{grid-template-columns:1fr}.section-intro h2,.culture-section h2{font-size:2rem}.member-content{padding:1.5rem}.member-image{height:250px}}@media (max-width: 480px){.team-grid{grid-template-columns:1fr;gap:1rem}.member-image{height:200px}.section-intro h2{font-size:1.8rem}.member-content h3{font-size:1.2rem}.member-role,.member-bio{font-size:.9rem}}.contact{color:#333}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-height:400px;display:flex;align-items:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="a" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="1000" height="1000" fill="url(%23a)"/></svg>');opacity:.3}.contact-section{background-color:#f8f9fa;padding:80px 0}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info{background:#e7bf50;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.contact-info h2{font-size:2rem;margin-bottom:2rem;color:#333}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.info-item:last-child{border-bottom:none}.info-icon{font-size:2rem;flex-shrink:0;min-width:3rem;display:flex;align-items:center}.info-content h3{font-size:1.1rem;margin-bottom:.5rem;color:#333}.info-content p{color:#666;line-height:1.6}.info-content a{color:#007bff;text-decoration:none;transition:color .3s}.info-content a:hover{color:#0056b3}.contact-form-wrapper{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.contact-form-wrapper h2{font-size:2rem;margin-bottom:2rem;color:#333}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:.5rem;color:#333;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group textarea{resize:vertical;min-height:150px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-btn{margin-top:1rem;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 20px #007bff4d}.success-message{background-color:#d4edda;color:#155724;padding:1rem;border-radius:6px;margin-bottom:1.5rem;border:1px solid #c3e6cb;display:flex;align-items:center;gap:.75rem}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:6px;margin-bottom:1.5rem;border:1px solid #f5c6cb;display:flex;align-items:center;gap:.75rem}.faq-section{background-color:#fff}.faq-section h2{font-size:2.5rem;margin-bottom:3rem;color:#333}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.faq-item{background-color:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #007bff;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.faq-item h3{font-size:1.1rem;margin-bottom:1rem;color:#333}.faq-item p{color:#666;line-height:1.6}@media (max-width: 768px){.contact-wrapper{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.contact-hero{min-height:300px}.contact-info,.contact-form-wrapper{padding:1.5rem}.faq-grid{grid-template-columns:1fr}.contact-info h2,.contact-form-wrapper h2{font-size:1.5rem}}.product-page{padding-bottom:80px;min-height:100vh;display:flex;flex-direction:column;align-items:center;background:#fdfdfd}.product-hero{position:relative;height:60vh;width:100%;display:flex;align-items:center;background:linear-gradient(135deg,#4b6cb7,#182848);overflow:hidden;color:#fff;margin-bottom:60px}.hero-product-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 4px 15px rgba(0,0,0,.3)}.hero-product-subtitle{font-size:1.5rem;max-width:800px;margin:0 auto;line-height:1.4;opacity:.95;font-weight:400}.products-container{width:100%;max-width:1100px;padding:0 20px;display:flex;flex-direction:column;gap:50px}.product-card{background:#fffffffa;border-radius:24px;border:2px solid #007bff;box-shadow:0 15px 45px #007bff1a;overflow:hidden;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0000001f}.product-card-content{padding:60px;text-align:left}.product-item-header{display:flex;align-items:center;gap:20px;margin-bottom:15px}.product-item-logo{width:100px;height:100px;object-fit:contain;border-radius:12px}.product-item-name{font-size:2.6rem;color:#1a1a1a;font-weight:600;margin-bottom:0}.product-item-tagline{font-size:1.4rem;color:#007bff;margin-bottom:30px;font-weight:600}.product-short-description{color:#4a4a4a;font-size:1.2rem;line-height:1.8;margin-bottom:35px}.product-expanded-content{margin-top:40px;padding-top:40px;border-top:1px solid rgba(0,0,0,.05);animation:fadeIn .5s ease}.product-full-description{color:#555;font-size:1.15rem;line-height:1.8;margin-bottom:35px}.product-features-video-section{display:flex;gap:40px;align-items:flex-start;margin-bottom:40px}.product-features-box{flex:1}.product-features-box h3{color:#1a1a1a;font-size:1.6rem;margin-bottom:25px}.product-features-list{display:grid;grid-template-columns:1fr;gap:12px;list-style:none;padding:0}.product-features-list li{color:#444;font-size:1.05rem;padding-left:30px;position:relative;line-height:1.4}.product-features-list li:before{content:"✓";position:absolute;left:0;color:#007bff;font-weight:700}.product-video-frame{flex:0 0 400px;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0003;border:2px solid #fff;position:sticky;top:60px;margin-top:80px}.video-placeholder{position:relative;width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;cursor:pointer}.video-control-btn{position:absolute;width:60px;height:60px;background:#007bffcc;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;z-index:2;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:2px solid rgba(255,255,255,.2)}.video-placeholder:hover .video-control-btn{transform:scale(1.1);background:#007bfff2}.video-control-btn.playing{opacity:0}.video-placeholder:hover .video-control-btn.playing{opacity:1}.video-maximize-btn{position:absolute;top:15px;right:15px;background:#00000080;color:#fff;border:none;width:35px;height:35px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;z-index:3;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0}.video-placeholder:hover .video-maximize-btn{opacity:1}.video-maximize-btn:hover{background:#007bff;transform:scale(1.1)}.video-placeholder video{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;bottom:10px;right:15px;background:#0009;color:#fff;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.video-modal-content{position:relative;width:90%;max-width:1100px;background:#000;border-radius:12px;box-shadow:0 0 50px #00000080;padding:10px;border:1px solid rgba(255,255,255,.1)}.video-modal-content video{width:100%;border-radius:8px;display:block}.video-modal-close{position:absolute;top:-45px;right:-5px;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;transition:color .3s ease}.video-modal-close:hover{color:#ff4757}@media (max-width: 992px){.product-features-video-section{flex-direction:column}.product-video-frame{flex:none;width:100%;position:static}}.product-gallery-section{margin-top:50px}.product-gallery-section h3{color:#1a1a1a;font-size:1.6rem;margin-bottom:25px;text-align:center}.product-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-flow:dense;gap:20px}.gallery-img-wrapper{overflow:hidden;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;background:#f0f0f0;cursor:pointer}.gallery-img-wrapper.mobile-frame{aspect-ratio:9/19}.gallery-img-wrapper.web-frame{aspect-ratio:16/9;grid-column:span 2}@media (max-width: 600px){.product-gallery-grid{grid-template-columns:1fr}.gallery-img-wrapper.web-frame{grid-column:span 1}}.gallery-img-wrapper:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 25px #007bff33}.gallery-img{width:100%;height:100%;object-fit:cover;display:block}.image-lightbox-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.image-lightbox-content{position:relative;max-width:90%;max-height:90vh;display:flex;justify-content:center;align-items:center}.lightbox-img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 0 40px #0006}.image-lightbox-close{position:absolute;top:-40px;right:-10px;background:none;border:none;color:#fff;font-size:2.5rem;line-height:1;cursor:pointer;transition:color .3s ease;padding:0;z-index:10001}.image-lightbox-close:hover{color:#ff4757}.image-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-lightbox-nav:hover{background:#ffffff40;transform:translateY(-50%) scale(1.1)}.image-lightbox-nav.prev{left:-80px}.image-lightbox-nav.next{right:-80px}.lightbox-counter{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);color:#fff;font-size:1.1rem;letter-spacing:2px;font-weight:500;background:#00000080;padding:4px 16px;border-radius:20px}@media (max-width: 1024px){.image-lightbox-nav.prev{left:20px}.image-lightbox-nav.next{right:20px}.image-lightbox-nav{background:#0006;width:50px;height:50px}}@media (max-width: 600px){.image-lightbox-nav.prev{left:10px}.image-lightbox-nav.next{right:10px}}.gallery-show-more-container{display:flex;justify-content:center;margin-top:30px}.gallery-show-more-arrow{background:#007bff0d;border:none;color:#007bff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.gallery-show-more-arrow:hover{background:#007bff;color:#fff;transform:translateY(2px);box-shadow:0 4px 15px #007bff4d}.product-card-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-top:20px}.view-more-btn{background:none;border:none;color:#007bff;font-size:1.1rem;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;transition:color .3s ease}.view-more-btn:hover{color:#0056b3}.action-links{display:flex;gap:15px}.action-links .btn{padding:12px 25px;min-width:120px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.product-main-statement{font-size:2rem}.product-card-content{padding:30px 20px}.product-item-name{font-size:1.8rem}.product-card-actions{flex-direction:column;align-items:flex-start}.action-links{width:100%;justify-content:space-between}.action-links .btn{flex:1}}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}
