.Hero-module__Z8hQ_W__hero{align-items:center;min-height:100vh;padding:120px 24px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#ffc40026 0%,#0000 60%);height:100%;position:absolute;top:0;left:0;right:0}.Hero-module__Z8hQ_W__container{text-align:center;flex-direction:column;align-items:center;gap:64px;max-width:1200px;margin:0 auto;display:flex}.Hero-module__Z8hQ_W__content h1{letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.Hero-module__Z8hQ_W__highlight{color:var(--brand-yellow)}.Hero-module__Z8hQ_W__content p{color:var(--text-secondary);max-width:600px;margin:0 auto 40px;font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.6}.Hero-module__Z8hQ_W__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.Hero-module__Z8hQ_W__ctaPrimary,.Hero-module__Z8hQ_W__ctaSecondary{border-radius:var(--radius-full);transition:var(--transition);padding:16px 32px;font-size:1.125rem;font-weight:600}.Hero-module__Z8hQ_W__ctaPrimary{background:var(--brand-yellow);color:#000;box-shadow:0 4px 14px #ffc4004d}.Hero-module__Z8hQ_W__ctaPrimary:hover{background:var(--brand-yellow-hover);transform:translateY(-2px);box-shadow:0 6px 20px #ffc40080}.Hero-module__Z8hQ_W__ctaSecondary{color:var(--text-primary);border:1px solid var(--border);background:0 0}.Hero-module__Z8hQ_W__ctaSecondary:hover{background:#ffffff0d;transform:translateY(-2px)}.Hero-module__Z8hQ_W__imageWrapper{position:relative}.Hero-module__Z8hQ_W__glow{background:var(--brand-yellow);filter:blur(100px);opacity:.2;z-index:-1;border-radius:50%;width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__logo{max-width:100%;height:auto}@media (min-width:992px){.Hero-module__Z8hQ_W__container{text-align:left;flex-direction:row;justify-content:space-between}.Hero-module__Z8hQ_W__content{flex:1}.Hero-module__Z8hQ_W__content p{margin:0 0 40px}.Hero-module__Z8hQ_W__actions{justify-content:flex-start}.Hero-module__Z8hQ_W__imageWrapper{flex:1;justify-content:flex-end;display:flex}}
.Services-module__PFRRnG__servicesSection{background:var(--surface);padding:100px 24px;position:relative}.Services-module__PFRRnG__container{max-width:1200px;margin:0 auto}.Services-module__PFRRnG__header{text-align:center;margin-bottom:64px}.Services-module__PFRRnG__header h2{margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Services-module__PFRRnG__highlight{color:var(--brand-yellow)}.Services-module__PFRRnG__header p{color:var(--text-secondary);font-size:1.125rem}.Services-module__PFRRnG__grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.Services-module__PFRRnG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Services-module__PFRRnG__grid{grid-template-columns:repeat(3,1fr)}}.Services-module__PFRRnG__card{border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;gap:16px;padding:32px;animation:.8s ease-out backwards Services-module__PFRRnG__fadeIn;display:flex}.Services-module__PFRRnG__card:hover{border-color:var(--brand-yellow);transform:translateY(-5px);box-shadow:0 10px 30px #ffc4001a}.Services-module__PFRRnG__iconWrapper{border-radius:var(--radius-md);background:#ffc4001a;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;display:flex}.Services-module__PFRRnG__icon{color:var(--brand-yellow);width:28px;height:28px}.Services-module__PFRRnG__card h3{font-size:1.25rem;font-weight:600}.Services-module__PFRRnG__card p{color:var(--text-secondary);line-height:1.6}
.ContactForm-module__1SvrgG__formWrapper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:800px;margin:100px auto;padding:48px;box-shadow:0 20px 40px #0003}.ContactForm-module__1SvrgG__successWrapper{text-align:center;padding:80px 48px}.ContactForm-module__1SvrgG__successTitle{color:var(--brand-yellow);margin-bottom:16px;font-size:2rem}.ContactForm-module__1SvrgG__header{text-align:center;margin-bottom:40px}.ContactForm-module__1SvrgG__header h2{margin-bottom:16px;font-size:clamp(1.8rem,3vw,2.5rem)}.ContactForm-module__1SvrgG__highlight{color:var(--brand-yellow)}.ContactForm-module__1SvrgG__header p{color:var(--text-secondary);line-height:1.6}.ContactForm-module__1SvrgG__form,.ContactForm-module__1SvrgG__row{flex-direction:column;gap:24px;display:flex}@media (min-width:768px){.ContactForm-module__1SvrgG__row{flex-direction:row}.ContactForm-module__1SvrgG__formGroup{flex:1}}.ContactForm-module__1SvrgG__formGroup{flex-direction:column;gap:8px;display:flex}.ContactForm-module__1SvrgG__form label{color:var(--text-primary);font-size:.95rem;font-weight:500}.ContactForm-module__1SvrgG__form input[type=text],.ContactForm-module__1SvrgG__form input[type=email],.ContactForm-module__1SvrgG__form input[type=url],.ContactForm-module__1SvrgG__form textarea{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);transition:var(--transition);padding:14px 16px;font-family:inherit}.ContactForm-module__1SvrgG__form input:focus,.ContactForm-module__1SvrgG__form textarea:focus{border-color:var(--brand-yellow);outline:none;box-shadow:0 0 0 2px #ffc4001a}.ContactForm-module__1SvrgG__form small{color:var(--text-muted);font-size:.85rem}.ContactForm-module__1SvrgG__checkboxGroup{flex-wrap:wrap;gap:16px;margin-top:8px;display:flex}.ContactForm-module__1SvrgG__checkboxLabel{cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);background:#ffffff08;border:1px solid #0000;align-items:center;gap:8px;padding:10px 16px;display:flex}.ContactForm-module__1SvrgG__checkboxLabel:hover{background:#ffffff14}.ContactForm-module__1SvrgG__checkboxLabel:has(input:checked){border-color:var(--brand-yellow);background:#ffc4000d}.ContactForm-module__1SvrgG__submitBtn{background:var(--brand-yellow);color:#000;border-radius:var(--radius-md);transition:var(--transition);justify-content:center;align-items:center;margin-top:16px;padding:16px;font-size:1.125rem;font-weight:600;display:flex}.ContactForm-module__1SvrgG__submitBtn:hover:not(:disabled){background:var(--brand-yellow-hover);transform:translateY(-2px);box-shadow:0 8px 20px #ffc4004d}.ContactForm-module__1SvrgG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.ContactForm-module__1SvrgG__spinner{animation:1s linear infinite ContactForm-module__1SvrgG__spin}@keyframes ContactForm-module__1SvrgG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ContactForm-module__1SvrgG__error{color:#ef4444;border-radius:var(--radius-sm);text-align:center;background:#ef44441a;padding:12px;font-size:.9rem}
.WhatsAppButton-module__OPyqoG__waButton{z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 14px #25d36666}.WhatsAppButton-module__OPyqoG__waButton:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}
.Navigation-module__Pj2Xoq__nav{z-index:1000;width:100%;padding:20px 0;transition:all .3s;position:fixed;top:0;left:0}.Navigation-module__Pj2Xoq__scrolled{-webkit-backdrop-filter:blur(12px);background:#0a0a0ad9;border-bottom:1px solid #ffffff0d;padding:15px 0;box-shadow:0 4px 30px #0000001a}.Navigation-module__Pj2Xoq__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.Navigation-module__Pj2Xoq__logo a{color:#fff;background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:800;text-decoration:none}.Navigation-module__Pj2Xoq__menuItems{align-items:center;gap:32px;display:flex}.Navigation-module__Pj2Xoq__menuItems a{color:#a0a0a0;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.Navigation-module__Pj2Xoq__menuItems a:hover{color:#fff}.Navigation-module__Pj2Xoq__menuItems a.Navigation-module__Pj2Xoq__active{color:#ffc400}.Navigation-module__Pj2Xoq__menuItems a.Navigation-module__Pj2Xoq__active:after{content:"";background-color:#ffc400;border-radius:2px;width:100%;height:2px;position:absolute;bottom:-6px;left:0}.Navigation-module__Pj2Xoq__socialIcons{align-items:center;gap:16px;display:flex}.Navigation-module__Pj2Xoq__socialIcons a{color:#a0a0a0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Navigation-module__Pj2Xoq__socialIcons a:hover{color:#ffc400;transform:translateY(-2px)}.Navigation-module__Pj2Xoq__mobileToggle{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.Navigation-module__Pj2Xoq__mobileMenu{display:none}@media (max-width:768px){.Navigation-module__Pj2Xoq__menuItems,.Navigation-module__Pj2Xoq__socialIcons{display:none}.Navigation-module__Pj2Xoq__mobileToggle{display:block}.Navigation-module__Pj2Xoq__mobileMenu{-webkit-backdrop-filter:blur(16px);background:#0f0f0ffa;border-bottom:1px solid #ffffff0d;flex-direction:column;width:100%;max-height:0;padding:0;transition:max-height .4s,padding .4s;display:flex;position:absolute;top:100%;left:0;overflow:hidden}.Navigation-module__Pj2Xoq__mobileMenuOpen{max-height:400px;padding:20px 0}.Navigation-module__Pj2Xoq__mobileMenu a{color:#fff;border-bottom:1px solid #ffffff0d;padding:16px 24px;font-size:1.1rem;font-weight:500;text-decoration:none}.Navigation-module__Pj2Xoq__mobileMenu a.Navigation-module__Pj2Xoq__active{color:#ffc400;background:#ffc4000d}.Navigation-module__Pj2Xoq__mobileSocials{justify-content:center;gap:24px;padding:24px;display:flex}.Navigation-module__Pj2Xoq__mobileSocials a{color:#a0a0a0;border:none;padding:0}.Navigation-module__Pj2Xoq__mobileSocials a:hover{color:#ffc400;background:0 0}}
.ClientsCarousel-module__53dS7G__carouselContainer{background-color:var(--background);width:100%;padding:40px 0;position:relative;overflow:hidden}.ClientsCarousel-module__53dS7G__carouselContainer:before,.ClientsCarousel-module__53dS7G__carouselContainer:after{content:"";z-index:2;pointer-events:none;width:150px;height:100%;position:absolute;top:0}.ClientsCarousel-module__53dS7G__carouselContainer:before{background:linear-gradient(to right, var(--background) 0%, transparent 100%);left:0}.ClientsCarousel-module__53dS7G__carouselContainer:after{background:linear-gradient(to left, var(--background) 0%, transparent 100%);right:0}.ClientsCarousel-module__53dS7G__title{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:30px;font-size:1.2rem}.ClientsCarousel-module__53dS7G__marquee{width:max-content;animation:30s linear infinite ClientsCarousel-module__53dS7G__scroll;display:flex}.ClientsCarousel-module__53dS7G__marquee:hover{animation-play-state:paused}@keyframes ClientsCarousel-module__53dS7G__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ClientsCarousel-module__53dS7G__logoWrapper{opacity:.6;filter:grayscale();justify-content:center;align-items:center;padding:0 40px;transition:opacity .3s,transform .3s;display:flex}.ClientsCarousel-module__53dS7G__logoWrapper:hover{opacity:1;filter:grayscale(0%);transform:scale(1.05)}.ClientsCarousel-module__53dS7G__logo{object-fit:contain;max-width:150px;max-height:60px}@media (max-width:768px){.ClientsCarousel-module__53dS7G__logoWrapper{padding:0 20px}.ClientsCarousel-module__53dS7G__logo{max-width:120px;max-height:50px}.ClientsCarousel-module__53dS7G__carouselContainer:before,.ClientsCarousel-module__53dS7G__carouselContainer:after{width:60px}}
