.Navbar-module__nuAbfa__nav{background:rgba(var(--white-rgb), .95);border-bottom:1px solid var(--gray-200);z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:space-between;align-items:center;height:64px;padding:0 3rem;display:flex;position:sticky;top:0}.Navbar-module__nuAbfa__logoLink{align-items:center;display:flex}.Navbar-module__nuAbfa__navItems{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module__nuAbfa__navItems a{font-size:14px;font-weight:500;text-decoration:none}.Navbar-module__nuAbfa__navItemLink{color:var(--gray-700);transition:color .2s}.Navbar-module__nuAbfa__navItemLink:hover{color:var(--orange)}.Navbar-module__nuAbfa__cta{background:var(--orange);color:var(--white);border-radius:var(--radius-sm);padding:8px 18px;transition:background .2s}.Navbar-module__nuAbfa__cta:hover{background:var(--orange-dark);color:var(--white)}@media (max-width:768px){.Navbar-module__nuAbfa__nav{padding:0 1.25rem}.Navbar-module__nuAbfa__navItem{display:none}}
.Hero-module__Z8hQ_W__hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1280px;min-height:90vh;margin:0 auto;padding:0 3rem;display:grid}.Hero-module__Z8hQ_W__tag{background:var(--orange-light);color:var(--orange-dark);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;border-radius:4px;align-items:center;gap:6px;margin-bottom:1.5rem;padding:5px 12px 3px;font-size:12px;font-weight:500;display:inline-flex}.Hero-module__Z8hQ_W__tagDot{color:var(--orange);margin-top:-3px}.Hero-module__Z8hQ_W__headline{color:var(--black);letter-spacing:-2px;margin-bottom:1.5rem;font-size:52px;font-weight:300;line-height:1.1}.Hero-module__Z8hQ_W__headline strong{color:var(--orange);font-weight:600}.Hero-module__Z8hQ_W__sub{color:var(--gray-700);max-width:440px;margin-bottom:2.5rem;font-size:17px;font-weight:300;line-height:1.7}.Hero-module__Z8hQ_W__btns{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Hero-module__Z8hQ_W__btnPrimary,.Hero-module__Z8hQ_W__btnSecondary{border-radius:var(--radius-sm);font-family:var(--font);cursor:pointer;padding:13px 26px;font-size:14px;font-weight:500;text-decoration:none;display:inline-block}.Hero-module__Z8hQ_W__btnPrimary{background:var(--black);color:var(--white);border:none;transition:background .2s}.Hero-module__Z8hQ_W__btnPrimary:hover{background:var(--gray-700)}.Hero-module__Z8hQ_W__btnSecondary{background:var(--white);color:var(--black);border:1.5px solid var(--gray-200);transition:border-color .2s,color .2s}.Hero-module__Z8hQ_W__btnSecondary:hover{border-color:var(--orange);color:var(--orange)}.Hero-module__Z8hQ_W__right{flex-direction:column;gap:12px;padding:2rem 0;display:flex}.Hero-module__Z8hQ_W__card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);align-items:center;gap:14px;padding:1.25rem 1.5rem;text-decoration:none;transition:border-color .2s;display:flex}.Hero-module__Z8hQ_W__card:hover{border-color:var(--orange)}.Hero-module__Z8hQ_W__cardIcon{background:var(--orange-light);color:var(--orange);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Hero-module__Z8hQ_W__cardTitle{color:var(--black);margin-bottom:2px;font-size:14px;font-weight:600}.Hero-module__Z8hQ_W__cardDesc{color:var(--gray-600);margin:0;font-size:12px}.Hero-module__Z8hQ_W__stats{grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:4px;display:grid}.Hero-module__Z8hQ_W__stat{background:var(--black);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:4px;padding:1rem;display:flex}.Hero-module__Z8hQ_W__statNum{color:var(--orange);font-size:22px;font-weight:600;font-family:var(--mono);line-height:1}.Hero-module__Z8hQ_W__statLabel{color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;font-size:10px}.Hero-module__Z8hQ_W__wspLink{color:var(--gray-500);align-items:center;gap:8px;margin-top:1rem;font-size:15px;text-decoration:none;transition:color .2s;display:inline-flex}.Hero-module__Z8hQ_W__wspLink:hover{color:var(--black)}.Hero-module__Z8hQ_W__wspLinkColor{color:var(--whatsapp);font-weight:600}@media (max-width:900px){.Hero-module__Z8hQ_W__hero{grid-template-columns:1fr;gap:3rem;min-height:auto;padding:4rem 1.5rem}.Hero-module__Z8hQ_W__headline{letter-spacing:-1.5px;font-size:38px}}
.Services-module__PFRRnG__wrapper{border-top:1px solid var(--gray-200)}.Services-module__PFRRnG__gridCards{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;display:grid}.Services-module__PFRRnG__card{border-radius:var(--radius-lg);border:1px solid;flex-direction:column;padding:3rem;transition:border-color .2s,transform .2s;display:flex;position:relative;overflow:hidden}.Services-module__PFRRnG__card:before{background:var(--orange);content:"";transform-origin:0;width:100%;height:3px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.Services-module__PFRRnG__card:hover{transform:translateY(-2px);border-color:var(--orange)!important}.Services-module__PFRRnG__card:hover:before{transform:scaleX(1)}.Services-module__PFRRnG__card.Services-module__PFRRnG__primary{background:var(--white);border-color:var(--gray-200)}.Services-module__PFRRnG__card.Services-module__PFRRnG__secondary{background:var(--black);border-color:var(--black)}.Services-module__PFRRnG__tag{font-family:var(--mono);text-transform:uppercase;letter-spacing:.06em;border-radius:4px;margin-bottom:1.5rem;padding:4px 10px;font-size:11px;font-weight:500;display:inline-block}.Services-module__PFRRnG__card.Services-module__PFRRnG__primary .Services-module__PFRRnG__tag{background:var(--orange-light);color:var(--orange-dark)}.Services-module__PFRRnG__card.Services-module__PFRRnG__secondary .Services-module__PFRRnG__tag{background:var(--gray-900);color:var(--orange)}.Services-module__PFRRnG__title{letter-spacing:-.8px;margin-bottom:.75rem;font-size:24px;font-weight:300;line-height:1.3}.Services-module__PFRRnG__title strong{font-weight:600}.Services-module__PFRRnG__card.Services-module__PFRRnG__primary .Services-module__PFRRnG__title{color:var(--black)}.Services-module__PFRRnG__card.Services-module__PFRRnG__secondary .Services-module__PFRRnG__title{color:var(--white)}.Services-module__PFRRnG__desc{margin-bottom:1.5rem;font-size:14px;line-height:1.7}.Services-module__PFRRnG__card.Services-module__PFRRnG__primary .Services-module__PFRRnG__desc{color:var(--gray-500)}.Services-module__PFRRnG__card.Services-module__PFRRnG__secondary .Services-module__PFRRnG__desc{color:var(--gray-400)}.Services-module__PFRRnG__cases{flex-direction:column;flex:1;gap:8px;margin-bottom:2rem;list-style:none;display:flex}.Services-module__PFRRnG__cases li{align-items:flex-start;gap:10px;font-size:13.5px;display:flex}.Services-module__PFRRnG__cases li:before{background:var(--orange);content:"";border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:7px}.Services-module__PFRRnG__card.Services-module__PFRRnG__primary .Services-module__PFRRnG__cases li{color:var(--gray-700)}.Services-module__PFRRnG__card.Services-module__PFRRnG__secondary .Services-module__PFRRnG__cases li{color:var(--gray-250)}.Services-module__PFRRnG__cta{border-radius:var(--radius-sm);align-self:flex-start;padding:11px 22px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.Services-module__PFRRnG__card.Services-module__PFRRnG__primary .Services-module__PFRRnG__cta{background:var(--black);color:var(--white)}.Services-module__PFRRnG__card.Services-module__PFRRnG__primary .Services-module__PFRRnG__cta:hover{background:var(--gray-700)}.Services-module__PFRRnG__card.Services-module__PFRRnG__secondary .Services-module__PFRRnG__cta{background:var(--orange);color:var(--white)}.Services-module__PFRRnG__card.Services-module__PFRRnG__secondary .Services-module__PFRRnG__cta:hover{background:var(--orange-dark)}.Services-module__PFRRnG__inspiration{border:1px solid var(--gray-200);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;margin-top:1.5rem;padding:1.5rem 2rem;text-decoration:none;transition:border-color .2s;display:flex}.Services-module__PFRRnG__inspiration:hover{border-color:var(--orange)}.Services-module__PFRRnG__inspirationLabel{color:var(--orange);font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:11px;font-weight:500;display:block}.Services-module__PFRRnG__inspirationText p{color:var(--gray-700);margin:0;font-size:14px}.Services-module__PFRRnG__inspirationLink{color:var(--black);white-space:nowrap;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.Services-module__PFRRnG__inspirationLink:hover{color:var(--orange)}@media (max-width:768px){.Services-module__PFRRnG__gridCards{grid-template-columns:1fr}.Services-module__PFRRnG__card{padding:2rem 1.5rem}.Services-module__PFRRnG__inspiration{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}}
.QuoteGenerator-module__GWT0BW__wrapper{border-top:1px solid var(--gray-200)}.QuoteGenerator-module__GWT0BW__card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-top:3rem;overflow:hidden}.QuoteGenerator-module__GWT0BW__header{background:var(--black);justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex}.QuoteGenerator-module__GWT0BW__header h3{color:var(--white);font-size:16px;font-weight:500}.QuoteGenerator-module__GWT0BW__resetBtn{color:var(--gray-200);border:1px solid var(--gray-900);font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:500;transition:border-color .2s,color .2s;display:inline-flex}.QuoteGenerator-module__GWT0BW__resetBtn:hover{border-color:var(--orange);color:var(--orange)}.QuoteGenerator-module__GWT0BW__body{grid-template-columns:1fr 1fr;gap:2.5rem;padding:2.5rem;display:grid}.QuoteGenerator-module__GWT0BW__dropZone{border:2px dashed var(--gray-200);border-radius:var(--radius-lg);text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:220px;padding:3rem 2rem;transition:border-color .2s,background .2s;display:flex}.QuoteGenerator-module__GWT0BW__dropZone:hover,.QuoteGenerator-module__GWT0BW__dropZone.QuoteGenerator-module__GWT0BW__over,.QuoteGenerator-module__GWT0BW__dropZone.QuoteGenerator-module__GWT0BW__filled{background:var(--orange-light);border-color:var(--orange)}.QuoteGenerator-module__GWT0BW__dropIcon{background:var(--gray-100);border-radius:var(--radius-md);justify-content:center;align-items:center;width:52px;height:52px;display:flex}.QuoteGenerator-module__GWT0BW__dropIcon svg{color:var(--gray-400)}.QuoteGenerator-module__GWT0BW__dropZone h4{font-size:15px;font-weight:500}.QuoteGenerator-module__GWT0BW__dropZone p{color:var(--gray-400);margin:0;font-size:13px}.QuoteGenerator-module__GWT0BW__badges{flex-wrap:wrap;justify-content:center;gap:6px;margin-top:4px;display:flex}.QuoteGenerator-module__GWT0BW__badge{background:var(--gray-200);color:var(--gray-700);font-family:var(--mono);border-radius:4px;padding:3px 8px;font-size:10px;font-weight:500}.QuoteGenerator-module__GWT0BW__dropZone.QuoteGenerator-module__GWT0BW__filled .QuoteGenerator-module__GWT0BW__dropIcon{background:var(--orange-light)}.QuoteGenerator-module__GWT0BW__dropZone.QuoteGenerator-module__GWT0BW__filled .QuoteGenerator-module__GWT0BW__dropIcon svg,.QuoteGenerator-module__GWT0BW__dropZone.QuoteGenerator-module__GWT0BW__filled h4{color:var(--orange)}.QuoteGenerator-module__GWT0BW__hint{color:var(--gray-400);font-family:var(--mono);margin-top:10px;font-size:12px}.QuoteGenerator-module__GWT0BW__hintLink{color:var(--orange);cursor:pointer;text-decoration:none}.QuoteGenerator-module__GWT0BW__fields{flex-direction:column;gap:1rem;display:flex}.QuoteGenerator-module__GWT0BW__group{flex-direction:column;gap:6px;display:flex}.QuoteGenerator-module__GWT0BW__label{color:var(--gray-700);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:500;font-family:var(--mono)}.QuoteGenerator-module__GWT0BW__input{border:1px solid var(--gray-200);width:100%;font-family:var(--font);background:var(--white);color:var(--black);appearance:none;border-radius:8px;outline:none;padding:10px 14px;font-size:14px;transition:border-color .2s}.QuoteGenerator-module__GWT0BW__input:focus{border-color:var(--orange)}.QuoteGenerator-module__GWT0BW__processInfo{color:var(--gray-700);border:1px solid var(--gray-200);background:var(--gray-50);font-size:14px;font-family:var(--mono);border-radius:8px;padding:10px 14px}.QuoteGenerator-module__GWT0BW__processInfo span{color:var(--orange);font-weight:500}.QuoteGenerator-module__GWT0BW__materialGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.QuoteGenerator-module__GWT0BW__materialButton{background:var(--white);color:var(--black);border:1.5px solid var(--gray-200);font-family:var(--font);cursor:pointer;text-align:center;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:500;transition:border-color .2s,background .2s}.QuoteGenerator-module__GWT0BW__materialButton:hover{border-color:var(--orange)}.QuoteGenerator-module__GWT0BW__materialButton.QuoteGenerator-module__GWT0BW__active{background:var(--orange-light);color:var(--orange-dark);border-color:var(--orange)}.QuoteGenerator-module__GWT0BW__row{grid-template-columns:1fr 1fr 4rem;gap:10px;display:grid}.QuoteGenerator-module__GWT0BW__submit{background:var(--orange);color:var(--white);font-family:var(--font);cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:4px;padding:13px;font-size:14px;font-weight:600;transition:background .2s}.QuoteGenerator-module__GWT0BW__submit:hover{background:var(--orange-dark)}@media (max-width:768px){.QuoteGenerator-module__GWT0BW__body{grid-template-columns:1fr;padding:1.5rem}.QuoteGenerator-module__GWT0BW__header{padding:1.25rem 1.5rem}}
.Process-module__gUgyKG__strip{background:var(--black);padding:5rem 3rem}.Process-module__gUgyKG__inner{max-width:1280px;margin:0 auto}.Process-module__gUgyKG__title{letter-spacing:-1px;color:var(--white);margin-top:.5rem;margin-bottom:0;font-size:36px;font-weight:300;line-height:1.15}.Process-module__gUgyKG__steps{border-radius:var(--radius-lg);background:#1a1a1a;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:3rem;display:grid;overflow:hidden}.Process-module__gUgyKG__step{background:var(--black);padding:2rem;position:relative}.Process-module__gUgyKG__stepBg{font-family:var(--mono);color:#1e1e1e;-webkit-user-select:none;user-select:none;font-size:40px;font-weight:500;line-height:1;position:absolute;top:1rem;right:1.5rem}.Process-module__gUgyKG__icon{background:#1a1a1a;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.25rem;display:flex}.Process-module__gUgyKG__stepTitle{color:var(--white);margin-bottom:.5rem;font-size:15px;font-weight:600}.Process-module__gUgyKG__stepDesc{color:#666;font-size:13px;line-height:1.6}@media (max-width:900px){.Process-module__gUgyKG__steps{grid-template-columns:1fr 1fr}.Process-module__gUgyKG__strip{padding:4rem 1.5rem}}@media (max-width:540px){.Process-module__gUgyKG__steps{grid-template-columns:1fr}}
.Footer-module__EZoWya__footer{background:var(--white);border-top:1px solid var(--gray-200)}.Footer-module__EZoWya__inner{grid-template-rows:auto auto;grid-template-columns:1.2fr 1fr;column-gap:3rem;max-width:1280px;margin:0 auto;padding:4rem 3rem;display:grid}.Footer-module__EZoWya__leftContent{flex-direction:column;grid-area:1/1;gap:1.25rem;display:flex}.Footer-module__EZoWya__rightMap{grid-area:1/2}.Footer-module__EZoWya__logoLink{align-items:center;display:inline-flex}.Footer-module__EZoWya__desc{color:var(--gray-600);font-size:14px;line-height:1.7}.Footer-module__EZoWya__contact{flex-direction:column;gap:10px;margin-top:.5rem;display:flex}.Footer-module__EZoWya__contactItem{background:var(--gray-50);color:var(--gray-600);border-radius:var(--radius-md);align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__EZoWya__contactItem div{flex-direction:column;line-height:1.2;display:flex}.Footer-module__EZoWya__contactItem strong{color:var(--black);font-size:13px}.Footer-module__EZoWya__contactItem span{color:var(--gray-500);font-size:12px}.Footer-module__EZoWya__contactItem:hover{background:var(--gray-100);color:var(--orange)}.Footer-module__EZoWya__contactPrimary{background:var(--orange-light)}.Footer-module__EZoWya__contactPrimary:hover{background:var(--orange);color:var(--white)}.Footer-module__EZoWya__contactPrimary:hover strong,.Footer-module__EZoWya__contactPrimary:hover span{color:var(--white)}.Footer-module__EZoWya__rightMap iframe{border-radius:var(--radius-lg);filter:grayscale()contrast(1.1);border:none;width:100%;height:100%;transition:filter .3s}.Footer-module__EZoWya__rightMap iframe:hover{filter:grayscale(0%)contrast()}.Footer-module__EZoWya__bottom{color:var(--gray-400);border-top:1px solid var(--gray-200);font-family:var(--mono);justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:1.25rem 3rem;font-size:12px;display:flex}@media (max-width:768px){.Footer-module__EZoWya__inner{grid-template-rows:auto;grid-template-columns:1fr;gap:2.5rem;padding:3rem 1.5rem}.Footer-module__EZoWya__rightMap{grid-area:auto}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;gap:6px;padding:1.25rem 1.5rem}}
