.navbar{position:fixed;top:0;left:0;right:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;z-index:1000;transition:all .3s ease}.navbar.scrolled{background-color:#fffffffa;box-shadow:var(--shadow)}.navbar-content{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0}.logo{display:flex;align-items:center;gap:.75rem}.logo-img{height:45px;width:auto;object-fit:contain}.logo h2{font-size:1.5rem;color:var(--primary-color);margin:0;font-weight:700}@media (max-width: 768px){.logo h2{font-size:1.2rem}.logo-img{height:35px}}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links li a{color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative}.nav-links li a:hover{color:var(--primary-color)}.nav-links li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav-links li a:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;padding:5px}.mobile-menu-toggle span{width:25px;height:3px;background-color:var(--text-dark);transition:all .3s ease;border-radius:2px}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.nav-links{position:fixed;top:70px;left:0;right:0;background-color:var(--bg-white);flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:var(--shadow);transform:translate(-100%);transition:transform .3s ease}.nav-links.active{transform:translate(0)}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:80px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0066ccd9,#00a8e8d9),url(/assets/home_banner_bg.png) center/cover no-repeat;z-index:0;background-blend-mode:overlay}.hero-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}.hero-services-container{position:relative;width:100%;height:550px;display:flex;align-items:center;justify-content:center;padding:2rem}.center-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;animation:pulse 3s ease-in-out infinite}.center-logo-inner{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#fff3,#ffffff0d);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:4px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 20px 60px #0000004d,0 0 40px #fff3;position:relative}.center-logo-inner:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;padding:3px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#f7b731,#ff6b6b);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:rotateBorder 4s linear infinite}.center-logo-inner img{width:80%;height:80%;object-fit:contain;z-index:1}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.05)}}.service-circle{position:absolute;display:flex;flex-direction:column;align-items:center;gap:.8rem}.service-circle:not(.service-circle-1){animation:floatService 4s ease-in-out infinite}.service-circle-1{animation:floatServiceCentered 4s ease-in-out infinite}.service-circle-1{top:5%;left:50%;transform:translate(-50%);animation-delay:0s}.service-circle-2{top:20%;right:5%;animation-delay:.8s}.service-circle-3{bottom:20%;right:5%;animation-delay:1.6s}.service-circle-4{bottom:20%;left:5%;animation-delay:2.4s}.service-circle-5{top:20%;left:5%;animation-delay:3.2s}.service-circle-inner{width:120px;height:120px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .4s ease;box-shadow:0 10px 30px #0003;position:relative}.service-circle-inner:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;padding:2px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#f7b731);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.service-circle:hover .service-circle-inner:before{opacity:1;animation:rotateBorder 3s linear infinite}.service-circle-inner img{width:85%;height:85%;object-fit:contain;transition:transform .4s ease}.service-circle:hover .service-circle-inner img{transform:scale(1.1) rotate(5deg)}.service-circle:hover .service-circle-inner{transform:translateY(-10px);border-color:#fff9;box-shadow:0 20px 50px #0000004d,0 0 30px #fff3}.service-icon{font-size:4rem;display:none;align-items:center;justify-content:center}.service-circle p{color:#fff;font-size:.85rem;font-weight:600;text-align:center;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3);background:#0000004d;padding:.3rem .7rem;border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@keyframes floatService{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-15px) translate(0)}}@keyframes floatServiceCentered{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-15px)}}@keyframes rotateBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.animated-chips{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;overflow:hidden}.chip{position:absolute;width:80px;height:80px;opacity:.6;animation:floatChip 15s infinite ease-in-out}.chip-1{top:15%;left:10%;animation-delay:0s}.chip-2{top:25%;right:15%;animation-delay:2s;width:60px;height:60px}.chip-3{top:60%;left:8%;animation-delay:4s;width:70px;height:70px}.chip-4{bottom:20%;right:10%;animation-delay:6s;width:65px;height:65px}.chip-5{top:40%;right:5%;animation-delay:8s;width:55px;height:55px}.chip-svg{width:100%;height:100%;filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}@keyframes floatChip{0%,to{transform:translate(0) rotate(0);opacity:.4}25%{transform:translate(30px,-40px) rotate(5deg);opacity:.7}50%{transform:translate(-20px,-70px) rotate(-5deg);opacity:.6}75%{transform:translate(40px,-30px) rotate(3deg);opacity:.5}}.animated-devices{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;overflow:hidden}.device{position:absolute;width:100px;height:100px;opacity:.5;animation:floatDevice 20s infinite ease-in-out}.device-1{top:20%;left:5%;animation-delay:1s}.device-2{top:50%;right:8%;animation-delay:5s;width:90px;height:90px}.device-3{bottom:25%;left:12%;animation-delay:9s;width:85px;height:85px}.device-svg{width:100%;height:100%;filter:drop-shadow(0 0 15px rgba(255,255,255,.2));animation:pulseDevice 3s infinite ease-in-out}@keyframes floatDevice{0%,to{transform:translate(0) rotate(0) scale(1)}33%{transform:translate(50px,-60px) rotate(10deg) scale(1.1)}66%{transform:translate(-40px,-80px) rotate(-10deg) scale(.9)}}@keyframes pulseDevice{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.particles{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;animation:particleFloat 12s infinite ease-in-out;box-shadow:0 0 10px #ffffff80}.particle-1{left:10%;top:20%;animation-delay:0s}.particle-2{left:20%;top:60%;animation-delay:1s}.particle-3{left:30%;top:10%;animation-delay:2s}.particle-4{left:40%;top:80%;animation-delay:3s}.particle-5{left:50%;top:30%;animation-delay:4s}.particle-6{left:60%;top:70%;animation-delay:5s}.particle-7{left:70%;top:15%;animation-delay:6s}.particle-8{left:80%;top:55%;animation-delay:7s}.particle-9{left:15%;top:40%;animation-delay:8s}.particle-10{left:85%;top:25%;animation-delay:9s}.particle-11{left:25%;top:85%;animation-delay:10s}.particle-12{left:75%;top:45%;animation-delay:11s}.particle-13{left:35%;top:5%;animation-delay:.5s}.particle-14{left:65%;top:90%;animation-delay:1.5s}.particle-15{left:45%;top:50%;animation-delay:2.5s}@keyframes particleFloat{0%,to{transform:translate(0) scale(1);opacity:.3}25%{transform:translate(30px,-50px) scale(1.2);opacity:.8}50%{transform:translate(-40px,-100px) scale(.8);opacity:.6}75%{transform:translate(60px,-60px) scale(1.1);opacity:.7}}.circuit-lines{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;overflow:hidden;opacity:.4}.circuit-svg{width:100%;height:100%;position:absolute;top:0;left:0}.circuit-path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawCircuit 8s infinite ease-in-out}.circuit-path:nth-child(2){animation-delay:2s}.circuit-path:nth-child(3){animation-delay:4s}.circuit-path:nth-child(4){animation-delay:6s}.circuit-node{animation:blinkNode 2s infinite ease-in-out}.circuit-node:nth-child(5){animation-delay:0s}.circuit-node:nth-child(6){animation-delay:.5s}.circuit-node:nth-child(7){animation-delay:1s}.circuit-node:nth-child(8){animation-delay:1.5s}@keyframes drawCircuit{0%{stroke-dashoffset:1000;opacity:0}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-1000;opacity:0}}@keyframes blinkNode{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.hero-content{position:relative;z-index:2;text-align:left;color:#fff;padding:2rem 0}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#fff}.hero-title .highlight{color:gold;display:block}.hero-description{font-size:1.25rem;margin-bottom:2.5rem;color:#fffffff2;line-height:1.8}.hero-buttons{display:flex;gap:1.5rem;justify-content:flex-start;margin-bottom:4rem;flex-wrap:wrap}.hero .btn-secondary{background-color:transparent;color:#fff;border:2px solid white;font-weight:600}.hero .btn-secondary:hover{background-color:#fff;color:var(--primary-color);border-color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #ffffff4d}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,background .3s ease}.feature-item:hover{transform:translateY(-5px);background:#ffffff26}.feature-image{position:relative;width:100%;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-image img{max-width:100%;max-height:80px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));transition:transform .3s ease}.feature-item:hover .feature-image img{transform:scale(1.1)}.feature-icon{font-size:2.5rem;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center}.feature-item p{color:#fff;font-weight:600;margin:0;font-size:1rem}@media (max-width: 968px){.hero-wrapper{grid-template-columns:1fr;gap:2rem}.hero-content{text-align:center}.hero-buttons{justify-content:center}.hero-services-container{height:500px}.center-logo-inner{width:160px;height:160px}.service-circle-inner{width:100px;height:100px}.service-circle p{font-size:.8rem}.service-circle-1{top:5%}.service-circle-2,.service-circle-3{right:8%}.service-circle-4,.service-circle-5{left:8%}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}.hero-services-container{height:600px;padding:1rem}.center-logo-inner{width:140px;height:140px}.service-circle-inner{width:85px;height:85px}.service-circle p{font-size:.7rem;padding:.25rem .5rem}.service-circle-1{top:10%;left:50%}.service-circle-2{top:30%;right:5%}.service-circle-3{bottom:15%;right:15%}.service-circle-4{bottom:15%;left:15%}.service-circle-5{top:30%;left:5%}.hero-features{grid-template-columns:repeat(2,1fr);gap:1rem}.feature-item{padding:1rem}.chip{width:50px;height:50px;opacity:.3}.chip-2,.chip-3,.chip-4,.chip-5{width:40px;height:40px}.device{width:60px;height:60px;opacity:.3}.device-2,.device-3{width:50px;height:50px}.particle{width:3px;height:3px}.circuit-lines{opacity:.2}}@media (max-width: 480px){.animated-chips,.animated-devices,.particles{display:none}}.about{background-color:var(--bg-white)}.about-content{display:grid;gap:3rem}.about-text{text-align:center;max-width:900px;margin:0 auto}.about-text h3{color:var(--text-dark);margin-bottom:1.5rem}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;text-align:left}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding-top:2rem;border-top:2px solid var(--border-color)}.stat-item{text-align:center}.stat-item h4{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}.stat-item p{color:var(--text-light);font-weight:600;margin:0;text-align:center}.about-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-card{background:var(--bg-light);padding:2rem;border-radius:10px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border-color)}.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h4{color:var(--text-dark);margin-bottom:1rem}.value-card p{color:var(--text-light);margin:0;line-height:1.7}@media (max-width: 768px){.about-stats{grid-template-columns:1fr;gap:1.5rem}.about-values{grid-template-columns:1fr}}.solutions{background-color:var(--bg-light)}.subsection-title{text-align:center;font-size:2rem;color:var(--text-dark);margin-bottom:2.5rem;margin-top:3rem}.subsection-title:first-child{margin-top:0}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.solution-card{background:var(--bg-white);padding:2rem;border-radius:10px;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border-color)}.solution-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.solution-icon{font-size:3.5rem;margin-bottom:1rem;text-align:center}.solution-image{margin-bottom:1.5rem;text-align:center;height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative}.product-img{max-width:100%;max-height:200px;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.solution-card:hover .product-img{transform:scale(1.05)}.solution-image .solution-icon{position:absolute;font-size:3.5rem;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.solution-card h4{color:var(--text-dark);margin-bottom:1rem;font-size:1.4rem;text-align:center}.solution-description{color:var(--text-light);margin-bottom:1.5rem;text-align:center;line-height:1.7}.solution-features{list-style:none;padding:0}.solution-features li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-light);line-height:1.6}.solution-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem}.services-section{margin-top:4rem;padding-top:4rem;border-top:2px solid var(--border-color)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:linear-gradient(135deg,var(--bg-white) 0%,var(--bg-light) 100%);padding:2.5rem 2rem;border-radius:10px;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease;border:2px solid var(--primary-color);border-top:4px solid var(--primary-color)}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--primary-dark)}.service-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.service-card h4{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem;text-align:center}.service-description{color:var(--text-light);margin-bottom:1.5rem;text-align:center;line-height:1.7;font-weight:500}.service-details{list-style:none;padding:0}.service-details li{padding:.6rem 0 .6rem 1.5rem;position:relative;color:var(--text-light);line-height:1.6}.service-details li:before{content:"→";position:absolute;left:0;color:var(--primary-color);font-weight:700}@media (max-width: 768px){.solutions-grid,.services-grid{grid-template-columns:1fr}.subsection-title{font-size:1.75rem}}.industries{background-color:var(--bg-white)}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.industry-card{background:var(--bg-light);padding:2.5rem 2rem;border-radius:10px;border-left:4px solid var(--primary-color);transition:transform .3s ease,box-shadow .3s ease;box-shadow:var(--shadow)}.industry-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-left-color:var(--primary-dark)}.industry-icon{font-size:3.5rem;margin-bottom:1rem;text-align:center}.industry-card h4{color:var(--primary-color);margin-bottom:1rem;text-align:center;font-size:1.5rem}.industry-description{color:var(--text-light);margin-bottom:1.5rem;text-align:center;line-height:1.7}.industry-solutions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.industry-solutions h5{color:var(--text-dark);font-size:1rem;margin-bottom:1rem;font-weight:600}.industry-solutions ul{list-style:none;padding:0}.industry-solutions li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-light);line-height:1.6}.industry-solutions li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.5rem}@media (max-width: 768px){.industries-grid{grid-template-columns:1fr}}.technologies{background:linear-gradient(135deg,var(--bg-light) 0%,#e8f4f8 100%)}.technologies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.tech-category{background:var(--bg-white);padding:2rem;border-radius:10px;box-shadow:var(--shadow);transition:transform .3s ease}.tech-category:hover{transform:translateY(-3px)}.tech-category h4{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.3rem;border-bottom:2px solid var(--primary-color);padding-bottom:.5rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;transition:transform .2s ease,box-shadow .2s ease}.tech-tag:hover{transform:scale(1.05);box-shadow:0 4px 8px #0066cc4d}@media (max-width: 768px){.technologies-grid{grid-template-columns:1fr}}.benefits{background-color:var(--bg-white)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.benefit-card{background:linear-gradient(135deg,#fff,#f8f9fa);padding:2.5rem 2rem;border-radius:10px;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid var(--primary-color);position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color) 0%,var(--secondary-color) 100%)}.benefit-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.benefit-icon{font-size:3.5rem;margin-bottom:1rem;text-align:center}.benefit-card h4{color:var(--primary-color);margin-bottom:1rem;text-align:center;font-size:1.4rem}.benefit-description{color:var(--text-light);margin-bottom:1.5rem;text-align:center;line-height:1.7;font-weight:500}.benefit-points{list-style:none;padding:0;margin-top:1.5rem}.benefit-points li{padding:.6rem 0 .6rem 1.8rem;position:relative;color:var(--text-light);line-height:1.7;border-bottom:1px solid var(--border-color)}.benefit-points li:last-child{border-bottom:none}.benefit-points li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem;background:#0066cc1a;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem}@media (max-width: 768px){.benefits-grid{grid-template-columns:1fr}}.contact{background:linear-gradient(135deg,var(--bg-light) 0%,#e8f4f8 100%);scroll-margin-top:100px;position:relative;z-index:1;padding-top:5rem;padding-bottom:5rem}.contact .section-title{margin-bottom:3rem}.contact .section-title h2{color:var(--text-dark);margin-bottom:1rem}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:var(--bg-white);padding:2rem;border-radius:10px;box-shadow:var(--shadow);text-align:center;transition:transform .3s ease;border-left:4px solid var(--primary-color)}.info-card:hover{transform:translate(5px)}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h4{color:var(--primary-color);margin-bottom:.75rem;font-size:1.2rem}.info-card p{color:var(--text-light);margin:.5rem 0;font-size:.95rem}.info-card a{color:var(--text-light);transition:color .3s ease}.info-card a:hover{color:var(--primary-color)}.contact-form{background:var(--bg-white);padding:2.5rem;border-radius:10px;box-shadow:var(--shadow-lg)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-dark);font-weight:600;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem;border:2px solid var(--border-color);border-radius:5px;font-family:inherit;font-size:1rem;transition:border-color .3s ease;background-color:var(--bg-white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;margin-top:1rem}@media (max-width: 968px){.contact-content{grid-template-columns:1fr}.form-row{grid-template-columns:1fr;gap:0}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.footer-logo{height:50px;width:auto;margin-bottom:1rem;object-fit:contain;background-color:#fff;padding:.5rem;border-radius:8px}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.footer-section p{color:#fffc;line-height:1.7;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{color:#fffc;padding:.6rem;border:1px solid rgba(255,255,255,.2);border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:44px;height:44px}.social-links a svg{width:20px;height:20px}.social-links a:hover{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color);transform:translateY(-3px)}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.75rem;color:#fffc;transition:color .3s ease}.footer-section ul li a{color:#fffc;transition:color .3s ease}.footer-section ul li a:hover{color:var(--secondary-color)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#fff9;margin:0;font-size:.9rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#fff9;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:var(--secondary-color)}@media (max-width: 768px){.footer-bottom{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}.App{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #0066cc;--primary-dark: #004d99;--secondary-color: #00a8e8;--accent-color: #ff6b35;--text-dark: #1a1a1a;--text-light: #666666;--bg-light: #f8f9fa;--bg-white: #ffffff;--border-color: #e0e0e0;--shadow: 0 2px 10px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .15)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{margin-bottom:1rem;color:var(--text-light)}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--text-dark);margin-bottom:1rem}.section-title p{font-size:1.1rem;max-width:700px;margin:0 auto}.btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:5px;transition:all .3s ease;text-align:center}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:#fff}@media (max-width: 768px){h1,h2{font-size:2rem}h3{font-size:1.5rem}.container{padding:0 1rem}.section{padding:3rem 0}}
