/**
 * WCAG 2 AAA — enhanced contrast (axe color-contrast-enhanced, ≥7:1).
 * Ładuje się po stylach motywu i page-front.css.
 */

/* --- Ikony / chipy z białym tekstem na gradient-primary --- */
.eureka-hero-phone-chip__icon.gradient-primary,
.eureka-footer-trust__badge.gradient-primary,
.rounded-circle.gradient-primary:has(.text-white),
.rounded-circle.gradient-primary.text-white {
	background: #b00844 !important;
	background-image: none !important;
}

/* --- Complianz cookie banner --- */
.cmplz-cookiebanner .cmplz-accept,
.cmplz-cookiebanner .cmplz-btn.cmplz-accept {
	background-color: #b00844 !important;
	border-color: #b00844 !important;
	color: #fff !important;
}

.cmplz-cookiebanner .cmplz-link,
.cmplz-cookiebanner .cmplz-message a {
	color: #b00844 !important;
}

/* --- Stopka: newsletter / submit --- */
.eureka-footer-newsletter input[type="submit"],
.eureka-footer-newsletter button[type="submit"],
.eureka-footer-newsletter .btn-primary,
.eureka-footer .wpcf7 input[type="submit"] {
	background-color: #b00844 !important;
	border-color: #b00844 !important;
	color: #fff !important;
}

.eureka-footer-trust__sub {
	color: rgba(255, 255, 255, 0.85) !important;
}

/* --- CTA: btn-light na ciemnym / kolorowym tle --- */
.eureka-cta-banner .btn-light,
.eureka-front-contact .btn-light,
.eureka-hero-cta .btn-light.btn-lg {
	background-color: #fff !important;
	color: #1f2937 !important;
	border-color: #fff !important;
}

/* --- Topbar: wymuszenie AAA na legacy markup --- */
.eureka-masthead .eureka-topbar.bg-secondary-subtle a.eureka-topbar__link,
.eureka-masthead .eureka-topbar.bg-secondary-subtle a.link-secondary,
.eureka-masthead .eureka-topbar.bg-secondary-subtle a.d-xl-inline-flex[href],
.eureka-masthead .eureka-topbar.bg-secondary-subtle .eureka-topbar__action {
	color: #3d4348 !important;
}

.eureka-masthead .eureka-topbar .eureka-topbar-cart,
.eureka-masthead .eureka-topbar .eureka-topbar-cart:hover,
.eureka-masthead .eureka-topbar .eureka-topbar-cart:focus-visible {
	color: #6b042c !important;
}

/* --- Tekst pomocniczy na jasnych tłach --- */
.text-secondary,
.text-muted,
.lead.text-secondary,
.eureka-hero-lead.text-secondary,
.eureka-section-lead.text-secondary,
.eureka-hero-stats__label.text-secondary,
.eureka-hero-phone-chip__label.text-secondary {
	color: #52585e !important;
}

/* --- Przekreślone ceny (bez opacity — AAA) --- */
.eureka-featured-course-card .eureka-featured-course-card-price del,
.eureka-featured-course-card .eureka-featured-course-card-price del .woocommerce-Price-amount,
.eureka-featured-course-card .eureka-featured-course-card-price del bdi,
.eureka-featured-course-card .eureka-featured-course-card-price del .woocommerce-Price-currencySymbol {
	color: #52585e !important;
	opacity: 1 !important;
}

.eureka-review-source--google,
.eureka-review-source-link.eureka-review-source--google {
	color: #124da3 !important;
}

.eureka-review-source--facebook,
.eureka-review-source-link.eureka-review-source--facebook {
	color: #1254a8 !important;
}

/* --- Nagłówki: .text-gradient bez color:transparent --- */
.text-gradient {
	color: #b00844 !important;
	background: none !important;
	-webkit-background-clip: unset !important;
	background-clip: unset !important;
	-webkit-text-fill-color: currentColor !important;
}
