
:root {
  --blue: #2b328e;
  --blue-deep: #1b205d;
  --black: #231f20;
  --yellow: #f9b318;
  --cream: #f5f2eb;
  --paper: #fbfaf7;
  --muted: #6e6a67;
  --line: rgba(35, 31, 32, .14);
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Manrope", "Metropolis", Arial, sans-serif;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--black); font-family: var(--body); font-size: 15px; -webkit-font-smoothing: antialiased; }
body, button, a { font-family: var(--body); }
a { color: inherit; text-decoration: none; }
a, button { transition: color .2s var(--ease-out), background-color .2s var(--ease-out), border-color .2s var(--ease-out), transform .2s var(--ease-out), box-shadow .2s var(--ease-out); }
img { max-width: 100%; display: block; }
::selection { color: var(--black); background: var(--yellow); }

.site-shell { overflow: clip; }
.topline { height: 35px; background: var(--black); color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.topline .container { height: 100%; }
.text-yellow { color: var(--yellow); }

.site-nav { position: fixed; top: 0; right: 0; left: 0; z-index: 20; height: 82px; background: transparent; color: #fff; }
.site-nav.is-scrolled { background: rgba(35,31,32,.96); box-shadow: 0 12px 40px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.topline + .site-nav { top: 35px; }
.site-nav .container { height: 100%; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; color: inherit; }
.official-logo { width: 138px; height: auto; display: block; padding: 4px 8px; background: #fff; filter: drop-shadow(0 3px 7px rgba(0,0,0,.28)); }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; background: var(--yellow); color: var(--black); clip-path: polygon(0 0, 100% 0, 100% 76%, 76% 100%, 0 100%); position: relative; }
.brand-mark::after { content: ""; position: absolute; width: 16px; height: 16px; border: 2px solid var(--black); border-left-color: transparent; border-radius: 50%; }
.brand-mark span { position: relative; z-index: 1; font-family: var(--display); font-size: 23px; line-height: 1; }
.brand-copy { display: grid; line-height: .85; letter-spacing: .03em; }
.brand-copy strong { font-size: 13px; font-weight: 800; }
.brand-copy small { margin-top: 4px; font-family: var(--display); font-size: 17px; letter-spacing: .15em; color: var(--yellow); }
.navbar-toggler { padding: 7px; border: 1px solid rgba(255,255,255,.35); border-radius: 0; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(249,179,24,.28); }
.navbar-toggler-icon { filter: invert(1); }
.main-links .nav-link { color: rgba(255,255,255,.82); padding: 8px 0 !important; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.main-links .nav-link:hover { color: var(--yellow); }
.nav-cta { display: inline-flex; align-items: center; margin-left: 11px; padding: 12px 18px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nav-cta:hover { background: #3941aa; color: #fff; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,.22); }

.hero { min-height: 790px; position: relative; display: grid; align-items: center; background: var(--black); color: #fff; }
.hero-image { position: absolute; inset: 0; background-image: url('../assets/oficina-fachada-hero.webp'); background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,18,20,.98) 0%, rgba(20,18,20,.88) 34%, rgba(20,18,20,.28) 70%, rgba(20,18,20,.58) 100%), linear-gradient(0deg, rgba(20,18,20,.28), transparent 52%); }
.hero::after { content: ""; position: absolute; width: 240px; height: 240px; right: -85px; bottom: -105px; border: 1px solid rgba(249,179,24,.6); border-radius: 50%; box-shadow: 0 0 0 22px rgba(249,179,24,.08), 0 0 0 44px rgba(249,179,24,.05); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); gap: 3rem; align-items: center; padding-top: 90px; }
.hero-content { max-width: 680px; padding: 72px 0 82px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.eyebrow-line { width: 32px; height: 2px; display: inline-block; background: var(--yellow); }
.hero h1, h2 { margin: 18px 0 0; font-family: var(--display); font-weight: 400; letter-spacing: .02em; line-height: .9; }
.hero h1 { font-size: clamp(4.5rem, 8vw, 8.7rem); max-width: 760px; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero h1 em { color: #fff; }
.hero h1 span { color: #d7dafc; }
.partner-section h2 em { color: #d7dafc; }
.hero-lead { max-width: 480px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 35px; }
.btn { border-radius: 0; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.btn-yellow { padding: 16px 21px; background: var(--blue); color: #fff; border: 1px solid var(--blue); }
.btn-yellow:hover { color: #fff; background: #3941aa; border-color: #3941aa; transform: translateY(-3px); box-shadow: 0 12px 28px rgba(43,50,142,.28); }
.light-link { color: rgba(255,255,255,.84); }
.dark-link { color: var(--black); }
.text-link { display: inline-flex; align-items: center; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.text-link:hover { color: var(--blue); }
.light-link:hover { color: var(--yellow); }
.hero-side { justify-self: end; max-width: 290px; align-self: end; margin-bottom: 70px; }
.hero-side-card { padding: 25px; background: rgba(35,31,32,.72); border-top: 2px solid var(--yellow); backdrop-filter: blur(10px); }
.mini-label { color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.hero-side-card p { margin: 15px 0 20px; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.65; }
.card-rule { height: 1px; margin-bottom: 17px; background: rgba(255,255,255,.18); }
.round-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: 13px; }
.small-note { color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.small-note strong { color: #fff; font-weight: 800; }
.scroll-cue { position: absolute; z-index: 2; bottom: 32px; left: calc(50% - 41px); display: inline-flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 38px; background: var(--yellow); }

.stat-strip { padding: 25px 0; background: var(--blue); color: #fff; }
.stat-grid { display: grid; grid-template-columns: repeat(3, auto) 1fr; align-items: center; gap: 0; }
.stat-item { display: flex; align-items: baseline; gap: 10px; padding: 0 34px; border-right: 1px solid rgba(255,255,255,.2); }
.stat-item:first-child { padding-left: 0; }
.stat-item strong { color: #fff; font-family: var(--display); font-size: 38px; font-weight: 400; line-height: 1; }
.stat-item span, .stat-intro { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.stat-intro { display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding-left: 34px; }
.accent-dot { width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; }

.section-pad { padding: 125px 0; }
.about { background: var(--paper); }
.image-frame { position: relative; margin-right: 36px; }
.image-frame::before { content: ""; position: absolute; top: -16px; left: -16px; width: 72%; height: 72%; border-top: 1px solid var(--yellow); border-left: 1px solid var(--yellow); pointer-events: none; }
.image-frame img { position: relative; width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; filter: saturate(.82); }
.image-caption { position: absolute; right: -36px; bottom: 34px; width: 168px; padding: 18px 17px; background: var(--blue); color: #fff; }
.image-caption span { display: block; margin-bottom: 12px; color: var(--yellow); font-family: var(--display); font-size: 29px; line-height: .8; }
.image-caption strong { font-size: 12px; line-height: 1.35; text-transform: uppercase; letter-spacing: .07em; }
.about h2, .services h2, .contact h2, .partner-section h2 { font-size: clamp(4rem, 7vw, 7.1rem); }
.lead-copy { margin: 28px 0 0; color: var(--black); font-size: 19px; line-height: 1.55; }
.body-copy { color: var(--muted); font-size: 14px; line-height: 1.8; }
.about .body-copy { max-width: 505px; margin: 14px 0 0; }
.about-quote { display: flex; gap: 13px; max-width: 520px; margin: 28px 0 31px; padding: 17px 0 17px 18px; border-left: 3px solid var(--yellow); }
.about-quote i { color: var(--blue); font-size: 22px; line-height: 1; }
.about-quote p { margin: 0; color: var(--black); font-size: 13px; font-weight: 700; line-height: 1.6; }

.trust-band { padding: 25px 0; background: var(--blue); color: #fff; }
.trust-grid { display: grid; grid-template-columns: 1.1fr 1.7fr .9fr; align-items: center; gap: 30px; }
.trust-seal { display: flex; align-items: center; gap: 13px; }
.seal-heart { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: 17px; }
.trust-seal strong, .trust-seal small { display: block; line-height: 1.1; text-transform: uppercase; letter-spacing: .08em; }
.trust-seal strong { font-size: 12px; }
.trust-seal small { margin-top: 4px; color: var(--yellow); font-size: 10px; }
.trust-copy { max-width: 530px; margin: 0; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.65; }
.trust-copy strong { color: #fff; }
.trust-mark { justify-self: end; color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.services { background: var(--cream); }
.section-heading { margin-bottom: 0; }
.section-heading .body-copy { max-width: 330px; margin-left: auto; padding-bottom: 9px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 250px; padding: 25px 23px 23px; background: var(--cream); overflow: hidden; }
.service-card::after { content: ""; position: absolute; right: -35px; bottom: -44px; width: 130px; height: 130px; border: 1px solid rgba(43,50,142,.14); border-radius: 50%; transition: transform .3s var(--ease-out); }
.service-card:hover { background: #fffdf8; }
.service-card:hover::after { transform: scale(1.18); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; color: var(--blue); }
.service-number { font-family: var(--display); font-size: 24px; color: var(--muted); line-height: 1; }
.service-top i { font-size: 26px; }
.service-card h3 { max-width: 175px; margin: 43px 0 12px; font-size: 16px; font-weight: 800; line-height: 1.22; }
.service-card p { max-width: 220px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.service-card > a { position: absolute; right: 22px; bottom: 21px; z-index: 1; color: var(--blue); font-size: 17px; }
.service-card > a:hover { color: var(--yellow); transform: translate(2px, -2px); }

.partner-section { position: relative; padding: 107px 0; background: var(--black); color: #fff; overflow: hidden; }
.partner-section::before { content: ""; position: absolute; top: -190px; right: -100px; width: 520px; height: 520px; border: 1px solid rgba(249,179,24,.42); border-radius: 50%; box-shadow: 0 0 0 35px rgba(249,179,24,.08), 0 0 0 70px rgba(249,179,24,.05); }
.partner-layout { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 5rem; }
.partner-section h2 { margin-bottom: 18px; }
.partner-copy p { color: rgba(255,255,255,.68); font-size: 15px; }
.btn-outline-yellow { margin-top: 18px; padding: 14px 19px; border: 1px solid var(--yellow); color: var(--yellow); }
.btn-outline-yellow:hover { background: var(--yellow); color: var(--black); transform: translateY(-3px); }
.monster-lockup { display: flex; align-items: center; gap: 18px; min-width: 240px; padding: 28px; border: 1px solid rgba(255,255,255,.2); transform: rotate(-3deg); }
.monster-symbol { width: 61px; height: 61px; display: grid; place-items: center; background: var(--blue); color: #fff; font-family: var(--display); font-size: 48px; line-height: 1; clip-path: polygon(50% 0, 100% 25%, 82% 100%, 18% 100%, 0 25%); }
.monster-lockup small, .monster-lockup strong { display: block; letter-spacing: .14em; }
.monster-lockup small { color: var(--yellow); font-size: 8px; font-weight: 800; }
.monster-lockup strong { margin-top: 5px; font-size: 17px; line-height: .92; }
.monster-lockup strong span { color: var(--yellow); }

.contact { background: var(--paper); }
.contact .lead-copy { max-width: 420px; font-size: 17px; }
.contact-list { margin-top: 36px; border-top: 1px solid var(--line); }
.contact-list a { display: flex; align-items: center; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-list a:hover { color: var(--blue); padding-left: 6px; }
.contact-icon { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--blue); color: var(--blue); font-size: 14px; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { margin-bottom: 4px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.contact-list strong { font-size: 12px; line-height: 1.4; }
.contact-list > a > i { color: var(--blue); font-size: 16px; }
.map-wrap { position: relative; min-height: 440px; height: 100%; background: #ddd; filter: grayscale(1) contrast(.95); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 440px; border: 0; }
.map-card { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; gap: 13px; padding: 14px; background: rgba(35,31,32,.94); color: #fff; filter: none; box-shadow: 0 10px 25px rgba(0,0,0,.16); }
.map-pin { width: 31px; height: 31px; display: grid; place-items: center; background: var(--yellow); color: var(--black); }
.map-card strong, .map-card small { display: block; }
.map-card strong { font-size: 12px; }
.map-card small { margin-top: 3px; color: rgba(255,255,255,.62); font-size: 10px; }

.footer { background: var(--black); color: #fff; }
.footer-main { display: flex; align-items: center; justify-content: space-between; min-height: 176px; }
.footer-brand { color: #fff; }
.footer-brand .official-logo { width: 185px; }
.footer-main p { margin: 0; color: rgba(255,255,255,.58); font-family: var(--display); font-size: 28px; line-height: .96; text-align: center; }
.footer-arrow { width: 41px; height: 41px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); color: var(--yellow); }
.footer-arrow:hover { background: var(--yellow); color: var(--black); }
.footer-bottom { display: flex; justify-content: space-between; padding: 16px 0 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.44); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.whatsapp-float { position: fixed; z-index: 25; right: 23px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px; padding: 13px 15px; background: #1fbd5b; color: #fff; border-radius: 999px; box-shadow: 0 12px 30px rgba(15,85,37,.28); font-size: 11px; font-weight: 800; }
.whatsapp-float i { font-size: 18px; }
.whatsapp-float:hover { background: #2cd16c; color: #fff; transform: translateY(-3px); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .18s; }
.reveal-delay-3 { transition-delay: .26s; }
.reveal-delay-4 { transition-delay: .34s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 991.98px) {
  .site-nav { height: 70px; }
  .topline + .site-nav { top: 0; }
  .site-nav .navbar-collapse { margin: 0 -12px; padding: 14px 16px 18px; background: rgba(35,31,32,.98); box-shadow: 0 20px 30px rgba(0,0,0,.2); }
  .main-links { align-items: stretch !important; gap: 0 !important; }
  .main-links .nav-link { padding: 11px 0 !important; border-bottom: 1px solid rgba(255,255,255,.11); }
  .nav-cta { justify-content: center; margin: 16px 0 0; }
  .hero { min-height: 740px; }
  .hero-grid { display: block; padding-top: 70px; }
  .hero-content { padding: 95px 0 130px; }
  .hero-side { display: none; }
  .hero h1 { font-size: clamp(4.6rem, 14vw, 7rem); }
  .stat-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .stat-item { padding: 0 14px; }
  .stat-item strong { font-size: 31px; }
  .stat-item span { font-size: 8px; }
  .stat-intro { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr 1.5fr; }
  .trust-mark { display: none; }
}

@media (max-width: 575.98px) {
  body { font-size: 14px; }
  .container { --bs-gutter-x: 1.6rem; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(20,18,20,.96) 0%, rgba(20,18,20,.7) 70%, rgba(20,18,20,.42) 100%); }
  .hero-content { padding: 100px 0 125px; }
  .hero h1 { font-size: clamp(4.25rem, 20vw, 6.4rem); }
  .hero-lead { margin-top: 23px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; margin-top: 29px; }
  .btn-yellow { width: 100%; text-align: center; }
  .scroll-cue { display: none; }
  .stat-strip { padding: 20px 0; }
  .stat-grid { gap: 8px; }
  .stat-item { display: block; padding: 0 5px; text-align: center; }
  .stat-item:first-child { padding-left: 5px; }
  .stat-item strong { display: block; font-size: 30px; }
  .stat-item span { display: block; margin-top: 5px; line-height: 1.2; }
  .section-pad { padding: 84px 0; }
  .image-frame { margin: 0 18px 25px 0; }
  .image-caption { right: -18px; bottom: 18px; width: 145px; padding: 14px; }
  .image-caption strong { font-size: 10px; }
  .about h2, .services h2, .contact h2, .partner-section h2 { font-size: 4.6rem; }
  .lead-copy { font-size: 16px; }
  .trust-grid { grid-template-columns: 1fr; gap: 18px; }
  .trust-copy { padding: 17px 0 0; border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .partner-section { padding: 80px 0; }
  .partner-layout { display: block; }
  .monster-lockup { width: fit-content; min-width: 0; margin: 52px 0 0 14px; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .footer-main { min-height: 175px; flex-direction: column; justify-content: center; gap: 24px; }
  .footer-main p { font-size: 23px; }
  .footer-arrow { display: none; }
  .footer-bottom { display: block; line-height: 1.7; }
  .footer-bottom span { display: block; }
  .footer-bottom span + span { margin-top: 5px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 13px; }
  .whatsapp-float span { display: none; }
}

/* Static hosting adjustments */
.navbar-toggler-icon { background-image: var(--bs-navbar-toggler-icon-bg, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")); }
@media (max-width: 991.98px) { .site-nav .navbar-collapse { display:none; } .site-nav .navbar-collapse.show { display:block; } }

/* Atualização OAM: rosa reservado exclusivamente para a certificação Oficina Amiga da Mulher */
:root { --oam-pink: #d96b91; --oam-pink-soft: #f8dce6; --oam-pink-deep: #a94368; }
.trust-band { background: linear-gradient(100deg, var(--blue) 0%, #30378f 55%, #292f7b 100%); }
.trust-seal { position: relative; }
.trust-seal strong { color: #fff; }
.trust-seal small { color: var(--oam-pink-soft); }
.seal-heart { border-color: var(--oam-pink); background: rgba(217,107,145,.12); color: var(--oam-pink-soft); }
.oam-badge { display: block; width: fit-content; margin-top: 7px; padding: 3px 6px; border: 1px solid rgba(248,220,230,.55); color: var(--oam-pink-soft); font-size: 7px; font-weight: 800; letter-spacing: .15em; line-height: 1; }
.trust-copy { border-left-color: rgba(248,220,230,.35); }
.trust-title { display: block; margin-bottom: 4px; color: var(--oam-pink-soft); font-size: 13px; letter-spacing: .03em; }
.trust-copy p { margin: 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.65; }
.trust-mark { color: var(--oam-pink-soft); }
.services-grid { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1199.98px) { .services-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 991.98px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px) { .services-grid { grid-template-columns: 1fr; } .trust-title { font-size: 12px; } }

/* Oficina Amiga da Mulher: faixa rosa de destaque */
.trust-band { background: linear-gradient(105deg, #a94368 0%, #c65d83 48%, #d96b91 100%); color: #fff; }
.trust-seal small, .trust-title, .trust-mark { color: #fff4f7; }
.seal-heart { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.13); color: #fff; }
.oam-badge { border-color: rgba(255,255,255,.7); color: #fff; }
.trust-copy { border-left-color: rgba(255,255,255,.42); }
.trust-copy p { color: rgba(255,255,255,.9); }

/* Ajustes finais da marca e da faixa OAM */
.official-logo { background: transparent; padding: 0; filter: drop-shadow(0 3px 7px rgba(0,0,0,.28)); }
.seal-logo { width: 58px; height: 38px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.08); }
.seal-logo img { width: 55px; height: auto; display: block; }
@media (max-width: 575.98px) { .seal-logo { width: 52px; height: 35px; } .seal-logo img { width: 49px; } }

/* Logo limpa: arquivo transparente, proporção original e responsividade sem efeitos */
.official-logo { width: 138px; max-width: 100%; height: auto; display: block; padding: 0; background: transparent; border: 0; filter: none; box-shadow: none; object-fit: contain; }
.footer-brand .official-logo { width: 185px; max-width: 100%; }
.seal-logo { width: auto; height: auto; max-width: 100%; display: block; overflow: visible; border: 0; background: transparent; }
.seal-logo img { width: 118px; max-width: 100%; height: auto; display: block; padding: 0; margin: 0; background: transparent; border: 0; filter: none; box-shadow: none; object-fit: contain; }
@media (max-width: 575.98px) {
  .official-logo { width: 118px; }
  .footer-brand .official-logo { width: 165px; }
  .seal-logo img { width: 100px; }
}
