:root {
	--helios-primary: #363d84;
	--helios-secondary: #171b3d;
	--helios-accent: #f5b942;
	--helios-font-heading: "Raleway", Arial, Helvetica, sans-serif;
	--helios-font-body: "Roboto", Arial, Helvetica, sans-serif;
	--helios-font-secondary: "Roboto Slab", Georgia, serif;
}

body {
	--wp--style--global--content-size: 1300px;
	--wp--style--global--wide-size: 1300px;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: var(--helios-font-body);
	scroll-behavior: smooth;
}

body,
p,
li,
td,
th,
input,
textarea,
select,
button,
.wp-block-navigation,
.wpforms-container {
	font-family: var(--helios-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading,
.hhb-nav,
.hhb-desktop-nav,
.wp-block-button__link,
.hhb-button,
.hhb-phone,
.hhb-mobile-toggle,
.helios-cookie-actions button,
.wpforms-container .wpforms-submit {
	font-family: var(--helios-font-heading);
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
	font-weight: 600;
}

a,
button,
summary,
input[type="button"],
input[type="submit"],
.wp-block-button__link,
.helios-whatsapp,
.hhb-button,
.hhb-phone,
.hhb-mobile-toggle {
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

a:hover {
	text-decoration-thickness: 2px;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input[type="button"]:focus-visible,
input[type="submit"]:focus-visible,
.wp-block-button__link:focus-visible,
.helios-whatsapp:focus-visible,
.hhb-button:focus-visible,
.hhb-phone:focus-visible,
.hhb-mobile-toggle:focus-visible {
	outline: 3px solid var(--helios-accent);
	outline-offset: 3px;
}

.wp-site-blocks .wp-block-button__link:hover,
.wp-site-blocks .wp-block-button__link:focus-visible,
.helios-whatsapp:hover,
.helios-whatsapp:focus-visible,
.hhb-button:hover,
.hhb-button:focus-visible,
.hhb-phone:hover,
.hhb-phone:focus-visible,
.hhb-mobile-toggle:hover,
.hhb-mobile-toggle:focus-visible,
.helios-cookie-actions button:hover,
.helios-cookie-actions button:focus-visible,
.wpforms-container button[type="submit"]:hover,
.wpforms-container button[type="submit"]:focus-visible,
.wpforms-container .wpforms-submit:hover,
.wpforms-container .wpforms-submit:focus-visible {
	box-shadow: 0 12px 24px rgba(23, 27, 61, 0.2);
	transform: translateY(-2px);
}

.wp-site-blocks .wp-block-button__link:active,
.helios-whatsapp:active,
.hhb-button:active,
.hhb-phone:active,
.hhb-mobile-toggle:active,
.helios-cookie-actions button:active,
.wpforms-container button[type="submit"]:active,
.wpforms-container .wpforms-submit:active {
	box-shadow: 0 6px 14px rgba(23, 27, 61, 0.16);
	transform: translateY(0);
}

.wp-site-blocks .wp-block-button__link.has-contrast-background-color:hover,
.hhb-button:hover,
.hhb-mobile-toggle:hover {
	background-color: var(--helios-secondary) !important;
}

.wp-site-blocks .wp-block-button__link.has-accent-3-background-color:hover,
.helios-cookie-accept:hover,
.wpforms-container button[type="submit"]:hover,
.wpforms-container .wpforms-submit:hover {
	filter: brightness(1.04);
}

.hhb-nav a:hover,
.hhb-desktop-nav a:hover,
.wp-block-navigation a:hover,
.helios-footer-main a:hover {
	opacity: 0.78;
}

.wp-block-cover.alignfull > .wp-block-cover__inner-container {
	margin-inline: auto;
	max-width: 1300px;
	width: min(1300px, calc(100% - 32px));
}

.wp-site-blocks .wp-block-button__link,
.helios-whatsapp {
	border-radius: 6px;
	font-weight: 700;
}

.wp-block-group:has(> .helios-card-grid) > h2.wp-block-heading {
	color: var(--helios-primary);
}

.helios-card-grid {
	align-items: stretch;
	display: grid;
	gap: clamp(1rem, 2vw, 1.35rem);
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.helios-feature-card {
	background: #fff;
	border: 1px solid #dce5ef;
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(23, 27, 61, 0.07);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	height: 100%;
	min-height: 220px;
	margin-block-start: 0 !important;
	padding: clamp(1.15rem, 2vw, 1.45rem);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.helios-feature-card:hover {
	border-color: rgba(54, 61, 132, 0.38);
	box-shadow: 0 18px 38px rgba(23, 27, 61, 0.12);
	transform: translateY(-2px);
}

.helios-feature-card-icon {
	align-items: center;
	background: var(--helios-primary);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	height: 50px;
	justify-content: center;
	width: 50px;
}

.helios-feature-card-icon svg {
	fill: none;
	height: 27px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 27px;
}

.helios-feature-card-title {
	color: var(--helios-primary);
	font-size: clamp(1.2rem, 1.35vw, 1.48rem);
	font-weight: 700;
	line-height: 1.18;
	margin: 0;
}

.helios-feature-card-copy {
	font-size: 1rem;
	line-height: 1.58;
	margin: 0;
}

.helios-map iframe {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	max-height: 420px;
	width: 100%;
}

.helios-service-areas {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
}

.helios-service-areas li {
	background: #f4f7fb;
	border-left: 4px solid var(--helios-primary);
	border-radius: 6px;
	padding: 0.65rem 0.8rem;
	overflow-wrap: normal;
	word-break: keep-all;
}

.helios-service-area-block {
	align-items: center;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.helios-disclaimer {
	background: #fff8e6;
	border-left: 4px solid var(--helios-accent);
	border-radius: 6px;
	color: #30230a;
	font-size: 0.95rem;
	padding: 1rem;
}

.helios-whatsapp {
	background: #1f9d55;
	color: #fff;
	display: inline-block;
	padding: 0.75rem 1rem;
	text-decoration: none;
}

.helios-cookie-banner {
	align-items: center;
	background: var(--helios-secondary);
	border-top: 3px solid var(--helios-accent);
	bottom: 0;
	box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.18);
	color: #fff;
	display: none;
	gap: 1rem;
	left: 0;
	padding: 1rem clamp(1rem, 3vw, 2rem);
	position: fixed;
	right: 0;
	z-index: 9999;
}

.helios-cookie-banner.is-visible {
	display: flex;
}

.helios-cookie-banner p {
	font-size: 0.95rem;
	margin: 0;
	max-width: 850px;
}

.helios-cookie-banner a {
	color: #fff;
	text-decoration: underline;
}

.helios-cookie-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 0.65rem;
	margin-left: auto;
}

.helios-cookie-actions button {
	border: 1px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 700;
	padding: 0.65rem 0.9rem;
}

.helios-cookie-accept {
	background: var(--helios-accent);
	border-color: var(--helios-accent);
	color: var(--helios-secondary);
}

.helios-cookie-reject {
	background: transparent;
	color: #fff;
}

.helios-footer-main {
	background-color: var(--helios-primary) !important;
}

.helios-footer-main a {
	color: #fff;
}

#faq details {
	background: #fff;
	border: 1px solid #dce5ef;
	border-radius: 8px;
	margin-bottom: 0.8rem;
	overflow: hidden;
}

#faq {
	scroll-margin-top: 150px;
}

.helios-contact-band {
	background-color: var(--helios-primary) !important;
}

.helios-contact-card {
	box-shadow: 0 18px 42px rgba(23, 27, 61, 0.16);
}

.helios-contact-card > h2,
.helios-contact-card > p {
	margin-inline: auto;
	max-width: 1040px;
}

.helios-contact-card > h2 {
	margin-bottom: 0.55rem;
}

.helios-contact-card > p {
	margin-top: 0;
}

.helios-home-quote-form .wpforms-container {
	margin-bottom: 0;
}

.helios-home-quote-form .wpforms-container .wpforms-field {
	padding-block: 0.75rem;
}

.helios-home-quote-form .wpforms-container input[type="text"],
.helios-home-quote-form .wpforms-container input[type="email"],
.helios-home-quote-form .wpforms-container input[type="tel"],
.helios-home-quote-form .wpforms-container input[type="number"],
.helios-home-quote-form .wpforms-container textarea,
.helios-home-quote-form .wpforms-container select,
.helios-home-quote-form .wpforms-container .wpforms-field-medium {
	box-sizing: border-box;
	max-width: 100% !important;
	width: 100% !important;
}

.helios-home-quote-form div.wpforms-container-full .wpforms-form .wpforms-field {
	max-width: 100% !important;
}

.helios-home-quote-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row,
.helios-home-quote-form .wpforms-container .wpforms-field-name .wpforms-field-row {
	align-items: start;
	border: 0;
	box-sizing: border-box;
	display: grid !important;
	gap: 0.85rem !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	max-width: 100% !important;
	padding: 0 !important;
	width: 100% !important;
}

.helios-home-quote-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row::before,
.helios-home-quote-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row::after,
.helios-home-quote-form .wpforms-container .wpforms-field-name .wpforms-field-row::before,
.helios-home-quote-form .wpforms-container .wpforms-field-name .wpforms-field-row::after {
	content: none !important;
	display: none !important;
}

.helios-home-quote-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row-block,
.helios-home-quote-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row-block.wpforms-one-half,
.helios-home-quote-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row-block.wpforms-first,
.helios-home-quote-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row-block.wpforms-last,
.helios-home-quote-form .wpforms-container .wpforms-field-row-block {
	box-sizing: border-box;
	clear: none !important;
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.helios-home-quote-form div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
.helios-home-quote-form div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
.helios-home-quote-form div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	max-width: 100% !important;
	width: 100% !important;
}

.helios-home-quote-form div.wpforms-container-full .wpforms-form .helios-math-captcha input[name="helios_math_captcha_answer"],
.helios-home-quote-form .wpforms-container .helios-math-captcha input[name="helios_math_captcha_answer"] {
	max-width: 180px !important;
	width: 100% !important;
}

.helios-contact-band .wpforms-container {
	margin-inline: auto;
	max-width: 1040px;
}

.helios-contact-band .wpforms-container .wpforms-field {
	padding-block: 0.85rem;
}

.wpforms-container .helios-math-captcha {
	margin-top: 0.75rem;
	max-width: 320px;
	padding-block: 0.85rem;
}

.wpforms-container .helios-math-captcha input[type="text"] {
	max-width: 180px !important;
	width: 100% !important;
}

.wpforms-container .helios-math-captcha .wpforms-required-label {
	color: #d63638;
}

.helios-contact-band .wpforms-container .wpforms-field-label,
.helios-contact-band .wpforms-container .wpforms-field-sublabel,
.helios-contact-band .wpforms-container .wpforms-field-description {
	color: #fff;
}

.helios-contact-band .wpforms-container .wpforms-field-label {
	font-weight: 800;
	margin-bottom: 0.45rem;
}

.helios-contact-band .wpforms-container .helios-math-captcha .wpforms-required-label {
	color: var(--helios-accent);
}

.helios-contact-band .wpforms-container input[type="text"],
.helios-contact-band .wpforms-container input[type="email"],
.helios-contact-band .wpforms-container input[type="tel"],
.helios-contact-band .wpforms-container input[type="number"],
.helios-contact-band .wpforms-container textarea,
.helios-contact-band .wpforms-container select,
.helios-contact-band .wpforms-container .wpforms-field-medium {
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 6px;
	box-sizing: border-box;
	max-width: 100% !important;
	width: 100% !important;
}

.helios-contact-band .wpforms-container .helios-math-captcha input[type="text"],
.wpforms-container .helios-math-captcha input[name="helios_math_captcha_answer"] {
	max-width: 180px !important;
	width: 100% !important;
}

.helios-contact-band div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row,
.helios-contact-band .wpforms-container .wpforms-field-name .wpforms-field-row {
	align-items: start;
	border: 0;
	box-sizing: border-box;
	display: grid !important;
	gap: 1rem !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	max-width: 100% !important;
	padding: 0 !important;
	width: 100% !important;
}

.helios-contact-band div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row::before,
.helios-contact-band div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row::after,
.helios-contact-band .wpforms-container .wpforms-field-name .wpforms-field-row::before,
.helios-contact-band .wpforms-container .wpforms-field-name .wpforms-field-row::after {
	content: none !important;
	display: none !important;
}

.helios-contact-band div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row-block,
.helios-contact-band div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row-block.wpforms-one-half,
.helios-contact-band div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row-block.wpforms-first,
.helios-contact-band div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row-block.wpforms-last,
.helios-contact-band .wpforms-container .wpforms-field-row-block {
	box-sizing: border-box;
	clear: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.helios-contact-band div.wpforms-container-full .wpforms-form .wpforms-field {
	max-width: 100% !important;
}

.helios-contact-band div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
.helios-contact-band div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
.helios-contact-band div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	max-width: 100% !important;
	width: 100% !important;
}

.helios-contact-band div.wpforms-container-full .wpforms-form .helios-math-captcha input[name="helios_math_captcha_answer"],
div.wpforms-container-full .wpforms-form .helios-math-captcha input[name="helios_math_captcha_answer"],
.wpforms-container .helios-math-captcha input[name="helios_math_captcha_answer"] {
	max-width: 180px !important;
	width: 100% !important;
}

.helios-contact-band .wpforms-container textarea {
	min-height: 180px;
}

.helios-contact-band .wpforms-container .wpforms-submit-container {
	padding-top: 1rem;
}

.helios-contact-band .wpforms-container button[type="submit"],
.helios-contact-band .wpforms-container .wpforms-submit {
	background: var(--helios-accent) !important;
	border: 0 !important;
	border-radius: 6px !important;
	color: var(--helios-secondary) !important;
	font-weight: 800 !important;
	padding: 0.9rem 1.25rem !important;
}

#faq details summary {
	cursor: pointer;
	font-weight: 700;
	padding: 1rem 1.15rem;
}

#faq details p {
	margin: 0;
	padding: 0 1.15rem 1.1rem;
}

#faq details .helios-details-panel {
	overflow: hidden;
	transition: height 240ms ease;
}

@media (max-width: 760px) {
	.helios-card-grid {
		grid-template-columns: 1fr;
	}

	.helios-service-area-block {
		grid-template-columns: 1fr;
	}

	.helios-cookie-banner {
		align-items: stretch;
		flex-direction: column;
	}

	.helios-cookie-actions {
		margin-left: 0;
	}

	.helios-cookie-actions button {
		flex: 1;
	}

	.helios-contact-band div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row,
	.helios-home-quote-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row,
	.helios-home-quote-form .wpforms-container .wpforms-field-name .wpforms-field-row,
	.helios-contact-band .wpforms-container .wpforms-field-name .wpforms-field-row {
		grid-template-columns: 1fr !important;
	}
}

@media (min-width: 761px) and (max-width: 1040px) {
	.helios-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	body {
		scroll-behavior: auto;
	}

	a,
	button,
	summary,
	input[type="button"],
	input[type="submit"],
	.wp-block-button__link,
	.helios-whatsapp,
	.hhb-button,
	.hhb-phone,
	.hhb-mobile-toggle,
	.helios-feature-card,
	#faq details .helios-details-panel {
		transition: none !important;
	}

	.wp-site-blocks .wp-block-button__link:hover,
	.helios-whatsapp:hover,
	.hhb-button:hover,
	.hhb-phone:hover,
	.hhb-mobile-toggle:hover,
	.helios-feature-card:hover,
	.helios-cookie-actions button:hover,
	.wpforms-container button[type="submit"]:hover,
	.wpforms-container .wpforms-submit:hover {
		transform: none;
	}
}
