*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Rubik',sans-serif;color:#333;background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}

/* GLOBAL */
.ae-wrap{max-width:1100px;margin:0 auto;padding:0 24px}
h2{font-family:'Lexend',sans-serif;font-size:2rem;color:#7B2D26;text-align:center;margin-bottom:12px}
.ae-section-sub{text-align:center;color:#777;margin-bottom:48px;font-family:'Rubik',sans-serif;font-size:0.95rem}
.ae-btn{background:#C9A227;color:#fff;padding:14px 32px;border-radius:8px;font-family:'Lexend',sans-serif;font-weight:600;text-decoration:none;display:inline-block;transition:.3s;cursor:pointer;border:none;font-size:.95rem}
.ae-btn:hover{background:#7B2D26}

/* DISCLAIMER */
.ae-disclaimer{background:#7B2D26;color:#fff;font-size:13px;font-family:'Rubik',sans-serif;padding:10px 0;text-align:center}

/* HEADER */
.ae-header{position:sticky;top:0;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);z-index:100}
.ae-header-inner{display:flex;justify-content:space-between;align-items:center;height:64px}
.ae-logo{font-family:'Lexend',sans-serif;font-weight:700;font-size:1.2rem;color:#7B2D26;text-decoration:none}
.ae-logo span{color:#C9A227}
.ae-burger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:8px}
.ae-burger span{display:block;width:24px;height:2px;background:#7B2D26;transition:.3s}
.ae-burger-open span:nth-child(1){transform:rotate(45deg) translateY(7px)}
.ae-burger-open span:nth-child(2){opacity:0}
.ae-burger-open span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}
.ae-nav{display:flex;gap:24px}
.ae-nav a{font-family:'Rubik',sans-serif;font-size:.9rem;color:#555;text-decoration:none;transition:color .3s}
.ae-nav a:hover{color:#7B2D26}

/* HERO — Type B (Split) */
.ae-hero{padding:80px 24px;background:#fff}
.ae-hero-inner{display:grid;grid-template-columns:55% 45%;gap:48px;align-items:center;max-width:1100px;margin:0 auto}
.ae-hero-badge{display:inline-block;background:rgba(201,162,39,.12);color:#C9A227;font-family:'Lexend',sans-serif;font-size:12px;text-transform:uppercase;padding:6px 18px;border-radius:20px;letter-spacing:1.5px;margin-bottom:20px;font-weight:700}
.ae-hero-text h1{font-family:'Lexend',sans-serif;font-size:2.4rem;color:#7B2D26;line-height:1.2;margin-bottom:16px;font-weight:700}
.ae-hero-sub{font-family:'Rubik',sans-serif;font-size:1rem;color:#555;margin-bottom:28px;line-height:1.7}
.ae-hero-img img{width:100%;border-radius:16px;object-fit:cover;box-shadow:0 12px 32px rgba(0,0,0,.1)}

/* SERVICES — Zigzag */
.ae-services{padding:80px 24px;background:#F5F3F0}
.ae-zigzag-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:48px}
.ae-zigzag-item{display:grid;grid-template-columns:55% 45%;gap:36px;align-items:center}
.ae-zigzag-reverse .ae-zigzag-img{order:-1}
.ae-zigzag-content h3{font-family:'Lexend',sans-serif;font-size:1.1rem;color:#7B2D26;margin-bottom:10px;font-weight:600}
.ae-zigzag-content p{font-family:'Rubik',sans-serif;font-size:.88rem;color:#444;line-height:1.7}
.ae-zigzag-img img{width:100%;border-radius:12px;object-fit:cover;box-shadow:0 6px 20px rgba(0,0,0,.08)}

/* FAQ */
.ae-faq{padding:80px 24px;background:#fff}
.ae-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto}
.ae-faq-card{background:#F5F3F0;border-radius:14px;padding:24px;border-left:3px solid transparent;transition:.3s}
.ae-faq-card:hover{border-left-color:#C9A227}
.ae-faq-card h3{font-family:'Lexend',sans-serif;font-size:.9rem;color:#7B2D26;margin-bottom:8px;font-weight:600}
.ae-faq-card p{font-family:'Rubik',sans-serif;font-size:.82rem;color:#555;line-height:1.65}

/* ABOUT */
.ae-about{padding:80px 24px;background:#F5F3F0}
.ae-about-inner{display:grid;grid-template-columns:40% 60%;gap:48px;align-items:center;max-width:1100px;margin:0 auto}
.ae-about-img img{width:100%;border-radius:16px;object-fit:cover;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.ae-about-text h2{font-family:'Lexend',sans-serif;text-align:left;color:#7B2D26}
.ae-about-text p{font-family:'Rubik',sans-serif;line-height:1.75;color:#444;margin-bottom:14px}

/* BLOG */
.ae-blog{padding:80px 24px;background:#fff}
.ae-blog-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:20px}
.ae-blog-item{display:flex;gap:24px;align-items:start;background:#F5F3F0;border-radius:14px;overflow:hidden;text-decoration:none;color:#333;transition:.3s}
.ae-blog-item:hover{box-shadow:0 6px 20px rgba(0,0,0,.08)}
.ae-blog-item img{width:200px;height:140px;object-fit:cover;flex-shrink:0}
.ae-blog-info{padding:16px 20px 16px 0;flex:1}
.ae-blog-tag{display:inline-block;background:rgba(201,162,39,.12);color:#C9A227;padding:3px 10px;border-radius:4px;font-family:'Rubik',sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:8px}
.ae-blog-item h3{font-family:'Lexend',sans-serif;font-size:.9rem;color:#7B2D26;line-height:1.35;margin-bottom:6px;font-weight:600}
.ae-blog-item p{font-family:'Rubik',sans-serif;font-size:.8rem;color:#666;line-height:1.55;margin-bottom:8px}
.ae-blog-link{color:#C9A227;font-family:'Rubik',sans-serif;font-size:.8rem;font-weight:700}

/* CONTACT */
.ae-contact{padding:80px 24px;background:#7B2D26}
.ae-contact-inner{display:grid;grid-template-columns:55% 45%;gap:48px;color:#fff;max-width:1100px;margin:0 auto}
.ae-contact-form h2{font-family:'Lexend',sans-serif;color:#fff;text-align:left}
.ae-contact-form>p{margin-bottom:24px;color:rgba(255,255,255,.7)}
.ae-field{margin-bottom:16px}
.ae-field label{font-family:'Rubik',sans-serif;font-size:13px;font-weight:600;display:block;margin-bottom:6px;color:rgba(255,255,255,.7)}
.ae-field input,.ae-field textarea{width:100%;padding:12px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;font-family:'Rubik',sans-serif;font-size:.9rem;box-sizing:border-box;transition:border-color .3s}
.ae-field input:focus,.ae-field textarea:focus{border-color:#C9A227;outline:none}
.ae-field input::placeholder,.ae-field textarea::placeholder{color:rgba(255,255,255,.3)}
.ae-contact .ae-btn{background:#C9A227;color:#7B2D26}
.ae-contact .ae-btn:hover{background:#fff}
.ae-contact-info{background:rgba(255,255,255,.06);border-radius:16px;padding:36px;align-self:start}
.ae-contact-info h3{font-family:'Lexend',sans-serif;font-size:1.1rem;color:#C9A227;margin-bottom:20px}
.ae-contact-info ul{list-style:none;padding:0}
.ae-contact-info ul li{margin-bottom:12px;font-family:'Rubik',sans-serif;font-size:.85rem;opacity:.8}
.ae-contact-info strong{opacity:1;color:#fff}

/* FOOTER */
.ae-footer{background:#4A1A16;color:#fff;padding:60px 24px 0}
.ae-footer-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1100px;margin:0 auto}
.ae-footer-col h4{font-family:'Lexend',sans-serif;color:#C9A227;font-size:1rem;margin-bottom:16px;font-weight:600}
.ae-footer-col p{font-family:'Rubik',sans-serif;font-size:.85rem;opacity:.5}
.ae-footer-col ul{list-style:none;padding:0}
.ae-footer-col ul li{margin-bottom:8px}
.ae-footer-col ul a{color:#fff;opacity:.5;text-decoration:none;font-family:'Rubik',sans-serif;font-size:.85rem;transition:.3s}
.ae-footer-col ul a:hover{color:#C9A227;opacity:1}
.ae-footer-cnpj{margin-top:16px;font-family:'Rubik',sans-serif;font-size:12px;opacity:.35}
.ae-footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:40px;padding:20px 0;text-align:center;font-family:'Rubik',sans-serif;font-size:12px;opacity:.35}

/* RESPONSIVE */
@media(max-width:768px){
.ae-hero{padding:50px 24px}
.ae-hero-inner{grid-template-columns:1fr}
.ae-hero-img{order:-1}
.ae-hero-text h1{font-size:2rem}
.ae-services{padding:50px 24px}
.ae-zigzag-item{grid-template-columns:1fr}
.ae-zigzag-reverse .ae-zigzag-img{order:0}
.ae-faq{padding:50px 24px}
.ae-faq-grid{grid-template-columns:1fr}
.ae-about{padding:50px 24px}
.ae-about-inner{grid-template-columns:1fr}
.ae-about-img{order:-1}
.ae-blog{padding:50px 24px}
.ae-blog-item{flex-direction:column}
.ae-blog-item img{width:100%;height:180px}
.ae-blog-info{padding:16px 20px}
.ae-contact{padding:50px 24px}
.ae-contact-inner{grid-template-columns:1fr}
.ae-footer{padding:50px 24px 0}
.ae-footer-inner{grid-template-columns:1fr}
.ae-burger{display:flex}
.ae-nav{display:none}
.ae-nav-open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:#fff;padding:24px;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.ae-nav-open a{color:#555;padding:8px 0}
}
