*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'DM Sans',sans-serif;color:#333;background:#fff}
h1,h2,h3,h4{font-family:'Manrope',sans-serif}
h2{font-family:'Manrope',sans-serif;font-size:2rem;color:#2D6A4F;text-align:center;margin-bottom:16px}
.ga-section-sub{text-align:center;color:#777;margin-bottom:48px}
.ga-wrap{max-width:1100px;margin:0 auto;padding:0 24px}

.ga-disclaimer{background:#2D6A4F;color:#fff;font-size:13px;padding:10px 0;text-align:center}

.ga-header{position:sticky;top:0;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);z-index:100}
.ga-header-inner{display:flex;justify-content:space-between;align-items:center;height:64px}
.ga-logo{font-family:'Manrope',sans-serif;font-weight:700;font-size:1.3rem;color:#2D6A4F;text-decoration:none}
.ga-logo span{color:#E94560}
.ga-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.ga-burger span{display:block;width:24px;height:2px;background:#2D6A4F;border-radius:2px;transition:.3s}
.ga-burger-open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.ga-burger-open span:nth-child(2){opacity:0}
.ga-burger-open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.ga-nav{display:flex;gap:24px;align-items:center}
.ga-nav a{font-family:'DM Sans',sans-serif;font-size:.9rem;color:#444;text-decoration:none;transition:color .2s}
.ga-nav a:hover{color:#2D6A4F}

.ga-hero{background:#F5FAF7;padding:100px 24px 80px;text-align:center}
.ga-hero-inner{max-width:700px;margin:0 auto}
.ga-hero h1{font-family:'Manrope',sans-serif;font-size:2.6rem;color:#2D6A4F;line-height:1.2;margin-bottom:20px}
.ga-hero-sub{font-family:'DM Sans',sans-serif;font-size:1.05rem;color:#555;line-height:1.7;margin-bottom:32px}
.ga-hero-actions{display:flex;gap:16px;justify-content:center}
.ga-btn{display:inline-block;background:#E94560;color:#fff;padding:14px 32px;border-radius:8px;font-family:'Manrope',sans-serif;font-weight:600;text-decoration:none;transition:filter .2s;border:none;cursor:pointer;font-size:.95rem}
.ga-btn:hover{filter:brightness(.9)}
.ga-btn-outline{display:inline-block;border:2px solid #2D6A4F;color:#2D6A4F;padding:12px 30px;border-radius:8px;font-family:'Manrope',sans-serif;font-weight:600;text-decoration:none;background:transparent;transition:.2s;font-size:.95rem;cursor:pointer}
.ga-btn-outline:hover{background:#2D6A4F;color:#fff}

.ga-about{padding:80px 24px;background:#fff}
.ga-about-inner{display:grid;grid-template-columns:40% 60%;gap:48px;align-items:center}
.ga-about-img img{border-radius:16px;width:100%;object-fit:cover}
.ga-about-text h2{text-align:left}
.ga-about-text p{line-height:1.75;margin-bottom:14px;color:#444}

.ga-cards{padding:80px 24px;background:#F5FAF7}
.ga-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-items:center}
.ga-card{background:#fff;border-radius:14px;padding:28px 24px;border-left:4px solid #E94560;transition:.3s}
.ga-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-3px)}
.ga-card h3{font-family:'Manrope',sans-serif;font-size:1rem;color:#2D6A4F;margin-bottom:8px}
.ga-card p{font-size:.85rem;color:#555;line-height:1.65}

.ga-process{padding:80px 24px;background:#fff}
.ga-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:900px;margin:0 auto}
.ga-step{text-align:center;padding:24px}
.ga-step-num{font-family:'Manrope',sans-serif;font-size:2.5rem;font-weight:700;color:#E94560;margin-bottom:12px}
.ga-step h3{font-family:'Manrope',sans-serif;font-size:1rem;color:#2D6A4F;margin-bottom:8px}
.ga-step p{font-size:.85rem;color:#555;line-height:1.65}

.ga-faq{padding:80px 24px;background:#F5FAF7}
.ga-faq-list{max-width:800px;margin:0 auto}
.ga-faq-item{border-bottom:1px solid #e0e0e0;padding:24px 0}
.ga-faq-item:last-child{border-bottom:none}
.ga-faq-item h3{font-family:'Manrope',sans-serif;font-size:.95rem;color:#2D6A4F;margin-bottom:8px}
.ga-faq-item p{font-size:.85rem;color:#555;line-height:1.7}

.ga-blog{padding:80px 24px;background:#fff}
.ga-blog-list{display:flex;flex-direction:column;gap:20px;max-width:900px;margin:0 auto}
.ga-blog-item{display:flex;gap:20px;background:#F5FAF7;border-radius:14px;overflow:hidden;text-decoration:none;color:#333;transition:.3s}
.ga-blog-item:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.ga-blog-item img{width:200px;height:auto;min-height:100%;object-fit:cover;flex-shrink:0}
.ga-blog-body{padding:20px 24px 20px 0;display:flex;flex-direction:column;justify-content:center}
.ga-blog-tag{display:inline-block;background:#2D6A4F;color:#fff;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:8px;align-self:flex-start}
.ga-blog-body h3{font-family:'Manrope',sans-serif;font-size:1rem;color:#2D6A4F;margin-bottom:8px}
.ga-blog-body p{font-size:.8rem;color:#555;margin-bottom:8px;line-height:1.6}
.ga-blog-link{color:#E94560;font-size:.85rem;font-weight:600}

.ga-contact{padding:80px 24px;background:#F5FAF7}
.ga-contact-inner{display:grid;grid-template-columns:55% 45%;gap:48px}
.ga-contact-form h2{text-align:left}
.ga-contact-form p{margin-bottom:24px;color:#555}
.ga-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ga-field{margin-bottom:16px}
.ga-field label{font-size:13px;font-weight:700;display:block;margin-bottom:6px;color:#333}
.ga-field input,.ga-field textarea{width:100%;padding:12px 16px;border-radius:8px;border:1px solid #ddd;font-family:'DM Sans',sans-serif;font-size:.9rem;box-sizing:border-box;transition:border .2s}
.ga-field input:focus,.ga-field textarea:focus{border-color:#2D6A4F;outline:none}

.ga-contact-info{background:#2D6A4F;color:#fff;border-radius:16px;padding:36px}
.ga-contact-info h3{font-family:'Manrope',sans-serif;font-size:1.1rem;color:#E94560;margin-bottom:20px}
.ga-contact-info ul{list-style:none;padding:0}
.ga-contact-info li{margin-bottom:14px;font-size:.9rem;opacity:.85}

.ga-footer{background:#1A3D2E;color:#fff;padding:60px 24px 0}
.ga-footer-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.ga-footer-col h4{font-family:'Manrope',sans-serif;color:#E94560;font-size:1rem;margin-bottom:16px}
.ga-footer-col p{font-size:.85rem;opacity:.6}
.ga-footer-col ul{list-style:none;padding:0}
.ga-footer-col li{margin-bottom:8px}
.ga-footer-col a{color:#fff;opacity:.6;text-decoration:none;font-size:.85rem;transition:.2s}
.ga-footer-col a:hover{color:#E94560;opacity:1}
.ga-footer-cnpj{margin-top:16px;font-size:12px;opacity:.4}
.ga-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding:20px 0;text-align:center;font-size:12px;opacity:.4}

@media(max-width:768px){
.ga-about-inner,.ga-cards-grid,.ga-steps,.ga-contact-inner,.ga-footer-inner,.ga-form-grid{grid-template-columns:1fr}
.ga-burger{display:flex}
.ga-nav{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:24px;gap:16px;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.ga-nav-open{display:flex}
.ga-hero{padding:50px 24px}
.ga-hero h1{font-size:1.8rem}
.ga-hero-actions{flex-direction:column;align-items:center}
.ga-about,.ga-cards,.ga-process,.ga-faq,.ga-blog,.ga-contact{padding:50px 24px}
.ga-blog-item{flex-direction:column}
.ga-blog-item img{width:100%;height:180px}
.ga-blog-body{padding:20px}
}
