*{margin:0;padding:0;box-sizing:border-box}*,h1,h2,h3,h4,h5,h6,p,span,div,a,button,input,textarea,label{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif!important}html{scroll-behavior:smooth}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff;font-weight:400}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 2rem}}.header{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50}.header-content{display:flex;justify-content:space-between;align-items:center;min-height:56px;padding:.5rem 0}.logo-section{display:flex;align-items:center;gap:.5rem}.logo-container{display:flex;align-items:center;justify-content:center;background:#ffffffe6;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:.5rem;border:2px solid rgba(147,51,234,.1);width:48px;height:48px;min-width:48px;min-height:48px}.logo-container.large{width:320px;height:320px;min-width:320px;min-height:320px}.logo-img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;max-height:100%;max-width:100%}.logo-text{font-size:1.125rem;font-weight:700;color:#111827;text-shadow:0 1px 2px rgba(0,0,0,.1)}.nav{display:none}@media (min-width: 768px){.nav{display:block}}.nav-list{display:flex;gap:1.5rem;list-style:none}.nav-link{color:#6b7280;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#9333ea}.cta-button{background:linear-gradient(to right,#9333ea,#2563eb);color:#fff;padding:.5rem 1rem;border-radius:.5rem;text-decoration:none;font-size:.875rem;font-weight:600;transition:all .3s ease;min-height:auto;min-width:auto;height:auto}.cta-button:hover{background:linear-gradient(to right,#7c3aed,#1d4ed8);transform:translateY(-1px)}.hero{padding:3rem 1rem;position:relative;background:linear-gradient(135deg,#f8fafc,#f3e8ff);min-height:80vh;display:flex;align-items:center}.hero-content{display:flex;align-items:center;justify-content:center;min-height:360px;position:relative;z-index:10;width:100%}.hero-logo{display:none;position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:10}@media (min-width: 768px){.hero-logo{display:block}}.hero-text{width:100%;padding-left:0;text-align:center;flex:1;margin:0 auto;z-index:20}@media (min-width: 768px){.hero-text{padding-left:350px;text-align:left;margin:0}}.hero-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:2rem;line-height:1.2}@media (min-width: 768px){.hero-title{font-size:3rem}}@media (min-width: 1024px){.hero-title{font-size:3.75rem}}.title-line{display:block;padding-bottom:.5rem}.title-line.gradient{background:linear-gradient(to right,#9333ea,#2563eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-description{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.hero-description{margin-left:0;margin-right:0}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.hero-buttons{flex-direction:row}}@media (min-width: 768px){.hero-buttons{justify-content:flex-start}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.5rem;text-decoration:none;font-size:1.125rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;gap:.5rem}.btn-primary{background:linear-gradient(to right,#9333ea,#2563eb);color:#fff}.btn-primary:hover{background:linear-gradient(to right,#7c3aed,#1d4ed8);transform:translateY(-2px)}.btn-outline-purple{border:1px solid #9333ea;color:#9333ea;background:transparent}.btn-outline-purple:hover{background:#f3e8ff;transform:translateY(-2px)}.btn-outline-blue{border:1px solid #2563eb;color:#2563eb;background:transparent}.btn-outline-blue:hover{background:#eff6ff;transform:translateY(-2px)}.btn-icon{flex-shrink:0}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.1}.section-header{text-align:center;margin-bottom:2.5rem}.section-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.section-description{font-size:1.25rem;color:#6b7280;max-width:32rem;margin:0 auto}.services{padding:3rem 1rem;background:#fff}.services-image{margin-bottom:2.5rem}.services-img{width:100%;height:16rem;-o-object-fit:cover;object-fit:cover;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040}@media (min-width: 768px){.services-img{height:24rem}}.services-grid{display:grid;gap:2rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s ease;border:0}.service-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-8px)}.service-icon{margin-bottom:1rem;color:#9333ea;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.service-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#111827}.service-description{color:#6b7280;line-height:1.6}.pricing{padding:3rem 1rem;background:linear-gradient(135deg,#f3e8ff,#eff6ff);position:relative}.pricing-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.pricing-bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.05}.pricing-grid{display:grid;gap:2rem;max-width:72rem;margin:0 auto;position:relative;z-index:10}@media (min-width: 768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;transition:all .3s ease;border:0;position:relative}.pricing-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-8px)}.pricing-card.popular{border:2px solid #9333ea;transform:scale(1.05)}.popular-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:linear-gradient(to right,#9333ea,#2563eb);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.star-icon{flex-shrink:0}.pricing-header{text-align:center;padding-top:2rem}.pricing-name{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#111827}.pricing-price{margin-bottom:1rem}.price-amount{font-size:2.25rem;font-weight:700;color:#111827}.price-period{color:#6b7280}.pricing-solutions{color:#9333ea;font-weight:600;margin-bottom:.5rem}.pricing-description{color:#6b7280;font-size:.875rem}.pricing-content{padding:1.5rem}.pricing-features{list-style:none;margin-bottom:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#374151}.feature-icon{color:#9333ea;flex-shrink:0}.pricing-note{font-size:.75rem;color:#6b7280;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.pricing-btn{width:100%;padding:1.5rem;margin-top:1.5rem}.stats{padding:3rem 1rem;background:linear-gradient(to right,#9333ea,#1e40af);color:#fff;position:relative;overflow:hidden}.stats-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.stats-bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.1}.stats-grid{display:grid;gap:2rem;text-align:center;position:relative;z-index:10}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-item{padding:1rem}.stat-number{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#c4b5fd}.testimonials{padding:3rem 1rem;background:#f9fafb}.testimonials-image{margin-bottom:2.5rem}.testimonials-img{width:100%;height:12rem;-o-object-fit:cover;object-fit:cover;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040}@media (min-width: 768px){.testimonials-img{height:18rem}}.testimonials-grid{display:grid;gap:2rem}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;transition:box-shadow .3s ease;border:0;padding:2rem}.testimonial-card:hover{box-shadow:0 25px 50px -12px #00000040}.testimonial-rating{display:flex;align-items:center;margin-bottom:1.5rem}.star{width:1.25rem;height:1.25rem;color:#fbbf24;margin-right:.25rem}.testimonial-text{color:#6b7280;margin-bottom:2rem;font-style:italic;line-height:1.7;font-size:1rem}.testimonial-author{margin-top:auto}.author-name{font-weight:600;color:#111827}.author-company{font-size:.875rem;color:#6b7280}.faq{padding:3rem 1rem;background:#fff}.faq-list{max-width:64rem;margin:0 auto}.faq-item{border-radius:.75rem;border:1px solid #e5e7eb;background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;margin-bottom:1rem;cursor:pointer}.faq-item[open]{box-shadow:0 4px 6px -1px #0000001a;border-color:#9333ea}.faq-item:hover{border-color:#9333ea;box-shadow:0 2px 4px #0000001a}.faq-question{cursor:pointer;list-style:none;display:flex;align-items:flex-start;justify-content:space-between}.question-text{font-size:1.125rem;font-weight:600;color:#111827;padding-right:1.5rem}.faq-icon{color:#9333ea;font-size:1.5rem;font-weight:700;flex-shrink:0;transition:transform .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-answer{margin-top:.75rem;color:#374151;line-height:1.6}.faq-footer{margin-top:2rem;font-size:.875rem;color:#6b7280;text-align:center}.faq-link{text-decoration:underline;text-underline-offset:4px;transition:color .3s ease}.faq-link.purple{text-decoration-color:#9333ea}.faq-link.purple:hover{color:#7c3aed}.faq-link.blue{text-decoration-color:#2563eb}.faq-link.blue:hover{color:#1d4ed8}.contact{padding:3rem 1rem;background:#fff;position:relative}.contact-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.contact-bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.05}.contact-content{display:grid;gap:3rem;max-width:64rem;margin:0 auto;position:relative;z-index:10}@media (min-width: 768px){.contact-content{grid-template-columns:repeat(2,1fr)}}.contact-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#111827}.contact-benefits{list-style:none;margin-bottom:2rem}.benefit-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.benefit-icon{color:#9333ea;flex-shrink:0}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-detail{display:flex;align-items:center;gap:.75rem}.contact-detail-icon{color:#9333ea;flex-shrink:0}.contact-detail a{color:#6b7280;text-decoration:none;transition:color .3s ease}.contact-detail a:hover{color:#9333ea}.contact-form{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;border:0;padding:1.5rem}.form-header{margin-bottom:1.5rem}.form-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#111827}.form-description{color:#6b7280;font-size:.875rem}.form-content{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-input,.form-textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#9333ea;box-shadow:0 0 0 3px #9333ea1a}.form-textarea{resize:vertical;min-height:100px}.form-submit{width:100%;padding:1.5rem;margin-top:1rem}.footer{background:#111827;color:#fff;padding:3rem 1rem}.footer-content{display:grid;gap:2rem}@media (min-width: 768px){.footer-content{grid-template-columns:repeat(4,1fr)}}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-text{font-size:1.25rem;font-weight:700}.footer-description{color:#9ca3af;line-height:1.6}.footer-title{font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;margin-top:2rem;padding-top:2rem;text-align:center;color:#9ca3af}@media (max-width: 767px){.hero-title{font-size:2rem}.section-title{font-size:1.875rem}.hero-description,.section-description{font-size:1.125rem}.btn{padding:.75rem 1.5rem;font-size:1rem}.pricing-card.popular{transform:none}.contact-form{margin:0 1rem;max-width:calc(100vw - 2rem);box-sizing:border-box}.form-row{grid-template-columns:1fr;gap:.75rem}.form-input,.form-textarea{width:100%;box-sizing:border-box;font-size:16px}.form-submit{width:100%;box-sizing:border-box}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info{order:2}.contact-form{order:1}.container{overflow-x:hidden}@media (max-width: 480px){.contact-form{margin:0 .5rem;padding:1rem}.form-input,.form-textarea{padding:.875rem;font-size:16px}.form-submit{padding:1rem;font-size:1rem}}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.btn:focus,.nav-link:focus,.form-input:focus,.form-textarea:focus{outline:2px solid #9333ea;outline-offset:2px}.whatsapp-float{position:fixed!important;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex!important;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;transition:all .3s ease;z-index:9999!important;text-decoration:none;color:#fff;opacity:1!important;transform:scale(1)!important;visibility:visible!important}.whatsapp-float:hover{background:#128c7e;transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.whatsapp-float:active{transform:scale(.95)}.whatsapp-icon{width:28px;height:28px;transition:transform .3s ease}.whatsapp-float:hover .whatsapp-icon{transform:scale(1.1)}.whatsapp-tooltip{position:absolute;right:70px;top:50%;transform:translateY(-50%);background:#333;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none}.whatsapp-tooltip:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:#333}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;visibility:visible;right:75px}@keyframes whatsapp-pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 10px #25d36600}to{box-shadow:0 0 #25d36600}}.whatsapp-float{animation:whatsapp-pulse 2s infinite}@media (max-width: 768px){.whatsapp-float{bottom:1rem!important;right:1rem!important;width:56px!important;height:56px!important;z-index:99999!important;position:fixed!important;display:flex!important;opacity:1!important;transform:scale(1)!important;visibility:visible!important;pointer-events:auto!important;background:#25d366!important;border-radius:50%!important;box-shadow:0 4px 12px #25d36666!important}.whatsapp-icon{width:24px!important;height:24px!important;color:#fff!important}.whatsapp-tooltip{display:none!important}}@media (max-width: 480px){.whatsapp-float{bottom:.75rem!important;right:.75rem!important;width:52px!important;height:52px!important;z-index:99999!important;position:fixed!important;display:flex!important;opacity:1!important;transform:scale(1)!important;visibility:visible!important;pointer-events:auto!important;background:#25d366!important;border-radius:50%!important;box-shadow:0 4px 12px #25d36666!important}.whatsapp-icon{width:22px!important;height:22px!important;color:#fff!important}}@media screen and (max-width: 768px) and (orientation: portrait){.whatsapp-float{bottom:1rem!important;right:1rem!important;width:56px!important;height:56px!important;z-index:99999!important;position:fixed!important;display:flex!important;opacity:1!important;transform:scale(1)!important;visibility:visible!important;pointer-events:auto!important;background:#25d366!important;border-radius:50%!important;box-shadow:0 4px 12px #25d36666!important}}@media screen and (max-width: 768px) and (orientation: landscape){.whatsapp-float{bottom:.5rem!important;right:.5rem!important;width:50px!important;height:50px!important;z-index:99999!important;position:fixed!important;display:flex!important;opacity:1!important;transform:scale(1)!important;visibility:visible!important;pointer-events:auto!important;background:#25d366!important;border-radius:50%!important;box-shadow:0 4px 12px #25d36666!important}}@media print{.header,.hero-background,.pricing-background,.stats-background,.contact-background,.whatsapp-float{display:none}.hero,.pricing,.stats{background:#fff;color:#000}}
