@charset "UTF-8";@keyframes heroScrollBounce{0%,to{transform:translate(-50%,0)}50%{transform:translate(-50%,10px)}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}*,::after,::before{box-sizing:border-box}*{margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background-color:#fff;color:#000;font-feature-settings:"kern","liga","clig","calt"}canvas,img,picture,svg,video{display:block;max-width:100%;height:auto}a,button,input,select,textarea{color:inherit}button,input,select,textarea{font:inherit;border-radius:0;background:0 0}button{cursor:pointer;border:0}ol,ul{list-style:none}a{text-decoration:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}table{border-collapse:collapse;border-spacing:0}blockquote,q{quotes:none}blockquote::after,blockquote::before,q::after,q::before{content:""}:focus-visible{outline:2px solid currentColor;outline-offset:2px}[hidden]{display:none!important}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}button,input[type=button],input[type=submit]{appearance:none;-webkit-appearance:none}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:1rem;font-weight:600;border-radius:999px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn--primary{background:#86c142;color:#001b18}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(134,193,66,.35)}.btn--secondary{border:2px solid #fff;color:#fff;background:0 0}.btn--secondary:hover{background:rgba(255,255,255,.15)}.btn--primary-outline{background:0 0;color:#001b18;border:2px solid #86c142}.btn--primary-outline:hover{background:rgba(134,193,66,.1);transform:translateY(-1px)}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:20px 24px;transition:padding .3s ease,background .3s ease,box-shadow .3s ease}@media (max-width:767px){.header{padding-top:12px;padding-bottom:12px}}.header--scrolled{background:rgba(255,255,255,.8);box-shadow:0 0 3px rgba(0,0,0,.2)}.header__inner{max-width:1280px;margin:0 auto;padding:4px 0;justify-content:space-between}.header__inner,.header__logo{display:flex;align-items:center}.header__logo img{height:55px;width:auto;transition:height .5s ease}@media (max-width:767px){.header__logo img{height:32px}}@media (min-width:768px){.header.is-compact{padding:10px 24px}.header.is-compact .header__logo img{height:36px}}.nav__list{display:flex;gap:8px}.nav__link{position:relative;font-weight:600;color:#111;transition:color .2s ease;text-transform:uppercase;padding:12px}.nav__link:hover{color:#71a436}@media (max-width:991px){.nav--desktop{display:none}}.nav--mobile{position:fixed;inset:0;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.nav--mobile.is-open{opacity:1;visibility:visible}.nav--mobile .nav__link{color:#fff}.nav--mobile .nav__link:hover{color:#86c142}.nav__mobile-inner{min-height:100vh;padding:32px 24px;background:#0a0f14;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}.nav__mobile-logo img{height:32px;margin-bottom:24px}.nav--mobile .nav__list{flex-direction:column;gap:24px;font-size:1.4rem;text-align:center}.hamburger{display:none;width:32px;height:24px;position:relative;z-index:1100;cursor:pointer}.hamburger span{position:absolute;left:0;width:100%;height:3px;background:#111;transition:all .3s ease,background-color .3s ease}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:10px}.hamburger span:nth-child(3){bottom:0}.hamburger.is-active span{background:#fff}.hamburger.is-active span:nth-child(1){transform:rotate(45deg);top:10px}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:rotate(-45deg);bottom:10px}@media (max-width:991px){.hamburger{display:block}}.hero{width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center}.hero__scroll:hover .hero__scroll-icon{transform:translateY(4px)}.hero__scroll-text{opacity:.8}.hero__scroll-icon{transition:transform .3s ease}.hero--dark .hero__overlay{background:rgba(0,0,0,.7)}.hero--left .hero__content{text-align:left}.hero--left .hero__actions{justify-content:flex-start}.hero--center .hero__content{text-align:center}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{background:linear-gradient(180deg,rgba(0,0,0,.55)0,rgba(0,0,0,.7) 100%)}.hero__title{line-height:1.15}.hero__title span{color:#86c142;display:block;font-weight:400}.hero__claim{font-size:clamp(1.05rem,2vw,1.25rem)}@media (max-width:767px){.hero{min-height:100vh}.hero__content{text-align:left}.hero__actions{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.hero__scroll{animation:none}}.hero{position:relative;min-height:100vh;overflow:hidden;color:#fff}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg--video{overflow:hidden}.hero__video,.tiles-section .tiles-item__image img{width:100%;height:100%;object-fit:cover}@media (max-width:1279px){.hero__video{filter:blur(.5px)}}.hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,.45),rgba(0,0,0,.65))}.hero__content{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 24px;max-width:960px;margin:0 auto}.hero__title{font-size:clamp(1.6rem,5vw,3.4rem);font-weight:700;margin-bottom:16px}.hero__claim{font-size:1.2rem;line-height:1.6;margin-bottom:32px}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.hero__scroll{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:2;background:0 0;border:0;color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;opacity:.9;animation:heroScrollBounce 2.2s infinite}.hero__scroll:hover{opacity:1}.hero__scroll-text{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}@media (prefers-reduced-motion:reduce){.hero__scroll{animation:none}}.hero__actions,.hero__claim,.hero__title{opacity:0;transform:translateY(30px);animation:heroFadeUp .9s ease forwards}.hero__claim{animation-delay:.15s}.hero__actions{animation-delay:.3s}.tiles-section{padding:100px 0;background:#f7f9fb}.tiles-section__container{max-width:1280px;margin:0 auto}.tiles-section__header{text-align:center;margin-bottom:64px;padding:0 24px}.tiles-section__title{font-size:clamp(2rem,4vw,2.6rem);font-weight:700;margin-bottom:12px}.tiles-section .tiles-slider{padding-bottom:48px}@media (max-width:767px){.tiles-section .tiles-slider{padding-left:0;padding-right:0}}.tiles-section .swiper-wrapper{display:flex;align-items:stretch!important;height:auto!important}@media (max-width:767px){.tiles-section .swiper-wrapper{padding:0 24px}}.tiles-section .swiper-slide{display:flex;height:auto!important}.tiles-section .tiles-item{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.06);display:flex;flex-direction:column;width:100%;height:100%}.tiles-section .tiles-item__image{aspect-ratio:4/3;flex-shrink:0}.tiles-section .tiles-item__title{margin:20px 20px 8px;font-weight:700}.tiles-section .tiles-item__text{margin:0 20px 24px;color:#555;flex-grow:1}.tiles-section .tiles-slider__pagination{margin-top:32px}.offer-for__cta{position:relative;overflow:hidden;color:#fff}.offer-for__cta-bg{position:absolute;inset:0;z-index:0;overflow:hidden}.offer-for__cta-bg img{width:100%;height:auto;transform:translateY(0);transition:transform .2s linear;will-change:transform;position:absolute;bottom:0;left:0}@media (max-width:767px){.offer-for__cta-bg img{filter:blur(1px);transform:scale(1.2)}}.offer-for__cta-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,15,20,.35)0,rgba(10,15,20,.45) 100%)}@media (max-width:767px){.offer-for__cta-overlay{background:linear-gradient(180deg,rgba(10,15,20,.4)0,rgba(10,15,20,.6) 100%)}}.offer-for__cta-inner{position:relative;z-index:2;max-width:820px;margin:0 auto;padding:72px 24px;text-align:center}.offer-for__cta-title{font-size:clamp(1.9rem,3vw,2.3rem);font-weight:700;margin-bottom:16px}.offer-for__cta-text{font-size:1.05rem;line-height:1.6;margin-bottom:36px;opacity:.95}.offer-for__cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media (max-width:640px){.offer-for__cta-inner{padding:56px 20px}}.faq{padding:100px 24px;background:#f7f9fb}.faq__container{max-width:900px;margin:0 auto}.faq__header{text-align:center;margin-bottom:64px}.faq__title{font-size:clamp(2rem,4vw,2.6rem);font-weight:700;margin-bottom:12px;color:#111}.faq__subtitle{font-size:1.1rem;color:#555}.faq__list{display:flex;flex-direction:column;gap:16px}.faq__item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.05)}.faq__question{width:100%;padding:20px 56px 20px 24px;font-size:1rem;font-weight:600;text-align:left;border:0;background:0 0;cursor:pointer;position:relative;color:#111}.faq__icon{position:absolute;right:24px;top:50%;width:14px;height:14px;transform:translateY(-50%);transition:transform .3s ease}.faq__icon::after,.faq__icon::before{content:"";position:absolute;background:#438b42}.faq__icon::before{width:14px;height:2px;top:6px;left:0}.faq__icon::after{width:2px;height:14px;left:6px;top:0}.faq__answer{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 24px}.faq__answer p{padding-bottom:20px;color:#555;line-height:1.6}.faq__item.is-open .faq__answer{max-height:300px}.faq__item.is-open .faq__icon{transform:translateY(-50%) rotate(45deg)}.testimonials{padding:100px 24px;background:linear-gradient(135deg,#469245,#276837);color:#fff}@media (max-width:767px){.testimonials{padding-left:0;padding-right:0}}.testimonials__container{max-width:1200px;margin:0 auto}.testimonials__swiper{padding-bottom:48px!important}.testimonials__header{text-align:center;margin-bottom:64px}@media (max-width:767px){.testimonials__header{padding-left:24px;padding-right:24px}}.testimonials__title{font-size:clamp(2rem,4vw,2.6rem);font-weight:700;margin-bottom:12px}.testimonials__subtitle{font-size:1.1rem;opacity:.9}.testimonials__item{background:rgba(255,255,255,.15);border-radius:20px;padding:32px;backdrop-filter:blur(8px);display:flex;flex-direction:column;height:100%}.testimonials__text{font-size:1rem;line-height:1.6;margin-bottom:16px;flex-grow:1}.testimonials__author{font-weight:700;opacity:.95}.testimonials .swiper-wrapper{align-items:stretch}@media (max-width:767px){.testimonials .swiper-wrapper{padding:0 24px}}.testimonials .swiper-slide{height:auto;display:flex}.contact{padding:100px 24px;background:#0b1f24;color:#fff}.contact__container{max-width:1100px;margin:0 auto}.contact__header{text-align:center;margin-bottom:64px}.contact__title{font-size:clamp(2rem,4vw,2.6rem);font-weight:700;margin-bottom:12px}.contact__subtitle{font-size:1.1rem;opacity:.9;max-width:640px;margin:0 auto}.contact__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:900px){.contact__cards{grid-template-columns:1fr}}.contact__card{display:flex;align-items:center;gap:16px;background:rgba(255,255,255,.08);border-radius:20px;padding:24px;color:#fff;text-decoration:none;transition:transform .3s ease,background .3s ease}.contact__card:hover{transform:translateY(-4px);background:rgba(255,255,255,.14)}.contact__card--mobile{display:none}@media (max-width:991px){.contact__card--mobile{display:flex}}.contact__card--desktop{display:flex}@media (max-width:991px){.contact__card--desktop{display:none}}.contact__icon{flex-shrink:0;width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#86c142,#7cb43b);color:#001b18}.contact__data{display:flex;flex-direction:column;gap:4px}.contact__data strong{font-size:1.1rem}.contact__data span{font-size:.9rem;opacity:.85}.contact__hours{margin-top:40px;text-align:center;color:rgba(255,255,255,.92)}.contact__hours-title{font-size:1.1rem;margin-bottom:14px;color:#fff;letter-spacing:.02em}.contact__hours-list{list-style:none;padding:0;margin:0;display:inline-flex;flex-direction:column;gap:8px;font-size:.95rem}.contact__hours-list li{display:flex;justify-content:space-between;gap:16px;min-width:240px}.contact__hours-list li span{color:rgba(255,255,255,.65)}.contact__hours-list li strong{font-weight:600;color:#fff}@media (max-width:767px){.contact__hours{margin-top:32px}.contact__hours-list{font-size:.9rem;min-width:auto}}.offer{padding:100px 24px;background:#f7f9fb}.offer__title,.popup__form h3{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:12px;color:#111}.offer__container{max-width:1200px;margin:0 auto}.offer__header{text-align:center;margin-bottom:64px}.offer__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width:900px){.offer__grid{grid-template-columns:1fr}}.offer__card{background:#fff;border-radius:24px;overflow:hidden;padding:24px;box-shadow:0 12px 32px rgba(0,0,0,.08);text-align:center}.offer__card--featured{border:2px solid #86c142}.offer__card img{width:100%;border-radius:16px;margin-bottom:16px}.offer__name{font-size:1.3rem;font-weight:700}.offer__features{list-style:none;padding:0;margin:16px 0}.offer__features li{margin-bottom:6px}.offer__price{margin:16px 0;font-size:1.1rem}.offer__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.offer__footer{margin-top:64px;text-align:center}.popup{position:fixed;inset:0;display:none;z-index:2000}.popup.is-open{display:block}.popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6)}.popup__content{position:relative;max-width:480px;background:#fff;margin:5vh auto;padding:32px;border-radius:20px;z-index:1}.popup__close{position:absolute;top:16px;right:16px;font-size:24px;background:0 0;border:0;cursor:pointer}.popup__form{display:none;gap:12px;flex-direction:column}.popup__form h3{font-size:clamp(1.5rem,3vw,2.1rem);margin-bottom:9px}.popup__form.is-active{display:flex}.popup__form input,.popup__form select,.popup__form textarea{padding:12px;border-radius:10px;border:1px solid #ccc}.price-table{padding:100px 24px;background:linear-gradient(135deg,#469245,#276837);color:#fff}.price-table__container{max-width:1200px;margin:0 auto}.price-table__header{text-align:center;margin-bottom:64px}.price-table__title{font-size:clamp(2rem,4vw,2.6rem);font-weight:700;margin-bottom:12px}.price-table__subtitle{font-size:1.1rem;opacity:.9}.price-table__wrapper{overflow-x:auto}.price-table__table{width:100%;border-collapse:collapse;background:#fff;color:#111;border-radius:20px;overflow:hidden}.price-table__table td,.price-table__table th{padding:20px;text-align:center;vertical-align:middle}.price-table__table thead th{font-weight:700}.price-table__table tbody th small,.price-table__table thead th small{display:block;font-size:.85rem;font-weight:400;color:#666;margin-top:4px}.price-table__table tbody th{text-align:left;font-weight:700;white-space:nowrap}.price-table__table tbody th small{font-size:.8rem}.price-table__table td{font-weight:600}.price-table__table thead tr{border-bottom:2px solid rgba(124,180,59,.6)}.price-table__table tbody tr{border-top:1px solid rgba(124,180,59,.4)}@media (max-width:768px){.price-table__table td,.price-table__table th{padding:14px;font-size:.9rem}}.footer{background:#f7f9fb;color:#4a4a4a;padding:32px 24px}@media (max-width:767px){.footer{padding-bottom:128px}}.footer__container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}@media (max-width:640px){.footer__container{flex-direction:column;text-align:center}}.footer__copyright{font-size:.9rem;opacity:.85}.footer__links{display:flex;gap:24px;list-style:none;padding:0;margin:0}@media (max-width:640px){.footer__links{gap:16px}}.footer__link{font-size:.9rem;color:#454545;text-decoration:none;opacity:.85;transition:opacity .2s ease,text-decoration-color .2s ease}.footer__link:hover{opacity:1;text-decoration:underline}.swiper-pagination{display:flex;justify-content:center;align-items:center;gap:2px;margin-top:32px}.swiper-pagination .swiper-pagination-bullet{border-radius:2px;opacity:1;margin:0!important;padding:8px;background:0 0!important;display:block;width:auto}.swiper-pagination .swiper-pagination-bullet:after{content:"";width:8px;height:8px;border-radius:4px;background:currentColor;display:block;transition:all .3s ease}.swiper-pagination .swiper-pagination-bullet-active:after{width:32px}.pagination--normal .swiper-pagination-bullet:after{background:rgba(124,180,59,.35)}.pagination--normal .swiper-pagination-bullet-active:after{background:#7cb43b}.pagination--contrast .swiper-pagination-bullet:after{background:rgba(255,255,255,.5)}.pagination--contrast .swiper-pagination-bullet-active:after,.seo-text{background:#fff}.seo-text{padding:90px 24px;color:#111}.seo-text__container{max-width:1200px;margin:0 auto}.seo-text__header{text-align:center;margin-bottom:48px}.seo-text__title{font-size:clamp(1.9rem,3.2vw,2.4rem);font-weight:700;margin-bottom:14px}.seo-text__lead{max-width:900px;margin:0 auto;font-size:1.05rem;line-height:1.7;color:#444}.seo-text__lead strong{color:#111}.seo-text__columns{display:grid;grid-template-columns:repeat(2,1fr);gap:36px;align-items:start}@media (max-width:900px){.seo-text__columns{grid-template-columns:1fr;gap:24px}}.seo-text__subtitle{font-size:1.2rem;font-weight:700;margin-bottom:12px}.seo-text__col p{font-size:1rem;line-height:1.8;color:#444;margin-bottom:14px}.mobile-cta{position:fixed;left:50%;bottom:calc(env(safe-area-inset-bottom) + 16px);z-index:999;display:flex;align-items:stretch;height:56px;background:#111;border-radius:28px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.25);pointer-events:none;transform:translate(-50%,100px);transition:opacity .3s ease,transform .3s ease}.mobile-cta.is-visible{pointer-events:auto;transform:translate(-50%,0)}@media (min-width:768px){.mobile-cta{display:none}}.mobile-cta__btn{flex:1;min-width:140px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 20px;height:100%;font-size:.95rem;font-weight:600;text-decoration:none;white-space:nowrap;color:#fff;transition:background .2s ease,transform .15s ease}.mobile-cta__btn:active{transform:scale(.97)}.mobile-cta__btn--call{background:#1d4ed8}.mobile-cta__btn--whatsapp{background:#0b7a34}.mobile-cta__btn--whatsapp .mobile-cta__icon{width:22px;height:22px}.mobile-cta__icon{width:18px;height:18px;flex-shrink:0}section h2 span{display:block;font-size:.5em;font-weight:400}