:root {
	--wcf-ink: #13211b;
	--wcf-muted: #5d6c66;
	--wcf-green: #174f3a;
	--wcf-leaf: #2e7a55;
	--wcf-gold: #d7a33b;
	--wcf-cream: #fbfaf6;
	--wcf-mist: #e8f1ef;
	--wcf-sky: #e6eef5;
	--wcf-rose: #f4dfd9;
	--wcf-white: #ffffff;
	--wcf-border: rgba(19, 33, 27, 0.14);
	--wcf-shadow: 0 18px 45px rgba(19, 33, 27, 0.13);
	--wcf-radius: 8px;
}

.wcf-redesign-active {
	background: var(--wcf-cream);
	color: var(--wcf-ink);
}

.wcf-redesign-active h1,
.wcf-redesign-active h2,
.wcf-redesign-active h3,
.wcf-redesign-active h4,
.wcf-redesign-active h5,
.wcf-redesign-active h6 {
	color: var(--wcf-ink);
	font-weight: 700;
	letter-spacing: 0;
}

.wcf-redesign-active p {
	letter-spacing: 0;
}

.wcf-redesign-active a {
	color: var(--wcf-green);
}

.wcf-redesign-active .site-header,
.wcf-redesign-active.ast-theme-transparent-header #masthead,
.wcf-redesign-active .ast-primary-header-bar,
.wcf-redesign-active.ast-theme-transparent-header .main-header-bar,
.wcf-redesign-active .ast-mobile-header-wrap .ast-primary-header-bar {
	position: relative !important;
	background: rgba(251, 250, 246, 0.82) !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
	border-bottom: 1px solid var(--wcf-border) !important;
	margin-top: 0 !important;
}

.wcf-redesign-active.ast-theme-transparent-header #content,
.wcf-redesign-active.ast-theme-transparent-header .site-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.wcf-redesign-active .site-header-primary-section-right,
.wcf-redesign-active .ast-main-header-bar-alignment,
.wcf-redesign-active .ast-builder-menu-1,
.wcf-redesign-active .ast-builder-menu-1 .main-header-menu,
.wcf-redesign-active .main-header-menu,
.wcf-redesign-active .main-header-menu > .menu-item,
.wcf-redesign-active .main-header-menu > .menu-item > .menu-link,
.wcf-redesign-active .ast-builder-menu-1 .menu-item > .menu-link {
	background: transparent !important;
}

.wcf-redesign-home .site-header {
	position: relative !important;
}

.wcf-redesign-active .main-header-menu .menu-link,
.wcf-redesign-active .ast-builder-menu-1 .menu-item > .menu-link,
.wcf-redesign-active .footer-bar-navigation .menu-link {
	color: var(--wcf-ink);
	font-weight: 700;
}

.wcf-redesign-active .main-header-menu .menu-link:hover,
.wcf-redesign-active .ast-builder-menu-1 .menu-item > .menu-link:hover,
.wcf-redesign-active .footer-bar-navigation .menu-link:hover {
	color: var(--wcf-leaf);
}

.wcf-redesign-active .site-footer {
	background: #10221a;
	color: rgba(255, 255, 255, 0.84);
}

.wcf-redesign-active .site-footer a,
.wcf-redesign-active .site-footer .menu-link {
	color: rgba(255, 255, 255, 0.88);
}

.wcf-redesign-active .site-footer img {
	border-radius: var(--wcf-radius);
	max-width: 132px;
	height: auto;
}

.wcf-redesign-active .custom-logo,
.wcf-redesign-active .site-footer img,
.wcf-page-logo {
	-webkit-mask-image: radial-gradient(ellipse at center, #000 40%, rgba(0, 0, 0, 0.92) 54%, rgba(0, 0, 0, 0.60) 68%, rgba(0, 0, 0, 0.24) 82%, transparent 98%);
	mask-image: radial-gradient(ellipse at center, #000 40%, rgba(0, 0, 0, 0.92) 54%, rgba(0, 0, 0, 0.60) 68%, rgba(0, 0, 0, 0.24) 82%, transparent 98%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	filter: none;
}

.wcf-redesign-active .site-header .custom-logo {
	max-height: 150px;
	object-fit: contain;
}

.wcf-redesign-active .elementor-social-icon[href="#"] {
	display: none;
}

.wcf-main {
	background: var(--wcf-cream);
	overflow: hidden;
}

.wcf-page-main {
	min-height: 60vh;
}

.wcf-wrap {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.wcf-hero {
	position: relative;
	min-height: 690px;
	display: flex;
	align-items: flex-end;
	background-color: #20392e;
	background-image: var(--wcf-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--wcf-white);
}

.wcf-hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 20, 15, 0.88), rgba(7, 20, 15, 0.52) 54%, rgba(7, 20, 15, 0.20)),
		linear-gradient(0deg, rgba(7, 20, 15, 0.72), rgba(7, 20, 15, 0.06) 48%);
}

.wcf-hero__inner {
	position: relative;
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
	padding: 70px 0 70px;
}

.wcf-eyebrow,
.wcf-kicker {
	margin: 0 0 14px;
	color: var(--wcf-gold);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wcf-hero h1 {
	max-width: 840px;
	margin: 0;
	color: var(--wcf-white);
	font-size: 4rem;
	line-height: 1.05;
	animation: fadeInUp 800ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.wcf-hero__lead {
	max-width: 720px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.18rem;
	line-height: 1.7;
	animation: fadeInUp 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 120ms backwards;
}

.wcf-hero .wcf-actions {
	animation: fadeInUp 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 240ms backwards;
}

.wcf-actions,
.wcf-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 30px;
}

.wcf-button,
.wcf-redesign-active .wcf-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 15px 22px;
	border: 2px solid transparent;
	border-radius: 6px;
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(19, 33, 27, 0.20);
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.wcf-button:hover,
.wcf-button:focus {
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(19, 33, 27, 0.26);
	text-decoration: none;
}

.wcf-button--primary,
.wcf-redesign-active .wcf-button--primary {
	background: var(--wcf-gold);
	color: #111a15;
}

.wcf-button--light,
.wcf-redesign-active .wcf-button--light {
	background: var(--wcf-white);
	border-color: var(--wcf-white);
	color: var(--wcf-green);
}

.wcf-button--outline,
.wcf-redesign-active .wcf-button--outline {
	background: var(--wcf-white);
	border-color: var(--wcf-green);
	color: var(--wcf-green);
}

.wcf-button--outline:hover,
.wcf-button--outline:focus,
.wcf-redesign-active .wcf-button--outline:hover,
.wcf-redesign-active .wcf-button--outline:focus {
	background: var(--wcf-green);
	color: var(--wcf-white);
}

.wcf-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	max-width: 840px;
	margin: 52px 0 0;
	background: rgba(255, 255, 255, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--wcf-radius);
	overflow: hidden;
}

.wcf-hero__facts div {
	padding: 18px;
	background: rgba(7, 20, 15, 0.34);
}

.wcf-hero__facts dt {
	margin: 0 0 6px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.wcf-hero__facts dd {
	margin: 0;
	color: var(--wcf-white);
	font-size: 1rem;
	font-weight: 800;
}

.wcf-section {
	padding: 92px 0;
}

.wcf-intro {
	background: var(--wcf-white);
}

.wcf-intro__grid,
.wcf-tax__grid,
.wcf-contact__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 56px;
	align-items: center;
}

.wcf-section h2,
.wcf-intro h2,
.wcf-tax h2,
.wcf-contact h2 {
	margin: 0;
	font-size: 2.5rem;
	line-height: 1.12;
}

.wcf-prose p,
.wcf-tax p {
	margin: 0;
	color: var(--wcf-muted);
	font-size: 1.05rem;
	line-height: 1.8;
}

.wcf-text-link,
.wcf-redesign-active .wcf-text-link {
	display: inline-flex;
	margin-top: 22px;
	color: var(--wcf-green);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.wcf-text-link:hover,
.wcf-text-link:focus,
.wcf-redesign-active .wcf-text-link:hover,
.wcf-redesign-active .wcf-text-link:focus {
	color: var(--wcf-leaf);
	text-decoration-thickness: 3px;
}

.wcf-areas {
	background: var(--wcf-mist);
}

.wcf-section-head {
	max-width: 720px;
	margin-bottom: 34px;
}

.wcf-section-head--row {
	display: flex;
	max-width: none;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.wcf-card-grid,
.wcf-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.wcf-card,
.wcf-news-card,
.wcf-krs {
	border: 1px solid var(--wcf-border);
	border-radius: var(--wcf-radius);
	background: var(--wcf-white);
	box-shadow: var(--wcf-shadow);
	transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 300ms ease, border-color 300ms ease !important;
}

.wcf-card:hover,
.wcf-news-card:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 20px 38px rgba(19, 33, 27, 0.12) !important;
	border-color: rgba(46, 122, 85, 0.3) !important;
}

.wcf-card {
	padding: 28px;
}

.wcf-card__mark {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	border-radius: 50%;
	background: var(--wcf-sky);
	color: var(--wcf-green);
	font-size: 0.82rem;
	font-weight: 900;
}

.wcf-card h3 {
	margin: 0 0 12px;
	font-size: 1.25rem;
}

.wcf-card p {
	margin: 0;
	color: var(--wcf-muted);
	line-height: 1.72;
}

.wcf-tax {
	background: var(--wcf-white);
}

.wcf-krs {
	padding: 30px;
	background: linear-gradient(135deg, var(--wcf-green), #213a59);
	color: var(--wcf-white);
}

.wcf-krs span {
	display: block;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
}

.wcf-krs strong {
	display: block;
	margin-top: 8px;
	color: var(--wcf-white);
	font-size: 2.65rem;
	line-height: 1;
}

.wcf-krs small {
	display: block;
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.98rem;
}

.wcf-copy {
	display: inline-flex;
	margin-top: 24px;
	padding: 12px 16px;
	border: 2px solid var(--wcf-white);
	border-radius: 6px;
	background: var(--wcf-white);
	color: var(--wcf-green);
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	cursor: pointer;
}

.wcf-copy:hover,
.wcf-copy:focus {
	background: var(--wcf-gold);
	border-color: var(--wcf-gold);
	color: #111a15;
}

.wcf-news {
	background: var(--wcf-cream);
}

.wcf-news-card {
	overflow: hidden;
}

.wcf-news-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: var(--wcf-sky);
	overflow: hidden;
}

.wcf-news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.wcf-news-card:hover .wcf-news-card__media img {
	transform: scale(1.035);
}

.wcf-news-card__body {
	padding: 22px;
}

.wcf-news-card time {
	color: var(--wcf-leaf);
	font-size: 0.84rem;
	font-weight: 800;
}

.wcf-news-card h3 {
	margin: 10px 0 12px;
	font-size: 1.15rem;
	line-height: 1.3;
}

.wcf-news-card h3 a {
	color: var(--wcf-ink);
	text-decoration: none;
}

.wcf-news-card h3 a:hover {
	color: var(--wcf-green);
}

.wcf-news-card p {
	margin: 0;
	color: var(--wcf-muted);
	line-height: 1.65;
}

.wcf-contact {
	background: var(--wcf-rose);
}

.wcf-contact__grid {
	grid-template-columns: 1.1fr auto;
}

.wcf-contact .wcf-kicker {
	color: var(--wcf-green);
}

.wcf-page-hero {
	padding: 64px 0 64px;
	background: linear-gradient(135deg, #10221a 0%, #214f3b 58%, #d7a33b 100%);
	color: var(--wcf-white);
}

.wcf-page-hero--contact {
	background: linear-gradient(135deg, #13211b 0%, #213a59 62%, #d7a33b 100%);
}

.wcf-page-hero--news {
	background: linear-gradient(135deg, #10221a 0%, #174f3a 54%, #213a59 100%);
}

.wcf-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 54px;
	align-items: center;
}

.wcf-page-hero h1 {
	max-width: 820px;
	margin: 0;
	color: var(--wcf-white);
	font-size: 3.4rem;
	line-height: 1.08;
}

.wcf-page-hero p {
	max-width: 740px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.12rem;
	line-height: 1.75;
}

.wcf-page-hero__badge,
.wcf-contact-panel {
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: var(--wcf-radius);
	background: rgba(255, 255, 255, 0.12);
	padding: 28px;
	box-shadow: var(--wcf-shadow);
}

.wcf-page-logo {
	display: block;
	width: 118px;
	height: auto;
	margin-bottom: 18px;
	border-radius: 12px;
}

.wcf-page-hero__badge strong,
.wcf-contact-panel strong {
	display: block;
	color: var(--wcf-white);
	font-size: 1.65rem;
	line-height: 1.1;
}

.wcf-page-hero__badge span,
.wcf-contact-panel span,
.wcf-contact-panel small {
	display: block;
	color: rgba(255, 255, 255, 0.76);
	font-weight: 800;
}

.wcf-contact-panel a {
	display: block;
	margin-top: 8px;
	color: var(--wcf-white);
	font-weight: 800;
	font-size: 0.88rem;
	word-break: normal;
	overflow-wrap: break-word;
}

.wcf-contact-panel hr {
	margin: 24px 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.wcf-contact-info h2 {
	margin: 0 0 12px;
	font-size: 1.25rem;
	line-height: 1.25;
}

.wcf-news-archive {
	background: var(--wcf-cream);
}

.wcf-news-grid--archive {
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: stretch;
	gap: 20px;
}

.wcf-news-grid--archive .wcf-news-card {
	grid-column: span 4;
}

.wcf-news-grid--archive .wcf-news-card.wcf-news-card--featured {
	display: grid;
	grid-column: span 12;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.95fr);
	gap: 24px;
}

.wcf-news-card--featured .wcf-news-card__media {
	aspect-ratio: auto;
	min-height: 100%;
}

.wcf-news-card--featured h3 {
	font-size: 1.55rem;
}

.wcf-news-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin: -10px 0 30px;
	padding: 18px;
	border: 1px solid var(--wcf-border);
	border-radius: var(--wcf-radius);
	background: var(--wcf-white);
	box-shadow: 0 14px 34px rgba(19, 33, 27, 0.08);
}

.wcf-news-tools > strong {
	color: var(--wcf-ink);
	font-size: 1.05rem;
	font-weight: 900;
}

.wcf-topic-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wcf-topic-list a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 10px;
	border: 1px solid var(--wcf-border);
	border-radius: 999px;
	background: var(--wcf-mist);
	color: var(--wcf-green);
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
}

.wcf-topic-list a:hover,
.wcf-topic-list a:focus {
	background: var(--wcf-green);
	color: var(--wcf-white);
}

.wcf-topic-list span {
	display: inline-flex;
	min-width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--wcf-white);
	color: var(--wcf-green);
	font-size: 0.75rem;
}

.wcf-news-card__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 12px;
}

.wcf-news-card__terms span {
	display: inline-flex;
	padding: 5px 8px;
	border: 1px solid var(--wcf-border);
	border-radius: 999px;
	background: var(--wcf-mist);
	color: var(--wcf-green);
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
}

.wcf-pagination {
	margin-top: 34px;
}

.wcf-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wcf-pagination .page-numbers {
	display: inline-flex;
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 10px 13px;
	border: 1px solid var(--wcf-border);
	border-radius: 6px;
	background: var(--wcf-white);
	color: var(--wcf-green);
	font-weight: 900;
	text-decoration: none;
}

.wcf-pagination .page-numbers.current {
	background: var(--wcf-green);
	color: var(--wcf-white);
}

.wcf-empty {
	margin: 0;
	color: var(--wcf-muted);
	font-size: 1.05rem;
}

.wcf-actions--dark .wcf-button--outline {
	border-color: var(--wcf-green);
	color: var(--wcf-green);
}

.wcf-redesign-active:not(.wcf-redesign-home) .site-content {
	background: var(--wcf-cream);
}

body.wcf-redesign-news #content.site-content,
body.wcf-redesign-news .site-content > .ast-container,
body.wcf-redesign-news.ast-separate-container .site-content > .ast-container {
	display: block;
	width: 100%;
	max-width: none !important;
	margin: 0;
	padding: 0 !important;
}

body.wcf-redesign-news .content-area,
body.wcf-redesign-news .site-main,
body.wcf-redesign-news .wcf-news-page {
	width: 100% !important;
	margin: 0 !important;
}

.wcf-redesign-active:not(.wcf-redesign-home) .entry-content {
	color: var(--wcf-ink);
}

.wcf-redesign-active:not(.wcf-redesign-home) .entry-content > * {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.wcf-redesign-active:not(.wcf-redesign-home) .entry-content p,
.wcf-redesign-active:not(.wcf-redesign-home) .entry-content li {
	color: var(--wcf-muted);
	font-size: 1.02rem;
	line-height: 1.78;
}

.wcf-redesign-active .wp-block-gallery,
.wcf-redesign-active .elementor-widget-image img {
	border-radius: var(--wcf-radius);
}

.wcf-redesign-active.single-post .entry-title,
.wcf-redesign-active.blog .entry-title,
.wcf-redesign-active.archive .entry-title {
	font-weight: 800;
	line-height: 1.14;
}

@media (max-width: 921px) {
	.wcf-hero {
		min-height: 620px;
	}

	.wcf-hero__inner {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.wcf-hero h1 {
		font-size: 3rem;
	}

	.wcf-intro__grid,
	.wcf-tax__grid,
	.wcf-contact__grid,
	.wcf-page-hero__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.wcf-page-hero h1 {
		font-size: 2.75rem;
	}

	.wcf-card-grid,
	.wcf-news-grid {
		grid-template-columns: 1fr;
	}

	.wcf-news-grid--archive .wcf-news-card,
	.wcf-news-grid--archive .wcf-news-card.wcf-news-card--featured,
	.wcf-news-card--featured {
		display: block;
		grid-column: auto;
	}

	.wcf-news-card--featured .wcf-news-card__media {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}

	.wcf-section-head--row {
		display: block;
	}

	.wcf-section-head--row .wcf-button {
		margin-top: 20px;
	}
}

@media (max-width: 640px) {
	.wcf-wrap,
	.wcf-hero__inner {
		width: min(100% - 28px, 1120px);
	}

	.wcf-hero {
		min-height: 610px;
	}

	.wcf-hero h1 {
		font-size: 2.35rem;
	}

	.wcf-hero__lead {
		font-size: 1rem;
	}

	.wcf-hero__facts {
		grid-template-columns: 1fr;
		margin-top: 34px;
	}

	.wcf-section {
		padding: 66px 0;
	}

	.wcf-section h2,
	.wcf-intro h2,
	.wcf-tax h2,
	.wcf-contact h2,
	.wcf-page-hero h1 {
		font-size: 2rem;
	}

	.wcf-actions,
	.wcf-contact__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wcf-button,
	.wcf-redesign-active .wcf-button {
		width: 100%;
	}

	.wcf-krs strong {
		font-size: 2.1rem;
	}
}

/* --- Custom Premium Footer & Disclaimer Redesign --- */

/* --- Custom Premium Footer & Disclaimer Redesign --- */

/* Sticky Footer Layout using Flexbox */
.wcf-redesign-active #page {
	display: flex !important;
	flex-direction: column !important;
	min-height: 100vh !important;
}

.wcf-redesign-active #content.site-content {
	flex: 1 0 auto !important;
	display: block !important;
}

.wcf-custom-footer {
	clear: both !important;
	display: block !important;
	position: relative !important;
	margin-top: auto !important; /* Pushes the footer to the bottom in flex layouts */
	background: linear-gradient(135deg, #050d0a 0%, #0c1f17 50%, #122c21 100%) !important;
	color: rgba(255, 255, 255, 0.78) !important;
	font-family: 'DM Sans', sans-serif !important;
	padding: 80px 0 0 !important;
	border-top: 3px solid var(--wcf-gold) !important;
	overflow: hidden !important;
	box-shadow: 0 -15px 40px rgba(5, 13, 10, 0.3) !important;
}

.wcf-footer__glow {
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	height: 400px;
	background: radial-gradient(circle, rgba(215, 163, 59, 0.11) 0%, rgba(215, 163, 59, 0) 70%) !important;
	pointer-events: none;
}

.wcf-footer__grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr 1fr;
	gap: 60px;
	padding-bottom: 50px;
}

.wcf-footer__col h4 {
	color: var(--wcf-white) !important;
	font-size: 1.05rem;
	font-weight: 800;
	margin: 0 0 24px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: 10px;
}

.wcf-footer__col h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 2px;
	background: var(--wcf-gold);
	border-radius: 2px;
}

.wcf-footer__logo-wrap {
	display: inline-block;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.02);
	padding: 8px;
	border-radius: var(--wcf-radius);
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.wcf-footer-logo {
	max-width: 105px !important;
	height: auto !important;
	display: block;
}

.wcf-footer__description {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.92rem;
	line-height: 1.65;
	margin: 0 0 26px;
	max-width: 360px;
}

.wcf-footer__legal-meta {
	border-left: 3px solid var(--wcf-gold);
	padding-left: 16px;
}

.wcf-footer__legal-title {
	display: block;
	color: var(--wcf-white);
	font-size: 0.95rem;
	font-weight: 800;
	margin-bottom: 8px;
}

.wcf-footer__legal-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0.88rem !important;
	color: rgba(255, 255, 255, 0.6) !important;
	line-height: 1.8 !important;
}

.wcf-footer__legal-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}

.wcf-footer__legal-list a {
	color: rgba(255, 255, 255, 0.68) !important;
	text-decoration: none !important;
	transition: color 150ms ease !important;
	font-weight: 600;
}

.wcf-footer__legal-list a:hover {
	color: var(--wcf-gold) !important;
}

.wcf-footer-icon {
	color: var(--wcf-gold);
	flex-shrink: 0;
	opacity: 0.95;
}

.wcf-footer__nav-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.wcf-footer__nav-list li {
	margin-bottom: 12px;
}

.wcf-footer__nav-list li a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 0.94rem;
	font-weight: 600;
	transition: color 180ms ease, transform 180ms ease;
	display: inline-flex;
	align-items: center;
}

.wcf-footer__nav-list li a::before {
	content: '→';
	margin-right: 8px;
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 180ms ease, transform 180ms ease;
	color: var(--wcf-gold);
}

.wcf-footer__nav-list li a:hover {
	color: var(--wcf-gold);
	transform: translateX(4px);
}

.wcf-footer__nav-list li a:hover::before {
	opacity: 1;
	transform: translateX(0);
}

.wcf-footer__statut-btn {
	border-bottom: 1px dashed rgba(215, 163, 59, 0.4);
	color: var(--wcf-gold) !important;
	padding-bottom: 2px;
}

.wcf-footer__statut-btn:hover {
	border-bottom-color: var(--wcf-gold);
}

.wcf-footer__donate-text {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 0 0 18px;
}

.wcf-footer__buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}

.wcf-footer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 20px;
	border-radius: 6px;
	text-decoration: none !important;
	font-size: 0.92rem;
	font-weight: 700;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.wcf-footer-btn--zrzutka {
	background: linear-gradient(135deg, #e33c5a 0%, #c12944 100%) !important;
	color: var(--wcf-white) !important;
	box-shadow: 0 6px 18px rgba(227, 60, 90, 0.2);
}

.wcf-footer-btn--zrzutka:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #f04e6c 0%, #d83452 100%) !important;
	box-shadow: 0 8px 24px rgba(227, 60, 90, 0.35);
}

.wcf-footer-btn--fanimani {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.88) !important;
}

.wcf-footer-btn--fanimani:hover {
	background: rgba(215, 163, 59, 0.05);
	border-color: var(--wcf-gold);
	color: var(--wcf-gold) !important;
	transform: translateY(-2px);
}

.wcf-footer-btn strong {
	margin-left: 4px;
	font-weight: 900;
}

/* Premium Glassmorphism 1.5% Tax Box */
.wcf-footer__tax-box {
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(215, 163, 59, 0.22) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: var(--wcf-radius);
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
	position: relative;
	overflow: hidden;
	transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease !important;
}

.wcf-footer__tax-box::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.04), transparent);
	transform: rotate(45deg);
	transition: transform 600ms ease;
	pointer-events: none;
}

.wcf-footer__tax-box:hover {
	border-color: rgba(215, 163, 59, 0.45) !important;
	box-shadow: 0 14px 36px rgba(215, 163, 59, 0.08), 0 10px 30px rgba(0, 0, 0, 0.25) !important;
	transform: translateY(-2px);
}

.wcf-footer__tax-box:hover::before {
	transform: translate(25%, 25%) rotate(45deg);
}

.wcf-footer__tax-tag {
	display: inline-block;
	background: rgba(215, 163, 59, 0.15);
	color: var(--wcf-gold);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 12px;
	letter-spacing: 0.08em;
	border: 1px solid rgba(215, 163, 59, 0.2);
}

.wcf-footer__tax-krs {
	font-size: 1.15rem;
	color: var(--wcf-white);
	margin-bottom: 4px;
}

.wcf-footer__tax-krs strong {
	color: var(--wcf-white);
	font-weight: 800;
}

.wcf-footer__tax-target {
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.6);
}

.wcf-footer__tax-target span {
	color: var(--wcf-gold);
	font-weight: 800;
}

/* Bottom Copyright & Socials */
.wcf-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding: 26px 0;
	margin-top: 40px;
	background: #030806;
}

.wcf-footer__bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.wcf-footer__copyright {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.4);
	margin: 0;
}

.wcf-footer__fb-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--wcf-white) !important;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	padding: 10px 18px;
	border-radius: 30px;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.wcf-footer__fb-pill svg {
	transition: transform 180ms ease;
}

.wcf-footer__fb-pill:hover {
	background: #1877f2;
	border-color: #1877f2;
	transform: translateY(-2px);
}

.wcf-footer__fb-pill:hover svg {
	transform: scale(1.1) rotate(8deg);
}

.wcf-footer__socials-bar {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
}

.wcf-footer__li-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--wcf-white) !important;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	padding: 10px 18px;
	border-radius: 30px;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.wcf-footer__li-pill svg {
	transition: transform 180ms ease;
}

.wcf-footer__li-pill:hover {
	background: #0077b5;
	border-color: #0077b5;
	transform: translateY(-2px);
}

.wcf-footer__li-pill:hover svg {
	transform: scale(1.1) rotate(8deg);
}

/* Disclaimer 1.5% Tax */
.wcf-tax-disclaimer {
	margin-top: 26px;
	background: rgba(251, 250, 246, 0.6);
	border-left: 4px solid var(--wcf-gold);
	border-radius: 0 var(--wcf-radius) var(--wcf-radius) 0;
	padding: 22px;
	box-shadow: 0 4px 20px rgba(19, 33, 27, 0.02);
	border-top: 1px solid rgba(19, 33, 27, 0.04);
	border-right: 1px solid rgba(19, 33, 27, 0.04);
	border-bottom: 1px solid rgba(19, 33, 27, 0.04);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.wcf-tax-disclaimer strong {
	display: block;
	color: var(--wcf-ink);
	font-size: 1rem;
	font-weight: 800;
	margin-bottom: 8px;
}

.wcf-tax-disclaimer p {
	color: var(--wcf-muted);
	font-size: 0.94rem;
	line-height: 1.65;
	margin: 0;
}

@media (max-width: 921px) {
	.wcf-footer__grid {
		grid-template-columns: 1fr;
		gap: 40px;
		padding-bottom: 30px;
	}
	
	.wcf-custom-footer {
		padding: 50px 0 0 !important;
	}
	
	.wcf-footer__bottom-inner {
		flex-direction: column;
		text-align: center;
		align-items: center;
		gap: 16px;
	}
}

/* --- Single Post Page Redesign --- */

.wcf-redesign-active.single-post #primary {
	max-width: 920px !important;
	margin: 40px auto !important;
	padding: 0 20px !important;
	float: none !important; /* overrides Astra floats */
}

.wcf-redesign-active.single-post .site-main > article {
	background: var(--wcf-white) !important;
	border: 1px solid var(--wcf-border) !important;
	border-radius: 12px !important;
	padding: 50px !important;
	box-shadow: var(--wcf-shadow) !important;
	overflow: hidden !important;
}

/* Post Header */
.wcf-post-header {
	margin-bottom: 30px;
	text-align: left;
}

.wcf-post-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--wcf-muted);
	font-size: 0.88rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.wcf-post-meta time {
	color: var(--wcf-leaf);
}

.wcf-post-meta-sep {
	color: var(--wcf-border);
}

.wcf-post-cat-link {
	color: var(--wcf-ink) !important;
	text-decoration: none !important;
	border-bottom: 1px solid var(--wcf-border);
	transition: color 150ms ease, border-color 150ms ease !important;
}

.wcf-post-cat-link:hover {
	color: var(--wcf-leaf) !important;
	border-color: var(--wcf-leaf);
}

.wcf-post-title {
	font-size: 2.8rem !important;
	line-height: 1.15 !important;
	font-weight: 800 !important;
	color: var(--wcf-ink) !important;
	margin: 0 !important;
	letter-spacing: -0.02em !important;
}

/* Hero Featured Image */
.wcf-post-hero-image {
	margin: 0 -50px 40px -50px; /* Pull image to the edges of the card */
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-top: 1px solid var(--wcf-border);
	border-bottom: 1px solid var(--wcf-border);
}

.wcf-post-hero-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

/* Content Typography */
.wcf-redesign-active.single-post .entry-content {
	font-size: 1.1rem !important;
	line-height: 1.8 !important;
	color: #2c3e35 !important;
}

.wcf-redesign-active.single-post .entry-content p {
	margin-bottom: 24px !important;
	color: #2c3e35 !important;
}

.wcf-redesign-active.single-post .entry-content h2,
.wcf-redesign-active.single-post .entry-content h3 {
	margin: 40px 0 20px 0 !important;
	font-weight: 800 !important;
	color: var(--wcf-ink) !important;
}

.wcf-redesign-active.single-post .entry-content h2 {
	font-size: 1.85rem !important;
}

.wcf-redesign-active.single-post .entry-content h3 {
	font-size: 1.45rem !important;
}

.wcf-redesign-active.single-post .wp-block-image {
	margin: 36px 0 !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	border: 1px solid var(--wcf-border) !important;
}

.wcf-redesign-active.single-post .wp-block-image img {
	border-radius: 0 !important;
	display: block;
	width: 100%;
	height: auto;
}

/* Blockquote & Lists styling */
.wcf-redesign-active.single-post .entry-content blockquote,
.wcf-redesign-active.single-post .entry-content .wp-block-quote {
	border-left: 4px solid var(--wcf-gold) !important;
	background: var(--wcf-cream) !important;
	padding: 24px 30px !important;
	margin: 36px 0 !important;
	border-radius: 0 8px 8px 0 !important;
	font-style: italic !important;
}

.wcf-redesign-active.single-post .entry-content blockquote p {
	margin: 0 !important;
	font-size: 1.15rem !important;
	color: var(--wcf-ink) !important;
	line-height: 1.7 !important;
}

.wcf-redesign-active.single-post .entry-content ul,
.wcf-redesign-active.single-post .entry-content ol {
	margin-bottom: 24px !important;
	padding-left: 24px !important;
}

.wcf-redesign-active.single-post .entry-content li {
	margin-bottom: 8px !important;
	line-height: 1.75 !important;
}

/* Prev/Next Post Navigation */
.wcf-redesign-active.single-post .post-navigation {
	background: var(--wcf-white) !important;
	border: 1px solid var(--wcf-border) !important;
	border-radius: 12px !important;
	padding: 24px !important;
	margin-top: 30px !important;
	box-shadow: var(--wcf-shadow) !important;
}

.wcf-redesign-active.single-post .post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wcf-redesign-active.single-post .post-navigation a {
	color: var(--wcf-ink) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	font-size: 0.94rem !important;
	transition: color 150ms ease !important;
}

.wcf-redesign-active.single-post .post-navigation a:hover {
	color: var(--wcf-leaf) !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
	.wcf-redesign-active.single-post .site-main > article {
		padding: 30px 20px !important;
	}

	.wcf-post-title {
		font-size: 2rem !important;
	}

	.wcf-post-hero-image {
		margin: 0 -20px 30px -20px !important;
	}
}

/* ═══════════════════════════════════════════════
   STATS BAR
   ═══════════════════════════════════════════════ */

.wcf-stats {
	background: var(--wcf-green);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wcf-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.wcf-stat {
	padding: 36px 28px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.10);
	position: relative;
	transition: background 200ms ease;
}

.wcf-stat:last-child {
	border-right: none;
}

.wcf-stat:hover {
	background: rgba(255, 255, 255, 0.04);
}

.wcf-stat__num {
	display: block;
	font-size: 2.8rem;
	font-weight: 900;
	color: var(--wcf-gold);
	line-height: 1;
	margin-bottom: 8px;
	letter-spacing: -0.02em;
}

.wcf-stat__label {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* ═══════════════════════════════════════════════
   CARD ICONS (replaces number badges)
   ═══════════════════════════════════════════════ */

.wcf-card__icon {
	display: flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--wcf-green), var(--wcf-leaf));
	color: var(--wcf-white);
	flex-shrink: 0;
}

.wcf-card-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* ═══════════════════════════════════════════════
   TRANSPARENCY / TRUST SECTION
   ═══════════════════════════════════════════════ */

.wcf-trust {
	background: var(--wcf-mist);
}

.wcf-trust__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.wcf-trust h2 {
	margin: 0 0 16px;
	font-size: 2.2rem;
	line-height: 1.15;
}

.wcf-trust__desc {
	color: var(--wcf-muted);
	font-size: 1.02rem;
	line-height: 1.78;
	margin: 0 0 28px;
}

.wcf-trust__cta {
	display: inline-flex;
}

.wcf-trust__badges {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.wcf-trust-badge {
	padding: 20px 22px;
	border: 1px solid var(--wcf-border);
	border-radius: var(--wcf-radius);
	background: var(--wcf-white);
	transition: box-shadow 180ms ease;
}

.wcf-trust-badge:hover {
	box-shadow: 0 8px 24px rgba(19, 33, 27, 0.10);
}

.wcf-trust-badge__label {
	display: block;
	font-size: 0.70rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	color: var(--wcf-muted);
	margin-bottom: 6px;
}

.wcf-trust-badge__value {
	display: block;
	font-size: 1rem;
	font-weight: 900;
	color: var(--wcf-ink);
	word-break: break-all;
}

.wcf-trust-badge--gold {
	border-color: var(--wcf-gold);
	background: linear-gradient(135deg, rgba(215, 163, 59, 0.06), rgba(215, 163, 59, 0.02));
}

.wcf-trust-badge--gold .wcf-trust-badge__label {
	color: var(--wcf-gold);
}

/* ═══════════════════════════════════════════════
   TAX STEPS (1,5% guide)
   ═══════════════════════════════════════════════ */

.wcf-tax-steps {
	list-style: none;
	padding: 0;
	margin: 28px 0;
	counter-reset: step;
}

.wcf-tax-steps li {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 14px 0;
	border-bottom: 1px solid var(--wcf-border);
	counter-increment: step;
	color: var(--wcf-muted);
	font-size: 0.97rem;
	line-height: 1.65;
}

.wcf-tax-steps li:last-child {
	border-bottom: none;
}

.wcf-tax-steps li::before {
	content: counter(step);
	display: flex;
	min-width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--wcf-green);
	color: var(--wcf-white);
	font-size: 0.75rem;
	font-weight: 900;
	flex-shrink: 0;
	margin-top: 1px;
}

.wcf-tax-steps li strong {
	color: var(--wcf-ink);
}

.wcf-tax-steps li em {
	font-style: normal;
	color: var(--wcf-muted);
}

.wcf-krs__partner {
	margin-top: 6px !important;
	color: rgba(255, 255, 255, 0.58) !important;
	font-size: 0.84rem !important;
}

/* ═══════════════════════════════════════════════
   DONATE SECTION (replaces contact)
   ═══════════════════════════════════════════════ */

.wcf-donate {
	background: linear-gradient(135deg, #071510 0%, #0f2e1f 45%, #1a3450 100%);
	color: var(--wcf-white);
	position: relative;
	overflow: hidden;
}

.wcf-donate__glow {
	position: absolute;
	top: -160px;
	right: -160px;
	width: 580px;
	height: 580px;
	background: radial-gradient(circle, rgba(215, 163, 59, 0.13) 0%, transparent 68%);
	pointer-events: none;
}

.wcf-donate__header {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 52px;
}

.wcf-donate__header h2 {
	color: var(--wcf-white);
	font-size: 2.7rem;
	line-height: 1.1;
	margin: 0 0 16px;
}

.wcf-donate__header p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 1.08rem;
	line-height: 1.72;
	margin: 0;
}

.wcf-kicker--light {
	color: var(--wcf-gold) !important;
}

.wcf-donate__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.wcf-donate-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.wcf-donate-card:hover {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.22);
	transform: translateY(-4px);
}

.wcf-donate-card--featured {
	background: rgba(215, 163, 59, 0.10);
	border-color: rgba(215, 163, 59, 0.35);
}

.wcf-donate-card--featured:hover {
	background: rgba(215, 163, 59, 0.16);
	border-color: var(--wcf-gold);
}

.wcf-donate-card__badge {
	display: inline-block;
	background: var(--wcf-gold);
	color: #111a15;
	font-size: 0.68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	padding: 4px 12px;
	border-radius: 999px;
	margin-bottom: 20px;
	align-self: flex-start;
}

.wcf-donate-card__icon {
	margin-bottom: 18px;
	color: var(--wcf-gold);
}

.wcf-donate-card h3 {
	color: var(--wcf-white);
	font-size: 1.25rem;
	margin: 0 0 12px;
	line-height: 1.2;
}

.wcf-donate-card p {
	color: rgba(255, 255, 255, 0.68);
	line-height: 1.72;
	margin: 0 0 24px;
	font-size: 0.96rem;
	flex-grow: 1;
}

.wcf-donate-card .wcf-button {
	width: 100%;
	justify-content: center;
	margin-top: auto;
}

.wcf-button--light-outline {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.35) !important;
	color: var(--wcf-white) !important;
}

.wcf-button--light-outline:hover,
.wcf-button--light-outline:focus {
	background: rgba(255, 255, 255, 0.10) !important;
	border-color: rgba(255, 255, 255, 0.60) !important;
	color: var(--wcf-white) !important;
}

/* ═══════════════════════════════════════════════
   VALUES SECTION (about page)
   ═══════════════════════════════════════════════ */

.wcf-values {
	background: var(--wcf-white);
}

.wcf-values__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.wcf-value {
	padding: 28px 24px;
	border: 1px solid var(--wcf-border);
	border-radius: var(--wcf-radius);
	background: var(--wcf-cream);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.wcf-value:hover {
	box-shadow: 0 12px 32px rgba(19, 33, 27, 0.10);
	transform: translateY(-2px);
}

.wcf-value__icon {
	display: flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--wcf-green), var(--wcf-leaf));
	color: var(--wcf-white);
	margin-bottom: 18px;
}

.wcf-value h3 {
	margin: 0 0 10px;
	font-size: 1.1rem;
}

.wcf-value p {
	margin: 0;
	color: var(--wcf-muted);
	font-size: 0.94rem;
	line-height: 1.68;
}

/* ═══════════════════════════════════════════════
   ABOUT CTA SECTION
   ═══════════════════════════════════════════════ */

.wcf-about-cta {
	background: linear-gradient(135deg, #071510 0%, #0f2e1f 50%, #1a3450 100%);
	color: var(--wcf-white);
}

.wcf-about-cta__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 48px;
	align-items: center;
}

.wcf-about-cta h2 {
	color: var(--wcf-white);
	font-size: 2.2rem;
	margin: 0 0 14px;
	line-height: 1.15;
}

.wcf-about-cta p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.02rem;
	line-height: 1.72;
	margin: 0;
}

.wcf-button--outline-light {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.35) !important;
	color: var(--wcf-white) !important;
}

.wcf-button--outline-light:hover,
.wcf-button--outline-light:focus {
	background: rgba(255, 255, 255, 0.10) !important;
	border-color: rgba(255, 255, 255, 0.60) !important;
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — NEW SECTIONS
   ═══════════════════════════════════════════════ */

@media (max-width: 921px) {
	.wcf-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wcf-stat {
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}

	.wcf-stat:nth-child(2n) {
		border-right: none;
	}

	.wcf-stat:nth-child(3),
	.wcf-stat:nth-child(4) {
		border-bottom: none;
	}

	.wcf-card-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wcf-trust__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.wcf-donate__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wcf-donate__header h2 {
		font-size: 2.1rem;
	}

	.wcf-values__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wcf-about-cta__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.wcf-about-cta h2 {
		font-size: 1.9rem;
	}
}

@media (max-width: 640px) {
	.wcf-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wcf-stat__num {
		font-size: 2.2rem;
	}

	.wcf-card-grid--4 {
		grid-template-columns: 1fr;
	}

	.wcf-trust__badges {
		grid-template-columns: 1fr;
	}

	.wcf-values__grid {
		grid-template-columns: 1fr;
	}

	.wcf-donate__header h2 {
		font-size: 1.8rem;
	}

	.wcf-donate-card {
		padding: 24px 20px;
	}

	.wcf-donate__grid {
		grid-template-columns: 1fr !important;
	}

	.wcf-about-cta .wcf-actions {
		flex-direction: column;
		align-items: stretch;
	}
}

/* ═══════════════════════════════════════════════
   BLIK BUTTON & BADGE STYLING
   ═══════════════════════════════════════════════ */

.wcf-footer-btn--blik, .wcf-blik-btn {
	background: var(--wcf-leaf) !important;
	border: 1px solid var(--wcf-leaf) !important;
	color: #ffffff !important;
	box-shadow: 0 6px 16px rgba(46, 122, 85, 0.2) !important;
	font-weight: 700 !important;
}

.wcf-footer-btn--blik:hover, .wcf-blik-btn:hover {
	background: var(--wcf-green) !important;
	border-color: var(--wcf-green) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 24px rgba(23, 79, 58, 0.3) !important;
}

.wcf-blik-badge {
	background: #ffffff !important;
	color: var(--wcf-leaf) !important;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 900 !important;
	font-style: italic !important;
	padding: 2px 7px !important;
	border-radius: 4px !important;
	margin-right: 8px !important;
	font-size: 0.76rem !important;
	text-transform: lowercase !important;
	letter-spacing: -0.05em !important;
	display: inline-block !important;
	line-height: 1.25 !important;
}

.wcf-footer-btn--blik:hover .wcf-blik-badge, .wcf-blik-btn:hover .wcf-blik-badge {
	background: #ffffff !important;
	color: var(--wcf-green) !important;
}

/* Bottom Post Donation Card */
.wcf-post-donation-card {
	margin-top: 52px !important;
	padding: 32px !important;
	background: rgba(46, 122, 85, 0.04) !important;
	border: 1px solid rgba(46, 122, 85, 0.16) !important;
	border-radius: 12px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 32px !important;
	box-shadow: 0 10px 30px rgba(46, 122, 85, 0.04) !important;
}

.wcf-post-donation-card__text {
	flex: 1 !important;
}

.wcf-post-donation-card__text h4 {
	margin: 0 0 8px 0 !important;
	font-size: 1.25rem !important;
	font-weight: 800 !important;
	color: var(--wcf-ink) !important;
}

.wcf-post-donation-card__text p {
	margin: 0 !important;
	font-size: 0.96rem !important;
	line-height: 1.65 !important;
	color: var(--wcf-muted) !important;
}

.wcf-post-donation-card__action {
	flex-shrink: 0 !important;
}

/* Gutenberg Gallery Layout Redesign */
.wcf-redesign-active.single-post .wp-block-gallery {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
	gap: 20px !important;
	margin: 40px 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

@media (max-width: 480px) {
	.wcf-redesign-active.single-post .wp-block-gallery {
		grid-template-columns: 1fr !important;
	}
}

.wcf-redesign-active.single-post .wp-block-gallery .wp-block-image {
	margin: 0 !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	border: 1px solid var(--wcf-border) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04) !important;
	transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms ease !important;
	width: 100% !important;
	max-width: 100% !important;
	display: block !important;
	height: auto !important;
	aspect-ratio: 4 / 3 !important;
}

.wcf-redesign-active.single-post .wp-block-gallery .wp-block-image:hover {
	transform: scale(1.025) translateY(-4px) !important;
	box-shadow: 0 16px 36px rgba(19, 33, 27, 0.12) !important;
	border-color: rgba(46, 122, 85, 0.3) !important;
}

.wcf-redesign-active.single-post .wp-block-gallery .wp-block-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	transition: transform 300ms ease !important;
}

.wcf-redesign-active.single-post .wp-block-gallery .wp-block-image:hover img {
	transform: scale(1.02) !important;
}

/* Responsiveness overrides */
@media (max-width: 768px) {
	.wcf-post-donation-card {
		flex-direction: column !important;
		align-items: stretch !important;
		text-align: center !important;
		padding: 24px 20px !important;
		gap: 20px !important;
	}
	.wcf-blik-btn {
		width: 100% !important;
	}
}

/* ═══════════════════════════════════════════════
   PROJECT CALLOUT & OFFICIALS LAYOUTS
   ═══════════════════════════════════════════════ */

.wcf-post-project-callout {
	background: rgba(215, 163, 59, 0.04) !important;
	border-left: 4px solid var(--wcf-gold) !important;
	border-radius: 0 8px 8px 0 !important;
	padding: 24px 28px !important;
	margin: 36px 0 !important;
	border-top: 1px solid rgba(215, 163, 59, 0.08) !important;
	border-right: 1px solid rgba(215, 163, 59, 0.08) !important;
	border-bottom: 1px solid rgba(215, 163, 59, 0.08) !important;
}

.wcf-callout-tag {
	display: inline-block !important;
	font-size: 0.72rem !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	color: var(--wcf-gold) !important;
	letter-spacing: 0.08em !important;
	margin-bottom: 8px !important;
}

.wcf-post-project-callout p {
	margin: 0 !important;
	font-size: 1.18rem !important;
	font-weight: 800 !important;
	color: var(--wcf-ink) !important;
	line-height: 1.65 !important;
	letter-spacing: -0.01em !important;
}

.wcf-post-officials {
	margin-top: 52px !important;
	padding-top: 40px !important;
	border-top: 1px solid var(--wcf-border) !important;
}

.wcf-officials-title {
	margin: 0 0 24px 0 !important;
	font-size: 1.1rem !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	color: var(--wcf-ink) !important;
	letter-spacing: 0.06em !important;
}

.wcf-officials-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
	gap: 16px !important;
}

.wcf-official-card {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	padding: 16px 20px !important;
	background: var(--wcf-cream) !important;
	border: 1px solid var(--wcf-border) !important;
	border-radius: 8px !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01) !important;
	transition: transform 180ms ease, box-shadow 180ms ease !important;
}

.wcf-official-card:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(19, 33, 27, 0.05) !important;
	border-color: rgba(46, 122, 85, 0.25) !important;
}

.wcf-official-card__avatar {
	display: flex !important;
	width: 38px !important;
	height: 38px !important;
	align-items: center !important;
	justify-content: center !important;
	background: var(--wcf-sky) !important;
	color: var(--wcf-green) !important;
	border-radius: 50% !important;
	flex-shrink: 0 !important;
}

.wcf-official-card__meta {
	display: flex !important;
	flex-direction: column !important;
	font-size: 0.88rem !important;
	line-height: 1.3 !important;
}

.wcf-official-card__meta strong {
	color: var(--wcf-ink) !important;
	font-weight: 800 !important;
}

.wcf-official-card__meta span {
	color: var(--wcf-muted) !important;
	font-size: 0.78rem !important;
	margin-top: 2px !important;
}

/* ═══════════════════════════════════════════════
   DIRECT BANK TRANSFER & BLIK COPY COMPONENT
   ═══════════════════════════════════════════════ */

.wcf-direct-transfer-info {
	margin-top: 20px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 14px !important;
	padding-top: 18px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.wcf-direct-item {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
}

.wcf-direct-label {
	font-size: 0.75rem !important;
	text-transform: uppercase !important;
	color: rgba(255, 255, 255, 0.44) !important;
	letter-spacing: 0.04em !important;
	font-weight: 700 !important;
}

.wcf-direct-val {
	font-size: 0.92rem !important;
	color: var(--wcf-gold) !important;
	font-family: monospace !important;
	word-break: break-all !important;
	cursor: pointer !important;
	border-bottom: 1px dashed var(--wcf-gold) !important;
	align-self: flex-start !important;
	transition: color 150ms ease, border-color 150ms ease !important;
}

.wcf-direct-val:hover {
	color: var(--wcf-white) !important;
	border-bottom-color: var(--wcf-white) !important;
}

.wcf-contact-transfer-info {
	margin-top: 18px !important;
	padding: 16px !important;
	background: var(--wcf-cream) !important;
	border: 1px solid var(--wcf-border) !important;
	border-radius: 8px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
	text-align: left !important;
}

.wcf-contact-transfer-item {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
}

.wcf-contact-transfer-item span {
	font-size: 0.72rem !important;
	text-transform: uppercase !important;
	color: var(--wcf-muted) !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
}

.wcf-contact-transfer-item strong {
	font-size: 0.92rem !important;
	color: var(--wcf-green) !important;
	font-family: monospace !important;
	word-break: break-all !important;
	cursor: pointer !important;
	border-bottom: 1px dashed var(--wcf-green) !important;
	align-self: flex-start !important;
	transition: color 150ms ease, border-color 150ms ease !important;
}

.wcf-contact-transfer-item strong:hover {
	color: var(--wcf-gold) !important;
	border-bottom-color: var(--wcf-gold) !important;
}

.wcf-footer__direct-info {
	margin-top: 20px !important;
	padding: 14px 16px !important;
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 8px !important;
	text-align: left !important;
}

.wcf-footer__direct-info h5 {
	margin: 0 0 8px 0 !important;
	font-size: 0.8rem !important;
	text-transform: uppercase !important;
	color: var(--wcf-gold) !important;
	letter-spacing: 0.05em !important;
	font-weight: 800 !important;
}

.wcf-footer__direct-info p {
	margin: 6px 0 !important;
	font-size: 0.78rem !important;
	color: rgba(255, 255, 255, 0.7) !important;
}

.wcf-footer__direct-info strong {
	color: var(--wcf-white) !important;
	font-family: monospace !important;
	cursor: pointer !important;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.4) !important;
	transition: color 150ms ease, border-color 150ms ease !important;
}

.wcf-footer__direct-info strong:hover {
	color: var(--wcf-gold) !important;
	border-bottom-color: var(--wcf-gold) !important;
}

/* WPForms styling to match WCF design system */
.wpforms-container .wpforms-form input[type=text],
.wpforms-container .wpforms-form input[type=email],
.wpforms-container .wpforms-form select,
.wpforms-container .wpforms-form textarea {
	border: 1px solid var(--wcf-border) !important;
	border-radius: 6px !important;
	padding: 12px 16px !important;
	font-family: inherit !important;
	font-size: 0.95rem !important;
	background: #fbfbfb !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.wpforms-container .wpforms-form input[type=text]:focus,
.wpforms-container .wpforms-form input[type=email]:focus,
.wpforms-container .wpforms-form select:focus,
.wpforms-container .wpforms-form textarea:focus {
	border-color: var(--wcf-green) !important;
	box-shadow: 0 0 0 3px rgba(33, 79, 59, 0.15) !important;
	background: var(--wcf-white) !important;
	outline: none !important;
}
.wpforms-container .wpforms-form .wpforms-submit,
.wpforms-container .wpforms-form .wpforms-submit:hover {
	display: inline-flex !important;
	min-height: 50px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 15px 30px !important;
	border: none !important;
	border-radius: 6px !important;
	font-size: 0.95rem !important;
	font-weight: 900 !important;
	background: var(--wcf-gold) !important;
	color: #111a15 !important;
	cursor: pointer !important;
	box-shadow: 0 12px 28px rgba(19, 33, 27, 0.20) !important;
	transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease !important;
}
.wpforms-container .wpforms-form .wpforms-submit:hover {
	transform: translateY(-1px) !important;
	box-shadow: 0 16px 34px rgba(19, 33, 27, 0.26) !important;
	background: #e5b23b !important; /* Slightly darker gold */
}

/* Single Post Share Bar */
.wcf-post-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 40px 0 24px;
	padding: 20px 0;
	border-top: 1px solid var(--wcf-border);
	border-bottom: 1px solid var(--wcf-border);
}

.wcf-post-share__label {
	font-weight: 600;
	color: var(--wcf-green);
	font-size: 0.95rem;
	letter-spacing: -0.01em;
}

.wcf-post-share__buttons {
	display: flex;
	align-items: center;
	gap: 12px;
}

.wcf-share-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none !important;
	cursor: pointer;
	border: 1px solid var(--wcf-border);
	background: var(--wcf-white);
	color: var(--wcf-text);
	transition: all 200ms ease;
}

.wcf-share-btn svg {
	transition: transform 200ms ease;
}

.wcf-share-btn:hover {
	border-color: var(--wcf-green-light);
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

.wcf-share-btn:hover svg {
	transform: scale(1.15);
}

.wcf-share-btn--facebook {
	background: #1877f2 !important;
	color: #fff !important;
	border-color: #1877f2 !important;
}
.wcf-share-btn--facebook:hover {
	background: #166fe5 !important;
	border-color: #166fe5 !important;
}

.wcf-share-btn--twitter {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}
.wcf-share-btn--twitter:hover {
	background: #222 !important;
	border-color: #222 !important;
}

.wcf-share-btn--copy {
	background: var(--wcf-mist) !important;
	color: var(--wcf-green) !important;
	border-color: var(--wcf-border) !important;
}
.wcf-share-btn--copy:hover {
	background: var(--wcf-white) !important;
	border-color: var(--wcf-green) !important;
}

@media (max-width: 600px) {
	.wcf-post-share {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.wcf-post-share__buttons {
		width: 100%;
		flex-wrap: wrap;
	}
	.wcf-share-btn {
		flex: 1 1 calc(50% - 6px);
		justify-content: center;
	}
	.wcf-share-btn--copy {
		flex: 1 1 100%;
	}
}

/* Custom Zrzutka Embed Card */
.wcf-zrzutka-embed-card {
	margin-top: 20px;
	border: 1px solid var(--wcf-border);
	border-radius: 12px;
	overflow: hidden;
	background: var(--wcf-white);
	box-shadow: 0 4px 20px rgba(0,0,0,0.03);
	transition: transform 200ms ease, box-shadow 200ms ease;
	display: flex;
	flex-direction: column;
}

.wcf-zrzutka-embed-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.wcf-zrzutka-header {
	background: #e21a44; /* Zrzutka Red */
	color: #fff;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.wcf-zrzutka-header__logo {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 1.05rem;
}

.wcf-zrzutka-header__logo svg {
	fill: currentColor;
}

.wcf-zrzutka-header__badge {
	background: rgba(255,255,255,0.18);
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 0.7rem;
	text-transform: uppercase;
	font-weight: 800;
}

.wcf-zrzutka-body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wcf-zrzutka-body__title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #111a15;
	margin: 0;
	line-height: 1.3;
}

.wcf-zrzutka-body__desc {
	font-size: 0.9rem;
	color: var(--wcf-muted);
	margin: 0;
	line-height: 1.45;
}

.wcf-zrzutka-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #e21a44 !important;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 0.95rem;
	padding: 12px 20px;
	border-radius: 8px;
	text-align: center;
	transition: background-color 160ms ease;
	border: none;
	width: 100%;
}

.wcf-zrzutka-cta:hover {
	background: #c51235 !important;
}

.wcf-zrzutka-cta svg {
	transition: transform 160ms ease;
}

.wcf-zrzutka-cta:hover svg {
	transform: translateX(3px);
}

/* GDPR Consent Styles */
.wcf-gdpr-consent {
	margin: 24px 0;
	text-align: left;
	width: 100%;
}

.wcf-gdpr-label {
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px !important;
	font-size: 0.9rem !important;
	color: var(--wcf-muted) !important;
	cursor: pointer;
	line-height: 1.5 !important;
}

.wcf-gdpr-checkbox {
	margin-top: 3px !important;
	accent-color: var(--wcf-green) !important;
	cursor: pointer;
	width: 16px !important;
	height: 16px !important;
	flex-shrink: 0;
}

.wcf-gdpr-label a {
	color: var(--wcf-green) !important;
	text-decoration: underline !important;
	font-weight: 600 !important;
	transition: color 150ms ease;
}

.wcf-gdpr-label a:hover {
	color: var(--wcf-leaf) !important;
}

.wcf-required-star {
	color: #d93025 !important;
	margin-left: 2px !important;
	font-weight: bold !important;
}

/* Scroll to Top Button */
.wcf-scroll-top {
	position: fixed !important;
	bottom: 30px !important;
	right: 30px !important;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50% !important;
	background: var(--wcf-green) !important;
	border: 2px solid var(--wcf-gold) !important;
	color: var(--wcf-gold) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 240ms cubic-bezier(0.4, 0, 0.2, 1), visibility 240ms, transform 240ms cubic-bezier(0.4, 0, 0.2, 1), background-color 180ms ease, color 180ms ease, border-color 180ms ease !important;
	z-index: 9999 !important;
	padding: 0 !important;
}

.wcf-scroll-top svg {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	fill: var(--wcf-gold) !important;
	transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1) !important;
	margin: 0 auto !important;
}

.wcf-scroll-top--visible {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
}

.wcf-scroll-top:hover {
	background: var(--wcf-gold) !important;
	border-color: var(--wcf-gold) !important;
	color: var(--wcf-green) !important;
}

.wcf-scroll-top:hover svg {
	fill: var(--wcf-green) !important;
	transform: translateY(-2px) !important;
}

@media (max-width: 768px) {
	.wcf-scroll-top {
		bottom: 90px !important; /* Move above the mobile floating donate bar */
		right: 20px !important;
		width: 46px !important;
		height: 46px !important;
	}
}

/* GDPR Cookie Consent Banner */
.wcf-cookie-banner {
	position: fixed;
	bottom: 24px;
	left: 24px;
	right: 24px;
	background: rgba(19, 33, 27, 0.96);
	backdrop-filter: blur(12px) saturate(180%);
	-webkit-backdrop-filter: blur(12px) saturate(180%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 20px 24px;
	border-radius: var(--wcf-radius);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
	z-index: 100000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), visibility 300ms, transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
	max-width: 900px;
	margin: 0 auto;
}

.wcf-cookie-banner--visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.wcf-cookie-banner__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.wcf-cookie-banner__text {
	flex: 1;
}

.wcf-cookie-banner__text p {
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 0.88rem !important;
	line-height: 1.6 !important;
	margin: 0 !important;
}

.wcf-cookie-banner__text a {
	color: var(--wcf-gold) !important;
	text-decoration: underline !important;
	font-weight: 600;
}

.wcf-cookie-banner__text a:hover {
	color: var(--wcf-white) !important;
}

.wcf-cookie-banner__buttons {
	display: flex;
	gap: 12px;
	flex-shrink: 0;
}

.wcf-cookie-btn {
	padding: 10px 22px;
	border-radius: 30px;
	font-size: 0.86rem;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
	border: 1px solid transparent;
}

.wcf-cookie-btn--accept {
	background: var(--wcf-gold);
	color: var(--wcf-green) !important;
}

.wcf-cookie-btn--accept:hover {
	background: var(--wcf-white);
	color: var(--wcf-green) !important;
}

.wcf-cookie-btn--decline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--wcf-white) !important;
}

.wcf-cookie-btn--decline:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
	.wcf-cookie-banner {
		bottom: 16px;
		left: 16px;
		right: 16px;
		padding: 18px;
	}
	.wcf-cookie-banner__content {
		flex-direction: column;
		gap: 16px;
		align-items: stretch;
	}
	.wcf-cookie-banner__buttons {
		justify-content: flex-end;
	}
}

/* ── WCAG Accessibility Panel ── */
#wcf-wcag-panel {
	position: fixed !important;
	bottom: 30px !important;
	left: 30px !important;
	z-index: 99999 !important;
}

#wcf-wcag-toggle {
	width: 50px !important;
	height: 50px !important;
	min-width: 0 !important;
	max-width: none !important;
	min-height: 0 !important;
	max-height: none !important;
	border-radius: 50% !important;
	background: var(--wcf-green) !important;
	border: 2px solid var(--wcf-gold) !important;
	color: var(--wcf-gold) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease !important;
	padding: 0 !important;
}

#wcf-wcag-toggle svg {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	fill: var(--wcf-gold) !important;
	margin: 0 auto !important;
}

#wcf-wcag-toggle:hover {
	background: var(--wcf-gold) !important;
	border-color: var(--wcf-gold) !important;
	color: var(--wcf-green) !important;
	transform: scale(1.05) !important;
}

#wcf-wcag-toggle:hover svg {
	fill: var(--wcf-green) !important;
}

.wcf-wcag-menu {
	position: absolute !important;
	bottom: 60px !important;
	left: 0 !important;
	width: 200px !important;
	background: rgba(19, 33, 27, 0.98) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: 8px !important;
	box-shadow: 0 10px 30px rgba(0,0,0,0.35) !important;
	padding: 12px !important;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 200ms ease, transform 200ms ease, visibility 200ms !important;
	z-index: 100000 !important;
}

.wcf-wcag-menu--open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.wcf-wcag-menu__header {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 8px;
	font-weight: 800;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-bottom: 6px;
}

.wcf-wcag-menu__btn {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.08);
	color: rgba(255, 255, 255, 0.85) !important;
	padding: 8px 12px;
	font-size: 0.86rem;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 6px;
	transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
	text-align: left;
}

.wcf-wcag-menu__btn:hover {
	background: rgba(255, 255, 255, 0.05);
	color: var(--wcf-gold) !important;
	border-color: rgba(215, 163, 59, 0.3);
}

.wcf-wcag-menu__btn--active {
	background: var(--wcf-gold) !important;
	color: var(--wcf-green) !important;
	border-color: var(--wcf-gold) !important;
}

.wcf-wcag-menu__btn--active:hover {
	background: var(--wcf-white) !important;
	color: var(--wcf-green) !important;
}

.wcf-wcag-icon {
	font-size: 1.1rem;
}

@media (max-width: 768px) {
	.wcf-wcag-panel {
		bottom: 24px;
		left: 24px;
	}
	.wcf-wcag-toggle {
		width: 44px;
		height: 44px;
	}
}

/* ── WCAG Styles Applied to Body ── */
body.wcf-high-contrast {
	background-color: #000000 !important;
	background-image: none !important;
	color: #ffff00 !important;
}

body.wcf-high-contrast * {
	background-color: #000000 !important;
	background-image: none !important;
	color: #ffff00 !important;
	border-color: #ffff00 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

body.wcf-high-contrast a,
body.wcf-high-contrast a * {
	color: #00ffff !important;
	text-decoration: underline !important;
}

body.wcf-high-contrast a:hover {
	color: #ffffff !important;
}

body.wcf-high-contrast button,
body.wcf-high-contrast input[type="submit"],
body.wcf-high-contrast .wcf-button,
body.wcf-high-contrast .wcf-wcag-toggle,
body.wcf-high-contrast .wcf-wcag-menu {
	border: 2px solid #ffff00 !important;
	background-color: #000000 !important;
	color: #ffff00 !important;
}

body.wcf-high-contrast .wcf-wcag-menu__btn--active {
	background-color: #ffff00 !important;
	color: #000000 !important;
}

body.wcf-large-text {
	font-size: 1.25rem !important;
}

body.wcf-large-text p,
body.wcf-large-text li,
body.wcf-large-text span,
body.wcf-large-text td,
body.wcf-large-text div:not(.wcf-wcag-panel) {
	font-size: 1.22rem !important;
	line-height: 1.8 !important;
}

body.wcf-large-text h1 { font-size: 3.3rem !important; }
body.wcf-large-text h2 { font-size: 2.4rem !important; }
body.wcf-large-text h3 { font-size: 1.9rem !important; }

/* ── Floating Donation Button ── */
.wcf-floating-donate {
	position: fixed;
	right: 0;
	top: 35%;
	transform: translateY(-50%);
	background: linear-gradient(135deg, #e33c5a 0%, #c12944 100%);
	color: var(--wcf-white) !important;
	padding: 12px 18px;
	border-radius: 8px 0 0 8px;
	box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none !important;
	z-index: 9999;
	transition: transform 200ms ease, background-color 150ms ease;
	font-weight: 700;
	font-size: 0.94rem;
}

.wcf-floating-donate svg {
	color: var(--wcf-white);
	transition: transform 200ms ease;
}

.wcf-floating-donate:hover {
	transform: translateY(-50%) translateX(-4px);
	background: linear-gradient(135deg, #f04e6c 0%, #d83452 100%);
}

.wcf-floating-donate:hover svg {
	transform: scale(1.15);
}

@media (max-width: 768px) {
	.wcf-floating-donate {
		top: auto;
		bottom: 24px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 30px;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
		width: calc(100% - 48px);
		max-width: 320px;
		justify-content: center;
		padding: 10px 16px;
	}
	
	.wcf-floating-donate:hover {
		transform: translateX(-50%) translateY(-2px);
	}
}

/* =========================================================================
   NEWSLETTER SECTION IN FOOTER
   ========================================================================= */
.wcf-footer-newsletter {
	padding: 50px 0;
	background: #0d1e16; /* Dark green matching footer base */
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wcf-footer-newsletter__inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 40px;
	align-items: center;
}

.wcf-footer-newsletter__text h3 {
	margin: 0 0 10px 0 !important;
	color: var(--wcf-white) !important;
	font-size: 1.8rem !important;
	font-weight: 800 !important;
}

.wcf-footer-newsletter__text p {
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 0.96rem !important;
	line-height: 1.6 !important;
}

.wcf-footer-newsletter__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.wcf-newsletter-input-group {
	display: flex;
	width: 100%;
}

.wcf-newsletter-input-group input[type="email"] {
	flex: 1;
	height: 48px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px 0 0 6px;
	padding: 0 16px;
	color: var(--wcf-white);
	font-family: inherit;
	font-size: 0.94rem;
	outline: none;
	transition: border-color 200ms, background-color 200ms;
}

.wcf-newsletter-input-group input[type="email"]:focus {
	border-color: var(--wcf-gold);
	background: rgba(255, 255, 255, 0.09);
}

.wcf-newsletter-btn {
	height: 48px;
	background: var(--wcf-gold);
	color: #0b0f0c;
	border: none;
	border-radius: 0 6px 6px 0;
	padding: 0 24px;
	font-weight: 800;
	font-size: 0.94rem;
	font-family: inherit;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(215, 163, 59, 0.15);
	transition: background 180ms ease, transform 150ms ease;
}

.wcf-newsletter-btn:hover {
	background: #f0be52;
	transform: translateY(-1px);
}

.wcf-newsletter-consent {
	margin-top: 4px;
}

.wcf-newsletter-consent-label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	cursor: pointer;
}

.wcf-newsletter-consent-label span {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.54);
	line-height: 1.4;
}

.wcf-newsletter-consent-label span a {
	color: rgba(255, 255, 255, 0.8) !important;
	text-decoration: underline;
}

.wcf-newsletter-consent-label span a:hover {
	color: var(--wcf-gold) !important;
}

.wcf-newsletter-checkbox {
	margin-top: 2px;
	accent-color: var(--wcf-gold);
}

.wcf-footer-divider {
	border: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.06);
	margin: 0 !important;
}

/* =========================================================================
   BUSINESS / CSR PAGE STYLE
   ========================================================================= */
.wcf-tiers-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin-top: 20px;
}

.wcf-tier-card {
	background: var(--wcf-white);
	border: 1px solid var(--wcf-border);
	border-radius: 12px;
	padding: 36px 28px;
	box-shadow: var(--wcf-shadow);
	display: flex;
	flex-direction: column;
	transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 300ms ease;
}

.wcf-tier-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 50px rgba(19, 33, 27, 0.15);
}

.wcf-tier-card--featured {
	border: 2px solid var(--wcf-gold);
	transform: scale(1.02);
	position: relative;
	box-shadow: 0 22px 48px rgba(215, 163, 59, 0.1);
}

.wcf-tier-card--featured:hover {
	transform: scale(1.02) translateY(-5px);
	box-shadow: 0 26px 54px rgba(215, 163, 59, 0.2);
}

.wcf-tier-header {
	border-bottom: 1px solid var(--wcf-border);
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.wcf-tier-badge {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

.wcf-tier-badge--bronze {
	background: rgba(181, 101, 29, 0.1);
	color: #a0522d;
}

.wcf-tier-badge--silver {
	background: rgba(192, 192, 192, 0.2);
	color: #708090;
}

.wcf-tier-badge--gold {
	background: rgba(215, 163, 59, 0.12);
	color: #b8860b;
}

.wcf-tier-header h3 {
	margin: 0 0 10px 0 !important;
	font-size: 1.5rem !important;
	color: var(--wcf-ink) !important;
}

.wcf-tier-header p {
	margin: 0 !important;
	font-size: 0.88rem !important;
	color: var(--wcf-muted) !important;
	line-height: 1.5 !important;
}

.wcf-tier-benefits {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.wcf-tier-benefits li {
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--wcf-muted);
	position: relative;
	padding-left: 24px;
}

.wcf-tier-benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--wcf-leaf);
	font-weight: 900;
	font-size: 0.98rem;
}

/* =========================================================================
   REPORTS / TRANSPARENCY PAGE STYLE
   ========================================================================= */
.wcf-reports-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wcf-report-row {
	display: flex;
	align-items: center;
	background: var(--wcf-white);
	border: 1px solid var(--wcf-border);
	border-radius: 10px;
	padding: 24px 30px;
	gap: 24px;
	box-shadow: var(--wcf-shadow);
	transition: transform 220ms ease, border-color 220ms ease;
}

.wcf-report-row:hover {
	transform: translateX(4px);
	border-color: rgba(46, 122, 85, 0.2);
}

.wcf-report-row__icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--wcf-mist);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	flex-shrink: 0;
}

.wcf-report-row__details {
	flex: 1;
}

.wcf-report-row__details h3 {
	margin: 0 0 6px 0 !important;
	font-size: 1.15rem !important;
	color: var(--wcf-ink) !important;
}

.wcf-report-row__details p {
	margin: 0 0 8px 0 !important;
	font-size: 0.9rem !important;
	color: var(--wcf-muted) !important;
	line-height: 1.5 !important;
}

.wcf-report-meta {
	display: block;
	font-size: 0.76rem;
	color: var(--wcf-leaf);
	font-weight: 800;
}

.wcf-report-row__action {
	flex-shrink: 0;
}

.wcf-report-row__action .wcf-button {
	min-height: 40px;
	padding: 10px 18px;
	font-size: 0.84rem;
	box-shadow: none;
}

/* =========================================================================
   FANIMANI HOMEPAGE STEPS STYLE
   ========================================================================= */
.wcf-donate-card--fanimani {
	display: flex;
	flex-direction: column;
}

.wcf-fanimani-steps {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 15px;
	text-align: left;
}

.wcf-fanimani-step {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.wcf-fanimani-step__num {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--wcf-gold);
	color: #0b0f0c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72rem;
	font-weight: 900;
	flex-shrink: 0;
	margin-top: 2px;
}

.wcf-fanimani-step span:not(.wcf-fanimani-step__num) {
	font-size: 0.8rem;
	line-height: 1.4;
	color: var(--wcf-muted);
}

/* =========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================= */
@media (max-width: 991px) {
	.wcf-footer-newsletter__inner {
		grid-template-columns: 1fr;
		gap: 24px;
		text-align: center;
	}
	
	.wcf-newsletter-input-group {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.wcf-newsletter-consent-label {
		justify-content: center;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.wcf-tiers-container {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	
	.wcf-tier-card--featured {
		transform: none;
	}
	
	.wcf-tier-card--featured:hover {
		transform: translateY(-5px);
	}
	
	.wcf-report-row {
		flex-direction: column;
		text-align: center;
		align-items: center;
		padding: 24px;
	}
	
	.wcf-report-row__action {
		width: 100%;
	}
	
	.wcf-report-row__action .wcf-button {
		width: 100%;
	}
}

