:root{--container-max:1200px}*{box-sizing:border-box}body,html{margin:0;padding:0;scroll-behavior:smooth}body{background:#1a202c;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}a{-webkit-tap-highlight-color:rgba(0,0,0,0);color:inherit}a,a:hover{text-decoration:none}a:active,a:visited{color:inherit}a:focus-visible{outline:2px solid #28b463;outline-offset:2px;border-radius:6px}.container{max-width:var(--container-max);margin:0 auto;padding:0 16px;flex-wrap:nowrap;display:flex;flex-direction:column;align-items:center}header.header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(26,32,44,.95);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #2d3748}.header__bar{align-items:center;justify-content:space-between;padding:16px 8px;display:flex;flex-direction:row}@media(max-width:767px){.header__bar{flex-direction:row-reverse}}.logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:20px}.logo__box{width:40px;height:40px;background:#28b463;border-radius:8px;display:grid;place-items:center;color:#1a202c}.nav{display:none;gap:24px;align-items:center}@media(min-width:768px){.nav{display:flex}}.nav a{color:#fff;text-decoration:none;transition:color .2s ease;position:relative}.nav a:hover{color:#28b463}.nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#28b463;transition:width .2s ease}.nav a:hover:after{width:100%}.header__cta{color:#28b463;font-weight:600;text-decoration:none;transition:color .2s ease}.header__cta:hover{color:#1e8449}.btn-icon{background:none;border:0;color:#fff;cursor:pointer}.hamburger-icon{display:inline-block;transition:transform .25s ease}.hamburger-icon.rotated{transform:rotate(90deg)}.btn-icon--mobile{display:inline-block}@media(min-width:768px){.btn-icon--mobile,.header-mobile-collapsible{display:none}}button{text-transform:uppercase}.hero{min-height:100vh;position:relative;overflow:hidden;padding-top:80px;display:grid;place-items:center}.hero-bg{background:linear-gradient(135deg,#1a202c,#2d3748)}.hero-bg,.hero-bg:before{position:absolute;inset:0}.hero-bg:before{content:"";background:linear-gradient(135deg,rgba(26,32,44,.8),rgba(45,55,72,.6));z-index:1}.hero__image{position:absolute;inset:1;opacity:.15;width:100%;height:100%;object-fit:cover;filter:sepia(.3) hue-rotate(100deg) saturate(.7) brightness(.7) contrast(1.2)}@media(min-width:1900px){.hero,.hero-bg,.hero__image{width:100%;overflow:hidden}}.hero__content{position:relative;z-index:2;text-align:center}.hero__title{font-weight:900;line-height:1.1;margin:0 0 16px;font-size:clamp(40px,6vw,72px)}.hero__subtitle{color:#a0aec0;font-size:clamp(18px,2vw,22px);margin:0 auto 24px;max-width:700px}.btn-primary{display:inline-block;background:linear-gradient(135deg,#28b463,#1e8449);color:#0b121b;padding:14px 28px;border-radius:12px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;max-width:250px}.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.02);box-shadow:0 10px 20px rgba(40,180,99,.2)}.services-collapsible{overflow:hidden;max-height:0;opacity:0;width:100%;transform:translateY(-6px);transition:max-height .35s ease,opacity .35s ease,transform .35s ease}.services-collapsible.open{max-height:2000px;opacity:1;transform:translateY(0)}.section{padding:80px 0}.section--dark{background:#2d3748}.section__title{text-align:center;margin:0 0 8px;font-size:clamp(32px,4vw,48px);font-weight:800}.section__subtitle{text-align:center;color:#a0aec0;margin:0 0 40px;font-size:18px}.simple-list{display:none}.grid{display:grid;grid-gap:24px;gap:24px;width:100%}.grid--1-2-4{grid-template-columns:1fr}@media(max-width:500px){.grid--1-2-4{display:none}.simple-list{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}}@media(min-width:500px){.grid--1-2-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid--1-2-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--1-2-4{grid-template-columns:repeat(4,1fr)}}.grid--1-2-3{grid-template-columns:1fr}@media(min-width:300px){.grid--1-2-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:500px){.grid--1-2-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid--1-2-3{grid-template-columns:repeat(4,1fr)}}.grid--1-2-3-main{grid-template-columns:1fr}@media(min-width:300px){.grid--1-2-3-main{grid-template-columns:repeat(1fr,1fr)}}@media(min-width:500px){.grid--1-2-3-main{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid--1-2-3-main{grid-template-columns:repeat(3,1fr)}}@media(max-width:553px){#services .card__img{max-height:110px;height:110px}#services .card__row{padding:10px}#services .card__title{font-size:14px}#services .section__subtitle{font-size:16px;margin-bottom:24px}}.card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background:linear-gradient(145deg,#2d3748,#4a5568)}.card__img{width:100%;min-height:160px;height:160px;object-fit:cover;display:block;transition:transform .3s ease}.card:hover .card__img{transform:scale(1.05)}.card__row{display:flex;align-items:center;justify-content:space-between;padding:16px;height:100%}.card__title{margin:0;font-weight:800;font-size:18px}.icon-plus{color:#28b463}.center{text-align:center}.more-btn{margin:0 auto 24px;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;color:#fff}.map{background:linear-gradient(145deg,#2d3748,#4a5568);border-radius:16px;padding:24px;z-index:1}.map__panel{width:100%;height:256px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(40,180,99,.1),rgba(40,180,99,.05));border-radius:12px}.badge-price{background:linear-gradient(135deg,#28b463,#1e8449);color:#fff;font-weight:800;padding:6px 12px;border-radius:10px}.faq-item{background:#2d3748;border:1px solid #4a5568;border-radius:12px;transition:all .2s ease}.faq-item:hover{background:#4a5568;border-color:#28b463}.faq__q{width:100%;text-align:left;padding:20px;display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,0);border:0;text-transform:unset;color:#fff;cursor:pointer}.faq__a{padding:0 20px 20px;color:#fff}.faq-collapsible{overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);transition:max-height .35s ease,opacity .35s ease,transform .35s ease}.faq-collapsible.open{max-height:500px;opacity:1;transform:translateY(0)}.acc-icon{transition:transform .2s ease}.acc-icon.rotated{transform:rotate(180deg)}.footer{padding:32px 0;background:#2d3748;border-top:1px solid rgba(40,180,99,.2);text-align:center;color:#a0aec0}.hidden{display:none}.anchor-offset{scroll-margin-top:80px}.grid--1-2{grid-template-columns:1fr}@media(min-width:1024px){.grid--1-2{grid-template-columns:repeat(2,1fr)}}.row-between{display:flex;align-items:center;justify-content:space-between}.contact-method-card{border-radius:12px;background:linear-gradient(145deg,#2d3748,#4a5568);padding:24px;border:1px solid rgba(40,180,99,.3);transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.contact-method-card:hover{border-color:rgba(40,180,99,.5);box-shadow:0 10px 20px rgba(40,180,99,.2);transform:translateY(-2px)}.contact--green{border-color:rgba(16,185,129,.3)}.contact--green:hover{border-color:rgba(16,185,129,.5);box-shadow:0 10px 20px rgba(16,185,129,.2)}.contact--pink{border-color:rgba(236,72,153,.3)}.contact--pink:hover{border-color:rgba(236,72,153,.5);box-shadow:0 10px 20px rgba(236,72,153,.2)}.contact--blue{border-color:rgba(59,130,246,.3)}.contact--blue:hover{border-color:rgba(59,130,246,.5);box-shadow:0 10px 20px rgba(59,130,246,.2)}.icon-circle{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px}.icon-circle--primary{background:rgba(40,180,99,.2)}.icon-circle--green{background:rgba(16,185,129,.2)}.icon-circle--pink{background:rgba(236,72,153,.2)}.icon-circle--blue{background:rgba(59,130,246,.2)}.banner{display:inline-block;padding:24px;border-radius:12px;border:1px solid rgba(40,180,99,.3);background:linear-gradient(90deg,rgba(40,180,99,.2),rgba(40,180,99,.1));font-weight:800;color:#fff}.banner-btn{cursor:pointer;transition:filter .2s ease,box-shadow .2s ease}.banner-btn:hover{filter:brightness(1.05);box-shadow:0 10px 20px rgba(40,180,99,.2)}.banner-btn.open{background:linear-gradient(90deg,rgba(40,180,99,.28),rgba(40,180,99,.16))}.flyer-collapsible{overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);transition:max-height .35s ease,opacity .35s ease,transform .35s ease}.flyer-collapsible.open{max-height:1400px;opacity:1;transform:translateY(0)}@media(max-width:500px){#contact .container{padding-left:12px;padding-right:12px}#contact .section__subtitle{font-size:16px;margin-bottom:20px}#contact .grid{gap:12px}.contact-method-card{padding:16px}.icon-circle{width:52px;height:52px;margin-bottom:10px}#contact h4{font-size:16px}#contact .c-blue,#contact .c-green,#contact .c-pink,#contact .c-primary{font-size:14px;word-break:break-word}.banner{padding:16px;border-radius:10px;font-size:14px}.flyer-collapsible.open{max-height:900px}#contact .simple-list{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;list-style:none;padding:0;margin:16px 0 24px}#contact .simple-list li a{display:flex;align-items:center;gap:8px;padding:12px;border-radius:10px;background:linear-gradient(145deg,#2d3748,#4a5568);border:1px solid rgba(40,180,99,.25);color:#fff;text-decoration:none;font-weight:700;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}#contact .simple-list li a:hover{transform:translateY(-1px);border-color:rgba(40,180,99,.45);box-shadow:0 8px 16px rgba(40,180,99,.18)}#contact .simple-list__icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(40,180,99,.15)}#contact .simple-list__text{font-size:14px;line-height:1}}#contact .simple-list .simple-list__item--primary a .simple-list__icon{background:rgba(40,180,99,.2)}#contact .simple-list .simple-list__item--pink a .simple-list__icon{background:rgba(236,72,153,.2)}#contact .simple-list .simple-list__item--blue a .simple-list__icon{background:rgba(59,130,246,.2)}#contact .simple-list .simple-list__item--green a .simple-list__icon{background:rgba(16,185,129,.2)}#contact .simple-list .simple-list__item--green a{border-color:rgba(16,185,129,.3)}#contact .simple-list .simple-list__item--green a:hover{border-color:rgba(16,185,129,.5);box-shadow:0 10px 20px rgba(16,185,129,.2)}#contact .simple-list .simple-list__item--pink a{border-color:rgba(236,72,153,.3)}#contact .simple-list .simple-list__item--pink a:hover{border-color:rgba(236,72,153,.5);box-shadow:0 10px 20px rgba(236,72,153,.2)}#contact .simple-list .simple-list__item--blue a{border-color:rgba(59,130,246,.3)}#contact .simple-list .simple-list__item--blue a:hover{border-color:rgba(59,130,246,.5);box-shadow:0 10px 20px rgba(59,130,246,.2)}@media(max-width:382px){#contact .grid--1-2-4{grid-template-columns:1fr!important}#contact .grid{gap:10px}#contact .container{padding-left:10px;padding-right:10px}.contact-method-card{padding:14px}.icon-circle{width:46px;height:46px}#contact h4{font-size:15px}#contact .banner{width:100%;text-align:center}}@media(min-width:1024px){.card__img{height:192px;min-height:192px}}.header__mobile{padding-bottom:12px}.header__mobile-links{display:flex;flex-wrap:nowrap;gap:16px;justify-content:flex-start;align-items:center}.header__mobile-links a{display:inline-block;padding:8px 0;text-decoration:none;color:#fff}.header__mobile-links a:hover{color:#28b463}@media(max-width:400px){.header__mobile-links{gap:10px}}.header-mobile-collapsible{overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);transition:max-height .35s ease,opacity .35s ease,transform .35s ease}.header-mobile-collapsible.open{max-height:200px;opacity:1;transform:translateY(0)}.c-primary{color:#28b463!important}.c-green{color:#16a34a!important}.c-pink{color:#ec4899!important}.c-blue{color:#3b82f6!important}.scroll-top{position:fixed;right:16px;bottom:16px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(40,180,99,.9);color:#0b121b;border:none;cursor:pointer;transition:opacity .25s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 20px rgba(40,180,99,.25);z-index:60}.scroll-top i{font-size:14px}.scroll-top:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(40,180,99,.35)}@media(max-width:480px){.scroll-top{right:12px;bottom:12px;width:40px;height:40px}}@media(min-width:401px){.scroll-top{right:24px;bottom:24px;width:50px;height:50px}.scroll-top i{font-size:16px}}.leaflet-container{background:rgba(0,0,0,0)}.leaflet-container img.leaflet-tile,.leaflet-tiles{image-rendering:crisp-edges;-webkit-backface-visibility:hidden;backface-visibility:hidden}.leaflet-layer,.leaflet-map-pane,.leaflet-pane,.leaflet-tile-pane{transform:translateZ(0)}