*{margin:0;padding:0}body{font-family:Inter,sans-serif;line-height:1.5;color:#333}.container{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}.header{background-color:#fff;padding:20px 0;box-shadow:0 1px #0000001a;position:relative}.header__container{display:flex;justify-content:space-between;align-items:center;padding-left:20px;padding-right:20px}.header__logo-link{display:inline-block;text-decoration:none}.header__logo-image{height:40px;display:block}.header__menu-toggle{background:none;border:none;color:#48a1fc;font-size:1.8rem;cursor:pointer;display:none}.header__nav{display:flex;transition:transform .3s ease-out}.header__nav-list{list-style:none;display:flex;align-items:center}.header__nav-item{margin-left:25px}.header__nav-link{text-decoration:none;color:#48a1fc;font-weight:500;display:flex;align-items:center;position:relative;transition:color .3s ease}.header__nav-link:after{content:"";position:absolute;bottom:-3px;left:0;width:0%;height:2px;background-color:#48a1fc;transition:width .3s ease}.header__nav-link:hover{color:#accc45}.header__nav-link:hover:after{width:100%}.header__actions{display:flex;align-items:center}.header__whatsapp-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background-color:#25d366;color:#fff;text-decoration:none;position:relative;font-size:2rem;box-shadow:0 0 #25d366b3;animation:pulse-whatsapp 2s infinite;transition:transform .3s ease;border:2px solid #fff;box-sizing:border-box}.header__whatsapp-icon:hover{transform:scale(1.1)}.header__whatsapp-icon svg{font-size:1.5em}@keyframes pulse-whatsapp{0%{transform:scale(1);box-shadow:0 0 #25d366b3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #25d36600}to{transform:scale(1);box-shadow:0 0 #25d36600}}@media (max-width: 768px){.header__container{flex-direction:column;align-items:flex-start}.header__whatsapp-icon{display:none}.header__logo-link{margin-bottom:15px}.header__nav{display:none;position:static;width:100%;box-shadow:none;padding:0;transform:none}.header__nav.header__nav--open{display:block}.header__nav-list{flex-direction:column;align-items:flex-start;width:100%}.header__nav-item{margin-left:0;margin-bottom:15px;width:100%}.header__nav-link{display:block;padding:10px 0}.header__menu-toggle{display:block;position:absolute;top:20px;right:20px}.header__actions{position:absolute;top:20px;left:20px}}.hero{overflow:hidden;height:600px;transition:background-image 1s ease-in-out,opacity .3s}.hero__container{display:flex;justify-content:flex-start;align-items:center;height:100%}.hero__content--simple{text-align:left;padding:80px 20px;max-width:600px;opacity:0;animation:fadeIn 1s ease-out forwards .5s}@keyframes fadeIn{to{opacity:1}}.hero__title--simple{font-size:3.5rem;color:#11b2ee;margin-bottom:20px;line-height:1.2;opacity:1;transition:opacity .5s ease-in-out;min-height:3.5rem;display:flex;align-items:center;justify-content:flex-start}.hero__title--animate-out{opacity:0}.hero__title--animate-in{opacity:1}.hero__subtitle--simple{font-size:1.3rem;color:#777;margin-bottom:30px;opacity:0;animation:fadeInSubtitle 1s ease-out forwards 1s}@keyframes fadeInSubtitle{to{opacity:1}}.hero__button--simple{background-color:#b0d44d;color:#fff;font-size:1.2rem;padding:14px 30px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;display:inline-block;opacity:0;animation:fadeInButton 1s ease-out forwards 1.5s,pulse-glow 2s infinite;transform:translateY(20px);box-shadow:0 0 #b0d44d66}@keyframes fadeInButton{to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 #b0d44d66}70%{box-shadow:0 0 0 10px #b0d44d00}to{box-shadow:0 0 #b0d44d00}}.hero__button--simple:hover{background-color:#94b33c;transform:scale(1.07);box-shadow:0 5px 15px #0000004d}@media (max-width: 768px){.hero{padding:60px 0;height:auto!important}.hero__container{padding-top:60px;padding-bottom:60px;align-items:flex-start;justify-content:center;display:block;height:auto}.hero__content--simple{padding:20px;max-width:100%;text-align:center}.hero__title--simple{font-size:2rem;min-height:auto;display:block;align-items:flex-start;justify-content:flex-start;color:#11b2ee}.hero__subtitle--simple{font-size:1rem}.hero__button--simple{font-size:1.1rem;padding:12px 25px;animation:fadeInButtonMobile 1s ease-out forwards 1.5s;transform:translateY(20px);animation-iteration-count:1;box-shadow:none}@keyframes fadeInButtonMobile{to{opacity:1;transform:translateY(0)}}.hero__button--simple:hover{transform:scale(1.03);box-shadow:0 3px 8px #0003}.hero__container{padding-left:15px;padding-right:15px}}.services-section{padding:60px 0;background-color:#f9f9f9;height:auto}.services-container{max-width:1400px;margin:0 auto;padding:0 20px;text-align:center}.services-title{font-size:2.2rem;color:#333;margin-bottom:40px}.services-carousel{display:flex;align-items:stretch;align-items:center;gap:40px;padding-bottom:20px;-webkit-overflow-scrolling:touch;justify-content:center;padding-left:20px;padding-right:20px;overflow:hidden;margin:0 auto;transition:transform .5s ease-in-out;height:100%}.services-carousel--slideshow{overflow:hidden}.services-card--cta{flex:0 0 auto;width:320px;max-width:320px;border-radius:20px;background-color:#f0f9e7;box-shadow:0 8px 16px #00000026;overflow:hidden;scroll-snap-align:start;text-align:center;transition:transform .3s ease,box-shadow .3s ease;margin-left:0;margin-right:0;margin-top:10px}.services-card--cta:hover{transform:translateY(-10px);box-shadow:0 16px 32px #0003}.services-card__image--cta{display:block;width:100%;height:auto;border-radius:20px 20px 0 0;aspect-ratio:16/9;object-fit:cover}.services-card__content{padding:20px;flex-grow:1;height:100%}.services-card__title--cta{font-size:1.6rem;color:#48a1fc;margin-top:0;margin-bottom:10px;font-weight:700}.services-card__description--cta{font-size:1rem;color:#555;margin-bottom:20px;line-height:1.5;min-height:60px}.services-card__price{font-size:1.2rem;font-weight:700;color:#333;padding:15px 20px;margin:0;display:none}.services-card__button--cta{background-color:#48a1fc;color:#fff;font-size:1.1rem;padding:12px 25px;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s ease,transform .3s ease;display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%{box-shadow:0 0 #48a1fc66}70%{box-shadow:0 0 0 10px #48a1fc00}to{box-shadow:0 0 #48a1fc00}}.services-card__button--cta:hover{background-color:#1d7fe6;transform:scale(1.03)}.services-pagination{display:flex;justify-content:center;margin-top:20px;gap:8px}.services-pagination__dot{background-color:#ddd;border:none;width:10px;height:10px;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.services-pagination__dot:hover,.services-pagination__dot--active{background-color:#bbb}.services-pagination__dot--active{background-color:#accc45;transform:scale(1.2)}@media (max-width: 1200px){.services-section{padding:30px 0}.services-carousel{padding-left:0;padding-right:0;gap:20px;width:auto;flex-direction:column;align-items:center}.services-card--cta{width:95%;max-width:500px;margin-left:auto;margin-right:auto}.services-container{padding:0}.services-title{font-size:1.8rem;margin-bottom:25px}.services-card__title--cta{font-size:1.3rem}.services-card__description--cta{font-size:.95rem;min-height:auto}.services-card__button--cta{font-size:.9rem;padding:10px 15px}.services-pagination{margin-top:25px}}.features-section{background-color:#11b2ee;overflow:hidden}.features-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-around;align-items:center;text-align:center}.feature-item{flex:1;padding:20px;max-width:250px}.feature-item__icon{font-size:2.5rem;margin-bottom:15px;transition:transform .5s ease-out,color .3s ease-in-out}.feature-item__icon:hover{transform:translateY(-8px) scale(1.2);color:#b0d44d}.feature-item__title{font-size:1.1rem;color:#495057;margin-bottom:10px;font-weight:700}.feature-item__description{font-size:.9rem;color:#6c757d;line-height:1.4}@media (max-width: 960px){.features-container{flex-wrap:wrap;justify-content:center}.feature-item{max-width:300px;margin-bottom:30px}}@media (max-width: 768px){.features-section{padding:20px 0}.features-container{padding:0 10px;flex-direction:column;align-items:center}.feature-item{max-width:100%;padding:10px;margin-bottom:15px}.feature-item__icon{font-size:1.8rem;margin-bottom:8px}.feature-item__title{font-size:.95rem;margin-bottom:6px}.feature-item__description{font-size:.85rem}}.whatsapp-cta-section--split{background-color:#fff;padding:90px 0;text-align:left;overflow:hidden}.whatsapp-cta-container--split{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center}.whatsapp-cta-image-container{flex:1;max-width:50%;padding-right:40px;display:flex;justify-content:center;align-items:center}.whatsapp-cta-image{display:block;max-width:95%;height:auto;border-radius:15px;box-shadow:0 8px 20px #0000002e;transition:transform .3s ease-out}.whatsapp-cta-image:hover{transform:scale(1.03)}.whatsapp-cta-content--centered{flex:1;max-width:45%;padding-left:40px;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.whatsapp-cta-label{font-size:1rem;color:#94b33c;text-transform:uppercase;font-weight:700;margin-bottom:12px;letter-spacing:.12em;opacity:0;animation:fadeInUpLabel 1s ease-out forwards .5s;display:block}@keyframes fadeInUpLabel{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(20px)}}.whatsapp-cta-title--centered{font-size:3.2rem;color:#222;margin-bottom:30px;text-align:left;line-height:1.3;opacity:0;animation:fadeInRightTitle 1s ease-out forwards .7s}@keyframes fadeInRightTitle{to{opacity:1;transform:translate(0)}0%{opacity:0;transform:translate(30px)}}.whatsapp-cta-benefits--centered{list-style:none;padding-left:0;margin-bottom:45px;text-align:left;opacity:0;animation:fadeInRightList 1s ease-out forwards .9s}@keyframes fadeInRightList{to{opacity:1;transform:translate(0)}0%{opacity:0;transform:translate(40px)}}.whatsapp-cta-benefit-item{font-size:1.05rem;color:#555;margin-bottom:15px;line-height:1.7}.whatsapp-cta-link--centered{display:inline-flex;align-items:center;text-decoration:none;background-color:#25d366;color:#fff;padding:20px 40px;border-radius:50px;box-shadow:0 7px 20px #0000004d;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;margin-top:35px;font-size:1.2rem;margin-left:0;margin-right:0;animation:pulseButton 2.5s infinite,fadeInButton 1s ease-out forwards 1.1s;opacity:0;animation-delay:1.1s;animation-fill-mode:forwards}@keyframes pulseButton{0%,to{box-shadow:0 7px 20px #0000004d;transform:scale(1)}50%{box-shadow:0 7px 25px #0006;transform:scale(1.03)}}@keyframes fadeInButton{to{opacity:1}0%{opacity:0}}.whatsapp-cta-link:hover{background-color:#128c7e;transform:scale(1.06);box-shadow:0 8px 22px #00000059}.whatsapp-cta-icon--animated{font-size:2.4rem;margin-right:20px}@keyframes rotateIcon{to{transform:rotate(360deg)}}.whatsapp-cta-text{text-align:left}.whatsapp-cta-message--animated{font-size:1.4rem;font-weight:800;margin-bottom:8px;animation:fadeInMessage 1s ease-out forwards 1.1s;opacity:0}@keyframes fadeInMessage{to{opacity:1}0%{opacity:0}}.whatsapp-cta-number{font-size:.95rem;color:#f0f0f0}@media (max-width: 768px){.whatsapp-cta-section--split{padding:30px 0;text-align:center}.whatsapp-cta-container--split{flex-direction:column;padding:0 20px;align-items:center}.whatsapp-cta-image-container{max-width:100%;padding-right:0;margin-bottom:20px}.whatsapp-cta-image{border-radius:12px}.whatsapp-cta-content--centered{max-width:100%;padding-left:0;text-align:center;align-items:center}.whatsapp-cta-label{text-align:center;font-size:.85rem;margin-bottom:6px}.whatsapp-cta-title--centered{font-size:1.4em;margin-bottom:10px;text-align:center}.whatsapp-cta-benefits--centered{display:block;text-align:center;margin-bottom:20px}.whatsapp-cta-benefit-item{font-size:.9rem;margin-bottom:5px;line-height:1.4}.whatsapp-cta-link--centered{flex-direction:row;padding:8px 16px;font-size:.85rem;margin-top:15px;border-radius:25px;margin-left:auto;margin-right:auto;display:flex;justify-content:center}.whatsapp-cta-text{text-align:left}.whatsapp-cta-icon--animated{margin-right:8px;margin-bottom:0;font-size:1.6rem}.whatsapp-cta-message--animated{font-size:.9rem}.whatsapp-cta-number{font-size:.8rem}}.testimonials-section{padding:80px 0;background-color:#11b2ee;text-align:center}.testimonials-container{max-width:1400px;margin:0 auto;padding:0 20px}.testimonials-title{font-size:2.5rem;color:#333;margin-bottom:60px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;justify-items:center}.testimonial-card{background-color:#fff;border-radius:25px;padding:30px;box-shadow:0 10px 25px #0003;text-align:center;max-width:400px;transition:transform .3s ease-out,box-shadow .3s ease-out}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 10px 20px #00000026}.testimonial-card__header{display:flex;flex-direction:column;align-items:center;margin-bottom:25px}.testimonial-card__avatar{width:100px;height:100px;border-radius:50%;margin-bottom:15px;object-fit:cover;box-shadow:0 2px 5px #0003;transition:transform .3s ease-out}.testimonial-card__avatar:hover{transform:scale(1.1)}.testimonial-card__name{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:5px}.testimonial-card__role{font-size:.9rem;color:#777;margin-bottom:20px}.testimonial-card__quote{font-style:italic;color:#555;margin-bottom:25px;line-height:1.6}.testimonial-card__rating{display:flex;justify-content:center;gap:5px}.testimonial-card__star{font-size:1rem;color:#ffc107;opacity:.5;transition:transform .3s ease-out}.testimonial-card__star:hover{transform:rotate(15deg) scale(1.2)}@media (max-width: 768px){.testimonials-section{padding:60px 0}.testimonials-title{font-size:2rem;margin-bottom:40px}.testimonials-grid{grid-template-columns:1fr;gap:40px}.testimonial-card{padding:25px;max-width:95%}.testimonial-card__avatar{width:80px;height:80px;margin-bottom:10px}.testimonial-card__name{font-size:1.2rem}.testimonial-card__role{font-size:.85rem;margin-bottom:15px}.testimonial-card__quote{font-size:1rem;margin-bottom:20px}.testimonial-card__rating{gap:3px}.testimonial-card__star{font-size:.9rem}}.newsletter-cta-section--blue{background-color:#fff;padding:90px 0;text-align:center}.newsletter-cta-container--blue{max-width:1000px;margin:0 auto;padding:0 20px}.newsletter-cta-title--blue{font-size:3.5rem;color:#222;margin-bottom:20px;line-height:1.4;font-weight:700}.newsletter-cta-subtitle--blue{font-size:1.3rem;color:#555;margin-bottom:40px;line-height:1.7}.newsletter-cta-subtitle .newsletter-cta-highlight{font-weight:700;color:#c00;font-size:1.3rem}.newsletter-cta-button--blue{background-color:#87cefa;color:#fff;font-size:1.3rem;padding:18px 45px;border:none;border-radius:10px;cursor:pointer;box-shadow:0 7px 18px #0003;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;font-weight:700;letter-spacing:.06em;margin-top:40px;animation:pulse-glow-enhanced 2s infinite}@keyframes pulse-glow-enhanced{0%{box-shadow:0 0 #48a1fc99;transform:scale(1)}50%{box-shadow:0 0 0 15px #48a1fc00;transform:scale(1.06)}to{box-shadow:0 0 #48a1fc00;transform:scale(1)}}.newsletter-cta-button--blue:hover{background-color:#5dade2;transform:scale(1.06);box-shadow:0 9px 22px #00000040}@media (max-width: 768px){.newsletter-cta-section--blue{padding:50px 0;text-align:center}.newsletter-cta-container--blue{padding:0 15px}.newsletter-cta-title--blue{font-size:2.2rem;margin-bottom:15px}.newsletter-cta-subtitle--blue{font-size:1.1rem;margin-bottom:30px}.newsletter-cta-button--blue{font-size:1.1rem;padding:12px 30px;border-radius:8px}}.footer{background-color:#222;color:#eee;padding-top:80px;overflow:hidden}.footer__container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;flex-wrap:wrap}.footer__column{flex:1;min-width:200px;margin-bottom:30px;text-align:left}.footer__column--about{max-width:300px;margin-right:100px}.footer__logo-link{display:inline-block;margin-bottom:20px}.footer__logo-image{height:40px;width:auto;display:block}.footer__description{font-size:.9rem;line-height:1.5;margin-bottom:20px}.footer__social-icons{display:flex;gap:10px}.footer__social-icon-link{color:#eee;font-size:1.3rem;transition:color .3s ease,transform .3s ease;text-decoration:none}.footer__social-icon-link:hover{color:#fff;transform:scale(1.1) rotate(10deg)}.footer__column-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:15px;text-transform:uppercase}.footer__list{list-style:none;padding:0}.footer__link,.footer__contact-item{display:block;color:#ccc;text-decoration:none;margin-bottom:12px;font-size:.9rem;transition:color .3s ease;display:flex;align-items:center;position:relative}.footer__link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background-color:#87cefa;transition:width .3s ease}.footer__link:hover:after{width:100%}.footer__link:hover,.footer__contact-item:hover{color:#fff}.footer__contact-item{margin-bottom:15px}.footer__contact-icon{font-size:1.1rem;margin-right:8px;color:#87cefa}.footer__bottom-bar{background-color:#111;padding:20px 0;text-align:center;font-size:.8rem;color:#aaa}.footer__bottom-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.footer__developer{text-align:right;opacity:0;transform:translateY(20px);animation:fadeInUpDeveloper 1.2s ease-out forwards .5s}.footer__developer-link{color:#aaa;text-decoration:none;transition:color .3s ease}.footer__developer-link:hover{color:#fff}@keyframes fadeInUpDeveloper{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.footer{padding-top:50px}.footer__container{flex-direction:column;text-align:center}.footer__column{margin-inline:0px!important;max-width:100%;text-align:center;margin-bottom:40px}.footer__column--about{max-width:100%}.footer__social-icons{justify-content:center}.footer__developer{text-align:center;animation-delay:0s}.footer__list{display:flex;list-style:none;padding:0;flex-direction:column;align-items:center}.footer__bottom-container{display:flex;flex-direction:column;align-items:center;justify-content:center}}
