.Navbar-module__pSp8Ga__navbar{z-index:1000;background:linear-gradient(#00000080,#0000);width:100%;padding:1.5rem 0;position:absolute;top:0;left:0}.Navbar-module__pSp8Ga__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__pSp8Ga__logo{color:var(--white);text-transform:uppercase;letter-spacing:1px;font-size:1.75rem;font-weight:700}.Navbar-module__pSp8Ga__logoHighlight{color:var(--accent-yellow)}.Navbar-module__pSp8Ga__navLinks{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module__pSp8Ga__navLinks a{color:var(--white);font-weight:500;transition:color .3s}.Navbar-module__pSp8Ga__navLinks a:hover{color:var(--accent-yellow)}.Navbar-module__pSp8Ga__navLinks .Navbar-module__pSp8Ga__btn{color:var(--primary-purple-dark)!important}.Navbar-module__pSp8Ga__navLinks .Navbar-module__pSp8Ga__btn:hover{background-color:var(--accent-yellow-light);color:var(--primary-purple-dark)!important}@media (max-width:768px){.Navbar-module__pSp8Ga__navbar{background:#000c;padding:1rem 0}.Navbar-module__pSp8Ga__navContainer{flex-direction:column;gap:1rem}.Navbar-module__pSp8Ga__navLinks{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;padding:0}.Navbar-module__pSp8Ga__navLinks li{text-align:center}.Navbar-module__pSp8Ga__navLinks a{font-size:.9rem}.Navbar-module__pSp8Ga__logo{align-items:center;font-size:1.5rem;display:flex}}
.Hero-module__gNeX-G__hero{background-image:url(/images/hero_ferrugem_real.png);background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;height:100vh;min-height:600px;display:flex;position:relative}.Hero-module__gNeX-G__overlay{z-index:1;background:radial-gradient(circle,#4b008233 0%,#0009 90%);position:absolute;inset:0}.Hero-module__gNeX-G__content{z-index:2;text-align:center;color:var(--white);max-width:800px;padding:0 1rem;position:relative}.Hero-module__gNeX-G__title{color:var(--white);text-shadow:2px 2px 4px #0000004d;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.Hero-module__gNeX-G__highlight{color:var(--accent-yellow);font-style:italic}.Hero-module__gNeX-G__subtitle{color:var(--gray-100);text-shadow:1px 1px 2px #00000080;margin-bottom:2.5rem;font-size:1.25rem}.Hero-module__gNeX-G__ctaGroup{justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.Hero-module__gNeX-G__hero{background-attachment:scroll;min-height:100svh}.Hero-module__gNeX-G__title{margin-top:4rem;font-size:2.5rem}.Hero-module__gNeX-G__subtitle{padding:0 10px;font-size:1.1rem}.Hero-module__gNeX-G__ctaGroup{flex-direction:column;align-items:center;gap:1rem;width:100%}.Hero-module__gNeX-G__ctaGroup .Hero-module__gNeX-G__btn{text-align:center;width:100%;max-width:300px}}
.Features-module__0vMnSW__section{background-color:var(--white)}.Features-module__0vMnSW__heading{color:var(--primary-purple);margin-bottom:.5rem}.Features-module__0vMnSW__subheading{margin-bottom:4rem;font-size:1.1rem}.Features-module__0vMnSW__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Features-module__0vMnSW__card{background:var(--bg-light);text-align:center;border:1px solid #0000;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s}.Features-module__0vMnSW__card:hover{border-color:#4b00821a;transform:translateY(-5px);box-shadow:0 10px 30px #4b00821a}.Features-module__0vMnSW__icon{background:var(--gray-100);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:3rem;display:flex}.Features-module__0vMnSW__cardTitle{color:var(--primary-purple-dark);margin-bottom:.5rem}@media (max-width:600px){.Features-module__0vMnSW__grid{grid-template-columns:1fr;gap:1.5rem}.Features-module__0vMnSW__subheading{margin-bottom:2.5rem}}
.Gallery-module__G3Xe-q__gallerySection{background-color:var(--bg-light)}.Gallery-module__G3Xe-q__heading{color:var(--primary-purple);margin-bottom:3rem}.Gallery-module__G3Xe-q__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;gap:1.5rem;display:grid}.Gallery-module__G3Xe-q__item{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.Gallery-module__G3Xe-q__large{grid-area:span 2/span 2}.Gallery-module__G3Xe-q__image{object-fit:cover;transition:transform .6s}.Gallery-module__G3Xe-q__item:hover .Gallery-module__G3Xe-q__image{transform:scale(1.1)}.Gallery-module__G3Xe-q__caption{color:#fff;opacity:0;background:linear-gradient(#0000,#000c);padding:20px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.Gallery-module__G3Xe-q__item:hover .Gallery-module__G3Xe-q__caption{opacity:1;transform:translateY(0)}@media (max-width:900px){.Gallery-module__G3Xe-q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Gallery-module__G3Xe-q__grid{grid-template-columns:1fr;grid-auto-rows:250px}.Gallery-module__G3Xe-q__large{grid-area:span 1/span 1}}
.Footer-module__nhiC3q__footer{background-color:var(--primary-purple-dark);color:var(--white);padding:4rem 0 2rem}.Footer-module__nhiC3q__container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;display:grid}.Footer-module__nhiC3q__footerLogo{color:var(--accent-yellow);margin-bottom:1rem}.Footer-module__nhiC3q__copy{opacity:.8;font-size:.9rem}.Footer-module__nhiC3q__col h4{color:var(--white);margin-bottom:1.25rem}.Footer-module__nhiC3q__contactLink{color:var(--accent-yellow);margin-top:.5rem;font-weight:500;display:block}.Footer-module__nhiC3q__contactLink:hover{text-decoration:underline}.Footer-module__nhiC3q__links{list-style:none}.Footer-module__nhiC3q__links li{margin-bottom:.5rem}.Footer-module__nhiC3q__links a{opacity:.8;transition:opacity .3s}.Footer-module__nhiC3q__links a:hover{opacity:1;color:var(--accent-yellow)}
