:root{--primary:#2563eb;--primary-light:#3b82f6;--secondary:#0ea5e9;--accent:#136aff;--text:#1e293b;--text-light:#64748b;--bg:#fff;--bg-light:#f8fafc;--border:#e2e8f0;--water:#0d9488;--water-light:#14b8a6;--water-bg:#f0fdfa;--shadow:0 1px 3px #0000001a;--radius:8px;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}section{padding:5rem 1.5rem}.container{max-width:var(--max-width);margin:0 auto}.project-card{background:var(--bg);border-radius:var(--radius);flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 16px #00000014}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000024}.project-card__image{aspect-ratio:16/10;background:linear-gradient(135deg,#e0e7ff,#f0fdfa);justify-content:center;align-items:center;display:flex;overflow:hidden}.project-card__image img{object-fit:cover;width:100%;height:100%}.project-card__body{flex-direction:column;flex:1;gap:.6rem;padding:1.25rem;display:flex}.project-card__title{color:var(--text);font-size:1rem;font-weight:700}.project-card__desc{color:var(--text-light);font-size:.85rem;line-height:1.6}.skip-link{z-index:1000;background:var(--primary);color:#fff;border-radius:0 0 var(--radius) 0;padding:.75rem 1.25rem;font-weight:600;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.page-loading{min-height:100vh;color:var(--text-light);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1000;background:#fffffff2;width:100%;position:fixed;top:0;left:0}.header__container{justify-content:space-between;align-items:center;height:4rem;padding:0 1.5rem;display:flex}.header__logo{cursor:pointer;align-items:center;display:flex}.header__logo-img{width:auto;height:3rem}.header__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;padding:0;display:none}.header__hamburger span{background:var(--text);border-radius:2px;width:100%;height:2.5px;transition:transform .3s,opacity .3s;display:block}.header__hamburger--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.header__nav-list{align-items:center;gap:2rem;display:flex}.header__nav-link{color:var(--text-light);font-size:.9rem;font-weight:500;transition:color .2s;position:relative}.header__nav-link:after{content:"";background:var(--primary);width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.header__nav-link:hover{color:var(--primary)}.header__nav-link:hover:after{width:100%}.header__cta{color:#fff;border-radius:var(--radius);white-space:nowrap;background:#17b158;align-items:center;gap:.4rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:background-color .2s,opacity .2s;display:inline-flex}.header__cta:hover{background-color:#147d40}.header__cta svg{fill:#fff;width:18px;height:18px}@media (width<=768px){.header__hamburger{display:flex}.header__nav{background:var(--bg);border-left:1px solid var(--border);width:260px;height:100vh;padding:5rem 2rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-4px 0 12px #00000014}.header__nav--open{right:0}.header__nav-list{flex-direction:column;gap:1.5rem}.header__nav-link{font-size:1.1rem}.header__cta{display:none}}.hero{text-align:center;background:linear-gradient(135deg, var(--bg-light) 0%, #e0e7ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 4rem;display:flex}.hero__content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.hero__logo{flex-direction:column;align-items:center;display:flex}.hero__logo-img{width:85%;max-width:1000px;height:auto}.hero__title{letter-spacing:-.02em;color:var(--text);font-size:4rem;font-weight:800}.hero__subtitle{color:var(--text-light);font-size:1.25rem;font-weight:400}@media (width<=768px){.hero__logo-img{max-width:750px}.hero__subtitle{font-size:1rem}}.anim-section{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.anim-section--visible{opacity:1;transform:translateY(0)}.slider{align-items:center;gap:.5rem;display:flex;position:relative}.slider__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;display:grid}.slider__viewport{flex:1;overflow:hidden}.slider__track{align-items:stretch;transition:transform .4s;display:flex}.slider__track--no-transition{transition:none}.slider__slide{flex-shrink:0;padding:0 .5rem;display:flex}.slider__slide>div{flex-direction:column;width:100%;height:100%;display:flex}.slider__btn{border:1px solid var(--border);background:var(--bg);width:40px;height:40px;color:var(--text);cursor:pointer;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:background .2s,border-color .2s;display:flex}.slider__btn:hover:not(:disabled){background:var(--primary);border-color:var(--primary);color:#fff}.slider__btn:disabled{opacity:.3;cursor:default}.slider__dots{justify-content:center;gap:.4rem;display:flex;position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%)}.slider__dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s}.slider__dot--active{background:var(--primary)}@media (width<=768px){.slider__btn{width:32px;height:32px;font-size:1.2rem}.slider__grid{grid-template-columns:1fr}}@media (width<=500px){.slider{gap:.25rem}.slider__slide{padding:0 .25rem}.slider__btn{width:28px;height:28px;font-size:1rem}.slider__dots{gap:.3rem;bottom:-1.25rem}.slider__dot{width:6px;height:6px}}.about{background:var(--bg);text-align:center}.about__title{margin-bottom:2rem;font-size:2rem;font-weight:700;display:inline-block;position:relative}.about__title:after{content:"";background:var(--primary);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.about__text{text-align:center;max-width:760px;color:var(--text-light);margin:0 auto 18px;font-size:1.1rem;line-height:1.8}.about__text strong{color:var(--text)}.about__highlight{color:var(--primary)}.about__grid{margin-top:3.5rem}.about__grid .slider__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.about__card{background:var(--bg);text-align:center;border-radius:18px;padding:2.2rem 1.75rem;transition:transform .35s,box-shadow .35s;box-shadow:0 15px 40px #00000014}.about__card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001f}.about__card-icon{justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.about__card-icon img{object-fit:contain;width:80px;height:80px}.about__card-title{color:var(--text);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.about__card-desc{color:var(--text-light);font-size:.95rem;line-height:1.7}@media (width<=900px){.about__grid .slider__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about{padding:3rem 1rem}.about__title{margin-bottom:1.5rem;font-size:1.5rem}.about__text{font-size:.95rem;line-height:1.7}.about__grid{margin-top:2.5rem;padding-bottom:1.5rem}.about__grid .slider{gap:0}.about__grid .slider__btn{display:none}.about__grid .slider__slide{padding:0}.about__grid .slider__grid{grid-template-columns:1fr;gap:1rem}.about__card{box-shadow:none;background:#f8fafc;padding:1.75rem 1.25rem}.about__card:hover{box-shadow:none;transform:none}.about__card-icon img{width:60px;height:60px}.about__card-title{font-size:1.05rem}.about__card-desc{font-size:.85rem}}@media (width<=500px){.about__title{font-size:1.3rem}.about__card{padding:1.5rem 1rem}}.card{background:var(--bg);border-radius:var(--radius);text-align:left;color:inherit;cursor:pointer;flex-wrap:wrap;align-items:stretch;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 16px #00000014}.card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000024}.card__image{background:var(--bg-light);border-right:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:140px;display:flex}.card__image-placeholder{justify-content:center;align-items:center;display:flex}.card__image-icon{object-fit:contain;opacity:.85;width:80px;height:80px}.card__info{flex-direction:column;flex:1;gap:.6rem;padding:1.5rem;display:flex}.card__name{color:#136aff;font-size:1.2rem;font-weight:700}.card__description{color:var(--text-light);font-size:.9rem;line-height:1.6}.card__includes-title{text-transform:uppercase;letter-spacing:.05em;color:#136aff;font-size:.8rem;font-weight:700}.card__includes-list{flex-wrap:wrap;gap:.3rem .8rem;margin-top:.3rem;display:flex}.card__includes-list li{color:var(--text-light);padding-left:1rem;font-size:.8rem;position:relative}.card__includes-list li:before{content:"›";color:#136aff;font-weight:700;position:absolute;left:0}.card__pricing{color:#fff;background:#17b158;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.75rem;width:180px;padding:1.2rem;display:flex}.card__price-block{text-align:center;flex-direction:column;gap:.15rem;width:100%;display:flex}.card__price-label{text-transform:uppercase;letter-spacing:.08em;opacity:1;font-size:.65rem}.card__price-value{word-break:break-word;font-size:1rem;font-weight:700}.card__price-block--custom .card__price-value{color:#fff;font-size:1.1rem}.card__cta-text{text-transform:uppercase;letter-spacing:.05em;text-align:center;color:#fff;border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);background:#136aff;padding:.75rem 1rem;font-size:.85rem;font-weight:700;transition:background .2s;display:none}.card:hover .card__cta-text{background:#0d5be0}.card__cta{flex-direction:column;align-items:center;gap:1rem;width:100%;padding:1.2rem 1.5rem;display:flex}.card__whatsapp{color:#fff;border-radius:var(--radius);text-align:center;background:#17b158;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.7rem 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background-color .2s,opacity .2s,transform .2s;display:inline-flex}.card__whatsapp:hover{background-color:#147d40;transform:scale(1.02)}.card__divider{border:none;border-top:1px solid var(--border);width:100%;margin:0}@media (width<=768px){.card{flex-direction:column}.card__image{border-right:none;border-bottom:1px solid var(--border);width:100%;height:100px}.card__pricing{flex-direction:row;flex-shrink:unset;justify-content:space-around;width:100%;padding:1rem 1.5rem}.card__price-block--custom .card__price-value{font-size:1rem}.card__cta-text{display:block}.card__cta{padding:1rem 1.5rem}}.comparison{text-align:center;padding:4rem 0}.comparison__title{color:var(--text);margin-bottom:.75rem;font-size:2rem;font-weight:700}.comparison__subtitle{color:var(--text-light);margin-bottom:3rem;font-size:1.05rem}.comparison__grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;margin:0 auto 2.5rem;display:grid}.comparison__card{background:var(--bg);border-radius:var(--radius);text-align:left;padding:2rem;box-shadow:0 4px 20px #00000014}.comparison__card--standard{border-top:4px solid #e2e8f0}.comparison__card--custom{border-top:4px solid #03cb7d}.comparison__card-title{color:var(--text);margin-bottom:1rem;font-size:1.15rem;font-weight:700}.comparison__card--custom .comparison__card-title{color:var(--water)}.comparison__card-text{color:var(--text-light);font-size:.9rem;line-height:1.7}.comparison__card-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.comparison__card-list li{color:var(--text-light);padding-left:1.2rem;font-size:.9rem;line-height:1.5;position:relative}.comparison__card-list li:before{content:"•";font-weight:700;position:absolute;left:0}.comparison__card--standard .comparison__card-list li:before{color:#94a3b8}.comparison__card--custom .comparison__card-list li:before{color:var(--water)}.comparison__note{color:var(--text-light);max-width:600px;margin:0 auto;font-size:.95rem;font-style:italic;line-height:1.6}@media (width<=768px){.comparison{padding:2.5rem 0}.comparison__title{font-size:1.5rem}.comparison__subtitle{margin-bottom:2rem;font-size:.95rem}.comparison__grid{grid-template-columns:1fr;gap:1.5rem}.comparison__card{padding:1.5rem}.comparison__slider{position:relative;overflow:visible}.comparison__slider-viewport{margin:0 24px;overflow:hidden}.comparison__slider-track{transition:transform .35s;display:flex}.comparison__slider-track .comparison__card{box-sizing:border-box;flex-shrink:0;width:100%;min-width:100%}.comparison__arrow{background:var(--bg);width:36px;height:36px;color:var(--text);cursor:pointer;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.comparison__arrow:hover{background:var(--green-500);color:#fff}.comparison__arrow--left{left:0}.comparison__arrow--right{right:0}.comparison__dots{justify-content:center;gap:8px;margin-top:1.2rem;display:flex}.comparison__dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:8px;height:8px;transition:background .2s}.comparison__dot.active{background:var(--green-500)}}@media (width<=500px){.comparison__card{padding:1.2rem}.comparison__card-text,.comparison__card-list li{font-size:.85rem}}.services{background:var(--bg-light);text-align:center}.services__title{margin-bottom:.75rem;font-size:2rem;font-weight:700}.services__subtitle{color:var(--text-light);margin-bottom:3rem;font-size:1.05rem}.services__grid{flex-direction:column;gap:1.5rem;max-width:1000px;margin:0 auto;display:flex}.services__grid>div{flex-direction:column;display:flex}.services__grid>div>.card{height:100%}.contact{background:var(--bg);text-align:center}.contact__title{margin-bottom:.75rem;font-size:2rem;font-weight:700}.contact__subtitle{color:var(--text-light);margin-bottom:3rem;font-size:1.05rem}.contact__form{text-align:left;flex-direction:column;gap:1.25rem;max-width:500px;margin:0 auto;display:flex}.contact__form-group{flex-direction:column;gap:.4rem;display:flex}.contact__form-group label{color:var(--text);font-size:.9rem;font-weight:600}.contact__form-group input,.contact__form-group textarea,.contact__form-group select{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.contact__form-group input:focus,.contact__form-group textarea:focus,.contact__form-group select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.contact__form-group.has-error input,.contact__form-group.has-error textarea,.contact__form-group.has-error select{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.contact__optional{color:var(--text-light);font-size:.8rem;font-weight:400}.contact__btns{gap:1rem;display:flex}.contact__btn{border-radius:var(--radius);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .15s;display:inline-flex}.contact__btn:active{transform:scale(.97)}.contact__btn--email{background:var(--primary);color:#fff}.contact__btn--email:hover{background:var(--primary-light)}.contact__btn--whatsapp{color:#fff;background:#17b158}.contact__btn--whatsapp:hover{background:#147d40}@media (width<=500px){.contact__btns{flex-direction:column}}.footer{background:var(--text);color:#fff;text-align:center;padding:3rem 1.5rem}.footer__container{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.footer__logo-img{filter:brightness(0)invert();width:auto;height:2.5rem;margin:0 auto}.footer__text{color:#ffffffb3;margin-top:.25rem;font-size:.9rem}.footer__social{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer__social-link{color:#ffffffb3;font-size:.9rem;font-weight:500;transition:color .2s}.footer__social-link:hover{color:#fff}.footer__whatsapp{color:#25d366}.footer__whatsapp:hover{color:#20bd5a}.footer__copy{color:#ffffff80;font-size:.8rem}@media (width<=768px){.footer__social{gap:1rem}}
