:root {
  --ink: #10201d;
  --muted: #5b6a67;
  --line: #d7e2de;
  --soft: #edf5f2;
  --paper: #ffffff;
  --green: #0f6f5d;
  --green-dark: #083b32;
  --teal: #128777;
  --gold: #d9a72f;
  --navy: #163d5a;
  --danger: #9d3b3b;
  --warning: #a96b08;
  --shadow: 0 18px 44px rgba(11, 51, 45, .11);
  --shadow-soft: 0 10px 26px rgba(11, 51, 45, .08);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  background: #f8fbfa;
  text-rendering: optimizeLegibility;
}

a { color: var(--green); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { text-decoration: underline; }
.sr-only { position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; margin:-1px !important; overflow:hidden !important; clip:rect(0,0,0,0) !important; white-space:nowrap !important; border:0 !important; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; color: var(--green-dark); padding: 10px 14px; z-index: 100; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { left: 8px; }

.topbar { background: var(--green-dark); color: #fff; font-size: 14px; }
.topbar a { color: #fff; font-weight: 800; }
.topbar__inner { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; }
.topbar__actions { display:flex; align-items:center; gap:18px; }
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); min-width: 220px; }
.brand:hover { text-decoration: none; }
.brand__mark { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--green), var(--navy)); display: block; box-shadow: 0 8px 22px rgba(8,59,50,.18); }
.brand small { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 3px; flex-wrap: nowrap; }
.nav-links a { color: var(--ink); font-weight: 800; padding: 10px 12px; border-radius: 8px; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--soft); text-decoration: none; }
.nav-menu { position:relative; }
.nav-menu summary { display:flex; align-items:center; gap:6px; min-height:44px; padding:9px; border-radius:9px; color:var(--ink); font-weight:800; cursor:pointer; list-style:none; white-space:nowrap; }
.nav-menu summary::-webkit-details-marker { display:none; }
.nav-menu summary::after { content:"+"; color:var(--green); font-size:16px; line-height:1; }
.nav-menu[open] summary, .nav-menu.is-active summary, .nav-menu summary:hover { background:var(--soft); }
.nav-menu[open] summary::after { content:"−"; }
.nav-dropdown { position:absolute; top:calc(100% + 10px); left:0; z-index:40; display:grid; width:280px; padding:10px; border:1px solid var(--line); border-radius:14px; background:#fff; box-shadow:0 22px 50px rgba(8,59,50,.18); }
.nav-dropdown::before { content:""; position:absolute; top:-6px; left:24px; width:12px; height:12px; background:#fff; border-left:1px solid var(--line); border-top:1px solid var(--line); transform:rotate(45deg); }
.nav-dropdown a { position:relative; z-index:1; display:flex; align-items:center; min-height:46px; padding:10px 12px; }
.nav-search { display:flex; align-items:center; gap:5px; margin-left:4px; }
.nav-search input { width:104px; min-height:42px; padding:9px 10px; border-radius:10px; }
.nav-search button { min-height:42px; padding:8px 10px; border:0; border-radius:10px; background:var(--green-dark); color:#fff; font-weight:900; cursor:pointer; }
.nav-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 12px; padding: 13px 18px; background: var(--green); color: #fff; font-weight: 900; cursor: pointer; min-height: 44px; text-align: center; text-decoration: none; box-shadow: none; }
.button:hover { background: var(--green-dark); color: #fff; text-decoration: none; }
.button--gold { background: var(--gold); color: #181304; }
.button--gold:hover { background: #c3911f; color: #181304; }
.button--ghost { background: #fff; color: var(--green); border: 1px solid var(--line); }
.button--ghost:hover { background: var(--soft); color: var(--green-dark); }
.button--ghost-light { background: rgba(255,255,255,.11); color: #fff; border: 1px solid rgba(255,255,255,.36); }
.button--ghost-light:hover { background: rgba(255,255,255,.2); color: #fff; }
.button--small { padding: 10px 14px !important; color: #fff !important; white-space:nowrap; }
.button--full { width: 100%; }

.hero { color: #fff; background: radial-gradient(circle at 78% 18%, rgba(217,167,47,.18), transparent 28%), linear-gradient(115deg, #082f29, #0e6d5b 60%, #173d59); }
.hero--portal { position: relative; overflow: hidden; padding: 92px 0 72px; }
.hero--portal::after { content: ""; position: absolute; width: 440px; height: 440px; right: -180px; bottom: -260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); pointer-events: none; }
.hero--internal { position:relative; overflow:hidden; padding:54px 0 42px; background:radial-gradient(circle at 82% 28%, rgba(217,167,47,.22), transparent 24%), linear-gradient(115deg,#073d34,#0f7662 64%,#173d59); }
.hero--internal::after { content:""; position:absolute; right:-90px; top:-110px; width:360px; height:360px; border:1px solid rgba(255,255,255,.1); border-radius:50%; box-shadow:0 0 0 54px rgba(255,255,255,.025),0 0 0 108px rgba(255,255,255,.018); }
.hero--internal .container { position:relative; z-index:1; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(42px, 6vw, 84px); align-items: center; }
.hero-copy { max-width: 760px; }
.hero-copy h1 { max-width: 740px; font-size: clamp(44px, 5vw, 72px); letter-spacing: -.035em; text-wrap: balance; }
.hero-copy p { max-width: 690px; line-height: 1.55; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 13px; color: #bce9df; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 14px; letter-spacing: 0; }
h1 { font-size: clamp(34px, 5.4vw, 64px); max-width: 980px; }
h2 { font-size: clamp(26px, 3.2vw, 42px); }
h3 { font-size: 22px; }
.hero p { font-size: 20px; max-width: 820px; color: rgba(255,255,255,.92); }
.hero-actions, .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.hero-panel { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.26); border-radius: var(--radius); padding: 28px; backdrop-filter: blur(8px); box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.hero-panel > strong { display: block; font-size: clamp(26px, 3vw, 36px); margin-bottom: 8px; }
.hero-panel--routes { position: relative; overflow: hidden; padding: 30px; background: rgba(4,47,40,.5); border-top: 4px solid var(--gold); backdrop-filter: blur(14px); }
.hero-panel--routes h2 { max-width: 420px; margin-bottom: 8px; font-size: clamp(28px, 3vw, 38px); }
.hero-panel--routes > p { margin: 0; font-size: 16px; color: rgba(255,255,255,.78); }
.hero-route-list { display: grid; gap: 10px; margin-top: 22px; }
.hero-route-list a { display: grid; grid-template-columns: minmax(0,1fr) 38px; align-items: center; gap: 14px; min-height: 78px; padding: 14px 15px 14px 17px; color: #fff; text-decoration: none; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.hero-route-list a:hover { color: #fff; text-decoration: none; background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.34); transform: translateX(4px); }
.hero-route-list strong { display: block; margin: 0 0 3px; font-size: 17px; line-height: 1.25; }
.hero-route-list small { display: block; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.35; }
.hero-route-list b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--gold); color: #172017; font-size: 19px; }
.panel-label { display: inline-block; color: #ddf8f1; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 900; margin-bottom: 8px; }
.mini-list { display: grid; gap: 8px; padding: 14px 0 18px; color: rgba(255,255,255,.88); }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.trust-strip__inner { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; padding: 18px 0; }
.trust-strip__inner span { color: var(--muted); font-size: 14px; }
.trust-strip__inner strong { color: var(--green-dark); }
.status-key { display: grid; gap: 8px; font-weight: 800; font-size: 14px; }
.status-key--hero { grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 20px; }
.status-key span { display: inline-flex; align-items: center; gap: 7px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; flex: 0 0 auto; }
.status-dot--current { background: #60ddb9; }
.status-dot--historical { background: var(--gold); }
.status-dot--pending { background: #d2d9d7; }

.service-strip { background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.service-strip__inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; }
.audience-card { display: grid; gap: 6px; min-height: 116px; padding: 22px; border-left: 1px solid var(--line); color: var(--ink); background: #fff; text-decoration: none; }
.audience-card:last-child { border-right: 1px solid var(--line); }
.audience-card:hover { background: var(--soft); text-decoration: none; }
.audience-card span { color: var(--green); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.audience-card strong { font-size: 17px; line-height: 1.25; }

.band { padding: 58px 0; }
.band--soft { background: var(--soft); }
.band--deep { background: linear-gradient(105deg, var(--green-dark), var(--navy)); color: #fff; }
.band--deep p { color: rgba(255,255,255,.9); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 430px); gap: 28px; align-items: end; margin-bottom: 26px; }
.lead-text { font-size: 19px; color: var(--muted); max-width: 760px; }

.grid { display: grid; gap: 18px; }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.span-2 { grid-column: span 2; }
.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 390px); gap: 28px; align-items: start; margin-bottom: 26px; }
.split-layout--center { align-items: center; margin-bottom: 0; }
.dashboard-grid { display: grid; grid-template-columns: 1.15fr .9fr .8fr; gap: 18px; }
.quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.portal-directory { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.directory-card { position:relative; overflow:hidden; min-height:330px; padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(155deg,#fff 0%,#f3faf7 100%); box-shadow:var(--shadow-soft); }
.directory-card::before { content:""; position:absolute; inset:0 auto 0 0; width:5px; background:linear-gradient(var(--gold),var(--green)); }
.directory-card__mark { display:grid; place-items:center; width:38px; height:38px; margin-bottom:18px; border-radius:12px; background:var(--green-dark); color:#fff; font-size:22px; font-weight:900; }
.directory-card h3 { max-width:230px; margin-bottom:18px; font-size:25px; }
.directory-card nav { display:grid; gap:7px; }
.directory-card a { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:46px; padding:9px 11px; border-radius:10px; color:var(--green-dark); font-weight:800; text-decoration:none; }
.directory-card a span { flex:0 0 auto; color:var(--green); }
.directory-card a:hover { background:#fff; box-shadow:0 8px 20px rgba(8,59,50,.08); text-decoration:none; transform:translateX(2px); }
.service-location { display:grid; gap:14px; margin-top:24px; padding:22px; border:1px solid var(--line); border-radius:16px; background:linear-gradient(145deg,#fff,#edf7f3); }
.service-location address { font-style:normal; color:var(--muted); }
.service-location__actions { display:flex; flex-wrap:wrap; gap:10px; }

.card, .service-card, .contact-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); min-width: 0; }
.card--flat { box-shadow: none; }
.card--feature { background: linear-gradient(180deg, #fff, #f5fbf9); }
.card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.card-head a { font-weight: 900; }
.readable { font-size: 18px; }
.page-copy { max-width: 880px; }
.page-copy p { margin: 0; font-size: clamp(18px, 2vw, 21px); line-height: 1.75; }
.muted, .card__meta { color: var(--muted); }
.footer-muted { color: rgba(232,255,250,.74); }
.pill { display: inline-block; border-radius: 999px; padding: 5px 10px; background: var(--soft); color: var(--green-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow--dark { color: var(--green); }
.section-head--top { margin-top: 38px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.span-3 { grid-column: 1 / -1; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 900; }
.content-status { display: inline-flex; width: max-content; align-items: center; border-radius: 999px; padding: 6px 10px; margin-bottom: 14px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.content-status--current { background: #dff7ef; color: #075a49; }
.content-status--historical { background: #fff0c9; color: #6b4c00; }
.content-status--pending { background: #eef1f0; color: #4e5a57; }
.content-status--on-dark { border: 1px solid rgba(255,255,255,.35); }
.historical-card { border-top: 4px solid var(--gold); box-shadow: var(--shadow-soft); }
.historical-card p { white-space: pre-line; }
.historical-card-grid { grid-auto-flow: dense; }
.historical-card--wide { grid-column: 1 / -1; }
.historical-card--wide p { columns: 2; column-gap: 40px; }
.context-card { background: linear-gradient(150deg, #fff, #f1f8f5); }
.contact-box { display:grid; gap:8px; margin:18px 0; padding:18px; border-radius:12px; background:var(--green-dark); color:#fff; }
.contact-box strong { font-size:24px; }
.contact-box span { color:#d8eee9; }
.evidence-card { border-top: 5px solid var(--gold); }
.evidence-card__number { display: block; margin: 14px 0 0; color: var(--green-dark); font-size: clamp(54px, 7vw, 88px); line-height: .9; }
.list-check { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.list-check li { position: relative; padding-left: 24px; }
.list-check li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.service-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; color: var(--ink); min-height: 150px; box-shadow: none; text-decoration: none; }
.service-card:hover { border-color: rgba(15,111,93,.45); transform: translateY(-1px); text-decoration: none; box-shadow: var(--shadow-soft); }
.service-card__icon { width: 48px; height: 48px; border-radius: 8px; display: grid; place-items: center; background: var(--green); color: #fff; font-weight: 900; font-size: 20px; }
.service-card > div { min-width: 0; }
.service-card h3 { margin-bottom: 7px; }
.service-card p { margin: 0; color: var(--muted); }
.service-card.service-card--status { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; min-height: 190px; text-decoration: none; }
.service-card--status .content-status { flex: 0 0 auto; margin: 0; }
.service-card--status > div { width: 100%; }
.service-card--status h3 { margin: 0 0 8px; font-size: 24px; }
.service-card--status:focus-visible { border-color: var(--gold); }

.alert { border-left: 4px solid var(--gold); background: #fff9e7; padding: 18px; border-radius: 12px; margin: 18px 0; }
.alert--danger { border-left-color: var(--danger); }
.alert--success { border-left-color: var(--green); }
.alert--info { border-left-color: var(--navy); }
.alert--warning { border-left-color: var(--warning); }
.alert--action { display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.alert--action p { margin: 4px 0 0; }
.alert--action a { flex: 0 0 auto; font-weight: 900; }

.list-clean, .document-list, .timeline-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.list-clean li, .document-list li { border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.document-list li { display: grid; gap: 5px; }
.document-list span, .timeline-list span { color: var(--muted); }
.timeline-list li { position: relative; display: grid; gap: 4px; padding-left: 20px; }
.timeline-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 999px; background: var(--gold); }
.timeline-list time { color: var(--green); font-weight: 900; }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 24px; }
.filter-chip { border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; background: #fff; color: var(--green-dark); font-weight: 800; text-decoration: none; }
.filter-chip:hover { border-color: var(--green); background: var(--soft); text-decoration: none; }
.filter-chip.is-active { border-color: var(--green); background: var(--green); color: #fff; box-shadow: 0 6px 16px rgba(15,111,93,.18); }
.filter-summary { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: -8px 0 18px; color: var(--muted); }
.filter-summary strong { color: var(--ink); font-size: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field--actions { align-items: end; justify-items: start; }
label { font-weight: 900; }
input, select, textarea { width: 100%; border: 1px solid #c9d8d4; border-radius: 8px; padding: 12px 13px; font: inherit; background: #fff; color: var(--ink); }
input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(217,167,47,.65); outline-offset: 3px; }
textarea { min-height: 130px; resize: vertical; }
.consent-line { font-weight: 700; color: var(--muted); }
.consent-line input { width: auto; margin-right: 8px; }

.site-footer { background: var(--green-dark); color: #e8fffa; padding: 42px 0 84px; }
.site-footer a { color: #fff; display: block; margin: 6px 0; }
.footer-grid { display: grid; grid-template-columns:minmax(240px,1.45fr) repeat(3,minmax(150px,1fr)); gap:34px; }
.site-footer h2 { font-size: 18px; }
.site-footer address { max-width:360px; margin:14px 0 6px; color:rgba(232,255,250,.78); font-style:normal; }
.footer-social { min-width:0; }
.social-links { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.social-links a { display:flex !important; align-items:center; gap:9px; min-height:46px; margin:0; padding:8px 10px; border:1px solid rgba(255,255,255,.15); border-radius:10px; text-decoration:none; }
.social-links a:hover { background:rgba(255,255,255,.09); text-decoration:none; }
.social-links span { display:grid; place-items:center; width:29px; height:29px; border-radius:50%; background:var(--gold); color:#15271f; font-size:11px; font-weight:900; text-transform:uppercase; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.18); margin-top: 28px; padding-top: 16px; display: flex; justify-content: space-between; gap: 16px; }
.footer-credit { margin: 0 !important; font-weight: 800; white-space: nowrap; }
.empty { padding: 26px; background: #fff; border: 1px dashed var(--line); border-radius: 8px; color: var(--muted); }
.empty--compact { padding:18px 20px; border-style:solid; border-left:4px solid var(--green); box-shadow:none; }
.empty--compact p { margin:4px 0 0; }
.mobile-actionbar { display: none; }
.breadcrumb { background:#fff; border-bottom:1px solid var(--line); }
.breadcrumb .container { display:flex; align-items:center; gap:9px; min-height:48px; color:var(--muted); font-size:14px; }
.breadcrumb a { font-weight:800; }
.location-section { background:linear-gradient(135deg,#edf7f3,#f8fbfa 48%,#fff7df); }
.location-grid { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr); gap:22px; align-items:stretch; }
.location-card,.review-card { padding:30px; border-radius:var(--radius); box-shadow:var(--shadow); }
.location-card { background:#fff; border:1px solid var(--line); }
.location-card address { margin:18px 0; color:var(--muted); font-size:18px; font-style:normal; }
.location-contacts { display:flex; flex-wrap:wrap; gap:10px 22px; margin:18px 0 22px; }
.location-contacts a { display:inline-flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:1px; min-height:58px; padding:8px 12px; border:1px solid var(--line); border-radius:10px; background:var(--soft); font-weight:900; text-decoration:none; }
.location-contacts a span { color:var(--muted); font-size:12px; }
.location-contacts a:hover { border-color:var(--green); background:#fff; text-decoration:none; }
.review-card { display:grid; align-content:center; background:linear-gradient(145deg,var(--green-dark),#0f7662); color:#fff; }
.review-card p { color:rgba(255,255,255,.82); }
.review-card .text-link { margin-top:12px; color:#fff; }
.review-stars { margin:4px 0 16px; color:#ffd45e; font-size:31px; letter-spacing:5px; line-height:1; }
.whatsapp-float { position:fixed; right:22px; bottom:22px; z-index:60; display:flex; align-items:center; gap:10px; min-height:56px; padding:8px 18px 8px 8px; border-radius:999px; background:#1f9d55; color:#fff !important; box-shadow:0 14px 36px rgba(4,53,35,.32); text-decoration:none; }
.whatsapp-float:hover { background:#167b43; text-decoration:none; transform:translateY(-2px); }
.whatsapp-float span { display:grid; place-items:center; width:40px; height:40px; border-radius:50%; background:#fff; color:#14733e; font-size:12px; font-weight:900; }

@media (max-width: 1100px) {
  .topbar__inner, .section-head, .hero-grid, .footer-grid, .split-layout, .dashboard-grid { grid-template-columns: 1fr; display: grid; }
  .portal-directory { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .service-strip__inner, .quick-grid, .grid--2, .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip__inner { grid-template-columns: 1fr; gap: 8px; }
  .span-2 { grid-column: span 1; }
  .nav { align-items: flex-start; padding: 14px 0; flex-wrap: wrap; }
  .nav-toggle { display: inline-flex; margin-top: 5px; border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 10px 12px; font-weight: 900; }
  .nav-links { display: none; width: 100%; flex-direction: column; align-items: stretch; padding-bottom: 12px; }
  .nav-links.is-open { display: flex; }
  .nav-links a { border: 1px solid var(--line); }
  .nav-menu summary { border:1px solid var(--line); min-height:48px; padding:10px 12px; }
  .nav-dropdown { position:static; width:auto; margin:6px 0 2px; border-radius:10px; box-shadow:none; background:var(--soft); }
  .nav-dropdown::before { display:none; }
  .nav-search { width:100%; margin:4px 0; }
  .nav-search input { width:100%; }
  .nav-search button { padding-inline:16px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 24px, 1180px); }
  .topbar { font-size: 12px; }
  .brand { min-width: 0; }
  .brand__mark { width: 44px; height: 44px; font-size: 24px; }
  .hero--portal { padding: 52px 0 38px; }
  .hero-copy h1 { font-size: clamp(40px, 12vw, 54px); }
  .hero--internal { padding: 38px 0 30px; }
  .hero p { font-size: 17px; }
  .hero-actions .button, .actions .button { width: 100%; }
  .service-strip__inner, .quick-grid, .grid--2, .grid--3, .grid--4, .form-grid { grid-template-columns: 1fr; }
  .portal-directory,.footer-grid,.location-grid { grid-template-columns:1fr; }
  .directory-card { min-height:0; padding:23px; }
  .historical-card--wide { grid-column: auto; }
  .historical-card--wide p { columns: 1; }
  .status-key--hero { grid-template-columns: 1fr; }
  .alert--action { align-items: flex-start; flex-direction: column; }
  .audience-card { min-height: auto; border-right: 1px solid var(--line); }
  .service-card { grid-template-columns: 42px minmax(0, 1fr); min-height: auto; }
  .service-card__icon { width: 42px; height: 42px; }
  .band { padding: 42px 0; }
  .card, .service-card, .contact-card, .hero-panel { padding: 18px; }
  .hero-panel--routes { padding: 22px; }
  .hero-route-list a { min-height: 72px; }
  .footer-bottom { display: grid; }
  .mobile-actionbar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 25;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    background: rgba(255,255,255,.96);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 6px;
    box-shadow: var(--shadow);
  }
  .mobile-actionbar a {
    min-height: 42px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: var(--green);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
  }
  .site-footer { padding-bottom: 96px; }
  .topbar__actions { gap:10px; }
  .topbar__actions a:first-child { display:none; }
  .whatsapp-float { right:12px; bottom:12px; min-height:52px; padding:6px; }
  .whatsapp-float strong { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
  .location-card,.review-card { padding:22px; }
}

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

/* SR005: hierarquia mais compacta, acoes reais e acessibilidade movel */
.hero--sr005 { padding: clamp(52px, 7vw, 78px) 0; }
.hero--sr005 .hero-copy h1 { font-size: clamp(42px, 5vw, 64px); max-width: 720px; }
.hero--sr005 .hero-panel h2 { font-size: clamp(28px, 3vw, 38px); }
.contact-highlight { display: inline-flex; align-items: center; min-height: 48px; color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 900; margin: 4px 0 14px; }
.contact-intro { color:#fff; font-size:18px; line-height:1.55; margin:4px 0 12px; }
.contact-box__label { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-box strong a { color: #fff; display: inline-flex; align-items: center; min-height: 44px; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.contact-details { display: grid; gap: 14px; margin: 4px 0 22px; }
.contact-details div { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-details dt { color: #bce9df; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-details dd { margin: 3px 0 0; color: #fff; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; }
.hero-facts span { display: grid; gap: 2px; }
.hero-facts strong { color: #fff; }
.hero-facts small { color: rgba(255,255,255,.7); }
.alert-region { padding: 10px 0; background: #fff; border-bottom: 1px solid var(--line); }
.quick-grid--focused .service-card { position: relative; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 9px 18px; min-height: 190px; padding: 25px; }
.service-card__kicker { grid-column: 1 / -1; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.service-card__arrow { align-self: end; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--soft); color: var(--green); font-size: 22px; }
.news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.news-grid--single { grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr); }
.news-context { padding: 28px; border-radius: var(--radius); background: var(--green-dark); color: #fff; }
.news-context p { color: #d8eee9; }
.news-context a { color: #fff; display: inline-flex; min-height: 44px; align-items: center; font-weight: 900; }
.footer-about { max-width: 520px; }
.footer-contact, .footer-credit, .text-link { display: inline-flex !important; align-items: center; min-height: 44px; }
.site-footer nav { display:grid; align-content:start; gap:2px; }
.site-footer nav a { display:flex !important; align-items:center; min-height:44px; margin:0; }
.nav-toggle { min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.filter-chip { min-height: 44px; display: inline-flex; align-items: center; }
.topbar a, .brand, .alert--action a, .news-card h3 a { display:inline-flex; align-items:center; min-height:44px; }

@media (max-width: 980px) {
  .topbar__inner { display:flex; grid-template-columns:none; align-items:center; }
  .news-grid, .news-grid--single { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .topbar__inner { min-height: 40px; padding: 4px 0; font-size: 12px; }
  .topbar__inner span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .topbar__inner a { flex: 0 0 auto; display:inline-flex; min-height: 44px; align-items:center; }
  .nav { min-height: 68px; padding: 10px 0; align-items:center; }
  .brand small { display:none; }
  .brand__mark { width:42px; height:42px; }
  .hero--sr005 { padding: 38px 0 34px; }
  .hero--sr005 .hero-copy h1 { font-size: clamp(34px, 10vw, 44px); line-height:1.03; }
  .hero--sr005 .hero-copy p { font-size: 17px; }
  .hero-facts { margin-top:22px; gap:10px 20px; }
  .hero-panel--contact { margin-top: 2px; }
  .quick-grid--focused .service-card { min-height:0; padding:20px; }
  .news-grid, .news-grid--single { grid-template-columns:1fr; }
  .site-footer { padding-bottom: 48px; }
  .mobile-actionbar { display:none !important; }
  .nav-links a { display:flex; align-items:center; min-height:48px; }
}

@media (max-width: 400px) {
  .topbar__inner span { display:none; }
  .topbar__inner { justify-content:flex-end; }
  .hero--sr005 .hero-copy h1 { font-size:34px; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
}

/* SR005 refinement: mature editorial system and actionable navigation */
.button { border:1px solid transparent; padding:13px 20px; border-radius:11px; transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease; }
.button:not(.button--ghost):not(.button--ghost-light) { box-shadow:0 8px 20px rgba(8,59,50,.15); }
.button:hover { transform:translateY(-2px); box-shadow:0 12px 26px rgba(8,59,50,.2); }
.text-link { color:var(--green); text-decoration:none; }
.text-link:hover { color:var(--green-dark); text-decoration:underline; }
.nav-menu summary::after { content:""; width:7px; height:7px; margin-left:2px; border-right:2px solid var(--green); border-bottom:2px solid var(--green); transform:rotate(45deg) translateY(-2px); transition:transform .18s ease; }
.nav-menu[open] summary::after { content:""; transform:rotate(225deg) translate(-1px,-1px); }
.nav-dropdown a { border-radius:9px; font-size:14px; }
.hero--internal { padding:64px 0 52px; }
.hero--internal h1 { max-width:850px; font-size:clamp(38px,5vw,62px); letter-spacing:-.035em; }
.hero--internal p { max-width:760px; }

.guidance-section { background:#fff; }
.guidance-grid { display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); gap:18px; }
.guidance-card { position:relative; display:flex; grid-column:span 3; flex-direction:column; min-height:330px; padding:27px; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:linear-gradient(150deg,#fff 0%,#f7fbf9 100%); box-shadow:0 12px 30px rgba(8,59,50,.055); transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.guidance-card::after { content:""; position:absolute; right:-54px; top:-62px; width:150px; height:150px; border:1px solid rgba(15,118,98,.1); border-radius:50%; box-shadow:0 0 0 25px rgba(15,118,98,.025); }
.guidance-card:hover { transform:translateY(-5px); border-color:rgba(15,111,93,.38); box-shadow:0 18px 38px rgba(8,59,50,.11); }
.guidance-card__top { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:24px; }
.guidance-card__symbol { display:grid; place-items:center; width:52px; height:52px; border-radius:16px; background:var(--green-dark); color:var(--gold); font-size:20px; font-weight:900; box-shadow:0 10px 22px rgba(8,59,50,.16); }
.guidance-card__number { color:#8d9d98; font-size:13px; font-weight:900; letter-spacing:.16em; }
.guidance-card__kicker { position:relative; z-index:1; margin-bottom:9px; color:var(--green); font-size:10px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.guidance-card h3 { position:relative; z-index:1; max-width:300px; margin-bottom:14px; font-size:24px; }
.guidance-card p { position:relative; z-index:1; color:var(--muted); }
.guidance-card__action { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:14px; min-height:48px; margin-top:auto; padding:8px 9px 8px 14px; border-radius:12px; background:#eaf5f2; color:var(--green-dark); font-weight:900; text-decoration:none; }
.guidance-card__action b { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; background:var(--green); color:#fff; }
.guidance-card__action:hover { background:#dff0eb; color:var(--green-dark); text-decoration:none; }
.guidance-card--featured { grid-column:span 7; min-height:360px; padding:34px; background:linear-gradient(145deg,var(--green-dark),#0e715e 72%,#174f65); border-color:transparent; color:#fff; box-shadow:var(--shadow); }
.guidance-card--featured::after { right:-22px; top:-46px; width:210px; height:210px; border-color:rgba(255,255,255,.12); box-shadow:0 0 0 36px rgba(255,255,255,.035); }
.guidance-card--featured .guidance-card__symbol { background:var(--gold); color:#172017; box-shadow:none; }
.guidance-card--featured .guidance-card__number { color:#b9ddd5; }
.guidance-card--featured .guidance-card__kicker { color:#bce9df; }
.guidance-card--featured h3 { max-width:520px; color:#fff; font-size:clamp(28px,3vw,38px); }
.guidance-card--featured p { max-width:620px; color:#d7eee8; font-size:17px; }
.guidance-card--featured .guidance-card__action { width:min(100%,300px); background:var(--gold); color:#172017; }
.guidance-card--featured .guidance-card__action b { background:#172017; color:#fff; }
.guidance-card:nth-child(2) { grid-column:span 5; min-height:360px; background:linear-gradient(145deg,#fff9e8,#fff 72%); }
.guidance-card--tone-2 .guidance-card__symbol { background:#d9a72f; color:#172017; }
.guidance-card--tone-3 .guidance-card__symbol { background:#15546a; color:#fff; }
.guidance-card--tone-4 .guidance-card__symbol { background:#e5f3ef; color:var(--green-dark); box-shadow:none; }

.directory-card { min-height:390px; padding:28px; border:1px solid rgba(15,111,93,.14); background:linear-gradient(155deg,#fff 0%,#f7fbf9 100%); box-shadow:0 16px 38px rgba(8,59,50,.07); }
.directory-card::before { inset:0 0 auto 0; width:auto; height:4px; background:linear-gradient(90deg,var(--gold),var(--green)); }
.directory-card__top { display:flex; align-items:center; justify-content:space-between; gap:14px; margin:4px 0 24px; }
.directory-card__mark { margin:0; box-shadow:0 9px 20px rgba(8,59,50,.15); }
.directory-card__index { display:block; margin:0; color:#9aa9a5; font-size:13px; font-weight:900; letter-spacing:.16em; }
.directory-card h3 { max-width:250px; min-height:56px; margin-bottom:10px; font-size:25px; }
.directory-card > p { min-height:68px; margin:0 0 18px; color:var(--muted); }
.directory-card nav { border-top:1px solid var(--line); }
.directory-card a { min-height:50px; padding:9px 4px; border-bottom:1px solid #e8efec; border-radius:0; }
.directory-card a > span { min-width:0; }
.directory-card a b { display:grid; flex:0 0 auto; place-items:center; width:29px; height:29px; border-radius:50%; background:#eaf5f2; color:var(--green); font-size:15px; }
.directory-card a:last-child { border-bottom:0; }
.directory-card a:hover { padding-left:9px; background:transparent; box-shadow:none; }
.directory-card--tone-2 .directory-card__mark { background:#d9a72f; color:#172017; }
.directory-card--tone-3 .directory-card__mark { background:#15546a; }
.directory-card--tone-4 .directory-card__mark { background:#e4f3ef; color:var(--green-dark); }

.resource-band { padding:72px 0; }
.resource-band__head { color:#fff; }
.resource-band__head p { color:rgba(255,255,255,.78); }
.resource-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.resource-grid a { display:grid; grid-template-columns:1fr auto; grid-template-rows:auto auto; gap:5px 16px; min-height:132px; padding:24px; border:1px solid rgba(255,255,255,.22); border-radius:16px; background:rgba(255,255,255,.07); color:#fff; text-decoration:none; transition:background .18s ease,transform .18s ease,border-color .18s ease; }
.resource-grid a:hover { background:rgba(255,255,255,.13); border-color:rgba(255,255,255,.42); transform:translateY(-3px); text-decoration:none; }
.resource-grid span { grid-column:1; color:#bce9df; font-size:12px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.resource-grid strong { grid-column:1; font-size:20px; line-height:1.25; }
.resource-grid b { grid-column:2; grid-row:1/3; align-self:center; display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:var(--gold); color:#172017; font-size:20px; }

.communication-grid { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr); gap:22px; align-items:start; }
.communication-news { display:grid; gap:14px; }
.news-feature { padding:30px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow-soft); }
.news-feature h3 { max-width:720px; margin:18px 0 10px; font-size:clamp(24px,3vw,36px); }
.news-feature h3 a { color:var(--ink); text-decoration:none; }
.news-feature h3 a:hover { color:var(--green); }
.news-feature p { max-width:750px; color:var(--muted); font-size:17px; }
.communication-links { display:grid; padding:28px; border-radius:18px; background:var(--green-dark); color:#fff; box-shadow:var(--shadow); }
.communication-links h3 { margin-bottom:18px; font-size:26px; }
.communication-links > a { display:grid; gap:2px; min-height:74px; padding:14px 0; border-top:1px solid rgba(255,255,255,.16); color:#fff; text-decoration:none; }
.communication-links > a:hover { padding-left:7px; color:#fff; text-decoration:none; }
.communication-links > a span { color:rgba(255,255,255,.66); font-size:13px; }

.content-card-grid { grid-auto-flow:dense; }
.content-card { position:relative; padding:30px; border-top:0; box-shadow:0 14px 34px rgba(8,59,50,.07); }
.content-card::before { content:""; position:absolute; left:0; top:0; bottom:0; width:4px; border-radius:18px 0 0 18px; background:linear-gradient(var(--gold),var(--green)); }
.content-card__number { display:block; margin-bottom:18px; color:#91a09c; font-size:13px; font-weight:900; letter-spacing:.15em; }
.content-card h3 { font-size:25px; }
.content-card p { color:#344743; line-height:1.72; white-space:pre-line; }
.content-card--wide { grid-column:1/-1; }
.content-card--wide p { columns:1; }

/* Conteúdo informativo: leitura rápida, ações e dados prioritários */
.content-card-grid { align-items:stretch; }
.content-card { display:flex; flex-direction:column; min-height:270px; overflow:hidden; }
.content-card__header { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:20px; }
.content-card__identity { display:flex; align-items:center; gap:12px; }
.content-card__mark { display:grid; place-items:center; width:48px; height:48px; border-radius:15px; background:var(--green-dark); color:var(--gold); font-size:18px; font-weight:900; box-shadow:0 9px 20px rgba(8,59,50,.14); }
.content-card__header .content-card__number { margin:0; }
.content-card__badge { display:inline-flex; align-items:center; min-height:28px; padding:5px 10px; border-radius:999px; background:#dff7ef; color:#075a49; font-size:10px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.content-card--tone-2 .content-card__mark { background:#d9a72f; color:#172017; }
.content-card--tone-3 .content-card__mark { background:#15546a; color:#fff; }
.content-card--tone-4 .content-card__mark { background:#e5f3ef; color:var(--green-dark); box-shadow:none; }
.content-card--important { border-color:rgba(15,118,98,.28); background:linear-gradient(145deg,#fff 0%,#f0faf7 100%); }
.content-card--important::before { width:6px; background:linear-gradient(var(--green),var(--gold)); }
.content-card__phone { display:inline-flex; width:max-content; align-items:center; min-height:48px; margin:1px 0 9px; color:var(--green-dark); font-size:clamp(25px,3vw,34px); font-weight:900; letter-spacing:-.025em; text-decoration-thickness:2px; text-underline-offset:5px; }
.content-card__footer { margin-top:auto; padding-top:22px; }
.content-card__action { display:flex; align-items:center; justify-content:space-between; gap:18px; width:100%; min-height:52px; padding:10px 12px 10px 16px; border:1px solid rgba(15,118,98,.2); border-radius:12px; background:#f1f8f6; color:var(--green-dark); font-weight:900; text-decoration:none; transition:background .18s ease,border-color .18s ease,transform .18s ease; }
.content-card__action b { display:grid; flex:0 0 auto; place-items:center; width:32px; height:32px; border-radius:50%; background:var(--green); color:#fff; font-size:17px; }
.content-card__action:hover { border-color:var(--green); background:#e6f4f0; color:var(--green-dark); text-decoration:none; transform:translateY(-1px); }
.content-card--important .content-card__action { background:var(--green-dark); color:#fff; }
.content-card--important .content-card__action b { background:var(--gold); color:#172017; }

.territory-layout { display:grid; grid-template-columns:minmax(240px,300px) minmax(0,1fr); gap:22px; align-items:start; }
.territory-summary { position:sticky; top:110px; display:flex; flex-direction:column; min-height:460px; padding:32px; overflow:hidden; border-radius:20px; background:linear-gradient(145deg,#073d34 0%,#0f7662 70%,#14556a 100%); color:#fff; box-shadow:0 20px 44px rgba(8,59,50,.16); }
.territory-summary::after { content:""; position:absolute; right:-58px; bottom:-76px; width:190px; height:190px; border:1px solid rgba(255,255,255,.13); border-radius:50%; box-shadow:0 0 0 32px rgba(255,255,255,.035); }
.territory-summary__kicker { position:relative; z-index:1; color:#bce9df; font-size:12px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.territory-summary strong { position:relative; z-index:1; margin:28px 0 0; color:#fff; font-size:clamp(76px,9vw,112px); line-height:.82; letter-spacing:-.07em; }
.territory-summary h3 { position:relative; z-index:1; max-width:220px; margin:15px 0 13px; color:#fff; font-size:27px; line-height:1.08; }
.territory-summary p { position:relative; z-index:1; margin:0 0 28px; color:#d8eee9; line-height:1.55; }
.territory-summary .button { position:relative; z-index:1; width:100%; margin-top:auto; text-align:center; }
.territory-directory { padding:30px; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:0 16px 38px rgba(8,59,50,.07); }
.territory-directory__head { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:24px; padding-bottom:20px; border-bottom:1px solid var(--line); }
.territory-directory__head span { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
.territory-directory__head h3 { margin:5px 0 0; font-size:28px; }
.territory-directory__head small { color:var(--muted); font-weight:700; }
.territory-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0 24px; margin:0; padding:0; list-style:none; }
.territory-list li { display:flex; align-items:center; gap:10px; min-width:0; min-height:43px; padding:8px 0; border-bottom:1px solid #e8efec; color:#2f423e; font-size:14px; font-weight:700; line-height:1.3; }
.territory-list li span { flex:0 0 auto; width:7px; height:7px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 4px rgba(217,167,47,.13); }

/* Sistema visual das páginas internas */
.page-intro-panel { position:relative; display:grid; grid-template-columns:54px minmax(0,1fr); gap:20px; align-items:start; padding:28px 30px; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:linear-gradient(145deg,#fff 0%,#f3faf7 100%); box-shadow:var(--shadow-soft); }
.page-intro-panel::after { content:""; position:absolute; right:-48px; top:-74px; width:160px; height:160px; border:1px solid rgba(15,118,98,.12); border-radius:50%; box-shadow:0 0 0 28px rgba(15,118,98,.03); }
.page-intro-panel__mark { position:relative; z-index:1; display:grid; place-items:center; width:50px; height:50px; border-radius:15px; background:var(--green-dark); color:var(--gold); font-size:24px; font-weight:900; }
.page-intro-panel__label { position:relative; z-index:1; display:block; margin:1px 0 8px; color:var(--green); font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.page-intro-panel p { position:relative; z-index:1; margin:0; }

.filter-panel { margin-bottom:24px; padding:20px 22px; border:1px solid var(--line); border-radius:16px; background:linear-gradient(145deg,#fff,#f3faf7); box-shadow:var(--shadow-soft); }
.filter-panel__label { display:block; margin-bottom:10px; color:var(--green); font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.filter-panel .filters { margin:0 0 18px; }
.filter-panel .filter-summary { margin:0; padding-top:14px; border-top:1px solid var(--line); }

.listing-grid { align-items:stretch; }
.listing-card { position:relative; display:flex; flex-direction:column; min-height:290px; padding:27px; overflow:hidden; box-shadow:var(--shadow-soft); }
.listing-card::before { content:""; position:absolute; inset:0 0 auto 0; height:4px; background:linear-gradient(90deg,var(--gold),var(--green)); }
.listing-card__head { display:flex; align-items:center; justify-content:space-between; gap:14px; margin:4px 0 22px; }
.listing-card__head > strong { color:var(--green-dark); font-size:15px; }
.listing-card h3 { font-size:25px; }
.listing-card > p { color:var(--muted); }
.listing-card__action { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:50px; margin-top:auto; padding:9px 10px 9px 15px; border-radius:11px; background:var(--green-dark); color:#fff; font-weight:900; text-decoration:none; }
.listing-card__action b { display:grid; place-items:center; width:31px; height:31px; border-radius:50%; background:var(--gold); color:#172017; }
.listing-card__action:hover { background:var(--green); color:#fff; text-decoration:none; }
.listing-card__status { display:block; margin-top:auto; padding:12px 14px; border-radius:10px; background:#eef2f1; color:var(--muted); font-size:13px; font-weight:800; }
.salary-card__value { display:block; margin:6px 0 18px; color:var(--green-dark); font-size:clamp(30px,4vw,44px); letter-spacing:-.04em; }
.event-card__location { display:block; margin-top:auto; padding-top:16px; border-top:1px solid var(--line); color:var(--green-dark); font-weight:800; }

.empty-state { position:relative; display:grid; grid-template-columns:74px minmax(0,1fr) auto; gap:22px; align-items:center; min-height:170px; padding:28px; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:linear-gradient(125deg,#fff 0%,#f1f8f5 68%,#fff7df 100%); box-shadow:var(--shadow-soft); }
.empty-state::after { content:""; position:absolute; right:18%; bottom:-80px; width:170px; height:170px; border:1px solid rgba(15,118,98,.1); border-radius:50%; }
.empty-state__mark { position:relative; z-index:1; display:grid; place-items:center; width:68px; height:68px; border-radius:19px; background:var(--green-dark); color:var(--gold); font-size:18px; font-weight:900; letter-spacing:.03em; }
.empty-state > div,.empty-state > a { position:relative; z-index:1; }
.empty-state__kicker { display:block; margin-bottom:5px; color:var(--green); font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.empty-state strong { display:block; color:var(--ink); font-size:24px; line-height:1.2; }
.empty-state p { max-width:680px; margin:7px 0 0; color:var(--muted); }

.benefit-grid { align-items:stretch; }
.benefit-card { position:relative; display:flex; flex-direction:column; min-height:330px; padding:27px; overflow:hidden; border-color:rgba(15,118,98,.18); background:linear-gradient(150deg,#fff 0%,#f5fbf9 100%); box-shadow:var(--shadow-soft); transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.benefit-card:hover { transform:translateY(-4px); border-color:rgba(15,118,98,.4); box-shadow:var(--shadow); }
.benefit-card__top { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:24px; }
.benefit-card__mark { display:grid; place-items:center; width:50px; height:50px; border-radius:15px; background:var(--green-dark); color:var(--gold); font-size:22px; font-weight:900; box-shadow:0 9px 22px rgba(8,59,50,.16); }
.benefit-card h3 { font-size:25px; }
.benefit-card__summary { color:var(--ink) !important; font-size:17px; font-weight:800; }
.benefit-card > p { color:var(--muted); }
.benefit-card__action { display:flex; align-items:center; justify-content:space-between; min-height:50px; margin-top:auto; padding:9px 10px 9px 15px; border:1px solid rgba(15,118,98,.2); border-radius:11px; color:var(--green-dark); font-weight:900; text-decoration:none; }
.benefit-card__action b { display:grid; place-items:center; width:31px; height:31px; border-radius:50%; background:var(--green); color:#fff; }
.benefit-card__action:hover { background:#eaf6f2; color:var(--green-dark); text-decoration:none; }

.news-listing { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; align-items:stretch; }
.news-listing--single { grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr); }
.news-listing-card { position:relative; display:flex; flex-direction:column; min-height:310px; padding:32px; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow-soft); }
.news-listing-card::after { content:""; position:absolute; right:-70px; top:-70px; width:180px; height:180px; border-radius:50%; background:rgba(15,118,98,.055); }
.news-listing-card h3 { position:relative; z-index:1; max-width:720px; margin:24px 0 12px; font-size:clamp(26px,3.2vw,40px); }
.news-listing-card h3 a { color:var(--ink); text-decoration:none; }
.news-listing-card h3 a:hover { color:var(--green); }
.news-listing-card p { position:relative; z-index:1; color:var(--muted); font-size:17px; }
.news-listing-card__action { position:relative; z-index:1; display:inline-flex; align-items:center; gap:10px; width:max-content; min-height:44px; margin-top:auto; color:var(--green-dark); font-weight:900; text-decoration:none; }
.news-follow-card { display:flex; flex-direction:column; justify-content:center; min-height:310px; padding:30px; border-radius:18px; background:linear-gradient(145deg,var(--green-dark),#0f7662); color:#fff; box-shadow:var(--shadow); }
.news-follow-card h2 { margin-top:12px; color:#fff; font-size:30px; }
.news-follow-card p { color:#d8eee9; }
.news-follow-card .button { align-self:flex-start; margin-top:14px; }

.article-layout { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr); gap:24px; align-items:start; }
.article-copy { padding:36px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow-soft); }
.article-copy__label { display:block; margin-bottom:20px; color:var(--green); font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.article-copy p { margin:0; color:#2c403b; font-size:18px; line-height:1.8; }
.article-aside { position:sticky; top:110px; padding:28px; border-radius:18px; background:linear-gradient(145deg,#fff,#eff8f5); border:1px solid var(--line); box-shadow:var(--shadow-soft); }
.article-aside h2 { margin-top:12px; font-size:29px; }
.detail-copy { display:flex; flex-direction:column; gap:18px; }
.detail-copy h2 { margin:4px 0 0; font-size:32px; }
.detail-copy p { margin:0; }
.detail-meta { display:flex; align-items:center; justify-content:space-between; gap:14px; padding-bottom:18px; border-bottom:1px solid var(--line); }
.detail-meta > strong { color:var(--green-dark); font-size:18px; }
.detail-download { align-self:flex-start; gap:10px; }
.detail-location { display:grid; gap:4px; margin-top:4px; padding:18px; border-left:4px solid var(--gold); border-radius:0 11px 11px 0; background:#f4f9f7; }
.detail-location strong { color:var(--green-dark); }
.article-aside .text-link { display:inline-flex; margin-top:18px; }
.related-content .section-head { margin-bottom:24px; }
.related-card { display:flex; flex-direction:column; min-height:190px; color:var(--ink); text-decoration:none; box-shadow:var(--shadow-soft); }
.related-card > span { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.related-card > strong { margin:24px 0; font-size:21px; line-height:1.3; }
.related-card > small { margin-top:auto; color:var(--green-dark); font-weight:900; }
.related-card:hover { border-color:rgba(15,118,98,.35); transform:translateY(-2px); text-decoration:none; }

.info-card-grid { align-items:stretch; }
.info-card--visual { position:relative; display:flex; flex-direction:column; min-height:250px; padding:28px; overflow:hidden; box-shadow:var(--shadow-soft); }
.info-card--visual::before { content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:linear-gradient(var(--gold),var(--green)); }
.info-card__head { display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; }
.info-card__mark { display:grid; place-items:center; width:48px; height:48px; border-radius:15px; background:linear-gradient(145deg,var(--green-dark),var(--green)); color:var(--gold); font-size:18px; font-weight:900; letter-spacing:0; box-shadow:0 9px 20px rgba(8,59,50,.14); }
.info-card__number { color:#91a09c; font-size:13px; font-weight:900; letter-spacing:.15em; }
.info-card--visual:nth-child(2n) .info-card__mark { background:#d9a72f; color:#172017; }
.info-card--visual:nth-child(3n) .info-card__mark { background:#15546a; color:#fff; }
.info-card--visual h3 { font-size:25px; }
.info-card--visual > p { color:var(--muted); }
.info-card__action { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:49px; margin-top:auto; padding:9px 9px 9px 14px; border-radius:11px; background:#eef7f4; color:var(--green-dark); font-weight:900; text-decoration:none; }
.info-card__action b { display:grid; place-items:center; width:31px; height:31px; border-radius:50%; background:var(--green); color:#fff; }
.info-card__action:hover { background:#e2f1ec; color:var(--green-dark); text-decoration:none; }

.service-layout { align-items:stretch; }
.service-intro-card { position:relative; display:flex; flex-direction:column; justify-content:flex-start; min-height:100%; padding:42px; overflow:hidden; border:1px solid rgba(255,255,255,.18); border-top:5px solid var(--gold); background:linear-gradient(145deg,var(--green-dark),#0e6d5b 72%,#164c62); color:#fff; box-shadow:var(--shadow); }
.service-intro-card::before { content:""; position:absolute; right:-76px; top:-86px; width:250px; height:250px; border:1px solid rgba(255,255,255,.13); border-radius:50%; box-shadow:0 0 0 42px rgba(255,255,255,.035); }
.service-intro-card::after { content:""; position:absolute; left:42px; right:42px; bottom:120px; height:1px; background:linear-gradient(90deg,rgba(255,255,255,.24),transparent); }
.service-intro-card__kicker { position:relative; z-index:1; display:block; margin-bottom:20px; color:#bce9df; font-size:11px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.service-intro-card h2,.service-intro-card p { position:relative; z-index:1; color:#fff; }
.service-intro-card h2 { max-width:620px; font-size:clamp(34px,4vw,50px); }
.service-intro-card p { max-width:680px; color:#d9eee9; font-size:17px; line-height:1.75; }
.service-intro-card__topics { position:relative; z-index:1; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:28px; }
.service-intro-card__topics span { display:flex; align-items:center; gap:10px; min-height:58px; padding:10px 12px; border:1px solid rgba(255,255,255,.15); border-radius:12px; background:rgba(255,255,255,.07); color:#fff; font-size:13px; font-weight:800; line-height:1.3; }
.service-intro-card__topics b { color:var(--gold); font-size:11px; letter-spacing:.1em; }
.service-intro-card__signature { position:relative; z-index:1; display:flex; align-items:center; gap:16px; margin-top:auto; padding-top:34px; }
.service-intro-card__signature strong { display:grid; flex:0 0 auto; place-items:center; width:68px; height:68px; border-radius:20px; background:var(--gold); color:#172017; font-size:25px; box-shadow:0 12px 24px rgba(0,0,0,.14); }
.service-intro-card__signature span { max-width:210px; color:#d9eee9; font-size:13px; font-weight:800; line-height:1.45; }
.service-context-card { padding:28px; border-color:rgba(15,118,98,.2); box-shadow:var(--shadow-soft); }
.service-context-card > h3 { padding-bottom:14px; border-bottom:1px solid var(--line); }

.board-grid { align-items:stretch; }
.board-card { position:relative; min-height:250px; overflow:hidden; background:linear-gradient(145deg,#fff,#f4faf8); box-shadow:var(--shadow-soft); }
.board-card__top { display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; }
.board-card__avatar { display:grid; place-items:center; width:58px; height:58px; border-radius:18px; background:linear-gradient(145deg,var(--green-dark),var(--green)); color:var(--gold); font-size:24px; font-weight:900; box-shadow:0 10px 24px rgba(8,59,50,.18); }
.board-card__number { color:#9aa9a5; font-size:13px; font-weight:900; letter-spacing:.15em; }
.board-card .pill { margin-bottom:14px; }
.board-card h3 { font-size:24px; }
.board-card p { color:var(--muted); }

.breadcrumb a { display:inline-flex; align-items:center; justify-content:center; min-width:44px; min-height:44px; padding:0 3px; }

.search-layout { max-width:980px; }
.search-form { padding:28px; border:1px solid rgba(255,255,255,.16); border-top:5px solid var(--gold); border-radius:18px; background:linear-gradient(145deg,var(--green-dark),#0f7662); color:#fff; box-shadow:var(--shadow); }
.search-form__kicker { display:block; margin-bottom:7px; color:#bce9df; font-size:11px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.search-form label { display:block; margin-bottom:18px; color:#fff; font-size:clamp(22px,3vw,30px); font-weight:900; }
.search-form > div { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; }
.search-form input { min-height:54px; margin:0; border:0; background:#fff; box-shadow:inset 0 0 0 1px rgba(8,59,50,.08); }
.search-form .button { min-width:142px; min-height:54px; }
.search-message { display:grid; grid-template-columns:64px minmax(0,1fr); gap:20px; align-items:center; margin-top:22px; padding:26px; border:1px solid var(--line); border-radius:18px; background:linear-gradient(135deg,#fff,#f2faf7); box-shadow:var(--shadow-soft); }
.search-message > span { display:grid; place-items:center; width:60px; height:60px; border-radius:18px; background:var(--green-dark); color:var(--gold); font-size:25px; font-weight:900; }
.search-message strong { display:block; color:var(--ink); font-size:24px; line-height:1.2; }
.search-message p { margin:7px 0 0; color:var(--muted); }
.search-message .button { margin-top:15px; }
.result-summary { margin:24px 0 14px; padding:12px 16px; border-left:4px solid var(--gold); border-radius:0 10px 10px 0; background:#eef7f4; color:var(--green-dark); font-weight:900; }
.search-results { display:grid; gap:14px; }
.search-result { position:relative; padding:26px; overflow:hidden; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:var(--shadow-soft); transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.search-result:hover { transform:translateY(-2px); border-color:rgba(15,118,98,.35); box-shadow:var(--shadow); }
.search-result h2 { margin:15px 0 9px; font-size:25px; }
.search-result h2 a { display:inline-flex; align-items:center; min-height:44px; color:var(--ink); text-decoration:none; }
.search-result h2 a:hover { color:var(--green); }
.search-result p { color:var(--muted); }
.search-result__action { display:inline-flex; align-items:center; gap:9px; min-height:44px; color:var(--green-dark); font-weight:900; text-decoration:none; }
.search-result__action span { color:var(--green); font-size:19px; }
.pagination { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:22px; }
.pagination a,.pagination span { display:inline-flex; align-items:center; min-height:44px; padding:8px 14px; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--green-dark); font-weight:800; text-decoration:none; }
.pagination a:hover { border-color:var(--green); background:#eef7f4; }

.search-facets { display:flex; flex-wrap:wrap; gap:9px; margin:18px 0 4px; }
.search-facets a { display:inline-flex; align-items:center; gap:8px; min-height:44px; padding:8px 12px; border:1px solid var(--line); border-radius:999px; background:#fff; color:var(--green-dark); font-size:13px; font-weight:900; text-decoration:none; }
.search-facets a:hover,.search-facets a[aria-current="page"] { border-color:var(--green); background:#e8f5f1; color:var(--green-dark); text-decoration:none; }
.search-facets span { display:grid; place-items:center; min-width:24px; height:24px; padding:0 6px; border-radius:999px; background:var(--green-dark); color:#fff; font-size:11px; }

.service-router { background:linear-gradient(180deg,#f0f8f5,#fff); }
.service-router__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.service-route-card { display:grid; grid-template-columns:52px minmax(0,1fr); gap:16px; align-content:start; min-height:235px; padding:24px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow-soft); transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.service-route-card:hover { transform:translateY(-3px); border-color:rgba(15,118,98,.32); box-shadow:var(--shadow); }
.service-route-card__mark { display:grid; place-items:center; width:52px; height:52px; border-radius:16px; background:linear-gradient(145deg,var(--green-dark),var(--green)); color:var(--gold); font-size:17px; font-weight:900; }
.service-route-card h3 { margin:2px 0 8px; font-size:22px; }
.service-route-card p { margin:0; color:var(--muted); font-size:15px; }
.service-route-card__actions { grid-column:1/-1; display:flex; flex-wrap:wrap; gap:8px; align-self:end; margin-top:auto; padding-top:15px; border-top:1px solid var(--line); }
.service-route-card__actions a { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:8px 12px; border-radius:10px; background:#e9f5f1; color:var(--green-dark); font-size:13px; font-weight:900; text-decoration:none; }
.service-route-card__actions a:last-child { background:var(--green); color:#fff; }
.service-route-card__actions a:hover { filter:brightness(.96); text-decoration:none; }
.service-router__privacy { display:flex; align-items:flex-start; gap:16px; margin-top:18px; padding:18px 20px; border-left:4px solid var(--gold); border-radius:0 12px 12px 0; background:#fff8e8; color:#354641; }
.service-router__privacy strong { flex:0 0 auto; color:var(--ink); }

/* Vitrine administrável de parceiros */
.partner-showcase { padding:82px 0; background:linear-gradient(180deg,#f7fbfa 0%,#edf6f3 100%); }
.partner-showcase__shell { position:relative; isolation:isolate; overflow:hidden; padding:clamp(30px,4.8vw,64px); border-radius:32px; background:linear-gradient(128deg,#071f3f 0%,#073c60 58%,#006d73 100%); box-shadow:0 34px 80px rgba(5,41,55,.22); }
.partner-showcase__shell::before,.partner-showcase__shell::after { position:absolute; z-index:-1; content:""; border:1px solid rgba(255,255,255,.1); border-radius:50%; }
.partner-showcase__shell::before { width:440px; height:440px; right:-180px; top:-245px; box-shadow:0 0 0 65px rgba(255,255,255,.025),0 0 0 130px rgba(255,255,255,.018); }
.partner-showcase__shell::after { width:210px; height:210px; left:-125px; bottom:-145px; box-shadow:0 0 0 45px rgba(33,201,182,.04); }
.partner-showcase__header { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr); gap:48px; align-items:end; margin-bottom:35px; }
.partner-showcase__copy .eyebrow { color:#8fe0d2; }
.partner-showcase__copy h2 { max-width:760px; margin:10px 0 14px; color:#fff; font-size:clamp(36px,4.2vw,58px); letter-spacing:-.045em; line-height:1.02; }
.partner-showcase__copy p { max-width:650px; margin:0; color:rgba(255,255,255,.76); font-size:18px; line-height:1.65; }
.partner-showcase__brands { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.partner-brand { display:flex; min-width:0; min-height:92px; padding:18px; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.16); border-radius:18px; text-decoration:none; transition:transform .2s ease,border-color .2s ease,background .2s ease; }
.partner-brand:hover { transform:translateY(-3px); border-color:rgba(255,255,255,.38); text-decoration:none; }
.partner-brand:focus-visible,.partner-benefit-card:focus-visible { outline:3px solid var(--gold); outline-offset:4px; }
.partner-brand--porto { flex-direction:column; gap:9px; background:rgba(255,255,255,.08); }
.partner-brand--porto img { width:140px; height:auto; }
.partner-brand--porto span { color:rgba(255,255,255,.65); font-size:11px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.partner-brand--safegreen { background:#fff; }
.partner-brand--safegreen img { width:min(190px,100%); max-height:58px; object-fit:contain; }
.partner-benefit-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.partner-benefit-card { position:relative; display:grid; grid-template-rows:auto auto auto 1fr auto; min-width:0; min-height:270px; padding:24px; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:21px; background:rgba(255,255,255,.96); color:#0b2832; text-decoration:none; box-shadow:0 16px 35px rgba(0,19,32,.13); transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.partner-benefit-card::after { position:absolute; right:-34px; bottom:-42px; width:105px; height:105px; content:""; border:1px solid rgba(0,113,130,.12); border-radius:50%; box-shadow:0 0 0 22px rgba(0,113,130,.035); }
.partner-benefit-card:hover { transform:translateY(-7px); border-color:rgba(67,197,217,.55); box-shadow:0 24px 44px rgba(0,17,30,.24); text-decoration:none; }
.partner-benefit-card__icon { display:grid; place-items:center; width:50px; height:50px; margin-bottom:24px; border-radius:15px; background:linear-gradient(145deg,#e4f7f7,#d9eef9); color:#00697c; }
.partner-benefit-card__icon svg { width:27px; height:27px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.partner-benefit-card__partner { margin-bottom:8px; color:#087089; font-size:10px; font-weight:950; letter-spacing:.14em; text-transform:uppercase; }
.partner-benefit-card > strong { max-width:15ch; color:#0b2832; font-size:22px; line-height:1.12; }
.partner-benefit-card__summary { margin-top:12px; color:#50636a; font-size:14px; line-height:1.55; }
.partner-benefit-card__action { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; min-height:44px; margin-top:20px; padding-top:13px; border-top:1px solid #dce7e8; color:#075d70; font-size:13px; font-weight:900; }
.partner-benefit-card__action b { display:grid; place-items:center; width:31px; height:31px; border-radius:50%; background:#e0f2f4; font-size:15px; }
.partner-benefit-card--safegreen { grid-column:1/-1; grid-template-columns:auto minmax(150px,.45fr) minmax(260px,1fr) auto; grid-template-rows:auto auto; column-gap:24px; align-items:center; min-height:150px; background:linear-gradient(125deg,#ecfff7,#fff); }
.partner-benefit-card--safegreen::after { right:13%; bottom:-75px; width:190px; height:190px; border-color:rgba(0,125,86,.11); }
.partner-benefit-card--safegreen .partner-benefit-card__icon { grid-row:1/3; margin:0; background:linear-gradient(145deg,#0b6e55,#11966c); color:#fff; }
.partner-benefit-card--safegreen .partner-benefit-card__partner { align-self:end; margin:0 0 7px; color:#06734f; }
.partner-benefit-card--safegreen > strong { align-self:start; max-width:none; }
.partner-benefit-card--safegreen .partner-benefit-card__summary { grid-column:3; grid-row:1/3; margin:0; font-size:15px; }
.partner-benefit-card--safegreen .partner-benefit-card__action { grid-column:4; grid-row:1/3; gap:15px; min-width:155px; margin:0; padding:0 0 0 20px; border-top:0; border-left:1px solid #d3e6de; }
.partner-showcase__footer { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-top:24px; color:rgba(255,255,255,.65); font-size:12px; }
.partner-showcase__footer a { display:inline-flex; align-items:center; gap:10px; min-height:44px; color:#fff; font-weight:900; text-decoration:none; white-space:nowrap; }
.partner-showcase__footer a:hover { color:#9ce8dc; text-decoration:none; }
.partner-showcase__footer b { color:var(--gold); font-size:17px; }

.site-footer { padding:58px 0 34px; background:#063c33; }
.footer-grid { grid-template-columns:minmax(260px,1.25fr) minmax(150px,.72fr) minmax(180px,.88fr) minmax(260px,1.15fr); gap:40px; }
.site-footer h2 { margin-bottom:16px; color:#fff; font-size:16px; letter-spacing:.02em; }
.site-footer nav a { color:rgba(255,255,255,.77); text-decoration:none; }
.site-footer nav a:hover { color:#fff; text-decoration:underline; }
.social-links { grid-template-columns:1fr; gap:10px; }
.social-links .channel-link { position:relative; display:grid !important; grid-template-columns:1fr auto; grid-template-rows:auto auto auto; gap:1px 14px; min-height:92px; padding:15px 16px; border:1px solid rgba(255,255,255,.16); border-radius:14px; background:rgba(255,255,255,.045); color:#fff; text-decoration:none; }
.social-links .channel-link:hover { background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.3); transform:translateY(-2px); text-decoration:none; }
.social-links .channel-link__kicker { display:block; width:auto; height:auto; grid-column:1; margin:0; border-radius:0; background:transparent; color:#8fd7c8; font-size:10px; font-weight:900; letter-spacing:.13em; line-height:1.3; text-transform:uppercase; }
.channel-link strong { grid-column:1; font-size:17px; }
.channel-link small { grid-column:1; color:rgba(255,255,255,.63); }
.channel-link b { grid-column:2; grid-row:1/4; align-self:center; display:grid; place-items:center; width:36px; height:36px; border:1px solid rgba(255,255,255,.18); border-radius:50%; color:var(--gold); font-size:18px; }
.channel-link--whatsapp { border-color:rgba(86,220,141,.28) !important; }
.channel-link--whatsapp .channel-link__kicker { color:#78e2a3; }
.footer-bottom { margin-top:38px; padding-top:22px; color:rgba(255,255,255,.68); }
.footer-credit { color:#fff !important; text-decoration:none; }

.whatsapp-float { min-height:58px; padding:8px 18px 8px 9px; background:#168a50; }
.whatsapp-float .whatsapp-float__icon { position:relative; display:grid; place-items:center; width:40px; height:40px; border:0; border-radius:50%; background:#fff; }
.whatsapp-float__icon svg { width:25px; height:25px; fill:none; stroke:#168a50; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.whatsapp-float:hover { background:#0f713f; }
.footer-bottom { padding-right:150px; }

@media (max-width:1100px) {
  .partner-showcase__header { grid-template-columns:1fr; gap:28px; }
  .partner-showcase__brands { max-width:560px; }
  .partner-benefit-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .partner-benefit-card--safegreen { grid-column:1/-1; grid-template-columns:auto minmax(140px,.55fr) minmax(220px,1fr); }
  .partner-benefit-card--safegreen .partner-benefit-card__action { grid-column:2/4; grid-row:3; margin-top:16px; padding:12px 0 0; border-top:1px solid #d3e6de; border-left:0; }
  .service-router__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .guidance-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .guidance-card,.guidance-card--featured,.guidance-card:nth-child(2) { grid-column:auto; }
  .resource-grid { grid-template-columns:1fr; }
  .resource-grid a { min-height:112px; }
  .communication-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .territory-layout { grid-template-columns:minmax(220px,270px) minmax(0,1fr); }
  .territory-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .news-listing { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .news-listing--single,.article-layout { grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr); }
}

@media (max-width:680px) {
  .partner-showcase { padding:52px 0; }
  .partner-showcase__shell { padding:25px 18px; border-radius:24px; }
  .partner-showcase__copy h2 { font-size:clamp(34px,11vw,44px); }
  .partner-showcase__copy p { font-size:16px; }
  .partner-showcase__brands,.partner-benefit-grid { grid-template-columns:1fr; }
  .partner-brand { min-height:84px; }
  .partner-benefit-card { min-height:245px; padding:22px; }
  .partner-benefit-card--safegreen { grid-column:auto; display:grid; grid-template-columns:1fr; grid-template-rows:auto; min-height:245px; }
  .partner-benefit-card--safegreen .partner-benefit-card__icon,.partner-benefit-card--safegreen .partner-benefit-card__partner,.partner-benefit-card--safegreen > strong,.partner-benefit-card--safegreen .partner-benefit-card__summary,.partner-benefit-card--safegreen .partner-benefit-card__action { grid-column:auto; grid-row:auto; }
  .partner-benefit-card--safegreen .partner-benefit-card__icon { margin-bottom:24px; }
  .partner-benefit-card--safegreen .partner-benefit-card__partner { align-self:auto; margin-bottom:8px; }
  .partner-benefit-card--safegreen .partner-benefit-card__summary { margin-top:12px; }
  .partner-benefit-card--safegreen .partner-benefit-card__action { min-width:0; margin-top:20px; padding:13px 0 0; }
  .partner-showcase__footer { align-items:flex-start; flex-direction:column; gap:9px; }
  .service-router__grid { grid-template-columns:1fr; }
  .service-route-card { min-height:0; padding:21px; }
  .service-router__privacy { flex-direction:column; gap:5px; }
  .hero--internal { padding:42px 0 34px; }
  .guidance-grid { grid-template-columns:1fr; }
  .guidance-card,.guidance-card--featured,.guidance-card:nth-child(2) { grid-column:auto; min-height:0; padding:22px; }
  .guidance-card__number { margin-bottom:0; }
  .directory-card h3,.directory-card > p { min-height:0; }
  .resource-band { padding:50px 0; }
  .resource-grid a { min-height:106px; padding:20px; }
  .communication-links,.news-feature { padding:22px; }
  .content-card { padding:23px; }
  .content-card { min-height:0; }
  .content-card--wide { grid-column:auto; }
  .content-card--wide p { columns:1; }
  .social-links .channel-link { min-height:86px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { padding-right:0; }
  .territory-layout { grid-template-columns:1fr; }
  .territory-summary { position:relative; top:auto; min-height:340px; padding:27px; }
  .territory-summary strong { font-size:82px; }
  .territory-directory { padding:22px; }
  .territory-directory__head { align-items:flex-start; flex-direction:column; gap:8px; }
  .territory-list { grid-template-columns:1fr; }
  .content-card__phone { font-size:27px; }
  .page-intro-panel { grid-template-columns:44px minmax(0,1fr); gap:15px; padding:22px; }
  .page-intro-panel__mark { width:42px; height:42px; border-radius:13px; font-size:20px; }
  .empty-state { grid-template-columns:1fr; gap:16px; padding:23px; }
  .empty-state__mark { width:58px; height:58px; border-radius:17px; }
  .empty-state .button { width:100%; }
  .listing-card,.benefit-card,.info-card--visual { min-height:0; padding:23px; }
  .news-listing,.news-listing--single,.article-layout { grid-template-columns:1fr; }
  .news-listing-card,.news-follow-card { min-height:0; padding:24px; }
  .news-listing-card h3 { font-size:27px; }
  .article-copy,.article-aside { padding:23px; }
  .article-aside { position:relative; top:auto; }
  .service-intro-card { min-height:460px; padding:28px; }
  .service-intro-card::after { left:28px; right:28px; bottom:112px; }
  .service-intro-card__topics { grid-template-columns:1fr; }
  .service-intro-card__signature { padding-top:28px; }
  .search-form { padding:23px; }
  .search-form > div { grid-template-columns:1fr; }
  .search-form .button { width:100%; }
  .search-message { grid-template-columns:1fr; padding:23px; }
  .search-result { padding:22px; }
  .filter-panel { padding:18px; }
  .filter-panel .filter-summary { align-items:flex-start; flex-direction:column; gap:3px; }
  .board-card { min-height:0; }
}

/* Pop-up editorial de abertura */
body.has-opening-popup { overflow:hidden; }
.opening-popup[hidden] { display:none !important; }
.opening-popup { position:fixed; inset:0; z-index:1000; display:grid; place-items:center; padding:clamp(16px,3vw,42px); opacity:0; transition:opacity .18s ease; }
.opening-popup.is-visible { opacity:1; }
.opening-popup__backdrop { position:absolute; inset:0; background:rgba(2,26,22,.76); backdrop-filter:blur(9px); }
.opening-popup__panel { position:relative; display:grid; grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr); width:min(960px,100%); max-height:calc(100vh - 32px); overflow:auto; border:1px solid rgba(255,255,255,.32); border-radius:24px; background:#fff; box-shadow:0 30px 90px rgba(0,24,20,.38); transform:translateY(14px) scale(.985); transition:transform .22s ease; }
.opening-popup.is-visible .opening-popup__panel { transform:translateY(0) scale(1); }
.opening-popup--text .opening-popup__panel { grid-template-columns:1fr; width:min(690px,100%); }
.opening-popup__media { display:grid; place-items:center; min-height:360px; margin:0; overflow:hidden; background:linear-gradient(145deg,#e8f4ef,#f8fbfa); }
.opening-popup__media-link { display:grid; min-width:0; color:inherit; text-decoration:none; }
.opening-popup__media-link:focus-visible { outline:3px solid var(--gold); outline-offset:-5px; }
.opening-popup__media img { display:block; width:100%; height:100%; max-height:calc(100vh - 32px); object-fit:contain; }
.opening-popup__content { display:flex; flex-direction:column; justify-content:center; min-width:0; padding:clamp(34px,5vw,62px); }
.opening-popup__eyebrow { margin-bottom:13px; color:var(--green); font-size:12px; font-weight:900; letter-spacing:.15em; text-transform:uppercase; }
.opening-popup__content h2 { max-width:15ch; margin:0; color:var(--green-dark); font-size:clamp(34px,5vw,56px); letter-spacing:-.045em; line-height:.98; }
.opening-popup__content p { max-width:56ch; margin:24px 0 0; color:#38504a; font-size:clamp(17px,2vw,20px); line-height:1.65; }
.opening-popup__actions { display:flex; flex-wrap:wrap; gap:11px; margin-top:30px; }
.opening-popup__actions .button { flex:1 1 190px; }
.opening-popup__close { position:absolute; top:15px; right:15px; z-index:2; display:grid; place-items:center; width:44px; height:44px; border:1px solid rgba(8,59,50,.12); border-radius:50%; background:rgba(255,255,255,.94); color:var(--green-dark); font:400 31px/1 Arial,sans-serif; cursor:pointer; box-shadow:0 8px 24px rgba(8,59,50,.12); transition:transform .18s ease,background .18s ease; }
.opening-popup__close:hover { transform:rotate(4deg) scale(1.04); background:#fff; }
.opening-popup__close:focus-visible,.opening-popup__panel:focus-visible { outline:3px solid var(--gold); outline-offset:3px; }
.opening-popup--image .opening-popup__panel { grid-template-columns:1fr; width:min(820px,100%); }
.opening-popup--image .opening-popup__media { min-height:min(70vh,620px); }
.opening-popup--image .opening-popup__content { padding:24px 32px 30px; border-top:1px solid var(--line); }
.opening-popup--image .opening-popup__content h2 { max-width:none; font-size:clamp(25px,3vw,34px); }
.opening-popup--image .opening-popup__actions { margin-top:18px; }
.opening-popup--size-compact .opening-popup__panel { width:min(560px,100%); }
.opening-popup--size-medium .opening-popup__panel { width:min(690px,100%); }
.opening-popup--size-large .opening-popup__panel { width:min(900px,100%); }
.opening-popup--size-wide .opening-popup__panel { width:min(1120px,100%); }
.opening-popup--mixed.opening-popup--size-compact .opening-popup__panel { grid-template-columns:1fr; }
.opening-popup--mixed.opening-popup--size-compact .opening-popup__media { min-height:220px; max-height:42vh; }

@media (max-width:760px) {
  .opening-popup { padding:12px; }
  .opening-popup__panel { grid-template-columns:1fr; max-height:calc(100dvh - 24px); border-radius:19px; }
  .opening-popup__media { min-height:0; max-height:44dvh; }
  .opening-popup__media img { max-height:44dvh; }
  .opening-popup__content { padding:32px 23px 24px; }
  .opening-popup__content h2 { max-width:18ch; font-size:clamp(31px,10vw,43px); }
  .opening-popup__content p { margin-top:18px; font-size:16px; }
  .opening-popup__actions { margin-top:23px; }
  .opening-popup__actions .button { flex-basis:100%; width:100%; }
  .opening-popup__close { top:10px; right:10px; width:42px; height:42px; }
}

@media (prefers-reduced-motion:reduce) {
  .opening-popup,.opening-popup__panel,.opening-popup__close { transition:none !important; }
}
