﻿body.jfpo-site-refresh {
	--jfpo-ink: #1f3327;
	--jfpo-muted: #5a6d61;
	--jfpo-green: #2d6347;
	--jfpo-green-deep: #244f39;
	--jfpo-gold: #c59a3f;
	--jfpo-paper: #f2f5ef;
	--jfpo-panel: #ffffff;
	--jfpo-line: #d7e2d8;
	--jfpo-shadow: 0 16px 40px rgba(22, 39, 30, 0.12);
	background: linear-gradient(180deg, #f8fbf6 0%, #f3f8f2 44%, #eff5ee 100%);
	color: var(--jfpo-ink);
	font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.jfpo-site-refresh .site {
	background: transparent;
}

body.jfpo-site-refresh h1,
body.jfpo-site-refresh h2,
body.jfpo-site-refresh h3,
body.jfpo-site-refresh h4,
body.jfpo-site-refresh h5,
body.jfpo-site-refresh h6 {
	font-family: "Fraunces", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
}

/* Accessibility: keep keyboard focus visible across custom components. */
body.jfpo-site-refresh a:focus-visible,
body.jfpo-site-refresh button:focus-visible,
body.jfpo-site-refresh input:focus-visible,
body.jfpo-site-refresh select:focus-visible,
body.jfpo-site-refresh textarea:focus-visible {
	outline: 3px solid rgba(243, 198, 95, 0.95);
	outline-offset: 3px;
}

.jfpo-site-refresh .site-header .ast-primary-header-bar {
	background: #ffffff !important;
	border-bottom: 1px solid rgba(36, 79, 57, 0.12);
	transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.jfpo-site-refresh.jfpo-scrolled .site-header .ast-primary-header-bar {
	box-shadow: 0 10px 26px rgba(20, 44, 30, 0.14);
}

.jfpo-site-refresh .custom-logo-link,
.jfpo-site-refresh .site-logo-img {
	display: inline-flex;
	align-items: center;
	max-width: 460px;
}

.jfpo-site-refresh .custom-logo,
.jfpo-site-refresh .custom-logo-link img,
.jfpo-site-refresh .site-logo-img img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-height: 92px;
	max-width: min(460px, 90vw);
	object-fit: contain;
	background: #ffffff;
}

.jfpo-site-refresh .main-header-menu .menu-link {
	font-family: "Manrope", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.jfpo-site-refresh .main-header-menu > .menu-item > .menu-link {
	color: #234432;
}

.jfpo-site-refresh .main-header-menu > .menu-item.current-menu-item > .menu-link,
.jfpo-site-refresh .main-header-menu > .menu-item > .menu-link:hover {
	color: var(--jfpo-green);
}

.jfpo-shell {
	width: min(1200px, calc(100% - 2.4rem));
	margin: 0 auto;
}

.jfpo-reveal {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.jfpo-home-refresh.jfpo-has-js .jfpo-reveal {
	/* Fail-safe: never hide homepage content */
	opacity: 1;
	transform: translateY(0);
}

.jfpo-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

body.jfpo-site-refresh:not(.jfpo-home-refresh) .site-content {
	padding-top: 1rem;
	padding-bottom: 1.4rem;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh) #primary {
	background: #ffffff;
	border: 1px solid rgba(45, 99, 71, 0.14);
	border-radius: 26px;
	padding: clamp(1rem, 1.9vw, 2rem);
	box-shadow: 0 15px 32px rgba(22, 44, 31, 0.08);
}

body.jfpo-site-refresh:not(.jfpo-home-refresh).page .entry-header {
	margin: 0 0 0.9rem;
	padding: 0.9rem 1rem;
	border-radius: 16px;
	background: linear-gradient(128deg, #f0f8f3 0%, #e6f1ea 100%);
	border: 1px solid rgba(45, 99, 71, 0.18);
}

body.jfpo-site-refresh:not(.jfpo-home-refresh).page .entry-content {
	display: grid;
	gap: 0.9rem;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh).page .entry-content > p,
body.jfpo-site-refresh:not(.jfpo-home-refresh).page .entry-content > ul,
body.jfpo-site-refresh:not(.jfpo-home-refresh).page .entry-content > ol,
body.jfpo-site-refresh:not(.jfpo-home-refresh).page .entry-content > figure,
body.jfpo-site-refresh:not(.jfpo-home-refresh).page .entry-content > table,
body.jfpo-site-refresh:not(.jfpo-home-refresh).page .entry-content > blockquote,
body.jfpo-site-refresh:not(.jfpo-home-refresh).page .entry-content > .wp-block-group {
	margin: 0;
	padding: 0.95rem 1rem;
	border-radius: 14px;
	border: 1px solid rgba(45, 99, 71, 0.14);
	background: #fbfdfb;
	box-shadow: 0 8px 18px rgba(21, 46, 32, 0.05);
}

body.jfpo-site-refresh:not(.jfpo-home-refresh).page .entry-content > h2,
body.jfpo-site-refresh:not(.jfpo-home-refresh).page .entry-content > h3 {
	margin: 0.25rem 0 0;
	padding: 0.65rem 0.9rem;
	border-left: 4px solid #2d6347;
	background: rgba(45, 99, 71, 0.08);
	border-radius: 10px;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh).page:not(.page-id-18) .entry-content img {
	display: block;
	margin: 0 auto;
	max-width: min(100%, 220px);
	height: auto;
	object-fit: contain;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh).page:not(.page-id-18) .entry-content .alignleft,
body.jfpo-site-refresh:not(.jfpo-home-refresh).page:not(.page-id-18) .entry-content .alignright,
body.jfpo-site-refresh:not(.jfpo-home-refresh).page:not(.page-id-18) .entry-content .aligncenter {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* Orgãos (/sobre/): preserve centered composition and larger team photos */
body.jfpo-site-refresh:not(.jfpo-home-refresh).page-id-18 .entry-content img.wp-image-1078,
body.jfpo-site-refresh:not(.jfpo-home-refresh).page-id-18 .entry-content img.wp-image-1079 {
	width: min(100%, 860px) !important;
	max-width: 860px !important;
	height: auto !important;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh).page-id-18 .entry-content img.wp-image-552 {
	max-width: 220px !important;
	height: auto !important;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh) .entry-title,
body.jfpo-site-refresh:not(.jfpo-home-refresh) .entry-title a,
body.jfpo-site-refresh:not(.jfpo-home-refresh) h1,
body.jfpo-site-refresh:not(.jfpo-home-refresh) h2,
body.jfpo-site-refresh:not(.jfpo-home-refresh) h3 {
	color: #234532;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh) a {
	color: #2d6347;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh) a:hover {
	color: #19402d;
}

.jfpo-site-refresh .ast-archive-description,
.jfpo-site-refresh .ast-archive-entry-banner {
	background: linear-gradient(145deg, #2f6a4c 0%, #244c37 100%) !important;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: clamp(1rem, 2.4vw, 1.8rem);
	margin-bottom: 1.1rem;
	box-shadow: 0 16px 30px rgba(20, 40, 28, 0.14);
}

.jfpo-site-refresh .ast-archive-description,
.jfpo-site-refresh .ast-archive-description *,
.jfpo-site-refresh .ast-archive-entry-banner,
.jfpo-site-refresh .ast-archive-entry-banner * {
	color: #eef8f1 !important;
}

body.jfpo-site-refresh.blog article.post,
body.jfpo-site-refresh.archive article.post,
body.jfpo-site-refresh.search article.post {
	background: #ffffff;
	border: 1px solid rgba(45, 99, 71, 0.16);
	border-radius: 22px;
	padding: clamp(0.75rem, 1.5vw, 1.05rem);
	box-shadow: 0 12px 28px rgba(27, 52, 37, 0.08);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.jfpo-site-refresh.blog article.post:hover,
body.jfpo-site-refresh.archive article.post:hover,
body.jfpo-site-refresh.search article.post:hover {
	transform: translateY(-3px);
	border-color: rgba(45, 99, 71, 0.34);
	box-shadow: 0 18px 38px rgba(27, 52, 37, 0.12);
}

body.jfpo-site-refresh.blog article.post + article.post,
body.jfpo-site-refresh.archive article.post + article.post,
body.jfpo-site-refresh.search article.post + article.post {
	margin-top: 1rem;
}

body.jfpo-site-refresh.blog .post-thumb-img-content img,
body.jfpo-site-refresh.archive .post-thumb-img-content img,
body.jfpo-site-refresh.search .post-thumb-img-content img,
body.jfpo-site-refresh.blog .ast-blog-featured-section img,
body.jfpo-site-refresh.archive .ast-blog-featured-section img,
body.jfpo-site-refresh.search .ast-blog-featured-section img {
	border-radius: 16px;
}

body.jfpo-site-refresh.blog .ast-taxonomy-container.cat-links a,
body.jfpo-site-refresh.archive .ast-taxonomy-container.cat-links a,
body.jfpo-site-refresh.search .ast-taxonomy-container.cat-links a {
	display: inline-flex;
	align-items: center;
	padding: 0.26rem 0.64rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 99, 71, 0.32);
	background: rgba(45, 99, 71, 0.08);
	color: #24513a;
	font: 800 0.78rem/1 "Manrope", sans-serif;
	text-decoration: none !important;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

body.jfpo-site-refresh.blog .ast-taxonomy-container.cat-links a:hover,
body.jfpo-site-refresh.archive .ast-taxonomy-container.cat-links a:hover,
body.jfpo-site-refresh.search .ast-taxonomy-container.cat-links a:hover {
	background: #2d6347;
	border-color: #2d6347;
	color: #ffffff;
}

body.jfpo-site-refresh .nav-links .page-numbers.current {
	background: #2d6347;
	border-color: #2d6347;
	color: #ffffff;
}

body.jfpo-site-refresh .ast-button,
body.jfpo-site-refresh .button,
body.jfpo-site-refresh button,
body.jfpo-site-refresh input[type="button"],
body.jfpo-site-refresh input[type="submit"] {
	background: #2d6347;
	border-color: #2d6347;
	color: #ffffff;
}

body.jfpo-site-refresh .ast-button:hover,
body.jfpo-site-refresh .button:hover,
body.jfpo-site-refresh button:hover,
body.jfpo-site-refresh input[type="button"]:hover,
body.jfpo-site-refresh input[type="submit"]:hover {
	background: #244f39;
	border-color: #244f39;
}

.jfpo-hero {
	padding: clamp(1rem, 2vw, 1.8rem) 0 0.7rem;
}

.jfpo-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
	gap: 1.2rem;
}

.jfpo-hero-carousel {
	position: relative;
	min-height: clamp(360px, 47vw, 520px);
	border-radius: 30px;
	overflow: hidden;
	box-shadow: var(--jfpo-shadow);
	background: #1f3b2b;
}

.jfpo-hero-slides {
	position: absolute;
	inset: 0;
}

.jfpo-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: scale(1.06);
	transition: opacity 0.55s ease, transform 3.6s ease;
}

.jfpo-hero-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.jfpo-hero-slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

.jfpo-hero-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jfpo-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(125deg, rgba(15, 30, 22, 0.78) 0%, rgba(16, 39, 28, 0.42) 48%, rgba(18, 30, 24, 0.72) 100%);
	z-index: 1;
}

.jfpo-hero-copy {
	position: relative;
	z-index: 2;
	max-width: min(640px, 92%);
	padding: clamp(1.8rem, 3.2vw, 3rem) clamp(1.8rem, 3.2vw, 3rem) clamp(4.5rem, 8vw, 5.6rem);
	color: #ecf6ef;
	display: flex;
	flex-direction: column;
	min-height: clamp(360px, 47vw, 520px);
}

.jfpo-kicker {
	margin: 0 0 0.75rem;
	display: block;
	padding: 0;
	font: 700 0.77rem/1 "Manrope", sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(238, 248, 242, 0.9);
}

.jfpo-home-refresh .jfpo-hero-copy h1 {
	margin: 0;
	color: #f9fbfa;
	font-family: "Fraunces", serif;
	font-size: clamp(1.95rem, 3.2vw, 3.1rem);
	line-height: 1.08;
	letter-spacing: -0.01em;
}

.jfpo-intro {
	max-width: 52ch;
	margin: 0.9rem 0 0;
	color: rgba(240, 248, 243, 0.88);
	font: 500 1rem/1.7 "Manrope", sans-serif;
}

.jfpo-hero-actions {
	margin-top: auto;
	padding-top: 1.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.jfpo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.72rem 1.2rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font: 700 0.9rem/1 "Manrope", sans-serif;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.jfpo-btn:hover {
	transform: translateY(-2px);
}

.jfpo-btn-primary {
	background: #f3c65f;
	color: #2a2b19;
	box-shadow: 0 10px 18px rgba(18, 24, 15, 0.32);
}

.jfpo-btn-primary:hover {
	background: #f8d887;
	color: #1f2318;
}

.jfpo-btn-ghost {
	border-color: rgba(255, 255, 255, 0.56);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.jfpo-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.jfpo-hero-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: clamp(1.1rem, 2vw, 1.7rem);
	display: flex;
	align-items: center;
	gap: 0.12rem;
	z-index: 3;
}

.jfpo-hero-dot {
	width: 34px;
	height: 34px;
	padding: 0;
	border-radius: 999px;
	border: 0;
	background: transparent;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.jfpo-hero-dot::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.24);
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.jfpo-hero-dot.is-active::after {
	background: #ffffff;
	transform: translate(-50%, -50%) scale(1.16);
}

.jfpo-hero-panel {
	border-radius: 28px;
	background: linear-gradient(160deg, #ffffff 0%, #f6faf5 100%);
	box-shadow: var(--jfpo-shadow);
	border: 1px solid rgba(45, 99, 71, 0.16);
	padding: 1.55rem 1.45rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.jfpo-home-refresh .jfpo-hero-panel h2 {
	margin: 0 0 0.35rem;
	color: #234a33;
	font: 700 1.45rem/1.2 "Fraunces", serif;
}

.jfpo-hero-panel p {
	margin: 0;
	font: 500 0.98rem/1.55 "Manrope", sans-serif;
	color: var(--jfpo-muted);
}

.jfpo-hero-panel a {
	display: inline-flex;
	width: fit-content;
	color: var(--jfpo-green-deep);
	font-weight: 700;
	text-decoration: none;
}

.jfpo-hero-panel a:hover {
	color: var(--jfpo-gold);
}

.jfpo-quick-links {
	padding: 1.1rem 0 0.8rem;
}

.jfpo-links-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
}

.jfpo-link-card {
	background: linear-gradient(145deg, #ffffff 0%, #f7faf8 100%);
	border: 1px solid rgba(45, 99, 71, 0.18);
	border-radius: 20px;
	padding: 1.1rem 1rem;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(39, 64, 49, 0.08);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
	position: relative;
	overflow: hidden;
}

.jfpo-link-card::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 4px;
	background: rgba(32, 69, 50, 0.14);
	transition: height 0.24s ease, background-color 0.24s ease;
}

.jfpo-link-card:nth-child(1) {
	background: linear-gradient(145deg, #ecf7f0 0%, #f8fdf9 100%);
}

.jfpo-link-card:nth-child(1)::after {
	background: #2f7b53;
}

.jfpo-link-card:nth-child(2) {
	background: linear-gradient(145deg, #edf5fb 0%, #f8fbff 100%);
}

.jfpo-link-card:nth-child(2)::after {
	background: #2f5e95;
}

.jfpo-link-card:nth-child(3) {
	background: linear-gradient(145deg, #f4eefc 0%, #fbf8ff 100%);
}

.jfpo-link-card:nth-child(3)::after {
	background: #6a45a0;
}

.jfpo-link-card:nth-child(4) {
	background: linear-gradient(145deg, #fff3ea 0%, #fffaf5 100%);
}

.jfpo-link-card:nth-child(4)::after {
	background: #b56d2f;
}

.jfpo-link-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(39, 64, 49, 0.16);
	border-color: rgba(45, 99, 71, 0.38);
	background: linear-gradient(145deg, #ffffff 0%, #f4faf6 100%);
}

.jfpo-link-card:hover::after {
	height: 7px;
}

.jfpo-home-refresh .jfpo-link-card h3 {
	margin: 0;
	color: #203b2b;
	font: 700 1.03rem/1.2 "Manrope", sans-serif;
}

.jfpo-link-card p {
	margin: 0.55rem 0 0.95rem;
	color: #56685d;
	font: 500 0.92rem/1.55 "Manrope", sans-serif;
}

.jfpo-link-card span {
	color: #2e6649;
	font: 800 0.82rem/1 "Manrope", sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.jfpo-history-intro {
	padding: 0.35rem 0 0.55rem;
}

.jfpo-history-surface {
	background: #ffffff;
	border: 1px solid rgba(45, 99, 71, 0.16);
	border-radius: 24px;
	padding: clamp(1.1rem, 2.2vw, 1.8rem);
	box-shadow: 0 12px 28px rgba(27, 50, 37, 0.08);
}

.jfpo-history-surface h2 {
	margin: 0 0 0.6rem;
	color: #203b2b;
	font: 700 clamp(1.35rem, 2.5vw, 2rem)/1.2 "Fraunces", serif;
}

.jfpo-history-copy p {
	margin: 0 0 0.85rem;
	color: #2b4134;
	font: 500 1rem/1.78 "Manrope", sans-serif;
}

.jfpo-history-copy p:last-child {
	margin-bottom: 0;
}

.jfpo-history-detail {
	padding: 0.2rem 0 0.7rem;
}

.jfpo-history-detail-surface {
	background: linear-gradient(160deg, #f7fbf7 0%, #eff6f1 100%);
	border: 1px solid rgba(45, 99, 71, 0.14);
	border-radius: 24px;
	padding: clamp(1rem, 2.1vw, 1.7rem);
	box-shadow: 0 12px 28px rgba(27, 50, 37, 0.08);
}

.jfpo-main-content {
	padding: 0.6rem 0 0.7rem;
}

.jfpo-content-surface {
	background: #ffffff;
	border: 1px solid rgba(45, 99, 71, 0.12);
	border-radius: 28px;
	padding: clamp(1.2rem, 2.2vw, 2rem);
	box-shadow: 0 16px 36px rgba(21, 38, 28, 0.08);
}

.jfpo-content-surface > h3:first-of-type {
	display: none;
}

.jfpo-content-surface p {
	color: #2d4035;
	font: 500 1.02rem/1.8 "Manrope", sans-serif;
}

.jfpo-content-surface [style*="text-align: center"] {
	max-width: 78ch;
	margin-inline: auto;
}

.jfpo-content-surface .wpcp-carousel-wrapper {
	margin: 0.3rem 0 1.4rem;
	padding: 0.5rem;
	background: linear-gradient(180deg, #f9f7f0 0%, #f4f8f3 100%);
	border: 1px solid rgba(38, 76, 53, 0.14);
	border-radius: 20px;
}

.jfpo-content-surface [id^="sp-wp-carousel-free-id-"] .wpcp-single-item {
	border-radius: 12px;
	overflow: hidden;
	border: none !important;
}

.jfpo-content-surface [id^="sp-wp-carousel-free-id-"] .wpcp-single-item img {
	border-radius: 12px;
	transition: transform 0.35s ease;
}

.jfpo-content-surface [id^="sp-wp-carousel-free-id-"] .wpcp-single-item:hover img {
	transform: scale(1.08);
}

.jfpo-content-surface .html5_video_players {
	margin: 1.6rem auto;
	max-width: 980px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 20px 38px rgba(24, 42, 31, 0.18);
}

.jfpo-content-surface .plyr {
	border-radius: 20px;
}

.jfpo-content-surface p strong {
	color: #274a35;
}

.jfpo-content-surface p.jfpo-legacy-logo-row,
.jfpo-content-surface p.jfpo-legacy-logo-row[style] {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
}

.jfpo-content-surface p.jfpo-legacy-logo-row a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.jfpo-content-surface img.jfpo-legacy-logo {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	max-height: 54px;
	max-width: 90px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	object-fit: contain;
}

.jfpo-content-surface p a img:not(.jfpo-legacy-logo) {
	border-radius: 12px;
}

.jfpo-services-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 1rem;
	margin: 1.15rem 0 1.35rem;
}

.jfpo-service-card {
	background: linear-gradient(150deg, #ffffff 0%, #f7fbf9 100%);
	border: 1px solid rgba(45, 99, 71, 0.2);
	border-radius: 22px;
	padding: 1rem 1rem 0.9rem;
	box-shadow: 0 12px 26px rgba(20, 43, 30, 0.1);
}

.jfpo-service-card-correios {
	background: linear-gradient(150deg, #ffffff 0%, #f4faf6 100%);
}

.jfpo-service-card-contact {
	background: linear-gradient(150deg, #f8fbff 0%, #f2f8f7 100%);
}

.jfpo-content-surface p.jfpo-service-badge {
	display: inline-flex;
	align-items: center;
	margin: 0 0 0.8rem;
	padding: 0.35rem 0.72rem;
	border-radius: 999px;
	background: rgba(45, 99, 71, 0.12);
	border: 1px solid rgba(45, 99, 71, 0.22);
	color: #204230;
	font: 800 0.74rem/1 "Manrope", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jfpo-service-card p {
	margin: 0 0 0.7rem;
}

.jfpo-service-card p:last-child {
	margin-bottom: 0;
}

.jfpo-content-surface .jfpo-service-text strong,
.jfpo-content-surface .jfpo-service-contact-text strong,
.jfpo-content-surface .jfpo-service-hours-text strong {
	display: block;
	margin-bottom: 0.3rem;
	color: #1f4330;
	font-weight: 800;
}

.jfpo-content-surface .jfpo-service-text em {
	display: block;
	margin-top: 0.6rem;
	padding: 0.48rem 0.65rem;
	border-radius: 12px;
	background: rgba(45, 99, 71, 0.1);
	border: 1px solid rgba(45, 99, 71, 0.16);
	color: #244a36;
	font-style: italic;
}

.jfpo-content-surface p.jfpo-service-icon-row,
.jfpo-content-surface p.jfpo-service-icon-row[style] {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0 0 0.7rem;
}

.jfpo-content-surface p.jfpo-service-icon-row a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.jfpo-content-surface img.jfpo-service-mark {
	width: 64px !important;
	height: 64px !important;
	max-width: 64px !important;
	max-height: 64px !important;
	padding: 8px;
	object-fit: contain;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid rgba(45, 99, 71, 0.18);
	box-shadow: 0 8px 18px rgba(21, 44, 32, 0.14);
}

.jfpo-content-surface img.jfpo-service-mark.is-ctt {
	border-radius: 50%;
	padding: 5px;
}

.jfpo-content-surface img.jfpo-service-mark.is-hours {
	border-radius: 50%;
	background: radial-gradient(circle at 32% 32%, #ffffff 0%, #e9f2fb 65%, #dcecfb 100%);
}

.jfpo-content-surface p.jfpo-service-social,
.jfpo-content-surface p.jfpo-service-social[style] {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 0.4rem;
}

.jfpo-content-surface p.jfpo-service-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0 !important;
	border-radius: 14px;
	border: 1px solid rgba(45, 99, 71, 0.18);
	background: #ffffff;
	box-shadow: 0 8px 16px rgba(21, 44, 32, 0.12);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jfpo-content-surface p.jfpo-service-social a:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 20px rgba(21, 44, 32, 0.18);
}

.jfpo-content-surface img.jfpo-service-social-icon {
	width: 30px !important;
	height: 30px !important;
	max-width: 30px !important;
	max-height: 30px !important;
	object-fit: contain;
}

.jfpo-content-surface .jfpo-service-ec-link {
	margin-top: 0.55rem;
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	align-items: center;
	gap: 0.5rem;
	padding: 0.4rem 0.5rem;
	border-radius: 12px;
	border: 1px solid rgba(45, 99, 71, 0.2);
	background: linear-gradient(145deg, #ffffff 0%, #f4faf6 100%);
	text-decoration: none;
}

.jfpo-content-surface .jfpo-service-ec-link:hover {
	border-color: rgba(45, 99, 71, 0.34);
	box-shadow: 0 8px 16px rgba(21, 44, 32, 0.16);
}

.jfpo-content-surface .jfpo-service-ec-thumb {
	display: block;
	width: 100% !important;
	height: 44px !important;
	max-width: 74px !important;
	max-height: 44px !important;
	object-fit: contain;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid rgba(45, 99, 71, 0.16);
}

.jfpo-content-surface .jfpo-service-ec-text {
	color: #214633;
	font: 700 0.8rem/1.3 "Manrope", sans-serif;
}

.jfpo-content-surface .jfpo-history-detail-inline {
	margin: 1.2rem 0 0.8rem;
}

.jfpo-latest-news {
	padding: 0.95rem 0 2.2rem;
}

.jfpo-facebook-section {
	padding: 0.95rem 0 2.2rem;
}

.jfpo-section-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.7rem;
	margin-bottom: 0.95rem;
}

.jfpo-home-refresh .jfpo-section-head h2 {
	margin: 0;
	font: 700 clamp(1.55rem, 2.4vw, 2.2rem)/1.15 "Fraunces", serif;
	color: #203c2b;
}

.jfpo-section-head a {
	font: 700 0.86rem/1 "Manrope", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #2d6347;
	text-decoration: none;
}

.jfpo-section-head a:hover {
	color: var(--jfpo-gold);
}

.jfpo-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.95rem;
}

.jfpo-news-card {
	background: #ffffff;
	border: 1px solid rgba(45, 99, 71, 0.16);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(27, 50, 37, 0.09);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
	display: flex;
	flex-direction: column;
}

.jfpo-news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 36px rgba(27, 50, 37, 0.16);
	border-color: rgba(45, 99, 71, 0.34);
}

.jfpo-news-media {
	display: block;
	aspect-ratio: 16 / 10;
	background: linear-gradient(145deg, #365f48 0%, #274635 100%);
	overflow: hidden;
}

.jfpo-news-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.jfpo-news-topic-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	padding: 1rem;
	background: linear-gradient(158deg, #315f47 0%, #1f3c2d 66%, #183126 100%);
	color: #ecf8f0;
}

.jfpo-news-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(2px);
	margin-bottom: 0.95rem;
}

.jfpo-news-icon {
	width: 30px;
	height: 30px;
	object-fit: contain;
	display: block;
}

.jfpo-news-topic {
	display: inline-flex;
	width: fit-content;
	padding: 0.22rem 0.68rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font: 700 0.72rem/1 "Manrope", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
	margin-top: auto;
}

.jfpo-news-topic-title {
	font: 700 1.03rem/1.35 "Fraunces", serif;
	margin-bottom: 0.4rem;
}

.jfpo-news-topic-excerpt {
	font: 500 0.88rem/1.45 "Manrope", sans-serif;
	color: rgba(236, 248, 240, 0.9);
}

.jfpo-news-topic-card.jfpo-news-theme-slot-1 {
	background: linear-gradient(160deg, #5a2f7f 0%, #7443a0 54%, #8d5bc0 100%);
}

.jfpo-news-topic-card.jfpo-news-theme-slot-2 {
	background: linear-gradient(160deg, #244f73 0%, #2f6f9d 54%, #3d8cbe 100%);
}

.jfpo-news-topic-card.jfpo-news-theme-slot-3 {
	background: linear-gradient(160deg, #285b3a 0%, #2f7a47 54%, #3f975c 100%);
}

.jfpo-news-card:hover .jfpo-news-media img {
	transform: scale(1.06);
}

.jfpo-news-body {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	flex: 1;
}

.jfpo-news-kicker {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
}

.jfpo-news-cat-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.22rem 0.68rem;
	border-radius: 999px;
	background: var(--jfpo-green);
	color: #ffffff;
	font: 700 0.72rem/1 "Manrope", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jfpo-news-date {
	margin: 0;
	font: 700 0.74rem/1 "Manrope", sans-serif;
	letter-spacing: 0.11em;
	color: #6d8476;
	text-transform: uppercase;
}

.jfpo-news-title {
	margin: 0;
	font: 700 1.1rem/1.35 "Fraunces", serif;
}

.jfpo-news-title a {
	color: #1f3a2b;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.jfpo-news-title a:hover {
	color: #2f6a4c;
}

.jfpo-news-body p {
	margin: 0;
	color: #5c6c63;
	font: 500 0.94rem/1.7 "Manrope", sans-serif;
}

.jfpo-news-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.jfpo-news-readmore {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0.5rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 99, 71, 0.22);
	background: rgba(45, 99, 71, 0.06);
	color: var(--jfpo-green);
	font: 700 0.88rem/1 "Manrope", sans-serif;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.jfpo-news-readmore:hover {
	transform: translateY(-1px);
	background: rgba(45, 99, 71, 0.12);
	border-color: rgba(45, 99, 71, 0.34);
	box-shadow: 0 12px 24px rgba(22, 39, 30, 0.12);
}

.jfpo-news-empty {
	padding: 1.4rem;
	background: #ffffff;
	border: 1px dashed rgba(45, 99, 71, 0.35);
	border-radius: 16px;
	color: #486052;
	font: 600 0.96rem/1.6 "Manrope", sans-serif;
}

.jfpo-footer-ribbon {
	margin-top: 2rem;
	padding: 0 0 1rem;
}

.jfpo-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
	gap: 1rem;
	padding: clamp(1.2rem, 2.6vw, 1.9rem);
	border-radius: 30px;
	background: linear-gradient(125deg, #2d5f47 0%, #1f4d38 44%, #123726 100%);
	border: 1px solid rgba(199, 227, 209, 0.18);
	box-shadow: 0 18px 34px rgba(13, 28, 20, 0.28);
}

.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-grid,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-grid * {
	color: #eefaf1 !important;
}

.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0.55rem 0 0;
	padding: 0.45rem 0.86rem;
	border-radius: 999px;
	border: 1px solid rgba(226, 246, 236, 0.34);
	background: rgba(19, 45, 32, 0.62);
	color: #effaf3 !important;
	font: 700 0.8rem/1.2 "Manrope", sans-serif;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.jfpo-footer-col {
	color: #e4f2e8;
	font: 500 0.94rem/1.65 "Manrope", sans-serif;
}

.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col p,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col strong {
	color: #e4f2e8;
}

.jfpo-footer-col h4 {
	margin: 0 0 0.55rem;
	color: #f3fbf5;
	font: 700 1rem/1.2 "Fraunces", serif;
}

.jfpo-footer-col p {
	margin: 0 0 0.32rem;
}

.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col a,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col a:visited,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col a:active,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col a:focus {
	display: block;
	width: fit-content;
	margin-bottom: 0.32rem;
	color: #eefaf1 !important;
	text-decoration: none;
	font-weight: 700;
}

.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col a *,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col a:visited *,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col a:active *,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col a:focus * {
	color: #eefaf1 !important;
}

.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col a:hover,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col a:hover * {
	color: #ffd88d !important;
}

.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-brand h3,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col h4,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col p,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col strong,
.jfpo-site-refresh .jfpo-footer-ribbon .jfpo-footer-col a {
	color: #eefaf1 !important;
}

.jfpo-footer-kicker {
	margin: 0 0 0.55rem;
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.72rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	font: 700 0.73rem/1 "Manrope", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.jfpo-footer-brand h3 {
	margin: 0 0 0.55rem;
	color: #ffffff;
	font: 700 1.48rem/1.2 "Fraunces", serif;
}

.jfpo-footer-brand p {
	max-width: 42ch;
}

.jfpo-footer-copy {
	margin: 0.95rem auto 0;
	text-align: center;
	color: #224734;
	font: 700 0.86rem/1.4 "Manrope", sans-serif;
}

.jfpo-contactos-uteis {
	padding: 1.4rem 0 0.5rem;
}

.jfpo-contacts-hero {
	padding: clamp(1rem, 2vw, 1.4rem) clamp(1.1rem, 2.2vw, 1.6rem);
	border-radius: 20px;
	background: linear-gradient(128deg, #f2f8f4 0%, #e7f1eb 100%);
	border: 1px solid rgba(46, 99, 71, 0.2);
}

.jfpo-home-refresh .jfpo-contacts-hero h1,
.jfpo-contacts-hero h1 {
	margin: 0;
	color: #193928;
	font: 700 clamp(1.45rem, 3.3vw, 2.1rem)/1.16 "Fraunces", serif;
}

.jfpo-contacts-hero p {
	margin: 0.45rem 0 0;
	color: #355445;
	font: 500 0.96rem/1.65 "Manrope", sans-serif;
}

.jfpo-contact-directory {
	padding: 0.2rem 0 1rem;
}

.jfpo-contact-directory-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.95rem;
}

.jfpo-contact-card {
	background: #ffffff;
	border: 1px solid rgba(46, 99, 71, 0.2);
	border-radius: 18px;
	padding: 1rem;
	box-shadow: 0 10px 20px rgba(13, 43, 30, 0.08);
}

.jfpo-contact-card-head {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	margin-bottom: 0.75rem;
}

.jfpo-contact-card-logo {
	width: 72px;
	height: 72px;
	object-fit: contain;
	flex: 0 0 72px;
	margin: 0 !important;
	max-width: 72px !important;
}

.jfpo-contact-card-head h2 {
	margin: 0;
	color: #173827;
	font: 700 1.1rem/1.25 "Fraunces", serif;
}

.jfpo-contact-card-site {
	display: inline-block;
	margin-top: 0.28rem;
	color: #2d6347;
	font: 700 0.84rem/1.25 "Manrope", sans-serif;
	text-decoration: none;
}

.jfpo-contact-card-site:hover {
	color: #1e4e37;
	text-decoration: underline;
}

.jfpo-contact-card-meta {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.36rem;
}

.jfpo-contact-card-meta li {
	margin: 0;
	color: #335244;
	font: 500 0.92rem/1.5 "Manrope", sans-serif;
}

.jfpo-contact-label {
	font-weight: 700;
	color: #1f4330;
}

.jfpo-contact-value a {
	color: #1c5137;
	text-decoration: none;
	font-weight: 700;
}

.jfpo-contact-value a:hover {
	color: #2d7a56;
	text-decoration: underline;
}

.jfpo-docs-hub,
.jfpo-docs-listing {
	padding: 1rem 0 1.1rem;
}

.jfpo-docs-hero {
	padding: clamp(1rem, 2vw, 1.45rem);
	border-radius: 20px;
	background: linear-gradient(128deg, #eff8f2 0%, #e2efe7 100%);
	border: 1px solid rgba(45, 99, 71, 0.2);
	margin-bottom: 0.8rem;
}

.jfpo-home-refresh .jfpo-docs-hero h1,
.jfpo-docs-hero h1 {
	margin: 0;
	color: #1c3e2b;
	font: 700 clamp(1.4rem, 3.2vw, 2rem)/1.16 "Fraunces", serif;
}

.jfpo-docs-hero p {
	margin: 0.45rem 0 0;
	color: #385648;
	font: 500 0.95rem/1.65 "Manrope", sans-serif;
}

.jfpo-docs-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0 0 0.9rem;
}

.jfpo-docs-nav-link {
	display: inline-flex;
	align-items: center;
	padding: 0.44rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 99, 71, 0.24);
	background: #ffffff;
	color: #24513a;
	font: 700 0.8rem/1 "Manrope", sans-serif;
	text-decoration: none;
}

.jfpo-docs-nav-link:hover {
	background: #eff8f2;
	color: #1d4330;
}

.jfpo-docs-nav-link.is-current {
	background: #2d6347;
	border-color: #2d6347;
	color: #ffffff;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-docs-nav-link.is-current,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-docs-nav-link.is-current:visited,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-docs-nav-link.is-current:focus,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-docs-nav-link.is-current:active,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-docs-nav-link.is-current:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

.jfpo-docs-hub-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.95rem;
}

.jfpo-docs-hub-card {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1rem;
	border-radius: 18px;
	border: 1px solid rgba(45, 99, 71, 0.18);
	background: linear-gradient(145deg, #ffffff 0%, #f6fbf8 100%);
	box-shadow: 0 10px 24px rgba(24, 45, 32, 0.08);
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.jfpo-docs-hub-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(24, 45, 32, 0.16);
	border-color: rgba(45, 99, 71, 0.36);
}

.jfpo-docs-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 15px;
	background: linear-gradient(155deg, #2f6a4c 0%, #224e39 100%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.jfpo-docs-icon span {
	color: #edf8f1;
	font: 800 0.73rem/1 "Manrope", sans-serif;
	letter-spacing: 0.08em;
}

.jfpo-docs-hub-card h2 {
	margin: 0;
	color: #1d3e2c;
	font: 700 1.1rem/1.25 "Fraunces", serif;
}

.jfpo-docs-hub-card p {
	margin: 0;
	color: #51655a;
	font: 500 0.9rem/1.6 "Manrope", sans-serif;
}

.jfpo-docs-cta {
	margin-top: auto;
	color: #2a6449;
	font: 800 0.78rem/1 "Manrope", sans-serif;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.jfpo-docs-files-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.jfpo-docs-files-grid--single {
	grid-template-columns: 1fr;
	max-width: 720px;
	margin: 0 auto;
}

.jfpo-doc-file {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	padding: 0.95rem;
	border-radius: 16px;
	border: 1px solid rgba(45, 99, 71, 0.18);
	background: #ffffff;
	box-shadow: 0 10px 22px rgba(22, 44, 31, 0.08);
}

.jfpo-doc-file-head {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.jfpo-doc-file h2 {
	margin: 0;
	color: #1f412f;
	font: 700 1rem/1.35 "Manrope", sans-serif;
}

.jfpo-doc-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0.62rem 1rem;
	border-radius: 999px;
	background: #2d6347;
	border: 1px solid #2d6347;
	color: #ffffff;
	font: 700 0.84rem/1 "Manrope", sans-serif;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.jfpo-doc-download:hover {
	transform: translateY(-2px);
	background: #244f39;
	border-color: #244f39;
	color: #ffffff;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-doc-download,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-doc-download:visited,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-doc-download:focus,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-doc-download:active,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-doc-download:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

.jfpo-doc-file-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.jfpo-doc-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0.62rem 1rem;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(45, 99, 71, 0.28);
	color: #24513a;
	font: 800 0.84rem/1 "Manrope", sans-serif;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.jfpo-doc-open:hover {
	transform: translateY(-2px);
	background: #eff8f2;
	border-color: rgba(45, 99, 71, 0.45);
	color: var(--jfpo-green);
}

body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-doc-open,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-doc-open:visited,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-doc-open:focus,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-doc-open:active,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-doc-open:hover {
	color: #24513a !important;
	text-decoration: none !important;
}

.jfpo-docs-empty {
	padding: 1rem;
	border-radius: 14px;
	border: 1px dashed rgba(45, 99, 71, 0.38);
	background: #f8fcf9;
	color: #466052;
	font: 600 0.92rem/1.6 "Manrope", sans-serif;
}

.jfpo-espaco-cidadao {
	padding: 0.9rem 0 1.1rem;
}

.jfpo-ec-hero {
	padding: clamp(1rem, 2.1vw, 1.45rem);
	border-radius: 20px;
	background: linear-gradient(132deg, #eef8f2 0%, #e1efe6 100%);
	border: 1px solid rgba(45, 99, 71, 0.22);
}

.jfpo-ec-kicker {
	margin: 0 0 0.5rem;
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.72rem;
	border-radius: 999px;
	background: rgba(45, 99, 71, 0.12);
	border: 1px solid rgba(45, 99, 71, 0.24);
	color: #1f4632;
	font: 800 0.74rem/1 "Manrope", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.jfpo-home-refresh .jfpo-ec-hero h1,
.jfpo-ec-hero h1 {
	margin: 0;
	color: #183827;
	font: 700 clamp(1.45rem, 3.2vw, 2rem)/1.18 "Fraunces", serif;
}

.jfpo-ec-hero p {
	margin: 0.55rem 0 0;
	max-width: 72ch;
	color: #355447;
	font: 500 0.95rem/1.65 "Manrope", sans-serif;
}

.jfpo-ec-photo {
	margin: 0.85rem 0 0;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(45, 99, 71, 0.18);
	background: #ffffff;
	box-shadow: 0 12px 24px rgba(21, 46, 32, 0.08);
}

.jfpo-ec-photo img {
	display: block;
	width: min(100%, 840px);
	max-width: 840px !important;
	height: auto;
	object-fit: cover;
	margin: 0 auto;
	border-radius: 20px;
}

.jfpo-ec-photo figcaption {
	padding: 0.62rem 0.8rem;
	color: #365345;
	font: 600 0.84rem/1.45 "Manrope", sans-serif;
}

.jfpo-ec-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
	gap: 0.95rem;
	margin-top: 0.9rem;
}

.jfpo-ec-main {
	display: grid;
	gap: 0.85rem;
}

.jfpo-ec-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.jfpo-ec-service-card {
	padding: 0.95rem;
	border-radius: 16px;
	border: 1px solid rgba(45, 99, 71, 0.16);
	background: linear-gradient(150deg, #ffffff 0%, #f5faf7 100%);
	box-shadow: 0 10px 22px rgba(21, 46, 32, 0.08);
}

.jfpo-ec-service-card h2 {
	margin: 0 0 0.45rem;
	color: #1d3f2d;
	font: 700 1.02rem/1.3 "Fraunces", serif;
}

.jfpo-ec-service-card ul {
	margin: 0;
	padding-left: 1.05rem;
	display: grid;
	gap: 0.28rem;
	color: #3f5c4e;
	font: 500 0.9rem/1.55 "Manrope", sans-serif;
}

.jfpo-ec-block {
	padding: 0.95rem 1rem;
	border-radius: 16px;
	border: 1px solid rgba(45, 99, 71, 0.16);
	background: #ffffff;
	box-shadow: 0 10px 20px rgba(21, 46, 32, 0.07);
}

.jfpo-ec-block h2 {
	margin: 0 0 0.55rem;
	color: #1f422f;
	font: 700 1.08rem/1.25 "Fraunces", serif;
}

.jfpo-ec-checklist {
	margin: 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 0.35rem;
	color: #3d5b4c;
	font: 500 0.92rem/1.6 "Manrope", sans-serif;
}

.jfpo-ec-links-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
}

.jfpo-ec-links-grid a {
	display: inline-flex;
	align-items: center;
	padding: 0.62rem 0.78rem;
	border-radius: 12px;
	border: 1px solid rgba(45, 99, 71, 0.22);
	background: #f7fcf9;
	color: #23513a;
	font: 700 0.84rem/1.35 "Manrope", sans-serif;
	text-decoration: none;
}

.jfpo-ec-links-grid a:hover {
	background: #eef8f2;
	color: #1c4431;
	border-color: rgba(45, 99, 71, 0.34);
}

.jfpo-ec-pdf-preview p {
	margin: 0;
	color: #3e5b4d;
	font: 500 0.9rem/1.6 "Manrope", sans-serif;
}

.jfpo-ec-pdf-frame-wrap {
	margin-top: 0.65rem;
	border-radius: 14px;
	border: 1px solid rgba(45, 99, 71, 0.22);
	overflow: hidden;
	background: #ffffff;
}

.jfpo-ec-pdf-frame {
	display: block;
	width: 100%;
	height: 860px;
	border: 0;
}

.jfpo-ec-pdf-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 1.9rem 0 0.25rem;
}

.jfpo-ec-side {
	display: grid;
	gap: 0.85rem;
	align-content: start;
}

.jfpo-ec-side-card {
	padding: 0.95rem;
	border-radius: 16px;
	border: 1px solid rgba(45, 99, 71, 0.18);
	background: #ffffff;
	box-shadow: 0 10px 22px rgba(21, 46, 32, 0.08);
}

.jfpo-ec-side-card h2 {
	margin: 0 0 0.5rem;
	color: #1f412f;
	font: 700 1.04rem/1.3 "Fraunces", serif;
}

.jfpo-ec-side-card p {
	margin: 0;
	color: #3f5d4f;
	font: 500 0.9rem/1.6 "Manrope", sans-serif;
}

.jfpo-ec-side-list {
	margin: 0.55rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.35rem;
	color: #365445;
	font: 500 0.9rem/1.5 "Manrope", sans-serif;
}

.jfpo-ec-side-list strong {
	color: #1f432f;
}

.jfpo-ec-side-actions {
	display: grid;
	gap: 0.45rem;
	margin-top: 0.7rem;
}

.jfpo-ec-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.62rem 0.85rem;
	border-radius: 999px;
	background: #2d6347;
	border: 1px solid #2d6347;
	color: #ffffff;
	font: 700 0.84rem/1 "Manrope", sans-serif;
	text-decoration: none;
}

.jfpo-ec-btn:hover {
	background: #244f39;
	border-color: #244f39;
	color: #ffffff;
}

.jfpo-ec-btn.jfpo-ec-btn-ghost {
	background: #f7fcf9;
	border-color: rgba(45, 99, 71, 0.34);
	color: #23513a;
}

.jfpo-ec-btn.jfpo-ec-btn-ghost:hover {
	background: #eef7f1;
	color: #1e4733;
}

.jfpo-ec-download-list {
	margin: 0.2rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.5rem;
}

.jfpo-ec-download-list a {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.6rem 0.68rem;
	border-radius: 12px;
	border: 1px solid rgba(45, 99, 71, 0.2);
	background: #f7fcf9;
	text-decoration: none;
}

.jfpo-ec-download-list a:hover {
	border-color: rgba(45, 99, 71, 0.34);
	background: #eef8f2;
}

.jfpo-ec-file-ext {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 32px;
	border-radius: 9px;
	background: #2d6347;
	color: #ffffff;
	font: 800 0.73rem/1 "Manrope", sans-serif;
	letter-spacing: 0.06em;
}

.jfpo-ec-file-title {
	color: #214a35;
	font: 700 0.85rem/1.35 "Manrope", sans-serif;
}

.jfpo-ec-note {
	margin-top: 0.45rem;
	padding: 0.65rem 0.72rem;
	border-radius: 11px;
	border: 1px dashed rgba(45, 99, 71, 0.32);
	background: #f8fcf9;
	color: #466052;
	font: 600 0.84rem/1.55 "Manrope", sans-serif;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-ec-btn,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-ec-btn:visited,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-ec-btn:focus,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-ec-btn:active,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-ec-btn:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-ec-btn-ghost,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-ec-btn-ghost:visited,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-ec-btn-ghost:focus,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-ec-btn-ghost:active,
body.jfpo-site-refresh:not(.jfpo-home-refresh) a.jfpo-ec-btn-ghost:hover {
	color: #23513a !important;
}

.jfpo-competencias {
	padding: clamp(0.95rem, 2.2vw, 1.45rem) 0 0.2rem;
}

.jfpo-comp-hero {
	padding: clamp(1rem, 2.2vw, 1.5rem);
	border-radius: 22px;
	border: 1px solid rgba(45, 99, 71, 0.2);
	background: linear-gradient(145deg, #eef7f1 0%, #ddeee5 100%);
	box-shadow: 0 10px 24px rgba(20, 45, 32, 0.08);
}

.jfpo-comp-kicker {
	display: inline-flex;
	align-items: center;
	padding: 0.27rem 0.72rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 99, 71, 0.3);
	background: rgba(45, 99, 71, 0.08);
	color: #2c6146;
	font: 700 0.77rem/1 "Manrope", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jfpo-comp-hero h1 {
	margin: 0.58rem 0 0;
	color: #1a3d2b;
	font: 700 clamp(1.52rem, 3.2vw, 2.2rem)/1.15 "Fraunces", serif;
}

.jfpo-comp-hero p {
	margin: 0.62rem 0 0;
	max-width: 72ch;
	color: #345447;
	font: 500 0.95rem/1.63 "Manrope", sans-serif;
}

.jfpo-comp-highlight {
	margin-top: 0.85rem;
	display: grid;
	grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
	gap: 0.95rem;
	padding: 0.88rem;
	border-radius: 20px;
	border: 1px solid rgba(45, 99, 71, 0.18);
	background: #ffffff;
	box-shadow: 0 12px 26px rgba(20, 45, 32, 0.08);
}

.jfpo-comp-highlight-media img {
	display: block;
	width: 100%;
	height: clamp(190px, 30vw, 300px);
	object-fit: cover;
	border-radius: 16px;
	border: 1px solid rgba(45, 99, 71, 0.2);
}

.jfpo-comp-highlight-copy h2 {
	margin: 0;
	color: #1f412f;
	font: 700 clamp(1.16rem, 2.3vw, 1.44rem)/1.2 "Fraunces", serif;
}

.jfpo-comp-highlight-copy p {
	margin: 0.58rem 0 0;
	color: #39594b;
	font: 500 0.91rem/1.6 "Manrope", sans-serif;
}

.jfpo-comp-chips {
	margin-top: 0.65rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.jfpo-comp-chips span {
	display: inline-flex;
	align-items: center;
	padding: 0.36rem 0.7rem;
	border-radius: 999px;
	background: #eef7f1;
	border: 1px solid rgba(45, 99, 71, 0.24);
	color: #2b5d43;
	font: 700 0.75rem/1 "Manrope", sans-serif;
}

.jfpo-comp-sections {
	margin-top: 0.95rem;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
	gap: 0.9rem;
	align-items: start;
}

.jfpo-comp-card {
	padding: 0.95rem;
	border-radius: 18px;
	border: 1px solid rgba(45, 99, 71, 0.18);
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(20, 45, 32, 0.08);
}

.jfpo-comp-card h2 {
	margin: 0;
	color: #1e402e;
	font: 700 1.08rem/1.25 "Fraunces", serif;
}

.jfpo-comp-card p {
	margin: 0.55rem 0 0;
	color: #3a5a4c;
	font: 500 0.9rem/1.62 "Manrope", sans-serif;
}

.jfpo-comp-card--primary {
	border-color: rgba(45, 99, 71, 0.24);
}

.jfpo-comp-card--secondary {
	background: linear-gradient(140deg, #ffffff 0%, #f3fbf6 100%);
	border-color: rgba(45, 99, 71, 0.2);
}

.jfpo-comp-snippet {
	margin-top: 0.85rem;
	padding-top: 0.85rem;
	border-top: 1px dashed rgba(45, 99, 71, 0.18);
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 0.75rem;
	align-items: start;
}

.jfpo-comp-snippet:first-of-type {
	margin-top: 0.7rem;
}

.jfpo-comp-badge {
	width: 38px;
	height: 38px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: rgba(45, 99, 71, 0.08);
	border: 1px solid rgba(45, 99, 71, 0.22);
	color: #244f39;
	font: 900 0.9rem/1 "Manrope", sans-serif;
	box-shadow: 0 10px 20px rgba(20, 45, 32, 0.08);
}

.jfpo-comp-snippet-body {
	min-width: 0;
}

.jfpo-comp-snippet-lead {
	margin: 0;
	color: #214a35;
	font: 800 0.92rem/1.4 "Manrope", sans-serif;
}

.jfpo-comp-snippet-body p {
	margin: 0.35rem 0 0;
}

.jfpo-comp-list--single {
	column-count: 1;
}

.jfpo-comp-list {
	margin: 0.72rem 0 0;
	padding: 0;
	list-style: none;
	column-count: 2;
	column-gap: 1rem;
}

.jfpo-comp-list li {
	break-inside: avoid;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.43rem;
	padding: 0.3rem 0 0.42rem;
	border-bottom: 1px dashed rgba(45, 99, 71, 0.14);
	color: #385849;
	font: 500 0.84rem/1.52 "Manrope", sans-serif;
}

.jfpo-comp-marker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 22px;
	padding: 0 0.33rem;
	border-radius: 999px;
	background: #e6f2eb;
	border: 1px solid rgba(45, 99, 71, 0.25);
	color: #2c6146;
	font: 800 0.69rem/1 "Manrope", sans-serif;
}

.jfpo-comp-raw {
	margin-top: 1rem;
	padding: 0.85rem;
	border-radius: 16px;
	border: 1px solid rgba(45, 99, 71, 0.18);
	background: #f8fcf9;
}

.jfpo-comp-raw summary {
	cursor: pointer;
	color: #214a35;
	font: 800 0.84rem/1.2 "Manrope", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.jfpo-comp-raw-content {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px dashed rgba(45, 99, 71, 0.22);
	color: #3e5d4f;
	font: 500 0.84rem/1.6 "Manrope", sans-serif;
}

/* A Freguesia pages: Órgãos, Generalidades, Resenha Histórica, Símbolos Heráldicos, Galeria. */
.jfpo-af-page {
	padding: clamp(0.95rem, 2.2vw, 1.45rem) 0 0;
}

.jfpo-af-hero {
	padding: clamp(1rem, 2.2vw, 1.5rem);
	border-radius: 22px;
	border: 1px solid rgba(45, 99, 71, 0.2);
	background: linear-gradient(145deg, #eef7f1 0%, #ddeee5 100%);
	box-shadow: 0 10px 24px rgba(20, 45, 32, 0.08);
}

.jfpo-af-kicker {
	display: inline-flex;
	align-items: center;
	padding: 0.27rem 0.72rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 99, 71, 0.3);
	background: rgba(45, 99, 71, 0.08);
	color: #2c6146;
	font: 700 0.77rem/1 "Manrope", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jfpo-af-hero h1 {
	margin: 0.58rem 0 0;
	color: #1a3d2b;
	font: 700 clamp(1.55rem, 3.1vw, 2.2rem)/1.15 "Fraunces", serif;
}

.jfpo-af-intro {
	margin: 0.62rem 0 0;
	max-width: 72ch;
	color: #345447;
	font: 500 0.95rem/1.63 "Manrope", sans-serif;
}

.jfpo-af-nav {
	margin-top: 0.9rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.jfpo-site-refresh a.jfpo-af-nav-pill,
.jfpo-site-refresh a.jfpo-af-nav-pill:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.42rem 0.78rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 99, 71, 0.22);
	background: rgba(255, 255, 255, 0.92);
	color: var(--jfpo-ink);
	font: 700 0.86rem/1 "Manrope", sans-serif;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.jfpo-site-refresh a.jfpo-af-nav-pill:hover,
.jfpo-site-refresh a.jfpo-af-nav-pill:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(45, 99, 71, 0.4);
	box-shadow: 0 12px 20px rgba(18, 40, 28, 0.12);
	color: var(--jfpo-green);
}

.jfpo-site-refresh a.jfpo-af-nav-pill.is-active,
.jfpo-site-refresh a.jfpo-af-nav-pill.is-active:visited,
.jfpo-site-refresh a.jfpo-af-nav-pill.is-active:hover,
.jfpo-site-refresh a.jfpo-af-nav-pill.is-active:focus-visible {
	background: var(--jfpo-green);
	border-color: rgba(45, 99, 71, 0.95);
	color: #ffffff;
	box-shadow: 0 18px 28px rgba(16, 44, 30, 0.18);
	transform: none;
}

.jfpo-af-body {
	padding: clamp(0.8rem, 2vw, 1.15rem) 0 0.2rem;
}

.jfpo-af-grid {
	display: grid;
	gap: 0.95rem;
}

.jfpo-af-grid--organs,
.jfpo-af-grid--resenha {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jfpo-af-grid--generalidades {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.jfpo-af-grid--simbolos {
	grid-template-columns: 1fr;
}

.jfpo-af-card {
	padding: clamp(0.95rem, 2vw, 1.15rem);
	border-radius: 20px;
	border: 1px solid rgba(45, 99, 71, 0.18);
	background: #ffffff;
	box-shadow: 0 12px 26px rgba(20, 45, 32, 0.08);
}

.jfpo-af-card h2 {
	margin: 0;
	color: #1a3d2b;
	font: 700 1.28rem/1.2 "Fraunces", serif;
}

.jfpo-af-grid--organs .jfpo-af-org-card h2 {
	text-align: center;
}

.jfpo-af-card h3 {
	margin: 0.85rem 0 0;
	color: #1a3d2b;
	font: 800 0.92rem/1.2 "Manrope", sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.jfpo-af-prose p {
	margin: 0.62rem 0 0;
	color: #345447;
	font: 500 0.95rem/1.7 "Manrope", sans-serif;
}

.jfpo-af-card-media {
	margin-bottom: 0.85rem;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(45, 99, 71, 0.18);
	background: #f2f5ef;
}

.jfpo-af-card-media img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: contain;
	object-position: center;
}

@media (hover: hover) and (pointer: fine) {
	.jfpo-af-grid--organs .jfpo-af-card-media {
		min-height: 260px;
		cursor: zoom-in;
		position: relative;
	}

	.jfpo-af-grid--organs .jfpo-af-card-media::before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(8, 20, 13, 0.66);
		backdrop-filter: blur(2px);
		opacity: 0;
		transition: opacity 0.22s ease;
		pointer-events: none;
		z-index: 9997;
	}

	.jfpo-af-grid--organs .jfpo-af-card-media:hover::before {
		opacity: 1;
	}

	.jfpo-af-grid--organs .jfpo-af-card-media img {
		transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, border-radius 0.24s ease;
		will-change: transform;
	}

	.jfpo-af-grid--organs .jfpo-af-card-media:hover img {
		position: fixed;
		top: 50%;
		left: 50%;
		width: min(92vw, 900px);
		height: auto;
		max-height: 88vh;
		margin: 0;
		transform: translate(-50%, -50%);
		object-fit: contain;
		object-position: center;
		border-radius: 22px;
		border: 1px solid rgba(255, 255, 255, 0.3);
		box-shadow: 0 32px 86px rgba(0, 0, 0, 0.55);
		z-index: 9998;
		cursor: zoom-out;
		background: rgba(255, 255, 255, 0.02);
	}
}

.jfpo-af-role-list {
	margin: 0.85rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.65rem;
}

.jfpo-af-role-list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	padding: 0.6rem 0.65rem;
	border-radius: 14px;
	border: 1px solid rgba(45, 99, 71, 0.16);
	background: #f8fcf9;
}

.jfpo-af-role {
	display: inline-flex;
	align-items: center;
	padding: 0.18rem 0.55rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 99, 71, 0.24);
	background: rgba(45, 99, 71, 0.08);
	color: #2c6146;
	font: 800 0.72rem/1 "Manrope", sans-serif;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.jfpo-af-org-extra {
	margin-top: 0.9rem;
	padding: 0.85rem 0.9rem;
	border-radius: 14px;
	border: 1px solid rgba(45, 99, 71, 0.16);
	background: #f8fcf9;
	box-shadow: 0 12px 22px rgba(20, 45, 32, 0.05);
	text-align: left;
	position: relative;
}

.jfpo-af-org-extra h3 {
	margin: 0 0 0.55rem;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.18rem 0.6rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 99, 71, 0.3);
	background: rgba(45, 99, 71, 0.12);
	color: #1f4a35;
	font: 900 0.72rem/1 "Manrope", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jfpo-af-vogais {
	margin: 0.55rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.35rem;
	color: #1f4a35;
	font: 600 0.92rem/1.55 "Manrope", sans-serif;
}

.jfpo-af-vogais li {
	position: relative;
	padding-left: 1.05rem;
}

.jfpo-af-name {
	color: var(--jfpo-ink);
	font: 700 0.94rem/1.35 "Manrope", sans-serif;
}

.jfpo-af-vogais li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(45, 99, 71, 0.46);
}

.jfpo-af-stats {
	margin-top: 0.85rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem;
}

.jfpo-af-stat {
	padding: 0.7rem 0.75rem;
	border-radius: 16px;
	border: 1px solid rgba(45, 99, 71, 0.14);
	background: linear-gradient(145deg, #f8fcf9 0%, #eef7f1 100%);
}

.jfpo-af-stat-label {
	margin: 0;
	color: #2c6146;
	font: 800 0.76rem/1.1 "Manrope", sans-serif;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.jfpo-af-stat-value {
	margin: 0.45rem 0 0;
	color: var(--jfpo-ink);
	font: 700 0.95rem/1.4 "Manrope", sans-serif;
}

.jfpo-af-highlight {
	display: grid;
	grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
	gap: 0.95rem;
	align-items: center;
}

.jfpo-af-highlight-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
	border: 1px solid rgba(45, 99, 71, 0.16);
	background: #f2f5ef;
	padding: 0.7rem;
}

.jfpo-af-bullets {
	margin: 0.85rem 0 0;
	padding-left: 1.1rem;
	color: #345447;
	font: 500 0.95rem/1.65 "Manrope", sans-serif;
}

.jfpo-af-bullets li {
	margin: 0.45rem 0;
}

.jfpo-af-gallery-surface .ngg-gallery-thumbnail img {
	border-radius: 16px !important;
	border: 1px solid rgba(45, 99, 71, 0.16) !important;
	box-shadow: 0 14px 28px rgba(20, 45, 32, 0.12);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.jfpo-af-gallery-surface .ngg-gallery-thumbnail img:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(20, 45, 32, 0.16);
}

.jfpo-site-refresh .site-footer {
	display: none !important;
}





/* Astra UI: remove the default blue accents for menu toggle/close + scroll-to-top. */
body.jfpo-site-refresh .main-header-menu-toggle {
	color: var(--jfpo-green) !important;
}

body.jfpo-site-refresh .main-header-menu-toggle .ast-mobile-svg,
body.jfpo-site-refresh .main-header-menu-toggle svg {
	fill: currentColor !important;
}

body.jfpo-site-refresh #ast-scroll-top {
	background-color: var(--jfpo-green) !important;
	box-shadow: 0 14px 28px rgba(12, 25, 17, 0.22);
}

body.jfpo-site-refresh #ast-scroll-top:hover,
body.jfpo-site-refresh #ast-scroll-top:focus {
	background-color: var(--jfpo-green-deep) !important;
}

body.jfpo-site-refresh #ast-scroll-top svg,
body.jfpo-site-refresh #ast-scroll-top svg path {
	fill: #ffffff !important;
}

/* Astra mobile menu: keep submenu toggle (chevrons) visible on green backgrounds without forcing link text. */


/* Astra desktop submenu: remove the default blue border accents on dropdown menus. */


@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	body.jfpo-site-refresh *,
	body.jfpo-site-refresh *::before,
	body.jfpo-site-refresh *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.jfpo-hero-slide,
	.jfpo-hero-slide.is-active {
		transform: none !important;
	}
}

/* --- JFPO STANDALONE: Header & Navigation (no Astra required) --- */
body.jfpo-site-refresh .jfpo-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 0;
}

body.jfpo-site-refresh .jfpo-branding {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}

body.jfpo-site-refresh .jfpo-site-title {
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 1.15rem;
	text-decoration: none;
	color: #234432;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.jfpo-site-refresh .jfpo-site-title:hover {
	color: var(--jfpo-green);
}

body.jfpo-site-refresh .jfpo-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	color: var(--jfpo-green);
	border: 1px solid rgba(45, 99, 71, 0.22);
	background: #ffffff;
	border-radius: 14px;
	padding: 0.55rem 0.65rem;
	cursor: pointer;
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

body.jfpo-site-refresh .jfpo-nav-toggle:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(22, 39, 30, 0.12);
}

body.jfpo-site-refresh .jfpo-nav-icon {
	display: block;
	width: 22px;
	height: 14px;
	position: relative;
}

body.jfpo-site-refresh .jfpo-nav-icon::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
	box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
}

body.jfpo-site-refresh .jfpo-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

body.jfpo-site-refresh .jfpo-menu > li {
	position: relative;
}

body.jfpo-site-refresh .jfpo-menu .menu-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.65rem 0.8rem;
	border-radius: 999px;
	text-decoration: none;
	color: #234432;
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	font-size: 0.95rem;
	transition: background-color 0.18s ease, color 0.18s ease;
}

body.jfpo-site-refresh .jfpo-menu .menu-link:hover {
	background: rgba(45, 99, 71, 0.08);
	color: var(--jfpo-green);
}

body.jfpo-site-refresh .jfpo-menu .current-menu-item > .menu-link {
	background: rgba(45, 99, 71, 0.1);
	color: var(--jfpo-green);
}

/* Keep parent menu item visually active while the dropdown is open. */
@media (hover: hover) and (pointer: fine) {
	body.jfpo-site-refresh .jfpo-menu > li:hover > .menu-link,
	body.jfpo-site-refresh .jfpo-menu > li:focus-within > .menu-link {
		background: rgba(45, 99, 71, 0.08);
		color: var(--jfpo-green);
	}
}

body.jfpo-site-refresh .jfpo-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0.45rem;
	display: flex;
	flex-direction: column;
	gap: 0.12rem;
	border: 1px solid rgba(45, 99, 71, 0.18);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(22, 39, 30, 0.12);
	position: absolute;
	left: 0;
	top: calc(100% - 1px);
	min-width: 260px;
	display: none;
	z-index: 99999;
	pointer-events: auto;
	transform: none;
	overflow: hidden; /* Clip submenu hover backgrounds to the dropdown card radius */
}

body.jfpo-site-refresh .jfpo-menu .sub-menu > li {
	margin: 0;
}

body.jfpo-site-refresh .jfpo-menu .sub-menu .menu-link {
	width: 100%;
	display: block;
	text-align: left;
	margin: 0;
	border-radius: 12px;
	padding: 0.6rem 0.75rem;
	box-sizing: border-box;
}

body.jfpo-site-refresh .jfpo-menu .sub-menu > li:first-child > .menu-link {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

body.jfpo-site-refresh .jfpo-menu .sub-menu > li:last-child > .menu-link {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

/* Desktop: open dropdowns by hover/focus-within without relying on WP classes. */


@media (hover: hover) and (pointer: fine) {
	body.jfpo-site-refresh .jfpo-menu > li:hover > .sub-menu {
		display: block;
	}
}

body.jfpo-site-refresh .jfpo-submenu-toggle {
	display: none;
}

/* Ensure dropdown menus are not clipped by header/nav wrappers. */
body.jfpo-site-refresh .site-header,
body.jfpo-site-refresh .jfpo-header,
body.jfpo-site-refresh .ast-primary-header-bar,
body.jfpo-site-refresh .main-navigation,
body.jfpo-site-refresh .jfpo-nav,
body.jfpo-site-refresh .jfpo-nav-wrap,
body.jfpo-site-refresh .jfpo-header-inner {
	overflow: visible !important;
}

body.jfpo-site-refresh .site-header,
body.jfpo-site-refresh .ast-primary-header-bar {
	position: relative;
	z-index: 1000;
}



/* ===== Blog (/blog/) cards (standalone theme) ===== */
body.jfpo-site-refresh .jfpo-blog-index {
	padding: 1.25rem 0 1.6rem;
}

body.jfpo-site-refresh .jfpo-blog-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

body.jfpo-site-refresh .jfpo-blog-hero {
	padding: clamp(1rem, 2vw, 1.4rem) clamp(1.1rem, 2.2vw, 1.6rem);
	border-radius: 20px;
	background: linear-gradient(128deg, #f2f8f4 0%, #e7f1eb 100%);
	border: 1px solid rgba(46, 99, 71, 0.2);
	margin: 0 0 0.9rem;
}

body.jfpo-site-refresh .jfpo-blog-hero h1 {
	margin: 0;
	color: #193928;
	font: 700 clamp(1.45rem, 3.3vw, 2.1rem) / 1.16 "Fraunces", serif;
}

body.jfpo-site-refresh .jfpo-blog-hero p {
	margin: 0.45rem 0 0;
	color: #355445;
	font: 500 0.96rem / 1.65 "Manrope", sans-serif;
	max-width: 70ch;
}

body.jfpo-site-refresh .jfpo-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.95rem;
}

body.jfpo-site-refresh .jfpo-blog-card {
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(46, 99, 71, 0.2);
	border-radius: 18px;
	box-shadow: 0 10px 20px rgba(13, 43, 30, 0.08);
	overflow: hidden;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.jfpo-site-refresh .jfpo-blog-card:hover {
	transform: translateY(-3px);
	border-color: rgba(45, 99, 71, 0.34);
	box-shadow: 0 16px 28px rgba(13, 43, 30, 0.12);
}

body.jfpo-site-refresh .jfpo-blog-card-media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, rgba(45, 99, 71, 0.18) 0%, rgba(45, 99, 71, 0.06) 100%);
	display: block;
	text-decoration: none;
	color: inherit;
}

body.jfpo-site-refresh .jfpo-blog-card-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.jfpo-site-refresh .jfpo-blog-card-media-placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 0.75rem;
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 42%),
		radial-gradient(circle at 85% 30%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 45%),
		linear-gradient(135deg, rgba(45, 99, 71, 0.24) 0%, rgba(45, 99, 71, 0.08) 100%);
}

body.jfpo-site-refresh .jfpo-blog-card-media-icon {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	display: grid;
	place-items: center;
	color: #1f4330;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(45, 99, 71, 0.22);
	box-shadow: 0 10px 20px rgba(13, 43, 30, 0.08);
}

body.jfpo-site-refresh .jfpo-blog-card-media-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.42rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 99, 71, 0.28);
	background: rgba(255, 255, 255, 0.72);
	color: #1f4330;
	font: 800 0.78rem / 1 "Manrope", sans-serif;
	backdrop-filter: blur(6px);
	margin-top: 0.65rem;
}

body.jfpo-site-refresh .jfpo-blog-card-body {
	position: relative;
	z-index: 1;
	padding: 0.95rem 1rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	min-height: 210px;
}

body.jfpo-site-refresh .jfpo-blog-card-kicker {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
	flex-wrap: wrap;
}

body.jfpo-site-refresh .jfpo-blog-card-cat {
	display: inline-flex;
	align-items: center;
	padding: 0.26rem 0.64rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 99, 71, 0.32);
	background: rgba(45, 99, 71, 0.08);
	color: #24513a;
	font: 800 0.78rem / 1 "Manrope", sans-serif;
	text-decoration: none;
}

body.jfpo-site-refresh .jfpo-blog-card-cat:hover {
	background: #2d6347;
	border-color: #2d6347;
	color: #ffffff;
}

body.jfpo-site-refresh .jfpo-blog-card-meta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #476458;
	font: 600 0.82rem / 1.3 "Manrope", sans-serif;
}

body.jfpo-site-refresh .jfpo-blog-card-meta-sep {
	opacity: 0.7;
}

body.jfpo-site-refresh .jfpo-blog-card-title {
	margin: 0;
	color: #173827;
	font: 700 1.18rem / 1.22 "Fraunces", serif;
}

body.jfpo-site-refresh .jfpo-blog-card-title a {
	color: inherit;
	text-decoration: none;
}

body.jfpo-site-refresh .jfpo-blog-card-title a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.18em;
}

body.jfpo-site-refresh .jfpo-blog-card-excerpt {
	margin: 0;
	color: #355445;
	font: 500 0.95rem / 1.65 "Manrope", sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.jfpo-site-refresh .jfpo-blog-card-actions {
	margin-top: auto;
	display: flex;
	justify-content: flex-start;
}

body.jfpo-site-refresh .jfpo-blog-pagination {
	margin-top: 1.1rem;
}

body.jfpo-site-refresh .jfpo-blog-pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.45rem;
}

body.jfpo-site-refresh .jfpo-blog-pagination .page-numbers {
	float: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4rem;
	height: 2.4rem;
	padding: 0 0.85rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 99, 71, 0.22);
	background: #ffffff;
	color: #1f4330;
	font: 800 0.86rem / 1 "Manrope", sans-serif;
	text-decoration: none;
}

body.jfpo-site-refresh .jfpo-blog-pagination .page-numbers:hover {
	border-color: rgba(45, 99, 71, 0.36);
	box-shadow: 0 10px 18px rgba(13, 43, 30, 0.08);
	transform: translateY(-1px);
}

body.jfpo-site-refresh .jfpo-blog-pagination .page-numbers.current {
	background: #2d6347;
	border-color: #2d6347;
	color: #ffffff;
}

body.jfpo-site-refresh .jfpo-blog-empty {
	padding: 1rem;
	border-radius: 18px;
	border: 1px solid rgba(46, 99, 71, 0.2);
	background: #ffffff;
	color: #355445;
	font: 500 0.95rem / 1.65 "Manrope", sans-serif;
}





/* ===== Single post (blog) ===== */
body.jfpo-site-refresh .jfpo-post-hero {
	margin: 0 0 1rem;
	padding: 0.95rem 1rem;
	border-radius: 20px;
	background: linear-gradient(128deg, #f0f8f3 0%, #e6f1ea 100%);
	border: 1px solid rgba(45, 99, 71, 0.18);
}

body.jfpo-site-refresh .jfpo-post-meta {
	margin-top: 0.55rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	font: 600 0.92rem/1.4 "Manrope", sans-serif;
	color: rgba(35, 69, 50, 0.9);
}

body.jfpo-site-refresh .jfpo-post-meta a {
	color: var(--jfpo-green);
	text-decoration: none;
}

body.jfpo-site-refresh .jfpo-post-meta a:hover {
	text-decoration: underline;
}

body.jfpo-site-refresh .jfpo-post-nav {
	margin-top: 1.15rem;
}

body.jfpo-site-refresh .jfpo-post-nav .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(45, 99, 71, 0.14);
}

body.jfpo-site-refresh .jfpo-post-nav .nav-links a {
	display: block;
	padding: 0.9rem 1rem;
	border-radius: 16px;
	border: 1px solid rgba(45, 99, 71, 0.14);
	background: #fbfdfb;
	box-shadow: 0 10px 22px rgba(21, 46, 32, 0.06);
	text-decoration: none;
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

body.jfpo-site-refresh .jfpo-post-nav .nav-links a:hover {
	transform: translateY(-2px);
	border-color: rgba(45, 99, 71, 0.34);
	box-shadow: 0 14px 28px rgba(21, 46, 32, 0.1);
}

body.jfpo-site-refresh .jfpo-post-nav .nav-next a {
	text-align: right;
}

body.jfpo-site-refresh .jfpo-post-nav-label-text {
	font: 700 0.75rem/1 "Manrope", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(35, 69, 50, 0.78);
}

body.jfpo-site-refresh .jfpo-post-nav-label {
	display: inline-block;
	margin: 0 0.35rem;
	color: rgba(35, 69, 50, 0.78);
}

body.jfpo-site-refresh .jfpo-post-nav-title {
	display: block;
	margin-top: 0.55rem;
	font: 700 0.98rem/1.35 "Cormorant Garamond", serif;
	color: #234532;
}



/* Mobile/tablet: hero actions centered (<=920px) */


/* --- Mobile/tablet polish (<=820px): keep desktop unchanged --- */


/* Mobile: blog cards pills + read more (<=480px) */


/* Mobile: hero pills (<=470px) */




/* ===== Responsive: single breakpoint (<=920px) ===== */
/* Facebook section: keep the feed centered inside the pill */
body.jfpo-site-refresh .jfpo-facebook-section .jfpo-shell,
body.jfpo-site-refresh .jfpo-facebook-section .jfpo-fbfeed,
body.jfpo-site-refresh .jfpo-facebook-section .jfpo-fbfeed-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

body.jfpo-site-refresh .jfpo-facebook-section .jfpo-fbfeed {
	width: 100%;
}

/* ===== Scroll to top (standalone, no Astra) ===== */
body.jfpo-site-refresh .jfpo-scroll-top {
	position: fixed;
	right: 18px;
	bottom: 18px;
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 999px;
	background: var(--jfpo-green, #2d6347);
	color: #ffffff;
	box-shadow: 0 16px 30px rgba(22, 39, 30, 0.22);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	pointer-events: none;
	transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms, filter 180ms ease;
	z-index: 99999;
}

body.jfpo-site-refresh .jfpo-scroll-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
	transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
}

body.jfpo-site-refresh .jfpo-scroll-top:hover {
	filter: brightness(1.08);
}

body.jfpo-site-refresh .jfpo-scroll-top:active {
	transform: translateY(1px);
}

body.jfpo-site-refresh .jfpo-scroll-top:focus-visible {
	outline: 3px solid rgba(240, 196, 84, 0.75);
	outline-offset: 3px;
}

body.jfpo-site-refresh .jfpo-scroll-top svg,
body.jfpo-site-refresh .jfpo-scroll-top svg path {
	fill: currentColor;
}

@media (prefers-reduced-motion: reduce) {
	body.jfpo-site-refresh .jfpo-scroll-top {
		transition: none;
	}
}

@media print {
	body.jfpo-site-refresh .jfpo-scroll-top {
		display: none !important;
	}
}

/* ==========================================================================
   Responsive (single breakpoint)
   NOTE: All width-based responsive rules are consolidated here by design.
   ========================================================================== */
@media (max-width: 920px) {
	body.jfpo-site-refresh:not(.jfpo-home-refresh) #primary {
		border-radius: 18px;
		padding: 0.9rem;
	}

	body.jfpo-site-refresh .jfpo-shell {
		width: min(1200px, calc(100% - 1.4rem));
	}

	/* Layout stacks */
	body.jfpo-site-refresh .jfpo-hero-grid {
		grid-template-columns: 1fr;
	}

	body.jfpo-site-refresh .jfpo-links-grid,
	body.jfpo-site-refresh .jfpo-news-grid,
	body.jfpo-site-refresh .jfpo-footer-grid,
	body.jfpo-site-refresh .jfpo-contact-directory-grid,
	body.jfpo-site-refresh .jfpo-docs-hub-grid,
	body.jfpo-site-refresh .jfpo-docs-files-grid,
	body.jfpo-site-refresh .jfpo-services-wrap,
	body.jfpo-site-refresh .jfpo-services-grid,
	body.jfpo-site-refresh .jfpo-contact-grid,
	body.jfpo-site-refresh .jfpo-ec-grid,
	body.jfpo-site-refresh .jfpo-ec-service-grid,
	body.jfpo-site-refresh .jfpo-ec-links-grid,
	body.jfpo-site-refresh .jfpo-comp-highlight,
	body.jfpo-site-refresh .jfpo-comp-sections,
	body.jfpo-site-refresh .jfpo-af-grid--organs,
	body.jfpo-site-refresh .jfpo-af-grid--resenha,
	body.jfpo-site-refresh .jfpo-af-grid--generalidades,
	body.jfpo-site-refresh .jfpo-af-stats,
	body.jfpo-site-refresh .jfpo-af-highlight {
		grid-template-columns: 1fr;
	}

	body.jfpo-site-refresh .jfpo-comp-list {
		column-count: 1;
		column-gap: 0;
	}

	body.jfpo-site-refresh .jfpo-comp-list li {
		grid-template-columns: auto 1fr;
	}

	body.jfpo-site-refresh .jfpo-comp-highlight-media img {
		height: clamp(180px, 58vw, 320px);
	}

	body.jfpo-site-refresh .jfpo-service-card,
	body.jfpo-site-refresh .jfpo-contact-card {
		padding: 1.2rem;
		max-width: 100%;
	}

	body.jfpo-site-refresh .jfpo-service-card p,
	body.jfpo-site-refresh .jfpo-contact-card p {
		line-height: 1.6;
	}

	/* Mobile: hero CTAs (centered + consistent) */
	body.jfpo-site-refresh .jfpo-home-refresh .jfpo-hero-copy h1 {
		font-size: clamp(1.7rem, 8vw, 2.3rem);
	}

	body.jfpo-site-refresh .jfpo-hero-copy {
		max-width: 100%;
		padding: 1.45rem 1.45rem 6.2rem;
		min-height: clamp(380px, 86vw, 520px);
		text-align: center;
		align-items: center;
	}

	body.jfpo-site-refresh .jfpo-intro {
		margin-left: auto;
		margin-right: auto;
	}

	body.jfpo-site-refresh .jfpo-hero-actions {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		margin-bottom: 2.2rem;
	}

	body.jfpo-site-refresh .jfpo-hero-actions .jfpo-btn,
	body.jfpo-site-refresh .jfpo-hero-actions .jfpo-pill {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		display: block;
		text-align: center;
		box-sizing: border-box;
	}

	body.jfpo-site-refresh .jfpo-hero-actions .jfpo-btn {
		padding: 0.62rem 1rem;
		font-size: 0.9rem;
		box-shadow: none;
	}

	body.jfpo-site-refresh .jfpo-hero-dots {
		bottom: 0.9rem;
	}

	body.jfpo-site-refresh .jfpo-hero-dot {
		width: 28px;
		height: 28px;
	}

	body.jfpo-site-refresh .jfpo-hero-dot::after {
		width: 8px;
		height: 8px;
	}

	/* Services icons sizing */
	body.jfpo-site-refresh .jfpo-content-surface img.jfpo-service-mark {
		width: 58px !important;
		height: 58px !important;
		max-width: 58px !important;
		max-height: 58px !important;
	}

	body.jfpo-site-refresh .jfpo-content-surface p.jfpo-service-social a {
		width: 46px;
		height: 46px;
	}

	body.jfpo-site-refresh .jfpo-content-surface img.jfpo-service-social-icon {
		width: 27px !important;
		height: 27px !important;
		max-width: 27px !important;
		max-height: 27px !important;
	}

	body.jfpo-site-refresh .jfpo-content-surface .jfpo-service-ec-link {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	body.jfpo-site-refresh .jfpo-content-surface .jfpo-service-ec-thumb {
		max-width: 64px !important;
		height: 40px !important;
		max-height: 40px !important;
	}

	/* Mobile: hamburger lines visible (closed state) */
	body.jfpo-site-refresh .jfpo-nav-toggle {
		display: inline-flex;
		background: var(--jfpo-green);
		color: #ffffff;
		border-color: rgba(19, 55, 38, 0.2);
	}

	body.jfpo-site-refresh .jfpo-nav-toggle .jfpo-nav-icon::before {
		background-color: #ffffff !important;
		opacity: 1 !important;
		box-shadow: 0 6px 0 #ffffff, 0 12px 0 #ffffff !important;
	}

	/* Mobile navigation */
	body.jfpo-site-refresh .jfpo-header-inner {
		flex-wrap: wrap;
	}

	body.jfpo-site-refresh .jfpo-nav {
		display: none;
		width: 100%;
		padding-top: 0.65rem;
	}

	body.jfpo-site-refresh.jfpo-nav-open .jfpo-nav {
		display: block;
		padding: 0.75rem;
		background: linear-gradient(140deg, rgba(242, 248, 244, 0.92) 0%, rgba(231, 241, 235, 0.92) 100%);
		border: 1px solid rgba(45, 99, 71, 0.14);
		border-radius: 22px;
		box-shadow: 0 18px 40px rgba(22, 39, 30, 0.12);
	}

	body.jfpo-site-refresh .jfpo-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0.35rem;
		padding: 0.25rem;
		border: 0;
		background: transparent;
		border-radius: 0;
		box-shadow: none;
	}

	body.jfpo-site-refresh .jfpo-menu .menu-link {
		width: 100%;
		justify-content: flex-start;
		border-radius: 16px;
		padding: 0.85rem 0.9rem;
	}

	body.jfpo-site-refresh .jfpo-submenu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 1px solid rgba(45, 99, 71, 0.14);
		background: rgba(255, 255, 255, 0.7);
		border-radius: 999px;
		color: var(--jfpo-green);
		position: relative;
		padding: 0;
	}

	body.jfpo-site-refresh .jfpo-submenu-toggle::before {
		content: "";
		width: 9px;
		height: 9px;
		border-right: 2px solid var(--jfpo-green);
		border-bottom: 2px solid var(--jfpo-green);
		transform: translateY(-1px) rotate(45deg);
		transition: transform 0.18s ease, border-color 0.18s ease;
	}

	body.jfpo-site-refresh .jfpo-menu .is-submenu-open > .jfpo-submenu-toggle {
		background: var(--jfpo-green);
		border-color: var(--jfpo-green);
	}

	body.jfpo-site-refresh .jfpo-menu .is-submenu-open > .jfpo-submenu-toggle::before {
		border-color: #ffffff;
		transform: translateY(1px) rotate(-135deg);
	}

	body.jfpo-site-refresh .jfpo-menu .menu-item-has-children,
	body.jfpo-site-refresh .jfpo-menu .jfpo-has-submenu {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-rows: auto auto;
		align-items: center;
	}

	body.jfpo-site-refresh .jfpo-menu .menu-item-has-children > .sub-menu,
	body.jfpo-site-refresh .jfpo-menu .jfpo-has-submenu > .sub-menu {
		grid-column: 1 / -1;
		grid-row: 2;
		position: static;
		margin: 0;
		box-shadow: none;
		border: none;
		padding: 0.15rem 0 0.45rem;
		display: none;
	}

	body.jfpo-site-refresh .jfpo-menu .menu-item-has-children.is-submenu-open > .sub-menu,
	body.jfpo-site-refresh .jfpo-menu .jfpo-has-submenu.is-submenu-open > .sub-menu {
		display: block;
	}

	body.jfpo-site-refresh .jfpo-menu .sub-menu .menu-link {
		padding: 0.72rem 0.9rem;
		border-radius: 14px;
	}

	/* Mobile: category pills (compact, consistent) */
	body.jfpo-site-refresh .jfpo-news-cat-pill,
	body.jfpo-site-refresh .jfpo-blog-card-cat {
		font-size: 12px;
		padding: 4px 10px;
		border-radius: 999px;
		line-height: 1;
		display: inline-flex;
		align-items: center;
		align-self: flex-start;
	}

	body.jfpo-site-refresh .jfpo-news-date {
		font-size: 12px;
	}

	/* Mobile: "Ler mais" buttons (compact, never full-width) */
	body.jfpo-site-refresh .jfpo-news-readmore,
	body.jfpo-site-refresh .jfpo-blog-card-readmore {
		display: inline-block;
		width: auto;
		max-width: 220px;
		padding: 10px 16px;
		border-radius: 999px;
		line-height: 1.1;
	}

	body.jfpo-site-refresh .jfpo-news-readmore {
		align-self: flex-start;
		font-size: 0.9rem;
	}

	body.jfpo-site-refresh .jfpo-news-card .jfpo-btn,
	body.jfpo-site-refresh .jfpo-blog-card .jfpo-btn {
		width: auto;
		max-width: 100%;
	}

	/* Blog + post nav */
	body.jfpo-site-refresh .jfpo-blog-grid {
		grid-template-columns: 1fr;
	}

	body.jfpo-site-refresh .jfpo-post-nav .nav-links {
		grid-template-columns: 1fr;
	}

	/* Mobile: Facebook card stays centered */
	body.jfpo-site-refresh .jfpo-facebook-section {
		padding-left: 0.7rem;
		padding-right: 0.7rem;
		box-sizing: border-box;
		overflow-x: visible;
		text-align: center;
	}

	body.jfpo-site-refresh .jfpo-facebook-section .jfpo-shell {
		width: min(1200px, 100%);
		max-width: min(1200px, 100%);
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		text-align: left;
	}

	body.jfpo-site-refresh .jfpo-facebook-card,
	body.jfpo-site-refresh .jfpo-facebook-section .container,
	body.jfpo-site-refresh .jfpo-facebook-section .jfpo-fbfeed,
	body.jfpo-site-refresh .jfpo-facebook-section .jfpo-fbfeed-inner,
	body.jfpo-site-refresh .jfpo-facebook-section .jfpo-fbfeed-frame {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		box-sizing: border-box;
	}

	body.jfpo-site-refresh .jfpo-facebook-card,
	body.jfpo-site-refresh .jfpo-facebook-section .jfpo-fbfeed {
		max-width: 720px;
	}

	body.jfpo-site-refresh .jfpo-facebook-section .jfpo-fbfeed iframe,
	body.jfpo-site-refresh .jfpo-facebook-section .jfpo-fbfeed .fb_iframe_widget,
	body.jfpo-site-refresh .jfpo-facebook-section .jfpo-fbfeed .fb_iframe_widget span {
		width: 100% !important;
		max-width: 100% !important;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

