*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--lime:#a3e635;--lime-dark:#84cc16;--lime-glow:#a3e63540;--navy:#1f2937;--navy-dark:#111827;--navy-light:#374151;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-600:#4b5563;--font:"Inter", system-ui, -apple-system, sans-serif;--radius:12px;--radius-lg:20px;--shadow:0 4px 24px #00000014;--shadow-lg:0 12px 48px #00000026;--transition:.3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--lime) var(--gray-100);scroll-padding-top:80px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--lime);border:2px solid var(--gray-100);border-radius:100px}::-webkit-scrollbar-thumb:hover{background:var(--lime-dark)}body{font-family:var(--font);color:var(--navy);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--lime-dark);background:#a3e6351f;border-radius:100px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title{color:var(--navy-dark);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.section-subtitle{color:var(--gray-600);max-width:560px;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.btn{transition:var(--transition);white-space:nowrap;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--lime);color:var(--navy-dark);box-shadow:0 4px 20px var(--lime-glow)}.btn-primary:hover{background:var(--lime-dark);box-shadow:0 8px 32px var(--lime-glow);transform:translateY(-2px)}.btn-outline{color:var(--white);background:0 0;border:2px solid #ffffff4d}.btn-outline:hover{border-color:var(--lime);color:var(--lime);background:#a3e63514}.btn-dark{background:var(--navy);color:var(--white)}.btn-dark:hover{background:var(--navy-dark);transform:translateY(-2px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.fade-up{animation:.7s forwards fadeUp}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);transform:translateY(32px)}.reveal--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}@media (width<=768px){.container{padding:0 1.25rem}}.header{z-index:1000;transition:var(--transition);padding:1rem 0;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111827f2;padding:.65rem 0;box-shadow:0 2px 20px #0003}.header--menu-open{background:var(--navy-dark);box-shadow:none;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.header--menu-open .header__inner{z-index:1101;position:relative}.header__inner{justify-content:space-between;align-items:center;display:flex}.header__logo{color:var(--white);z-index:1001;align-items:center;gap:.65rem;font-size:1.25rem;font-weight:800;display:flex}.header__nav{align-items:center;gap:2rem;display:flex}.header__links{gap:2rem;display:flex}.header__links a{color:#ffffffd9;transition:var(--transition);font-size:.9rem;font-weight:500;position:relative}.header__links a:after{content:"";background:var(--lime);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.header__links a:hover{color:var(--lime)}.header__links a:hover:after{width:100%}.header__cta{padding:.65rem 1.25rem!important;font-size:.85rem!important}@media (width>=769px){.header__nav{opacity:1;visibility:visible;pointer-events:auto;z-index:auto;background:0 0;width:auto;height:auto;min-height:0;padding:0;position:static;overflow:visible}.header__links li{text-align:left;width:auto}.header__links a{padding:0;font-size:.9rem;display:inline}.header__cta{width:auto;max-width:none}}.header__burger{z-index:1102;flex-direction:column;gap:5px;padding:4px;display:none;position:relative}.header__burger span{background:var(--white);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}.header__burger--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{align-items:center;min-height:100vh;padding:7rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero__bg{background:var(--navy-dark);position:absolute;inset:0}.hero__overlay{background:linear-gradient(135deg,#111827f7 0%,#1f2937eb 50%,#111827f2 100%);position:absolute;inset:0}.hero__grid{background-image:linear-gradient(#a3e6350a 1px,#0000 1px),linear-gradient(90deg,#a3e6350a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 30%,#000 20%,#0000 70%);mask-image:radial-gradient(at 30%,#000 20%,#0000 70%)}.hero__content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero__title{color:var(--white);margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.08}.hero__highlight{color:var(--lime);position:relative}.hero__subtitle{color:#ffffffb3;max-width:520px;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.15rem);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero__stats{border-top:1px solid #ffffff1a;align-items:center;gap:1.5rem;padding-top:1.5rem;display:flex}.hero__stat strong{color:var(--lime);font-size:1.25rem;font-weight:800;display:block}.hero__stat span{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.hero__stat-divider{background:#ffffff26;width:1px;height:36px}.hero__visual{justify-content:center;display:flex;position:relative}.hero__card{border-radius:var(--radius-lg);position:relative;overflow:hidden}.hero__card img{object-fit:cover;width:100%;height:100%}.hero__card--main{width:320px;height:420px;box-shadow:var(--shadow-lg);border:2px solid #a3e63533}.hero__card--main img{filter:brightness(.85)saturate(1.1)}.hero__card--float{border-radius:var(--radius);width:180px;height:140px;box-shadow:var(--shadow-lg);border:2px solid var(--lime);animation:4s ease-in-out infinite float;position:absolute;bottom:-20px;left:-60px}.hero__card-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);background:#111827d9;border-radius:100px;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.8rem;font-weight:600;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.hero__badge-dot{background:var(--lime);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.hero__glow{background:radial-gradient(circle, var(--lime-glow) 0%, transparent 70%);pointer-events:none;z-index:-1;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.services{background:var(--gray-50);padding:6rem 0}.services__header{text-align:center;margin-bottom:3.5rem}.services__header .section-subtitle{margin:0 auto}.services__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);border:1px solid var(--gray-100);flex-direction:column;padding:2rem 1.5rem;display:flex}.service-card:hover{box-shadow:var(--shadow-lg);border-color:#a3e6354d;transform:translateY(-6px)}.service-card__icon{width:52px;height:52px;color:var(--lime-dark);background:#a3e6351f;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card__icon svg{width:26px;height:26px}.service-card__title{color:var(--navy-dark);margin-bottom:.75rem;font-size:1.05rem;font-weight:700;line-height:1.3}.service-card__desc{color:var(--gray-600);flex:1;margin-bottom:1.25rem;font-size:.9rem;line-height:1.65}.service-card__link{color:var(--lime-dark);transition:var(--transition);align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;display:inline-flex}.service-card__link:hover{color:var(--navy-dark);gap:.6rem}.about{background:var(--white);padding:6rem 0}.about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about__visual{position:relative}.about__image-wrap{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.about__image-wrap img{object-fit:cover;width:100%;height:480px}.about__accent{background:linear-gradient(90deg, var(--lime), var(--lime-dark));height:6px;position:absolute;bottom:0;left:0;right:0}.about__experience{background:var(--navy-dark);color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:2px solid var(--lime);align-items:center;gap:.75rem;padding:1.5rem;display:flex;position:absolute;bottom:-20px;right:-20px}.about__exp-number{color:var(--lime);font-size:2rem;font-weight:800;line-height:1}.about__exp-text{text-transform:uppercase;letter-spacing:.03em;font-size:.8rem;font-weight:600;line-height:1.3}.about__text{color:var(--gray-600);margin-bottom:1rem;line-height:1.75}.about__features{flex-direction:column;gap:.85rem;margin:1.75rem 0 2rem;display:flex}.about__features li{color:var(--navy);align-items:center;gap:.75rem;font-size:.925rem;font-weight:500;display:flex}.about__features li svg{color:var(--lime-dark);flex-shrink:0}.gallery{background:var(--navy-dark);padding:6rem 0}.gallery__header{text-align:center;margin-bottom:3rem}.gallery__header .section-title{color:var(--white)}.gallery__header .section-subtitle{color:#fff9;margin:0 auto}.gallery__grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.gallery__item{border-radius:var(--radius);aspect-ratio:1;cursor:pointer;position:relative;overflow:hidden}.gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery__overlay{opacity:0;transition:var(--transition);background:linear-gradient(#0000 40%,#111827d9 100%);flex-direction:column;justify-content:flex-end;padding:1.25rem;display:flex;position:absolute;inset:0}.gallery__item:hover img{transform:scale(1.08)}.gallery__item:hover .gallery__overlay{opacity:1}.gallery__tag{text-transform:uppercase;letter-spacing:.08em;color:var(--lime);margin-bottom:.25rem;font-size:.8rem;font-weight:700}.gallery__overlay svg{color:var(--white)}.gallery__cta{text-align:center;margin-top:2.5rem}.contact{background:var(--gray-50);padding:6rem 0}.contact__inner{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.contact__details{flex-direction:column;gap:1.5rem;margin:2rem 0;display:flex}.contact__details li{align-items:flex-start;gap:1rem;display:flex}.contact__details li svg{color:var(--lime-dark);flex-shrink:0;margin-top:2px}.contact__details strong{text-transform:uppercase;letter-spacing:.05em;color:var(--navy-dark);margin-bottom:.25rem;font-size:.85rem;font-weight:700;display:block}.contact__details p{color:var(--gray-600);font-size:.925rem;line-height:1.6}.contact__details a{color:var(--lime-dark);transition:var(--transition);font-weight:600}.contact__details a:hover{color:var(--navy-dark)}.contact__whatsapp{margin-top:.5rem}.contact__map{border-radius:var(--radius-lg);height:420px;box-shadow:var(--shadow-lg);border:2px solid var(--gray-200);overflow:hidden}.footer{background:var(--navy-dark);color:#ffffffb3}.footer__inner{grid-template-columns:2fr 1fr 1fr;gap:3rem;padding:4rem 1.5rem 3rem;display:grid}.footer__logo{color:var(--white);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.1rem;font-weight:800;display:flex}.footer__desc{max-width:320px;font-size:.875rem;line-height:1.65}.footer__links h4{color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem;font-size:.85rem;font-weight:700}.footer__links li{margin-bottom:.6rem;font-size:.875rem}.footer__links a{transition:var(--transition)}.footer__links a:hover{color:var(--lime)}.footer__bottom{border-top:1px solid #ffffff14;padding:1.5rem 0}.footer__bottom-inner{justify-content:space-between;align-items:center;display:flex}.footer__bottom p{font-size:.8rem}.footer__social{gap:.75rem;display:flex}.footer__social a{width:40px;height:40px;color:var(--white);transition:var(--transition);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social a:hover{background:var(--lime);color:var(--navy-dark)}.whatsapp-float{z-index:999;width:60px;height:60px;color:var(--white);transition:var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 20px #25d36666}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d36680}@media (width<=1024px){.services__grid{grid-template-columns:repeat(2,1fr)}.hero__content{text-align:center;grid-template-columns:1fr}.hero__subtitle{margin:0 auto 2rem}.hero__actions,.hero__stats{justify-content:center}.hero__visual{margin-top:2rem}.about__inner{grid-template-columns:1fr;gap:3rem}.about__visual{max-width:480px;margin:0 auto}.contact__inner{grid-template-columns:1fr}.contact__map{height:320px}.footer__inner{grid-template-columns:1fr 1fr}}@media (width<=768px){.header__burger{display:flex}.header__nav{z-index:1100;background:var(--navy-dark);opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:100%;min-height:100dvh;padding:5rem 1.5rem 2rem;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.header__nav--open{opacity:1;visibility:visible;pointer-events:auto}.header__links{flex-direction:column;align-items:center;gap:1.5rem;width:100%}.header__links li{text-align:center;width:100%}.header__links a{padding:.35rem 0;font-size:1.25rem;display:block}.header__cta{width:100%;max-width:280px;padding:.875rem 2rem!important;font-size:1rem!important}.hero{min-height:auto;padding:6rem 0 3rem}.hero__card--main{width:260px;height:340px}.hero__card--float{width:140px;height:110px;bottom:-10px;left:-30px}.hero__stats{flex-wrap:wrap;gap:1rem}.hero__stat-divider{display:none}.services{padding:4rem 0}.services__grid{grid-template-columns:1fr}.about{padding:4rem 0}.about__image-wrap img{height:360px}.about__experience{padding:1rem;bottom:-15px;right:10px}.gallery{padding:4rem 0}.gallery__grid{grid-template-columns:repeat(2,1fr)}.contact{padding:4rem 0}.footer__inner{grid-template-columns:1fr;gap:2rem;padding:3rem 1.25rem 2rem}.footer__bottom-inner{text-align:center;flex-direction:column;gap:1rem}.whatsapp-float{width:54px;height:54px;bottom:1rem;right:1rem}}@media (width<=480px){.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%}.gallery__grid{grid-template-columns:1fr 1fr;gap:.65rem}.hero__card--float{display:none}}
