@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root { --green: #07583f; --deep: #043d2d; --coral: #cf5544; --ink: #1c2923; --muted: #6c7972; --line: #d9e6dd; --paper: #f4f8f4; }
* { box-sizing: border-box; }
html { min-height: 100%; }
body { min-height: 100vh; margin: 0; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { width: min(1200px, calc(100% - 64px)); min-height: 78px; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark, .brand-mark img { width: 38px; height: 38px; }
.brand-mark { display: grid; place-items: center; }
.brand-mark img { object-fit: contain; }
.brand-name { color: var(--green); font: 700 20px/1 'Manrope', Arial, sans-serif; letter-spacing: -.06em; }
.brand-name strong { color: var(--coral); font-weight: 800; }
.header-label { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .03em; }
main { width: min(1200px, calc(100% - 64px)); flex: 1; margin: 0 auto; padding: 45px 0 52px; }
.eyebrow { margin: 0 0 15px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.promo-banner { min-height: 510px; position: relative; display: block; overflow: hidden; isolation: isolate; border-radius: 18px; color: #fff; background: var(--green) url('assets/img/banner-empresas-fortalecemos.webp') center right / cover no-repeat; box-shadow: 0 26px 60px rgba(7, 62, 45, .18); transition: transform .25s ease, box-shadow .25s ease; }
.promo-banner::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #07583f 0%, rgba(7,88,63,.98) 29%, rgba(7,88,63,.72) 51%, rgba(7,88,63,.04) 77%); }
.promo-banner::after { content: ''; position: absolute; z-index: -1; width: 470px; height: 470px; right: -96px; bottom: -155px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.promo-banner:hover { transform: translateY(-5px); box-shadow: 0 32px 70px rgba(7, 62, 45, .26); }
.banner-content { position: relative; z-index: 2; width: min(54%, 590px); min-height: 510px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 56px 30px 50px 66px; }
.banner-kicker { margin-bottom: 18px; color: #b9e7c9; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.banner-title { font: 800 clamp(40px, 5vw, 69px)/.98 'Manrope', Arial, sans-serif; letter-spacing: -.07em; }
.banner-title em { color: #f1b35a; font-style: normal; }
.banner-text { max-width: 410px; margin-top: 22px; color: #d1e8d8; font-size: 16px; line-height: 1.55; }
.banner-button { display: inline-flex; align-items: center; gap: 24px; margin-top: 30px; padding: 14px 18px; border-radius: 7px; color: var(--green); background: #fff; font-size: 13px; font-weight: 800; box-shadow: 0 11px 24px rgba(0,0,0,.13); transition: background .2s ease, color .2s ease; }
.promo-banner:hover .banner-button { color: #fff; background: var(--coral); }
.banner-button b { color: var(--coral); font-size: 18px; }.promo-banner:hover .banner-button b { color: #fff; }
.banner-note { margin-top: 17px; color: #acd5bb; font-size: 10px; }
.banner-glow { position: absolute; z-index: 1; top: -140px; left: 39%; width: 330px; height: 330px; border-radius: 50%; background: rgba(142, 220, 168, .13); filter: blur(4px); }
.banner-visual { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.visual-ring { position: absolute; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }.ring-one { width: 250px; height: 250px; top: 44px; right: 25%; }.ring-two { width: 420px; height: 420px; right: -100px; top: 120px; border-color: rgba(255,255,255,.18); }
.visual-tag { position: absolute; right: 8%; bottom: 42px; display: inline-flex; align-items: center; gap: 10px; padding: 11px 14px; color: #fff; background: rgba(4,61,45,.88); border: 1px solid rgba(255,255,255,.28); border-radius: 6px; font-size: 12px; font-weight: 700; transform: rotate(-4deg); }.visual-tag b { color: #f1b35a; font-size: 17px; }
.below-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; text-align: center; }.below-note strong { color: var(--green); }
.site-footer { width: min(1200px, calc(100% - 64px)); display: flex; justify-content: space-between; gap: 30px; margin: auto auto 0; padding: 20px 0 25px; border-top: 1px solid var(--line); color: #87948d; font-size: 10px; }
@media (max-width: 760px) { .header-inner, main, .site-footer { width: min(100% - 32px, 600px); }.header-inner { min-height: 70px; }.header-label { display: none; } main { padding: 30px 0 40px; }.promo-banner { min-height: 620px; background-position: 67% center; }.promo-banner::before { background: linear-gradient(180deg, rgba(7,88,63,.98) 0%, rgba(7,88,63,.9) 49%, rgba(7,88,63,.25) 100%); }.banner-content { width: 100%; min-height: 620px; padding: 44px 28px; justify-content: flex-start; }.banner-title { font-size: clamp(42px, 12vw, 61px); }.banner-text { max-width: 330px; font-size: 14px; }.banner-note { max-width: 300px; }.visual-ring.ring-one { top: 280px; right: 9%; width: 180px; height: 180px; }.visual-ring.ring-two { top: 340px; right: -85px; width: 310px; height: 310px; }.visual-tag { right: 8%; bottom: 30px; }.site-footer { flex-direction: column; gap: 5px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: .01ms !important; } }
