/* SEO Monster — custom service pages */

body.sm-has-service-page .entry-content > .sm-service-page,
body.sm-has-service-page .elementor-widget-container > .sm-service-page,
body.sm-has-service-page .sm-service-page {
	--sm-navy: #414957;
	--sm-blue: #1b82e2;
	--sm-accent: #eb9328;
	--sm-slate: #334155;
	--sm-muted: #64748b;
	--sm-bg: #f4f7fb;
	--sm-border: #d7e2ee;
	--sm-radius: 16px;
	--sm-wrap: 1140px;
	--sm-shadow: 0 16px 48px rgba(14, 42, 71, 0.1);
	--sm-hero-fade: 42%;
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	color: var(--sm-slate);
	font-size: 17px;
	line-height: 1.65;
	background: #fff;
	overflow-x: clip;
}

body.sm-has-service-page .entry-header,
body.sm-has-service-page header.entry-header,
body.sm-has-service-page .page-header,
body.sm-has-service-page .entry-title,
body.sm-has-service-page h1.entry-title,
body.sm-has-service-page .page-title,
body.sm-has-service-page h1.page-title,
body.sm-has-service-page .elementor-page-title,
body.sm-has-service-page .elementor-page-title .elementor-heading-title,
body.sm-has-service-page .site-main > .page-header,
body.sm-has-service-page .ast-single-entry-banner,
body.sm-has-service-page .inside-article > header.entry-header,
body.sm-has-service-page h1.wp-block-post-title,
body.sm-has-service-page .content-area > article > header,
body.sm-has-service-page .page-header-inner,
body.sm-has-service-page .rank-math-page-title {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.sm-service-page *,
.sm-service-page *::before,
.sm-service-page *::after {
	box-sizing: border-box;
}

.sm-service-page h1,
.sm-service-page h2,
.sm-service-page h3,
.sm-service-page p,
.sm-service-page li {
	margin-block-start: 0;
	letter-spacing: normal;
	text-transform: none;
}

.sm-wrap {
	max-width: var(--sm-wrap);
	margin: 0 auto;
	padding: 0 28px;
}

.sm-wrap--narrow {
	max-width: 820px;
}

.sm-eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sm-blue);
}

.sm-eyebrow--hero {
	color: #f0c27a;
}

.sm-section {
	padding: 72px 0;
}

.sm-section--tint {
	background: var(--sm-bg);
}

.sm-section__head {
	margin: 0 0 32px;
}

.sm-section__head--center {
	text-align: center;
}

.sm-section__head h2,
.sm-media-row__copy h2,
.sm-cta-final h2 {
	margin: 0 0 14px;
}

.sm-title {
	display: inline-block;
	margin: 0 0 14px;
}

.sm-title__text {
	display: block;
	color: var(--sm-navy);
	font-size: clamp(1.65rem, 2.8vw, 2.35rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.sm-title__accent {
	display: block;
	width: 68px;
	height: 4px;
	margin-top: 14px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sm-accent) 0%, var(--sm-blue) 100%);
}

.sm-section__head--center .sm-title__accent {
	margin-left: auto;
	margin-right: auto;
}

.sm-title--light .sm-title__text {
	color: #fff;
}

.sm-block-title {
	margin: 0 0 18px;
}

.sm-block-title__text {
	display: block;
	color: var(--sm-navy);
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.sm-block-title__accent {
	display: block;
	width: 52px;
	height: 3px;
	margin-top: 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sm-blue) 0%, var(--sm-accent) 100%);
}

.sm-section__sub {
	margin: 0;
	max-width: 54ch;
	color: var(--sm-muted);
	font-size: 1.05rem;
}

.sm-section__head--center .sm-section__sub {
	margin: 0 auto;
}

.sm-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none !important;
	border: 2px solid transparent;
	cursor: pointer;
	transition:
		transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.22s ease,
		background 0.22s ease,
		background-position 0.55s ease,
		border-color 0.22s ease,
		filter 0.22s ease;
}

.sm-btn:hover {
	transform: translateY(-3px) scale(1.03);
}

.sm-btn:active {
	transform: translateY(-1px) scale(1.01);
	transition-duration: 0.1s;
}

.sm-btn--accent {
	color: #fff !important;
	background-image:
		linear-gradient(
			105deg,
			transparent 40%,
			rgba(255, 255, 255, 0.35) 50%,
			transparent 60%
		),
		linear-gradient(180deg, #f0a53c 0%, var(--sm-accent) 55%, #d97f14 100%);
	background-size: 220% 100%, 100% 100%;
	background-position: 120% 0, 0 0;
	background-repeat: no-repeat;
	box-shadow: 0 10px 28px rgba(235, 147, 40, 0.35);
}

.sm-btn--accent:hover {
	background-position: -120% 0, 0 0;
	filter: brightness(1.05);
	box-shadow:
		0 16px 36px rgba(235, 147, 40, 0.48),
		0 0 0 4px rgba(235, 147, 40, 0.2);
}

.sm-btn--ghost-light {
	background: rgba(255, 255, 255, 0.06);
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(4px);
}

.sm-btn--ghost-light:hover {
	background: rgba(255, 255, 255, 0.18);
	border-color: #fff;
	box-shadow:
		0 12px 28px rgba(0, 0, 0, 0.18),
		0 0 0 4px rgba(255, 255, 255, 0.12);
}

.sm-hero {
	position: relative;
	min-height: 520px;
	padding: clamp(48px, 6vw, 72px) 0 80px;
	color: #fff;
	overflow: hidden;
	isolation: isolate;
}

.sm-hero__backdrop {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(ellipse 80% 60% at 85% 40%, rgba(235, 147, 40, 0.18), transparent 60%),
		linear-gradient(125deg, var(--sm-navy) 0%, #163a5c 48%, #0a1f35 100%);
}

.sm-hero__photo {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
}

.sm-hero__photo .sm-media-img,
.sm-hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.sm-hero__photo-fade {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		105deg,
		var(--sm-navy) 0%,
		var(--sm-navy) calc(var(--sm-hero-fade) - 6%),
		rgba(14, 42, 71, 0.95) var(--sm-hero-fade),
		rgba(14, 42, 71, 0.55) calc(var(--sm-hero-fade) + 12%),
		rgba(14, 42, 71, 0.12) calc(var(--sm-hero-fade) + 24%),
		transparent 88%
	);
	pointer-events: none;
}

.sm-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 420px);
	gap: 36px;
	align-items: center;
	min-height: 420px;
}

.sm-hero__title {
	margin: 0 0 16px;
}

.sm-hero__title-text {
	display: block;
	font-size: clamp(2rem, 4.2vw, 3rem);
	font-weight: 800;
	line-height: 1.08;
	color: #fff;
	letter-spacing: -0.03em;
}

.sm-hero__title-accent {
	display: block;
	width: 80px;
	height: 4px;
	margin-top: 14px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sm-accent) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.sm-hero__lead {
	margin: 0 0 22px;
	max-width: 46ch;
	font-size: 1.08rem;
	color: rgba(255, 255, 255, 0.9);
}

.sm-reviews-badge {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	text-decoration: none !important;
	color: #fff;
	backdrop-filter: blur(6px);
}

.sm-reviews-badge__stars {
	color: var(--sm-accent);
	font-size: 0.95rem;
	letter-spacing: 2px;
}

.sm-reviews-badge__copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 0.88rem;
	line-height: 1.35;
}

.sm-reviews-badge__copy strong {
	font-size: 0.95rem;
}

.sm-reviews-badge__copy span {
	color: rgba(255, 255, 255, 0.78);
}

.sm-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 0.92rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
}

.sm-hero__phone {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
}

.sm-hero__meta-sep {
	opacity: 0.5;
}

.sm-hero__quote {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: 100%;
}

.sm-hero__quote > *,
.sm-hero__quote .wcq-quote-widget,
.sm-hero__quote .elementor-widget-container {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	background: #fff;
	border-radius: calc(var(--sm-radius) + 2px);
	box-shadow: var(--sm-shadow);
	overflow: hidden;
}

.sm-hero__quote .elementor-widget-container {
	padding: 0 !important;
}

.sm-hero__curve {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 3;
	line-height: 0;
}

.sm-hero__curve svg {
	display: block;
	width: 100%;
	height: 56px;
}

.sm-reviews-strip {
	background: #fff;
	border-bottom: 1px solid var(--sm-border);
	padding: 20px 0;
}

.sm-reviews-strip__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.sm-reviews-strip__left {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.sm-reviews-strip__stars {
	flex-shrink: 0;
	color: var(--sm-accent);
	font-size: 1rem;
	letter-spacing: 2px;
	line-height: 1;
}

.sm-reviews-strip__text {
	margin: 0;
	color: var(--sm-slate);
	line-height: 1.4;
}

.sm-reviews-strip__price {
	flex-shrink: 0;
	padding: 8px 16px;
	background: var(--sm-bg);
	border: 1px solid var(--sm-border);
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--sm-navy);
	white-space: nowrap;
}

.sm-price-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.sm-price-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--sm-border);
	border-radius: var(--sm-radius);
	padding: 28px 24px;
	box-shadow: 0 4px 16px rgba(14, 42, 71, 0.04);
}

.sm-price-card--featured {
	border-color: transparent;
	background: linear-gradient(160deg, var(--sm-navy) 0%, #163a5c 100%);
	color: #fff;
	box-shadow: var(--sm-shadow);
	transform: translateY(-4px);
}

.sm-price-card__badge {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--sm-accent);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.sm-price-card__label {
	margin: 0 0 8px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--sm-muted);
}

.sm-price-card--featured .sm-price-card__label {
	color: #f0c27a;
}

.sm-price-card__value {
	margin: 0 0 8px;
	font-size: clamp(2rem, 3vw, 2.6rem);
	font-weight: 800;
	color: var(--sm-navy);
	line-height: 1.1;
}

.sm-price-card--featured .sm-price-card__value {
	color: #fff;
}

.sm-price-card__value--text {
	font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.sm-price-card__meta {
	margin: 0;
	font-size: 0.95rem;
	color: var(--sm-muted);
}

.sm-price-card--featured .sm-price-card__meta {
	color: rgba(255, 255, 255, 0.78);
}

.sm-media-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
	margin-bottom: 48px;
}

.sm-media-row:last-child {
	margin-bottom: 0;
}

.sm-media-row--reverse .sm-media-row__media {
	order: 2;
}

.sm-media-row--reverse .sm-media-row__copy {
	order: 1;
}

.sm-media-row__media {
	overflow: hidden;
	border-radius: var(--sm-radius);
	box-shadow: var(--sm-shadow);
	aspect-ratio: 4 / 3;
	background: var(--sm-bg);
}

.sm-media-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sm-media-row__copy h3 {
	margin: 0 0 12px;
}

.sm-section--included {
	background: #fff;
}

.sm-included-full {
	max-width: 960px;
}

.sm-prose--included .sm-highlight-box {
	margin-top: 0;
}

.sm-prose--included .sm-included-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sm-steps-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

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

.sm-steps-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sm-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 40px;
}

.sm-feature-card {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid var(--sm-border);
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(14, 42, 71, 0.04);
}

.sm-feature-card__icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--sm-blue);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
}

.sm-feature-card p {
	margin: 0;
	font-size: 0.95rem;
	color: var(--sm-slate);
}

.sm-step-card {
	position: relative;
	padding: 28px 22px 24px;
	background: #fff;
	border: 1px solid var(--sm-border);
	border-radius: var(--sm-radius);
	box-shadow: 0 4px 16px rgba(14, 42, 71, 0.04);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sm-step-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(14, 42, 71, 0.08);
}

.sm-step-card__num {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--sm-bg);
	color: var(--sm-blue);
	font-size: 0.88rem;
	font-weight: 800;
}

.sm-step-card h3 {
	margin: 0 0 10px;
	padding-right: 36px;
	color: var(--sm-navy);
	font-size: 1.1rem;
	font-weight: 750;
	line-height: 1.3;
}

.sm-step-card p {
	margin: 0;
	font-size: 0.92rem;
	color: var(--sm-muted);
	line-height: 1.55;
}

.sm-prose p {
	margin: 0 0 16px;
}

.sm-prose--center {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.sm-prose a {
	color: var(--sm-blue);
	font-weight: 600;
}

.sm-checklist {
	list-style: none !important;
	margin: 16px 0 !important;
	padding: 0 !important;
	display: grid;
	gap: 10px;
}

.sm-checklist li {
	position: relative;
	margin: 0 !important;
	padding: 12px 16px 12px 44px !important;
	background: #fff;
	border: 1px solid var(--sm-border);
	border-radius: 10px;
	list-style: none !important;
}

.sm-checklist li::before {
	content: "✓";
	position: absolute;
	left: 14px;
	top: 11px;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--sm-blue);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 50%;
}

.sm-included-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 20px 0;
}

.sm-included-card {
	padding: 16px 18px;
	background: #fff;
	border: 1px solid var(--sm-border);
	border-left: 4px solid var(--sm-blue);
	border-radius: 10px;
}

.sm-included-card__title {
	display: block;
	margin-bottom: 6px;
	color: var(--sm-navy);
	font-weight: 700;
}

.sm-included-card__desc {
	display: block;
	color: var(--sm-muted);
	font-size: 0.95rem;
}

.sm-highlight-box {
	margin-top: 16px;
	padding: 22px 24px;
	background: linear-gradient(135deg, #fff8eb 0%, #fff1d2 100%);
	border: 1px solid #f0d28a;
	border-radius: var(--sm-radius);
}

.sm-areas-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 24px 0;
}

.sm-area-pill {
	display: block;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid var(--sm-border);
	border-radius: 10px;
	font-weight: 650;
	color: var(--sm-navy);
	text-align: center;
}

.sm-faq {
	display: grid;
	gap: 12px;
}

.sm-faq__item {
	background: #fff;
	border: 1px solid var(--sm-border);
	border-radius: 12px;
	overflow: hidden;
}

.sm-faq__q {
	cursor: pointer;
	list-style: none;
	padding: 18px 52px 18px 20px;
	font-weight: 700;
	color: var(--sm-navy);
	position: relative;
}

.sm-faq__q::-webkit-details-marker {
	display: none;
}

.sm-faq__q::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.35rem;
	color: var(--sm-blue);
}

.sm-faq__item[open] .sm-faq__q::after {
	content: "–";
}

.sm-faq__a {
	padding: 0 20px 18px;
}

.sm-faq__a p {
	margin: 0;
}

.sm-cta-final {
	padding: 0;
	background: linear-gradient(135deg, #1b82e2 0%, #1a6fc0 45%, #0e4f8a 100%);
}

.sm-cta-final__inner {
	/* Keep .sm-wrap horizontal padding — don't use shorthand padding here. */
	padding-top: 64px;
	padding-bottom: 64px;
	display: grid;
	gap: 24px;
}

.sm-cta-final .sm-title__text,
.sm-cta-final .sm-title--light .sm-title__text,
.sm-cta-final__copy h2,
.sm-cta-final h2,
.sm-prose--on-dark h2,
.sm-prose--on-dark p,
.sm-cta-final__copy p {
	color: #fff !important;
}

.sm-cta-final .sm-title__accent {
	background: linear-gradient(90deg, var(--sm-accent) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.sm-prose--on-dark a {
	color: #ffe0a8;
}

.sm-cta-final__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 1100px) {
	.sm-steps-grid,
	.sm-steps-grid--5 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sm-prose--included .sm-included-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.sm-hero__grid {
		grid-template-columns: 1fr;
	}

	.sm-reviews-strip__inner {
		flex-direction: column;
		align-items: flex-start;
	}

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

@media (max-width: 640px) {
	.sm-steps-grid,
	.sm-steps-grid--5,
	.sm-steps-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.sm-section {
		padding: 52px 0;
	}

	.sm-hero {
		min-height: auto;
		padding-bottom: 64px;
	}

	.sm-price-grid,
	.sm-media-row,
	.sm-feature-grid,
	.sm-included-grid,
	.sm-prose--included .sm-included-grid,
	.sm-areas-grid {
		grid-template-columns: 1fr;
	}

	.sm-media-row--reverse .sm-media-row__media,
	.sm-media-row--reverse .sm-media-row__copy {
		order: unset;
	}

	.sm-price-card--featured {
		transform: none;
	}

	.sm-cta-final__inner {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

.sm-page-content,
.elementor-widget-text-editor.sm-page-content .elementor-widget-container {
	--sm-blue: #1e73be;
	--sm-navy: #1e3a5f;
	color: var(--sm-slate);
	font-size: 17px;
	line-height: 1.65;
}
