:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0;text-align:left}button{font-family:inherit}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4{margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600;color:#2c3e50}h3{font-size:1.5rem;font-weight:600}p{margin-bottom:1rem;color:#666}.btn{display:inline-block;padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600;text-align:center;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:#e67e22;color:#fff}.btn-primary:hover{background-color:#d35400;transform:translateY(-2px)}.btn-secondary{background-color:#fff;color:#e67e22;border:2px solid white}.btn-secondary:hover{background-color:transparent;color:#fff;border:2px solid white}.header{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo-section{display:flex;align-items:center;gap:1rem}.logo-placeholder{width:50px;height:50px;background-color:#e67e22;border-radius:8px;display:flex;align-items:center;justify-content:center}.logo{width:40px;height:40px;object-fit:contain}.company-name h1{font-size:1.8rem;color:#2c3e50;margin:0}.tagline{font-size:.9rem;color:#7f8c8d;margin:0}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#2c3e50;font-weight:500;transition:color .3s ease}.nav a:hover{color:#e67e22}.hero{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;padding:120px 0 60px;min-height:60vh}.hero .container{display:flex;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 20px}.hero-content{flex:1;max-width:600px}.hero-content h2{font-size:3rem;margin-bottom:1.5rem;color:#fff;line-height:1.2}.hero-content p{font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{flex:1;max-width:500px}.hero-image img{width:100%;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000004d}section{padding:80px 0}section:nth-child(2n){background-color:#f8f9fa}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:2rem}.about-text p{font-size:1.1rem;line-height:1.8}.about-image img{width:100%;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 5px 20px #0000001a}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-icon img{width:80px;height:80px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.service-card h3{color:#2c3e50;margin-bottom:1rem}.logistics-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.logistics-text h2{margin-bottom:1.5rem}.logistics-text p{font-size:1.1rem;line-height:1.8}.logistics-image img{width:100%;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 5px 20px #0000001a}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature{text-align:center;padding:2rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{color:#2c3e50;margin-bottom:1rem}.service-area{text-align:center}.map-placeholder{margin-top:2rem;max-width:600px;margin-left:auto;margin-right:auto}.map-placeholder img{width:100%;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 5px 20px #0000001a}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{font-size:2rem;width:60px;height:60px;background-color:#e67e22;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.contact-item h3{margin:0;color:#2c3e50}.contact-item p{margin:0;color:#666}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 20px #0000001a}.contact-form h3{margin-bottom:1.5rem;color:#2c3e50}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#e67e22}.footer{background-color:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#e67e22}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#e67e22}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;color:#bdc3c7}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.nav{gap:1rem}.hero{padding:100px 0 40px;text-align:center;min-height:auto}.hero .container{flex-direction:column;gap:1.5rem}.hero-content{max-width:100%;padding:0 15px}.hero-content h2{font-size:1.9rem;margin-bottom:1rem;line-height:1.2;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-content p{font-size:.95rem;margin-bottom:1.5rem;line-height:1.4}.hero-buttons{justify-content:center;gap:.8rem}.hero-image{max-width:100%;margin-top:1rem}.hero-image img{height:200px;border-radius:8px}.about-content,.logistics-content,.contact-content{grid-template-columns:1fr;gap:2rem}.services-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.container{padding:0 15px}section{padding:60px 0}h1{font-size:2rem}h2{font-size:1.8rem}}@media (max-width: 480px){.hero{padding:90px 0 30px;min-height:auto}.hero-content{padding:0 10px}.hero-content h2{font-size:1.6rem;margin-bottom:.8rem;line-height:1.1;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-content p{font-size:.9rem;margin-bottom:1.2rem;line-height:1.3}.hero-buttons{gap:.6rem;flex-direction:column;align-items:center}.hero-image{margin-top:1.5rem}.hero-image img{height:180px}.btn{padding:12px 24px;font-size:.95rem;min-width:140px}.service-card,.contact-form{padding:1.5rem}.features-grid{grid-template-columns:1fr}.contact-item{flex-direction:column;text-align:center}.footer-content{grid-template-columns:1fr;text-align:center}}html{scroll-behavior:smooth}.logo-placeholder{background:linear-gradient(135deg,#e67e22,#f39c12);color:#fff;font-weight:700;font-size:1.2rem}.service-card,.feature,.contact-item{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}img{transition:opacity .3s ease}img:not([src]){opacity:0}.btn:focus,input:focus,textarea:focus,.nav a:focus{outline:2px solid #e67e22;outline-offset:2px}.whatsapp-float{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;z-index:1000;transition:all .3s ease;text-decoration:none;color:#fff}.whatsapp-float:hover{background-color:#128c7e;transform:scale(1.1);box-shadow:0 6px 25px #25d36699}.whatsapp-float svg{width:28px;height:28px}.whatsapp-float:before{content:"";position:absolute;inset:0;border-radius:50%;background-color:#25d3664d;animation:pulse 2s infinite;z-index:-1}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.4);opacity:0}}@media (max-width: 480px){.whatsapp-float{bottom:15px;right:15px;width:55px;height:55px}.whatsapp-float svg{width:24px;height:24px}}
