/* ACP Site Enhancements */

.acp-review-summary-logo--image {
	display: flex !important;
	width: 88px !important;
	height: 64px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 8px !important;
	border-radius: 14px !important;
	background: #fff !important;
}

.acp-review-summary-logo--image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

.acp-review-track {
	will-change: transform;
	transition: transform .48s cubic-bezier(.22,.61,.36,1) !important;
}

.acp-review-controls button:disabled {
	opacity: .4;
	cursor: not-allowed;
}

.acp-product-reviews-section {
	background: #082f49;
}

.acp-product-reviews-section .acp-reviews-heading h2,
.acp-product-reviews-section .acp-reviews-heading p {
	color: #fff !important;
}

.acp-product-faq-section {
	background: #fbf8f0;
}

.acp-product-faq-heading {
	max-width: 820px;
	margin: 0 auto 38px;
	text-align: center;
}

.acp-product-faq-heading h2 {
	margin: 14px 0 12px;
	color: #082f49;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.08;
}

.acp-product-faq-heading p {
	margin: 0;
	color: #66736d;
}

.acp-product-faq-list {
	display: grid;
	max-width: 980px;
	gap: 14px;
	margin: 0 auto;
}

.acp-product-faq-item {
	overflow: hidden;
	border: 1px solid #e4dacb;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(8,47,73,.05);
}

.acp-product-faq-item summary {
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 20px 24px;
	color: #082f49;
	cursor: pointer;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.4;
	list-style: none;
}

.acp-product-faq-item summary::-webkit-details-marker {
	display: none;
}

.acp-product-faq-item summary span {
	display: inline-flex;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f7eee6;
	color: #ee7163;
	font-size: 22px;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.acp-product-faq-item[open] summary span {
	background: #ee7163;
	color: #fff;
	transform: rotate(45deg);
}

.acp-product-faq-answer {
	padding: 0 24px 24px;
	color: #5d6964;
	font-size: 15px;
	line-height: 1.75;
}

.acp-product-faq-answer > :last-child {
	margin-bottom: 0;
}

.acp-author-link {
	color: inherit;
	font-weight: 800;
	text-decoration: none;
}

.acp-author-link:hover {
	color: #ee7163;
	text-decoration: underline;
}

.acp-author-separator {
	margin: 0 2px;
	opacity: .65;
}

.acp-author-page {
	background: #fbf8f0;
}

.acp-author-hero {
	padding: clamp(64px, 9vw, 112px) 0;
	background: linear-gradient(135deg, #082f49, #0d435f);
	color: #fff;
}

.acp-author-hero-grid {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: clamp(34px, 6vw, 72px);
	align-items: center;
}

.acp-author-avatar-wrap {
	width: 220px;
	height: 220px;
	overflow: hidden;
	border: 8px solid rgba(255,255,255,.16);
	border-radius: 50%;
	box-shadow: 0 22px 50px rgba(0,0,0,.22);
}

.acp-author-avatar {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.acp-author-hero h1 {
	margin: 16px 0 8px;
	color: #fff;
	font-size: clamp(44px, 6vw, 72px);
	line-height: 1;
}

.acp-author-role {
	margin: 0 0 18px;
	color: #f8b39f;
	font-size: 18px;
	font-weight: 800;
}

.acp-author-bio {
	max-width: 820px;
	color: rgba(255,255,255,.8);
	font-size: 17px;
	line-height: 1.75;
}

.acp-author-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.acp-author-socials a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	padding: 8px 14px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 999px;
	background: rgba(255,255,255,.06);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.acp-author-socials a:hover {
	background: #ee7163;
	border-color: #ee7163;
}

.acp-author-posts-section {
	padding: clamp(70px, 9vw, 110px) 0;
}

.acp-author-posts-heading {
	margin-bottom: 38px;
}

.acp-author-posts-heading h2 {
	margin: 14px 0 0;
	color: #082f49;
	font-size: clamp(34px, 4vw, 52px);
}

.acp-author-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.acp-author-post-card {
	overflow: hidden;
	border: 1px solid #e7ddcf;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8,47,73,.06);
}

.acp-author-post-image {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eee8dc;
}

.acp-author-post-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.acp-author-post-card:hover .acp-author-post-image img {
	transform: scale(1.035);
}

.acp-author-post-body {
	padding: 24px;
}

.acp-author-post-meta {
	margin-bottom: 10px;
	color: #ee7163;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.acp-author-post-body h3 {
	margin: 0 0 12px;
	font-size: 23px;
	line-height: 1.22;
}

.acp-author-post-body h3 a {
	color: #082f49;
	text-decoration: none;
}

.acp-author-post-body p {
	color: #66736d;
	line-height: 1.65;
}

.acp-author-read-more {
	color: #ee7163;
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 980px) {
	.acp-author-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.acp-author-hero-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.acp-author-avatar-wrap {
		width: 160px;
		height: 160px;
		margin: 0 auto;
	}
	.acp-author-socials {
		justify-content: center;
	}
	.acp-author-post-grid {
		grid-template-columns: 1fr;
	}
	.acp-product-faq-item summary {
		padding: 18px 19px;
		font-size: 16px;
	}
	.acp-product-faq-answer {
		padding: 0 19px 20px;
	}
}

/* ACP author archive and one-page blog refinements (v2.1.0) */
.pw-blog-page .navigation.pagination,
.pw-blog-page .nav-links,
.pw-blog-page .pagination,
.acp-author-page .navigation.pagination,
.acp-author-page .nav-links,
.acp-author-page .pagination {
	display: none !important;
}

.acp-author-page {
	background: #fbf8f0 !important;
}

.acp-author-page .acp-author-hero {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	padding: clamp(72px, 9vw, 118px) 0 !important;
	background: linear-gradient(135deg, #062f49 0%, #0c4b65 100%) !important;
	color: #fff !important;
}

.acp-author-page .acp-author-hero::before,
.acp-author-page .acp-author-hero::after {
	position: absolute;
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.acp-author-page .acp-author-hero::before {
	top: -230px;
	right: -140px;
	width: 520px;
	height: 520px;
}

.acp-author-page .acp-author-hero::after {
	bottom: -250px;
	left: -160px;
	width: 430px;
	height: 430px;
}

.acp-author-page .container-pw.acp-author-hero-grid {
	position: relative;
	z-index: 1;
	display: grid !important;
	grid-template-columns: 220px minmax(0, 1fr) !important;
	gap: clamp(36px, 6vw, 74px) !important;
	align-items: center !important;
}

.acp-author-page .acp-author-avatar-wrap {
	display: block !important;
	width: 220px !important;
	height: 220px !important;
	overflow: hidden !important;
	border: 8px solid rgba(255,255,255,.16) !important;
	border-radius: 50% !important;
	background: rgba(255,255,255,.10) !important;
	box-shadow: 0 24px 58px rgba(0,0,0,.24) !important;
}

.acp-author-page .acp-author-avatar-wrap img,
.acp-author-page img.acp-author-avatar {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	object-fit: cover !important;
}

.acp-author-page .acp-author-content {
	min-width: 0;
}

.acp-author-page .acp-author-hero .pill {
	display: inline-flex !important;
	align-items: center !important;
	padding: 9px 16px !important;
	border: 1px solid rgba(255,255,255,.34) !important;
	border-radius: 999px !important;
	background: rgba(255,255,255,.92) !important;
	color: #08344e !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: .02em !important;
}

.acp-author-page .acp-author-hero h1 {
	margin: 18px 0 10px !important;
	color: #fff !important;
	font-size: clamp(46px, 6vw, 76px) !important;
	font-weight: 800 !important;
	line-height: .98 !important;
	letter-spacing: -.035em !important;
	text-shadow: none !important;
}

.acp-author-page .acp-author-role {
	margin: 0 0 18px !important;
	color: #ffad99 !important;
	font-size: clamp(17px, 2vw, 20px) !important;
	font-weight: 800 !important;
}

.acp-author-page .acp-author-bio {
	max-width: 820px !important;
	color: rgba(255,255,255,.86) !important;
	font-size: 17px !important;
	line-height: 1.75 !important;
}

.acp-author-page .acp-author-bio p {
	margin: 0 !important;
	color: inherit !important;
}

.acp-author-page .acp-author-socials {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
	margin-top: 26px !important;
}

.acp-author-page .acp-author-socials .acp-author-social {
	display: inline-flex !important;
	width: 46px !important;
	height: 46px !important;
	min-height: 46px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	border: 1px solid rgba(255,255,255,.34) !important;
	border-radius: 50% !important;
	background: rgba(255,255,255,.08) !important;
	color: #fff !important;
	box-shadow: none !important;
	text-decoration: none !important;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease !important;
}

.acp-author-page .acp-author-socials .acp-author-social:hover,
.acp-author-page .acp-author-socials .acp-author-social:focus-visible {
	border-color: #ee7163 !important;
	background: #ee7163 !important;
	color: #fff !important;
	transform: translateY(-2px) !important;
}

.acp-author-page .acp-author-social svg {
	display: block !important;
	width: 21px !important;
	height: 21px !important;
	fill: currentColor !important;
}

.acp-author-page .acp-author-posts-section {
	padding: clamp(68px, 8vw, 104px) 0 !important;
}

.acp-author-page .acp-author-post-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 26px !important;
}

@media (max-width: 980px) {
	.acp-author-page .container-pw.acp-author-hero-grid {
		grid-template-columns: 170px minmax(0, 1fr) !important;
		gap: 32px !important;
	}

	.acp-author-page .acp-author-avatar-wrap {
		width: 170px !important;
		height: 170px !important;
	}

	.acp-author-page .acp-author-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 700px) {
	.acp-author-page .acp-author-hero {
		padding: 62px 0 70px !important;
	}

	.acp-author-page .container-pw.acp-author-hero-grid {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
		text-align: center !important;
	}

	.acp-author-page .acp-author-avatar-wrap {
		width: 150px !important;
		height: 150px !important;
		margin: 0 auto !important;
	}

	.acp-author-page .acp-author-bio {
		margin: 0 auto !important;
	}

	.acp-author-page .acp-author-socials {
		justify-content: center !important;
	}

	.acp-author-page .acp-author-post-grid {
		grid-template-columns: 1fr !important;
	}
}

/* Blog image consistency and no-crop layout (v2.2.0) */
.acp-author-page .acp-author-post-image {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 2 / 1 !important;
	overflow: hidden !important;
	border-radius: 0 !important;
	background: #eee8dc !important;
}

.acp-author-page .acp-author-post-image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	aspect-ratio: 2 / 1 !important;
	object-fit: cover !important;
	object-position: center center !important;
}

/* Match the single-post sidebar cards to the 2:1 artwork used on /blogs/. */
.pw-single-blog-page .pw-sidebar-latest .pw-latest-blog-card img,
.pw-blog-reference-layout .pw-sidebar-latest .pw-latest-blog-card img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 0 12px !important;
	aspect-ratio: 2 / 1 !important;
	object-fit: cover !important;
	object-position: center center !important;
	border-radius: 12px !important;
	background: #f7f1e8 !important;
}

.pw-single-blog-page .pw-sidebar-latest .pw-latest-blog-card,
.pw-blog-reference-layout .pw-sidebar-latest .pw-latest-blog-card {
	overflow: hidden !important;
}

@media (max-width: 700px) {
	.acp-author-page .acp-author-post-image,
	.acp-author-page .acp-author-post-image img,
	.pw-single-blog-page .pw-sidebar-latest .pw-latest-blog-card img,
	.pw-blog-reference-layout .pw-sidebar-latest .pw-latest-blog-card img {
		aspect-ratio: 2 / 1 !important;
	}
}


/* Homepage quote CTA and quote-form privacy text (v2.3.0) */
html {
	scroll-behavior: smooth;
}

.wcp-form-privacy,
.wcp-form-privacy a,
.wcp-form-privacy a:visited,
.wcp-woo-quote-form .wcp-form-privacy,
.wcp-woo-quote-form .wcp-form-privacy a,
.pw-fast-form .wcp-form-privacy,
.pw-fast-form .wcp-form-privacy a {
	color: #111111 !important;
}

.wcp-form-privacy a {
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

.wcp-form-privacy a:hover,
.wcp-form-privacy a:focus {
	color: #f16d61 !important;
}


/* CEO Plugin v2.6.0: precise dark-section repair and footer social fallbacks */
.acp-ordering-process-black {
	background-color: #050505 !important;
	background-image: none !important;
	color: #ffffff !important;
}



/* Keep inner About-page wrappers transparent so the whole section is one solid black block. */
.acp-ordering-process-black > div,
.acp-ordering-process-black > .container {
	background-color: transparent !important;
	background-image: none !important;
}

.acp-ordering-process-black h1,
.acp-ordering-process-black h2,
.acp-ordering-process-black h3,
.acp-ordering-process-black h4,
.acp-ordering-process-black h5,
.acp-ordering-process-black h6,
.acp-ordering-process-black strong,
.acp-ordering-process-black b {
	color: #ffffff !important;
	text-shadow: none !important;
}

.acp-ordering-process-black p,
.acp-ordering-process-black li,
.acp-ordering-process-black dd,
.acp-ordering-process-black dt {
	color: rgba(255, 255, 255, 0.82) !important;
	text-shadow: none !important;
}

.acp-ordering-process-black [class*="label"],
.acp-ordering-process-black [class*="eyebrow"],
.acp-ordering-process-black [class*="kicker"] {
	color: #f4a583 !important;
}

.acp-project-cta-repaired h1,
.acp-project-cta-repaired h2,
.acp-project-cta-repaired h3,
.acp-project-cta-repaired h4 {
	color: #ffffff !important;
	text-shadow: none !important;
}

.acp-project-cta-repaired p,
.acp-project-cta-repaired li {
	color: rgba(255, 255, 255, 0.82) !important;
	text-shadow: none !important;
}

.acp-project-cta-repaired [class*="label"],
.acp-project-cta-repaired [class*="eyebrow"],
.acp-project-cta-repaired [class*="kicker"] {
	color: #f4a583 !important;
}

.acp-project-cta-repaired a,
.acp-project-cta-repaired button {
	text-shadow: none !important;
}

.acp-project-cta-repaired a:not([class*="button"]):not([class*="btn"]) {
	color: #ffffff !important;
}

.acp-quote-privacy-force,
.acp-quote-privacy-force *,
form .acp-quote-privacy-force,
form .acp-quote-privacy-force * {
	color: #111111 !important;
	text-shadow: none !important;
	-webkit-text-fill-color: #111111 !important;
}

.acp-quote-privacy-force a,
.acp-quote-privacy-force a:visited {
	color: #111111 !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

#acp-large-quote-form {
	scroll-margin-top: 140px;
}

.acp-footer-social-link {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	color: inherit;
	text-decoration: none;
}

.acp-footer-social-link svg,
footer [data-acp-footer-social] svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}



/* CEO Plugin v2.7.0: make the complete visible quote CTA clickable */
.acp-full-quote-trigger,
a[href="#quote"].acp-full-quote-trigger,
a[href="#acp-hero-quote-form"].acp-full-quote-trigger,
a[href="#acp-large-quote-form"].acp-full-quote-trigger {
	position: relative !important;
	z-index: 30 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	pointer-events: auto !important;
	cursor: pointer !important;
	isolation: isolate;
}

.acp-full-quote-trigger::before,
.acp-full-quote-trigger::after {
	pointer-events: none !important;
}

.acp-full-quote-surface {
	position: relative !important;
	z-index: 30 !important;
	pointer-events: auto !important;
	cursor: pointer !important;
	isolation: isolate;
}

.acp-full-quote-surface > .acp-quote-hit-area {
	position: absolute !important;
	inset: 0 !important;
	z-index: 20 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: inherit !important;
	background: transparent !important;
	pointer-events: auto !important;
	cursor: pointer !important;
}

.acp-full-quote-surface > .acp-full-quote-trigger {
	z-index: 21 !important;
	pointer-events: auto !important;
}


/* CEO Plugin v2.9.0: final quote-button and privacy-text enforcement */
.acp-full-quote-trigger,
.acp-full-quote-surface {
	position: relative !important;
	z-index: 2147483000 !important;
	pointer-events: auto !important;
	cursor: pointer !important;
}

.acp-full-quote-trigger {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.acp-full-quote-trigger::before,
.acp-full-quote-trigger::after,
.acp-full-quote-surface::before,
.acp-full-quote-surface::after {
	pointer-events: none !important;
}

.acp-quote-privacy-force,
.acp-quote-privacy-force *,
body .acp-quote-privacy-force,
body .acp-quote-privacy-force * {
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
	text-shadow: none !important;
}

.acp-quote-privacy-force a,
.acp-quote-privacy-force a:visited,
body .acp-quote-privacy-force a,
body .acp-quote-privacy-force a:visited {
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}


/* CEO Plugin v3.0.0: quote hover and ACP search experience */
.acp-full-quote-surface,
.acp-full-quote-trigger {
	transition:
		transform .22s cubic-bezier(.22,.61,.36,1),
		box-shadow .22s ease,
		filter .22s ease !important;
	transform-origin: center;
}

.acp-full-quote-surface.is-acp-hovered,
.acp-full-quote-surface:hover,
.acp-full-quote-trigger.is-acp-hovered,
.acp-full-quote-trigger:hover {
	transform: translateY(-3px) scale(1.015) !important;
	box-shadow: 0 15px 32px rgba(238,113,99,.28) !important;
	filter: brightness(.96) saturate(1.06);
}

.acp-full-quote-trigger:focus-visible,
.acp-full-quote-surface:focus-within {
	outline: 3px solid rgba(238,113,99,.32) !important;
	outline-offset: 4px !important;
}

.acp-header-search-toggle {
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(8,47,73,.12);
	border-radius: 999px;
	background: rgba(255,255,255,.72);
	color: #082f49;
	box-shadow: 0 8px 20px rgba(8,47,73,.06);
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.acp-header-search-toggle svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.acp-header-search-toggle:hover,
.acp-header-search-toggle[aria-expanded="true"] {
	border-color: #ee7163;
	background: #ee7163;
	color: #fff;
	box-shadow: 0 10px 24px rgba(238,113,99,.25);
	transform: translateY(-1px);
}

.acp-header-search-toggle:focus-visible {
	outline: 3px solid rgba(238,113,99,.28);
	outline-offset: 3px;
}

.acp-search-layer {
	--acp-search-top: 0px;
	position: fixed;
	z-index: 2147483001;
	inset: var(--acp-search-top) 0 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity .22s ease, visibility .22s ease;
}

.acp-search-layer.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.acp-search-backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(3,20,30,.58);
	backdrop-filter: blur(5px);
	cursor: default;
}

.acp-search-panel {
	position: relative;
	z-index: 2;
	max-height: min(760px, calc(100vh - var(--acp-search-top) - 20px));
	overflow: auto;
	border-top: 1px solid rgba(8,47,73,.08);
	background: #fffdf8;
	box-shadow: 0 24px 60px rgba(3,20,30,.24);
	transform: translateY(-18px);
	transition: transform .28s cubic-bezier(.22,.61,.36,1);
}

.acp-search-layer.is-open .acp-search-panel {
	transform: translateY(0);
}

.acp-search-panel-inner {
	width: min(1180px, calc(100% - 36px));
	margin: 0 auto;
	padding: 30px 0 34px;
}

.acp-search-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.acp-search-kicker,
.acp-search-page-kicker,
.acp-search-section-heading span {
	color: #ee7163;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.acp-search-heading h2 {
	margin: 6px 0 0;
	color: #082f49;
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.08;
}

.acp-search-close {
	display: inline-flex;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #e7ddcf;
	border-radius: 999px;
	background: #fff;
	color: #082f49;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.acp-search-close:hover {
	background: #082f49;
	color: #fff;
	transform: rotate(5deg);
}

.acp-search-close svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.acp-live-search-form,
.acp-search-page-form {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0,1fr) auto auto;
	align-items: center;
	gap: 10px;
	padding: 8px;
	border: 1px solid #ded3c5;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(8,47,73,.08);
}

.acp-live-search-icon,
.acp-search-page-form > span {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	color: #ee7163;
}

.acp-live-search-icon svg,
.acp-search-page-form svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.acp-live-search-form input,
.acp-search-page-form input {
	width: 100%;
	min-width: 0;
	height: 48px;
	padding: 0 8px;
	border: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	color: #082f49 !important;
	font-size: 17px;
	box-shadow: none !important;
}

.acp-live-search-form input::placeholder,
.acp-search-page-form input::placeholder {
	color: #89938f;
}

.acp-search-clear {
	visibility: hidden;
	opacity: 0;
	padding: 9px 10px;
	border: 0;
	background: transparent;
	color: #66736d;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: opacity .2s ease;
}

.acp-search-clear.is-visible {
	visibility: visible;
	opacity: 1;
}

.acp-search-submit,
.acp-search-page-form button {
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 13px;
	background: #ee7163;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(238,113,99,.22);
	transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.acp-search-submit:hover,
.acp-search-page-form button:hover {
	background: #d95f54;
	transform: translateY(-1px);
	box-shadow: 0 13px 26px rgba(238,113,99,.28);
}

.acp-search-status {
	min-height: 24px;
	margin: 14px 2px 0;
	color: #67736d;
	font-size: 13px;
}

.acp-live-results {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 18px;
	margin-top: 16px;
	transition: opacity .18s ease;
}

.acp-live-results.is-loading {
	opacity: .52;
}

.acp-live-result-group {
	min-width: 0;
	padding: 16px;
	border: 1px solid #ebe2d7;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(8,47,73,.05);
}

.acp-live-result-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
	padding: 0 2px;
}

.acp-live-result-heading h3 {
	margin: 0;
	color: #082f49;
	font-size: 15px;
}

.acp-live-result-heading span {
	display: inline-flex;
	min-width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #f7eee6;
	color: #ee7163;
	font-size: 12px;
	font-weight: 900;
}

.acp-live-result-list {
	display: grid;
	gap: 8px;
}

.acp-live-result-item {
	display: grid;
	grid-template-columns: 58px minmax(0,1fr) 24px;
	gap: 12px;
	align-items: center;
	padding: 9px;
	border-radius: 13px;
	color: inherit;
	text-decoration: none;
	transition: background-color .18s ease, transform .18s ease;
}

.acp-live-result-item:hover {
	background: #fbf6ef;
	transform: translateX(2px);
}

.acp-live-result-image {
	display: flex;
	width: 58px;
	height: 58px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: #f4efe7;
}

.acp-live-result-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 3px;
}

.acp-live-result-copy {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.acp-live-result-copy small {
	overflow: hidden;
	color: #ee7163;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.acp-live-result-copy strong {
	overflow: hidden;
	color: #082f49;
	font-size: 14px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.acp-live-result-copy > span {
	display: -webkit-box;
	overflow: hidden;
	color: #6d7772;
	font-size: 11px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.acp-live-result-arrow {
	color: #ee7163;
	font-size: 19px;
	font-weight: 900;
}

.acp-view-all-results {
	grid-column: 1 / -1;
	display: flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 12px 18px;
	border-radius: 14px;
	background: #082f49;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.acp-view-all-results b {
	margin-left: 8px;
	color: #f8b39f;
	font-size: 20px;
}

.acp-live-search-empty {
	grid-column: 1 / -1;
	display: grid;
	gap: 4px;
	padding: 30px;
	border: 1px dashed #d9cbbb;
	border-radius: 16px;
	background: #fff;
	color: #66736d;
	text-align: center;
}

.acp-live-search-empty strong {
	color: #082f49;
	font-size: 18px;
}

body.acp-search-open {
	overflow: hidden;
}

/* Search results page */
.acp-search-page {
	background: #fbf8f0;
}

.acp-search-hero {
	padding: clamp(64px,8vw,100px) 0 54px;
	background:
		radial-gradient(circle at 84% 20%, rgba(238,113,99,.2), transparent 26%),
		linear-gradient(135deg,#082f49,#0d435f);
	color: #fff;
}

.acp-search-hero h1 {
	max-width: 900px;
	margin: 10px 0 12px;
	color: #fff;
	font-size: clamp(40px,6vw,70px);
	line-height: 1.02;
}

.acp-search-hero p {
	margin: 0 0 28px;
	color: rgba(255,255,255,.76);
	font-size: 17px;
}

.acp-search-page-form {
	max-width: 900px;
}

.acp-search-content {
	padding: clamp(60px,8vw,100px) 0;
}

.acp-search-section + .acp-search-section {
	margin-top: 72px;
}

.acp-search-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.acp-search-section-heading h2 {
	margin: 6px 0 0;
	color: #082f49;
	font-size: clamp(34px,4vw,50px);
	line-height: 1.05;
}

.acp-search-section-heading > strong {
	display: inline-flex;
	min-width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #082f49;
	color: #fff;
	font-size: 14px;
}

.acp-search-category-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 14px;
}

.acp-search-category-card {
	display: grid;
	grid-template-columns: 66px minmax(0,1fr) 28px;
	align-items: center;
	gap: 14px;
	padding: 14px;
	border: 1px solid #e7ddcf;
	border-radius: 16px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(8,47,73,.05);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.acp-search-category-card:hover {
	border-color: rgba(238,113,99,.55);
	transform: translateY(-2px);
	box-shadow: 0 15px 34px rgba(8,47,73,.09);
}

.acp-search-category-image {
	display: flex;
	width: 66px;
	height: 66px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	background: #f5efe7;
}

.acp-search-category-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 4px;
}

.acp-search-category-card small {
	display: block;
	margin-bottom: 3px;
	color: #ee7163;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.acp-search-category-card strong {
	color: #082f49;
	font-size: 17px;
}

.acp-search-category-card > svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: #ee7163;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.acp-search-product-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 22px;
}

.acp-search-product-card,
.acp-search-guide-card {
	overflow: hidden;
	border: 1px solid #e7ddcf;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8,47,73,.06);
	transition: transform .22s ease, box-shadow .22s ease;
}

.acp-search-product-card:hover,
.acp-search-guide-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 42px rgba(8,47,73,.11);
}

.acp-search-card-image {
	display: flex;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background: #f3eee6;
}

.acp-search-card-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
	transition: transform .3s ease;
}

.acp-search-product-card:hover .acp-search-card-image img {
	transform: scale(1.035);
}

.acp-search-card-body {
	padding: 20px;
}

.acp-search-card-body > span,
.acp-search-guide-card > div > span {
	color: #ee7163;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.acp-search-card-body h3,
.acp-search-guide-card h3 {
	margin: 8px 0 10px;
	font-size: 20px;
	line-height: 1.2;
}

.acp-search-card-body h3 a,
.acp-search-guide-card h3 a {
	color: #082f49;
	text-decoration: none;
}

.acp-search-card-body p,
.acp-search-guide-card p {
	color: #66736d;
	font-size: 14px;
	line-height: 1.65;
}

.acp-search-card-link,
.acp-search-guide-card > div > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #082f49;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.acp-search-card-link span,
.acp-search-guide-card > div > a span {
	color: #ee7163;
	font-size: 18px;
}

.acp-search-guide-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 22px;
}

.acp-search-guide-image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #eee8dd;
}

.acp-search-guide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.acp-search-guide-card > div {
	padding: 20px;
}

.acp-search-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 34px;
}

.acp-search-pagination .page-numbers {
	display: inline-flex;
	min-width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	border: 1px solid #dfd5c8;
	border-radius: 999px;
	background: #fff;
	color: #082f49;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.acp-search-pagination .page-numbers.current,
.acp-search-pagination .page-numbers:hover {
	border-color: #ee7163;
	background: #ee7163;
	color: #fff;
}

.acp-search-empty {
	max-width: 720px;
	margin: 0 auto;
	padding: 54px 28px;
	border: 1px dashed #d7c7b6;
	border-radius: 22px;
	background: #fff;
	text-align: center;
}

.acp-search-empty > span {
	display: inline-flex;
	width: 68px;
	height: 68px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f7eee6;
	color: #ee7163;
	font-size: 34px;
}

.acp-search-empty h2 {
	margin: 18px 0 10px;
	color: #082f49;
	font-size: 34px;
}

.acp-search-empty p {
	max-width: 580px;
	margin: 0 auto;
	color: #66736d;
	line-height: 1.7;
}

.acp-search-empty > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 24px;
}

.acp-search-empty a {
	padding: 12px 18px;
	border-radius: 999px;
	background: #082f49;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.acp-search-empty a + a {
	background: #ee7163;
}

@media (max-width: 1024px) {
	.acp-live-results,
	.acp-search-product-grid,
	.acp-search-guide-grid {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.acp-view-all-results {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.acp-header-search-toggle {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.acp-search-panel-inner {
		width: min(100% - 22px, 1180px);
		padding: 22px 0 26px;
	}

	.acp-search-heading {
		align-items: center;
	}

	.acp-search-heading h2 {
		font-size: 26px;
	}

	.acp-live-search-form,
	.acp-search-page-form {
		grid-template-columns: auto minmax(0,1fr) auto;
	}

	.acp-search-clear {
		display: none;
	}

	.acp-search-submit,
	.acp-search-page-form button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.acp-live-results,
	.acp-search-category-grid,
	.acp-search-product-grid,
	.acp-search-guide-grid {
		grid-template-columns: 1fr;
	}

	.acp-search-panel {
		max-height: calc(100vh - var(--acp-search-top));
	}

	.acp-search-layer {
		inset-bottom: 0;
	}

	.acp-search-hero {
		padding-top: 52px;
	}

	.acp-search-section-heading {
		align-items: center;
	}

	.acp-search-product-grid,
	.acp-search-guide-grid {
		gap: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.acp-full-quote-surface,
	.acp-full-quote-trigger,
	.acp-search-panel,
	.acp-header-search-toggle,
	.acp-search-product-card,
	.acp-search-guide-card {
		transition: none !important;
	}
}


/* CEO Plugin v3.0.1: enforce readable search-results hero colours */
body.search .acp-search-hero,
body.search-results .acp-search-hero,
.acp-search-page .acp-search-hero {
	color: #ffffff !important;
}

body.search .acp-search-hero h1,
body.search-results .acp-search-hero h1,
.acp-search-page .acp-search-hero h1,
.acp-search-page .acp-search-hero h1 *,
body.search .acp-search-hero h1 *,
body.search-results .acp-search-hero h1 * {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: none !important;
	opacity: 1 !important;
}

body.search .acp-search-hero p,
body.search-results .acp-search-hero p,
.acp-search-page .acp-search-hero p {
	color: rgba(255, 255, 255, 0.82) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
	text-shadow: none !important;
	opacity: 1 !important;
}

body.search .acp-search-page-kicker,
body.search-results .acp-search-page-kicker,
.acp-search-page .acp-search-page-kicker {
	color: #ff8275 !important;
	-webkit-text-fill-color: #ff8275 !important;
	opacity: 1 !important;
}


/* CEO Plugin v3.1.0: quote page, review submission UI and search image fit */

/* Search result product images should fill the card cleanly. */
.acp-search-card-image {
	aspect-ratio: 4 / 3 !important;
	background: #f1eadf !important;
}

.acp-search-card-image img {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	transform: scale(1.025);
}

.acp-search-product-card:hover .acp-search-card-image img {
	transform: scale(1.065) !important;
}

.acp-live-result-item--product .acp-live-result-image img {
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
}

/* Frontend review modal works independently of the theme JavaScript. */
.acp-review-modal {
	position: fixed !important;
	z-index: 2147483002 !important;
	inset: 0 !important;
	display: none !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 20px !important;
}

.acp-review-modal.is-open {
	display: flex !important;
}

.acp-review-modal-backdrop {
	position: absolute !important;
	inset: 0 !important;
	background: rgba(3,18,29,.74) !important;
	backdrop-filter: blur(7px);
}

.acp-review-dialog {
	position: relative !important;
	z-index: 2 !important;
	width: min(680px, 100%) !important;
	max-height: min(760px, calc(100vh - 40px)) !important;
	overflow: auto !important;
	padding: clamp(24px, 4vw, 38px) !important;
	border: 1px solid rgba(255,255,255,.22) !important;
	border-radius: 22px !important;
	background: #fffdf8 !important;
	box-shadow: 0 30px 80px rgba(0,0,0,.28) !important;
	color: #082f49 !important;
}

.acp-review-dialog h2 {
	margin: 7px 0 8px !important;
	color: #082f49 !important;
	font-size: clamp(30px, 5vw, 44px) !important;
	line-height: 1.05 !important;
}

.acp-review-dialog > p {
	margin: 0 0 22px !important;
	color: #66736d !important;
}

.acp-review-dialog-kicker {
	color: #ee7163 !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: .12em !important;
	text-transform: uppercase !important;
}

.acp-review-dialog-close {
	position: absolute !important;
	top: 14px !important;
	right: 14px !important;
	display: inline-flex !important;
	width: 40px !important;
	height: 40px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	border: 1px solid #e4d9cc !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #082f49 !important;
	font-size: 27px !important;
	line-height: 1 !important;
	cursor: pointer !important;
}

.acp-review-form {
	display: grid !important;
	gap: 15px !important;
}

.acp-review-form-row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
}

.acp-review-form label {
	display: grid !important;
	gap: 7px !important;
	color: #082f49 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

.acp-review-form label small {
	color: #7a8580 !important;
	font-weight: 600 !important;
}

.acp-review-form input:not([type="checkbox"]),
.acp-review-form select,
.acp-review-form textarea {
	width: 100% !important;
	min-height: 48px !important;
	padding: 11px 13px !important;
	border: 1px solid #dcd2c4 !important;
	border-radius: 11px !important;
	background: #fff !important;
	color: #082f49 !important;
	font: inherit !important;
	box-shadow: none !important;
}

.acp-review-form textarea {
	min-height: 124px !important;
	resize: vertical !important;
}

.acp-review-form input:focus,
.acp-review-form select:focus,
.acp-review-form textarea:focus {
	border-color: #ee7163 !important;
	outline: 3px solid rgba(238,113,99,.16) !important;
}

.acp-review-permission {
	display: flex !important;
	grid-template-columns: auto 1fr !important;
	align-items: flex-start !important;
	gap: 9px !important;
	color: #5f6b65 !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
}

.acp-review-permission input {
	margin-top: 3px !important;
}

.acp-review-submit {
	min-height: 52px !important;
	padding: 12px 22px !important;
	border: 0 !important;
	border-radius: 13px !important;
	background: #082f49 !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	cursor: pointer !important;
	box-shadow: 0 12px 26px rgba(8,47,73,.18) !important;
}

.acp-review-submit:hover {
	background: #ee7163 !important;
	transform: translateY(-1px) !important;
}

.acp-review-submit:disabled {
	opacity: .65 !important;
	cursor: wait !important;
}

body.acp-review-modal-open {
	overflow: hidden !important;
}

.acp-review-feedback {
	position: fixed;
	z-index: 2147483004;
	right: 22px;
	bottom: 22px;
	display: flex;
	max-width: min(520px, calc(100vw - 32px));
	align-items: center;
	gap: 16px;
	padding: 16px 18px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 15px;
	background: #082f49;
	color: #fff;
	box-shadow: 0 20px 50px rgba(3,18,29,.25);
	transition: opacity .25s ease, transform .25s ease;
}

.acp-review-feedback--success {
	background: #164d38;
}

.acp-review-feedback--error {
	background: #7d2f2f;
}

.acp-review-feedback button {
	display: inline-flex;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font-size: 21px;
	cursor: pointer;
}

.acp-review-feedback.is-hiding {
	opacity: 0;
	transform: translateY(10px);
}

/* Dedicated Get a Quote page */
.acp-quote-page {
	background: #fbf8f0;
}

.acp-quote-page-hero {
	padding: clamp(54px, 7vw, 92px) 0;
	background:
		radial-gradient(circle at 10% 12%, rgba(238,113,99,.13), transparent 28%),
		linear-gradient(135deg, #fffaf0 0%, #f5ecdd 100%);
}

.acp-quote-page-grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
	gap: clamp(36px, 6vw, 78px);
	align-items: start;
}

.acp-quote-page-copy {
	position: sticky;
	top: 150px;
	padding-top: 24px;
}

.acp-quote-page-kicker,
.acp-quote-contact-heading > span {
	color: #ee7163;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.acp-quote-page-copy h1 {
	max-width: 720px;
	margin: 14px 0 18px;
	color: #082f49 !important;
	font-size: clamp(46px, 6vw, 78px);
	line-height: .98;
	letter-spacing: -.035em;
}

.acp-quote-page-copy > p {
	max-width: 690px;
	margin: 0;
	color: #5f6b65;
	font-size: 18px;
	line-height: 1.75;
}

.acp-quote-page-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 13px;
	margin-top: 30px;
}

.acp-quote-page-points > div {
	display: grid;
	gap: 5px;
	padding: 16px;
	border: 1px solid #e3d7c8;
	border-radius: 15px;
	background: rgba(255,255,255,.7);
	box-shadow: 0 8px 22px rgba(8,47,73,.04);
}

.acp-quote-page-points strong {
	color: #082f49;
	font-size: 15px;
}

.acp-quote-page-points span {
	color: #6c7772;
	font-size: 12px;
	line-height: 1.5;
}

.acp-quote-page-form-card {
	overflow: hidden;
	border: 1px solid #ddcfbf;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 26px 70px rgba(8,47,73,.12);
}

.acp-quote-page-form-heading {
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 24px 26px;
	background: #082f49;
	color: #fff;
}

.acp-quote-page-form-heading > span {
	display: inline-flex;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(255,255,255,.1);
	color: #f8b39f;
}

.acp-quote-page-form-heading svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linejoin: round;
}

.acp-quote-page-form-heading small {
	color: #f8b39f;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.acp-quote-page-form-heading h2 {
	margin: 4px 0 3px;
	color: #fff !important;
	font-size: 25px;
	line-height: 1.1;
}

.acp-quote-page-form-heading p {
	margin: 0;
	color: rgba(255,255,255,.72);
	font-size: 12px;
}

.acp-quote-page-form {
	display: grid;
	gap: 14px;
	padding: 24px 26px 26px;
	background: #fffaf1;
}

.acp-quote-page-form label {
	display: grid;
	gap: 7px;
	color: #082f49;
	font-size: 12px;
	font-weight: 800;
}

.acp-quote-form-two,
.acp-quote-form-three {
	display: grid;
	gap: 11px;
}

.acp-quote-form-two {
	grid-template-columns: repeat(2, minmax(0,1fr));
}

.acp-quote-form-three {
	grid-template-columns: repeat(3, minmax(0,1fr));
}

.acp-quote-page-form input,
.acp-quote-page-form select,
.acp-quote-page-form textarea {
	width: 100% !important;
	min-height: 48px !important;
	padding: 11px 13px !important;
	border: 1px solid #ddcfbf !important;
	border-radius: 11px !important;
	background: #fff !important;
	color: #082f49 !important;
	font-size: 14px !important;
	box-shadow: none !important;
}

.acp-quote-page-form textarea {
	min-height: 104px !important;
	resize: vertical !important;
}

.acp-quote-page-form input:focus,
.acp-quote-page-form select:focus,
.acp-quote-page-form textarea:focus {
	border-color: #ee7163 !important;
	outline: 3px solid rgba(238,113,99,.14) !important;
}

.acp-quote-page-form .wcp-simple-captcha {
	display: grid !important;
	grid-template-columns: minmax(0,1fr) minmax(150px,.7fr) !important;
	gap: 12px !important;
	align-items: center !important;
	padding: 13px !important;
	border: 1px solid #e0d4c5 !important;
	border-radius: 12px !important;
	background: #fff6e8 !important;
}

.acp-quote-page-form .wcp-simple-captcha label {
	color: #082f49 !important;
	font-size: 13px !important;
}

.acp-quote-page-form .wcp-simple-captcha input {
	min-height: 44px !important;
}

.acp-quote-page-form .wcp-form-privacy,
.acp-quote-page-form .wcp-form-privacy *,
.acp-quote-page-privacy,
.acp-quote-page-privacy a {
	color: #111 !important;
	-webkit-text-fill-color: #111 !important;
	font-size: 12px !important;
}

.acp-quote-page-submit {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 13px 22px;
	border: 0;
	border-radius: 13px;
	background: #ee7163;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 14px 30px rgba(238,113,99,.25);
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.acp-quote-page-submit:hover {
	background: #d95f54;
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(238,113,99,.3);
}

.acp-quote-page-submit span {
	font-size: 21px;
}

.acp-quote-page-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 16px;
	justify-content: center;
	color: #69746f;
	font-size: 11px;
	font-weight: 800;
}

.acp-quote-contact-section {
	padding: clamp(70px, 9vw, 110px) 0;
	background: #082f49;
	color: #fff;
}

.acp-quote-contact-heading {
	max-width: 800px;
	margin-bottom: 34px;
}

.acp-quote-contact-heading h2 {
	margin: 11px 0 12px;
	color: #fff !important;
	font-size: clamp(36px, 5vw, 58px);
	line-height: 1.05;
}

.acp-quote-contact-heading p {
	margin: 0;
	color: rgba(255,255,255,.74);
	font-size: 16px;
	line-height: 1.7;
}

.acp-quote-contact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: 16px;
}

.acp-quote-contact-card {
	display: grid;
	align-content: start;
	gap: 8px;
	min-height: 230px;
	padding: 22px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 18px;
	background: rgba(255,255,255,.06);
	color: #fff;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

a.acp-quote-contact-card:hover {
	border-color: rgba(238,113,99,.72);
	background: rgba(238,113,99,.12);
	transform: translateY(-3px);
}

.acp-quote-contact-icon {
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	border-radius: 13px;
	background: #ee7163;
	color: #fff;
	font-size: 20px;
}

.acp-quote-contact-card small {
	color: #f8b39f;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.acp-quote-contact-card strong {
	overflow-wrap: anywhere;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
}

.acp-quote-contact-card p {
	margin: 3px 0 0;
	color: rgba(255,255,255,.7);
	font-size: 13px;
	line-height: 1.6;
}

@media (max-width: 1080px) {
	.acp-quote-page-grid {
		grid-template-columns: 1fr;
	}

	.acp-quote-page-copy {
		position: static;
		padding-top: 0;
	}

	.acp-quote-contact-grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}
}

@media (max-width: 700px) {
	.acp-review-form-row,
	.acp-quote-form-two,
	.acp-quote-form-three,
	.acp-quote-page-points,
	.acp-quote-contact-grid {
		grid-template-columns: 1fr !important;
	}

	.acp-review-dialog {
		padding: 24px 18px !important;
	}

	.acp-review-feedback {
		right: 16px;
		bottom: 84px;
		left: 16px;
		max-width: none;
	}

	.acp-quote-page-form-heading,
	.acp-quote-page-form {
		padding-right: 18px;
		padding-left: 18px;
	}

	.acp-quote-page-form .wcp-simple-captcha {
		grid-template-columns: 1fr !important;
	}

	.acp-quote-page-copy h1 {
		font-size: clamp(42px, 13vw, 62px);
	}

	.acp-quote-contact-card {
		min-height: 0;
	}
}
