.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.site-header {
	background: #fff;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
	overflow: visible;
	padding: 0.75rem 0;
}

.site-header.is-transparent:not(.is-scrolled) {
	background: transparent;
	box-shadow: none;
	padding: 1.25rem 0;
}

.site-header .site-logo-light {
	display: none;
}

.site-header.is-transparent:not(.is-scrolled) .site-logo-light {
	display: block;
}

.site-header.is-transparent:not(.is-scrolled) .site-logo-dark {
	display: none;
}

.site-nav-link,
.site-menu-toggle {
	color: #1f2937;
}

.site-nav-link {
	position: relative;
}

.site-header.is-transparent:not(.is-scrolled) .site-nav-link,
.site-header.is-transparent:not(.is-scrolled) .site-menu-toggle {
	color: #fff;
}

.site-nav-link.is-current {
	color: #0ea5e9;
}

.site-nav-link.is-current::after {
	background: currentColor;
	border-radius: 999px;
	bottom: -0.5rem;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.site-nav-item {
	position: relative;
}

.site-nav-item--has-children {
	align-items: center;
	display: flex;
	margin-bottom: -0.875rem;
	padding-bottom: 0.875rem;
}

.site-nav-item--has-children > .site-nav-link i {
	transition: transform 0.2s ease;
}

.site-nav-item--has-children:hover > .site-nav-link i,
.site-nav-item--has-children:focus-within > .site-nav-link i {
	transform: rotate(180deg);
}

.site-nav-dropdown {
	left: 0;
	max-width: min(20rem, calc(100vw - 2rem));
	min-width: 260px;
	opacity: 0;
	padding-top: 0.5rem;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	visibility: hidden;
	z-index: 80;
}

.site-nav-item--has-children:hover > .site-nav-dropdown,
.site-nav-item--has-children:focus-within > .site-nav-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.site-nav-dropdown-panel {
	overflow: hidden;
}

.site-nav-sublink {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

body.has-mobile-menu-open {
	overflow: hidden;
}

.site-mobile-menu {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}

.site-mobile-menu.is-open {
	max-height: calc(100dvh - 84px);
	opacity: 1;
	overflow-y: auto;
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}

.site-mobile-summary::-webkit-details-marker {
	display: none;
}

.site-mobile-summary {
	list-style: none;
}

.site-mobile-submenu {
	padding-bottom: 0.25rem;
}

.site-mobile-submenu > a + a {
	margin-top: 0.25rem;
}

@media (min-width: 768px) {
	body.has-mobile-menu-open {
		overflow: auto;
	}
}

.entry-content > * + * {
	margin-top: 1.25rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #111827;
	font-family: Montserrat, system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.25rem;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content a {
	color: #3871c1;
	text-decoration: underline;
}

.entry-content p:first-child {
	margin-top: 0;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

details[open] .group-open\:rotate-180 {
	transform: rotate(180deg);
}

.contact-form-shell .wpcf7 {
	width: 100%;
}

.contact-form-shell .wpcf7-form {
	display: grid;
	gap: 1.25rem;
}

.contact-form-shell .wpcf7-form p {
	margin: 0;
}

.contact-form-shell .wpcf7-form label {
	color: #374151;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
}

.contact-form-shell .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.375rem;
}

.contact-form-shell input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-form-shell select,
.contact-form-shell textarea {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	color: #1f2937;
	font-size: 0.875rem;
	padding: 0.75rem 1rem;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	width: 100%;
}

.contact-form-shell textarea {
	min-height: 10rem;
	resize: vertical;
}

.contact-form-shell input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.contact-form-shell select:focus,
.contact-form-shell textarea:focus {
	border-color: transparent;
	box-shadow: 0 0 0 2px rgba(85, 133, 206, 1);
	outline: none;
}

.contact-form-shell .wpcf7-submit {
	align-items: center;
	background-color: #3871c1;
	border: 0;
	border-radius: 0.375rem;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	padding: 0.875rem 1.5rem;
	transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.contact-form-shell .wpcf7-submit:hover {
	background-color: #2e5a98;
}

.contact-form-shell .wpcf7-submit:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.contact-form-shell .wpcf7-spinner {
	display: block;
	margin: 0.75rem 0 0;
}

.contact-form-shell .wpcf7-not-valid-tip {
	font-size: 0.875rem;
	margin-top: 0.375rem;
}

.contact-form-shell .wpcf7-response-output {
	border-radius: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 1rem 0 0;
	padding: 0.875rem 1rem;
}
