*{margin:0;padding:0;box-sizing:border-box}:root{--apta-green: rgb(130, 210, 0);--apta-green-dark: rgb(104, 168, 0);--apta-gray-dark: rgb(62, 62, 62);--apta-gray-medium: rgb(118, 118, 118);--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;color:var(--gray-900)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .28s cubic-bezier(.2,.9,.2,1);padding:1.5rem 0;background:#1118271a;backdrop-filter:blur(6px) saturate(1.05);-webkit-backdrop-filter:blur(6px) saturate(1.05);animation:headerEnter .32s ease both}header.scrolled{background-color:#fff;box-shadow:0 10px 30px -10px #0000001f;padding:1rem 0}.header-content{display:flex;align-items:center;justify-content:space-between}.logo img{height:48px;width:auto}.nav-desktop{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav-desktop{display:flex}}.nav-link{position:relative;display:inline-block;font-weight:600;color:var(--gray-900);text-decoration:none;transition:color .22s ease,transform .22s ease;cursor:pointer;padding:.25rem .125rem}.nav-link:after{content:"";position:absolute;left:0;right:auto;bottom:-6px;height:3px;width:0;background:var(--gray-900);border-radius:2px;transition:width .26s cubic-bezier(.2,.9,.2,1)}.nav-link:hover{color:var(--gray-900);transform:translateY(-1px)}.nav-link:hover:after{width:100%}header.scrolled .nav-link{color:var(--gray-900)}header.scrolled .nav-link:after{background:var(--gray-900)}.nav-link:active{transform:translateY(0)}.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border-radius:.5rem;padding:.5rem 0;min-width:180px;border:1px solid var(--gray-100)}.dropdown:hover .dropdown-menu{display:block}.dropdown-item{display:block;padding:.75rem 1.5rem;color:var(--gray-900);font-weight:600;text-decoration:none}.dropdown-item:hover{background:var(--gray-50);color:var(--gray-900)}.btn-cta{display:none;background:var(--apta-green);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:700;border:none;cursor:pointer}@media(min-width:768px){.btn-cta{display:block}}.btn-cta:hover{background:var(--apta-green-dark);transform:scale(1.05)}.mobile-menu-btn{display:block;padding:.5rem;background:none;border:none;color:var(--gray-900);cursor:pointer;border-radius:.5rem}@media(min-width:768px){.mobile-menu-btn{display:none}}header.scrolled .mobile-menu-btn{color:var(--gray-700)}@keyframes headerEnter{0%{transform:translateY(-6px);opacity:0}to{transform:translateY(0);opacity:1}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:6rem}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-bg .hero-video{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#000c,#0009,#0006)}.hero-content{position:relative;z-index:10;padding:2rem 0}.hero-badge{display:inline-block;background:var(--apta-green);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:uppercase;margin-bottom:1.5rem}.hero-title{font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:1.25rem;line-height:1.18}@media(min-width:768px){.hero-title{font-size:3.2rem}}@media(min-width:1024px){.hero-title{font-size:3.6rem}}.hero-description{font-size:1.05rem;color:#e5e7eb;margin-bottom:1.6rem}@media(min-width:768px){.hero-description{font-size:1.3rem}}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:.5rem;padding:1rem}.stat-number{font-size:1.875rem;font-weight:700;color:var(--apta-green);margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#e5e7eb}.hero-buttons{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.hero-buttons{flex-direction:row}}.btn-hero-primary{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--apta-green);color:#fff;padding:.9rem 1.6rem;border-radius:.5rem;font-weight:700;font-size:1rem;border:none;cursor:pointer;text-decoration:none}.btn-hero-primary:hover{background:var(--apta-green-dark);transform:scale(1.03)}.btn-hero-secondary{border:2px solid rgba(255,255,255,.4);color:#fff;padding:.9rem 1.6rem;border-radius:.5rem;font-weight:700;font-size:1rem;background:none;cursor:pointer;text-decoration:none}.btn-hero-secondary:hover{border-color:var(--apta-green);background-color:#ffffff0f}@media(max-width:640px){.hero{padding-top:4rem;min-height:54vh}.hero-badge{padding:.32rem .6rem;font-size:.72rem;margin-bottom:.9rem}.hero-title{font-size:1.5rem;margin-bottom:.8rem}.hero-description{font-size:.95rem;margin-bottom:.9rem}.hero-stats{grid-template-columns:1fr;gap:.9rem;margin-bottom:.9rem}.stat-number{font-size:1.3rem}.hero-buttons{gap:.55rem}.btn-hero-primary,.btn-hero-secondary{padding:.55rem .9rem;font-size:.9rem}}.about-section{padding:5rem 0;background:#fff}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}.about-image-wrapper{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.about-image{width:100%;height:32em;object-fit:cover;object-position:center center;display:block;background:none}.about-badge{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(90deg,var(--apta-green),var(--apta-green-dark));color:#fff;padding:.6rem .9rem;border-radius:.75rem;box-shadow:0 10px 20px -8px #0000002e;z-index:5;min-width:72px;text-align:center}.about-badge .badge-number{font-size:1.25rem;font-weight:800;line-height:1}.about-badge .badge-label{font-size:.75rem;opacity:.95;margin-top:.1rem}@media(max-width:640px){.about-badge{top:.6rem;right:.6rem;padding:.45rem .7rem;min-width:56px}.about-badge .badge-number{font-size:1rem}.about-badge .badge-label{font-size:.7rem}}.why-image{width:100%;height:auto;max-height:420px;object-fit:cover;display:block;border-radius:.75rem}.cta-bg img{width:100%;height:auto;max-height:420px;object-fit:cover;display:block}@media(max-width:900px){.about-image{height:360px}.why-image,.cta-bg img{max-height:320px}.about-text{font-size:.95rem}.section-title{font-size:1.6rem}}@media(max-width:480px){.about-image{height:360px}.why-image,.cta-bg img{max-height:220px}.about-text{font-size:.95rem}.section-title{font-size:1.2rem}.value-title{font-size:1rem}.value-description{font-size:.9rem}}.section-label{color:var(--apta-green);font-weight:600;font-size:.875rem;text-transform:uppercase}.section-title{font-size:2.2rem;font-weight:700;color:var(--gray-900);line-height:1.18;margin-top:.75rem;margin-bottom:1.6rem}@media(min-width:768px){.section-title{font-size:2.6rem}}.about-text{font-size:1.05rem;color:var(--gray-600);line-height:1.7;margin-bottom:1.25rem}.values-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding-top:1rem}@media(min-width:640px){.values-grid{grid-template-columns:1fr 1fr}}.value-item{display:flex;gap:1rem}.value-icon-wrapper{flex-shrink:0;width:48px;height:48px;background:#82d2001a;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.value-title{font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.value-description{font-size:.875rem;color:var(--gray-600)}.why-choose-section{padding:5rem 0;background:#fff}.section-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.reasons-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.reasons-grid{grid-template-columns:1fr 1fr}}.why-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.why-grid{grid-template-columns:1fr 1fr}}.why-image-container{display:block}.why-image{width:100%;height:100%;object-fit:cover;border-radius:.75rem;box-shadow:0 20px 40px #00000014}.why-grid .reasons-grid{gap:1.25rem}.carousel{position:relative;width:100%;height:100%;border-radius:.75rem;overflow:hidden}.carousel-track{position:relative;width:100%;height:100%}.carousel-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .5s ease,transform .5s ease}.carousel-slide.active{opacity:1;transform:translateZ(0)}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:12}.carousel-prev{left:.75rem}.carousel-next{right:.75rem}.carousel-prev:hover,.carousel-next:hover{background:#000000a6}.carousel-indicators{position:absolute;left:50%;transform:translate(-50%);bottom:.75rem;display:flex;gap:.5rem;z-index:12}.carousel-indicators button{width:8px;height:8px;border-radius:9999px;background:#ffffff80;border:none;cursor:pointer;padding:0}.carousel-indicators button.active{background:#fff;width:10px;height:10px}@media(min-width:768px){.why-image-container,.carousel{height:420px}}@media(min-width:1024px){.why-image-container,.carousel{height:520px}}.reason-card{background:var(--gray-50);border-radius:.75rem;padding:1.5rem;border:1px solid var(--gray-100)}.reason-icon-wrapper{width:48px;height:48px;background:var(--apta-green);border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.reason-title{font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.reason-description{font-size:.875rem;color:var(--gray-600)}.cta-section{position:relative;padding:0;overflow:hidden;min-height:420px;display:flex;align-items:center}.cta-bg{position:absolute;inset:0;z-index:0}.cta-bg img{width:100%;height:100%;object-fit:cover;display:block}.cta-overlay{position:absolute;inset:0;background:linear-gradient(#00000073,#00000059);z-index:1}.cta-content{position:relative;z-index:2;width:100%}.cta-text-center{max-width:64rem;margin:0 auto;text-align:center;padding:3rem 1.25rem}.cta-text-center .cta-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.15}@media(min-width:768px){.cta-text-center .cta-title{font-size:2.75rem}}.cta-description{font-size:1.125rem;color:#ffffffeb;margin-bottom:1.25rem;max-width:40rem;margin-left:auto;margin-right:auto}.cta-text-center .btn-hero-primary{margin-top:.5rem}.cta-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;color:#fff;margin-top:1.75rem}.cta-stat-number{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.cta-text-center{background:#00000059;border-radius:12px}.footer{background:var(--gray-900);color:var(--gray-300);padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-company{grid-column:span 1}@media(min-width:1024px){.footer-company{grid-column:span 2}}.footer-description{color:#9ca3af;margin-bottom:1.5rem;max-width:28rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:var(--gray-800);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-300);text-decoration:none}.social-link:hover{background:var(--apta-green);color:#fff}.footer-title{color:#fff;font-weight:700;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-link{color:var(--gray-300);text-decoration:none}.footer-link:hover{color:var(--apta-green)}.footer-contact{list-style:none;padding:0;margin:0}.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:2rem;margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.copyright{font-size:.875rem;color:#9ca3af;margin:0}.footer-legal{display:flex;gap:1.5rem;font-size:.875rem}.whatsapp-button{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;background-color:#25d366;color:#fff;border-radius:9999px;padding:1rem;box-shadow:0 10px 15px -3px #0000001a;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;text-decoration:none}.whatsapp-button:hover{background-color:#1ea952;transform:scale(1.1)}.whatsapp-text{max-width:0;overflow:hidden;white-space:nowrap;font-weight:600;transition:max-width .3s ease}.whatsapp-button:hover .whatsapp-text{max-width:200px}.icon{width:24px;height:24px;fill:currentColor;stroke:currentColor}.icon-sm{width:20px;height:20px}.page-container .projects-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media(min-width:768px){.page-container .projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.page-container .projects-grid{grid-template-columns:repeat(3,1fr)}}.page-container .project-card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s ease}.page-container .project-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.page-container .project-image-wrapper{position:relative;height:var(--project-image-height-mobile, 220px);overflow:hidden}.page-container .project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}@media(min-width:768px){.page-container .project-image-wrapper{height:var(--project-image-height-desktop, 320px)}}
