/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child for Shantou China Toys
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.3.8
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
 * STC Global Design System
 * Language-independent foundation for Elementor + WPML.
 */
:root {
	--stc-content: 1350px;
	--stc-gutter: clamp(18px, 3vw, 36px);
	--stc-purple: #9825b8;
	--stc-purple-dark: #74218e;
	--stc-navy: #14263a;
	--stc-copy: #62738a;
	--stc-surface: #ffffff;
	--stc-surface-soft: #faf6fc;
	--stc-border: #eaddef;
	--stc-radius-sm: 14px;
	--stc-radius-md: 20px;
	--stc-radius-lg: 28px;
	--stc-shadow-sm: 0 8px 24px rgba(20, 38, 58, 0.05);
	--stc-shadow-md: 0 18px 48px rgba(20, 38, 58, 0.09);
	--stc-font: "Bricolage Grotesque", Arial, Helvetica, sans-serif;
}

body.stc-site {
	--stc-page-inline: max(var(--stc-gutter), calc((100vw - var(--stc-content)) / 2));
	color: var(--stc-navy);
	font-family: var(--stc-font);
	line-height: 1.6;
}

/* Preserve the established Flatsome-era text rhythm during theme migration. */
body.stc-site p {
	margin-block-start: 0;
	margin-block-end: 1.3em;
}

/* Preserve headings that previously inherited Flatsome's configured family. */
body.stc-site :is(h1, h2, h3, h4, h5, h6) {
	font-family: Lato, Arial, Helvetica, sans-serif;
}

body.stc-site form p {
	margin-block-end: .5em;
}

body.stc-site :is(.stc-page, .stc-services-v1, .stc-site-section) {
	min-width: 0;
	font-family: var(--stc-font);
}

body.stc-site :is(.stc-inner, .stc-services-v1__inner) {
	width: min(100%, var(--stc-content));
	max-width: var(--stc-content);
	margin-inline: auto;
}

body.stc-site :is(.stc-card, .stc-services-v1__module-card, .stc-services-v1__route-card) {
	min-width: 0;
}

body.stc-site :is(.stc-button, .stc-services-v1__button) .elementor-button,
body.stc-site .elementor-widget-button.stc-button .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 999px;
	font-family: var(--stc-font);
	font-weight: 700;
	line-height: 1.2;
}

body.stc-site :is(.stc-section--light, .stc-card--light) {
	color: var(--stc-navy);
}

body.stc-site :is(.stc-section--light, .stc-card--light) :is(.elementor-heading-title, h1, h2, h3, h4) {
	color: var(--stc-navy);
}

body.stc-site :is(.stc-section--light, .stc-card--light) :is(.elementor-widget-text-editor, .elementor-widget-text-editor p) {
	color: var(--stc-copy);
}

body.stc-site :is(.stc-section--dark, .stc-card--dark) {
	color: #ffffff;
}

body.stc-site :is(.stc-section--dark, .stc-card--dark) :is(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p) {
	color: #ffffff;
}

@media (max-width: 767px) {
	:root {
		--stc-gutter: 18px;
	}

	body.stc-site :is(.stc-button, .stc-services-v1__button) .elementor-button,
	body.stc-site .elementor-widget-button.stc-button .elementor-button {
		width: 100%;
		min-height: 50px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.stc-site *,
	body.stc-site *::before,
	body.stc-site *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Services Hub V4: the complete page is never a reveal target. */
body.stc-site.stc-global-motion-enabled [data-stc-motion].st-services-v4,
body.stc-site.stc-global-motion-enabled [data-stc-motion].st-services-v4.is-motion-pending,
body.stc-site.stc-global-motion-enabled [data-stc-motion].st-services-v4.is-motion-visible {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	filter: none !important;
	animation: none !important;
}

body.stc-site .st-services-v4 :focus-visible {
	outline: 2px solid var(--stc-purple);
	outline-offset: 2px;
}

/* Quote comparison landing component — semantic, WPML-safe, no page-ID selectors. */
body.stc-site .st-quote-compare {
	--st-brand: #8d29ac;
	--st-brand-deep: #5e174f;
	--st-brand-soft: #f7f0f9;
	--st-brand-line: #e7dceb;
	--st-ink: #14263a;
	--st-copy: #475569;
	--st-muted: #667085;
	--st-paper: #ffffff;
	--st-surface: #f5f5f7;
	--st-line: #e4e4ea;
	--st-alert: #dc2626;
	--st-alert-soft: #fef2f2;
	--st-pass: #059669;
	--st-shadow-1: 0 4px 16px -4px rgba(20, 38, 58, .08);
	--st-shadow-2: 0 16px 40px -12px rgba(20, 38, 58, .14);
	--st-shadow-brand: 0 12px 32px -10px rgba(141, 41, 172, .35);
	color: var(--st-ink);
	font-family: var(--stc-font);
	overflow-wrap: break-word;
}

body.stc-site.stc-global-motion-enabled [data-stc-motion].st-quote-compare,
body.stc-site.stc-global-motion-enabled [data-stc-motion].st-quote-compare.is-motion-pending,
body.stc-site.stc-global-motion-enabled [data-stc-motion].st-quote-compare.is-motion-visible {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	filter: none !important;
	animation: none !important;
}

body.stc-site .st-quote-compare :is(h1, h2, h3, h4, h5, h6, .elementor-heading-title) {
	font-family: var(--stc-font);
	letter-spacing: -.028em;
	color: var(--st-ink);
}

body.stc-site .st-quote-compare p:last-child { margin-block-end: 0; }
body.stc-site .st-quote-compare :focus-visible { outline: 2px solid var(--st-brand); outline-offset: 3px; }
body.stc-site .st-quote-compare .st-em { color: var(--st-brand); }
body.stc-site .st-quote-compare .st-h2 .elementor-heading-title {
	font-size: clamp(1.75rem, 3.4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.14;
}
body.stc-site .st-quote-compare .st-h2--light .elementor-heading-title { color: #fff; }
body.stc-site .st-quote-compare .st-prose { max-width: 62ch; color: var(--st-copy); }
body.stc-site .st-quote-compare .st-lead { max-width: 60ch; }
body.stc-site .st-quote-compare .st-eyebrow {
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--st-brand-deep);
}
body.stc-site .st-quote-compare .st-eyebrow--light { color: #ead8f0; }
body.stc-site .st-quote-compare .st-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--st-brand-soft);
	color: var(--st-brand-deep);
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: .05em;
}
body.stc-site .st-quote-compare .st-pill > span { color: var(--st-brand); font-size: .62em; }
body.stc-site .st-quote-compare .st-btn .elementor-button {
	min-height: 52px;
	padding-inline: 32px;
	border-radius: 999px;
	font-family: var(--stc-font);
	font-weight: 700;
	box-shadow: var(--st-shadow-brand);
	transition: transform 240ms cubic-bezier(.16,1,.3,1), box-shadow 240ms ease;
}
body.stc-site .st-quote-compare .st-btn .elementor-button:hover { transform: translateY(-2px); }
body.stc-site .st-quote-compare .st-btn--ghost .elementor-button { box-shadow: none; }

body.stc-site .st-quote-compare .st-cmp {
	border: 1px solid var(--st-line);
	border-radius: 32px;
	background: #fff;
	box-shadow: var(--st-shadow-2);
	overflow: hidden;
}
body.stc-site .st-quote-compare .st-cmp__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 20px;
	background: linear-gradient(135deg, #fdf2f8, var(--st-brand-soft));
	border-bottom: 1px solid var(--st-brand-line);
	color: var(--st-brand-deep);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}
body.stc-site .st-quote-compare .st-cmp__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid var(--st-brand-line);
	border-radius: 999px;
	background: #fff;
	color: var(--st-brand-deep);
	font: 700 .8125rem/1 var(--stc-font);
	cursor: pointer;
}
body.stc-site .st-quote-compare .st-cmp__toggle:hover { background: var(--st-brand); color: #fff; }
body.stc-site .st-quote-compare .st-cmp__head,
body.stc-site .st-quote-compare .st-cmp__row,
body.stc-site .st-quote-compare .st-cmp__price {
	display: grid;
	grid-template-columns: minmax(84px,.7fr) 1fr 1fr;
	gap: 12px;
	align-items: baseline;
	padding: 16px 20px;
}
body.stc-site .st-quote-compare .st-cmp__head,
body.stc-site .st-quote-compare .st-cmp__row { border-bottom: 1px solid #f0f0f4; }
body.stc-site .st-quote-compare .st-cmp__head { color: var(--st-muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
body.stc-site .st-quote-compare .st-cmp__row { font-size: .9375rem; }
body.stc-site .st-quote-compare .st-cmp__row > span:first-child,
body.stc-site .st-quote-compare .st-cmp__price > span:first-child { color: var(--st-muted); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
body.stc-site .st-quote-compare .st-cmp__price { background: var(--st-surface); }
body.stc-site .st-quote-compare .st-cmp__price strong { font-size: 1.5rem; font-variant-numeric: tabular-nums; }
body.stc-site .st-quote-compare .st-cmp [data-diff] { border-radius: 10px; padding: 3px 8px; margin: -3px -8px; transition: color 240ms, background 240ms; }
body.stc-site .st-quote-compare .st-cmp.is-open [data-diff] { background: var(--st-alert-soft); color: var(--st-alert); font-weight: 600; }
body.stc-site .st-quote-compare .st-cmp__verdict { padding: 20px; background: var(--st-alert-soft); color: var(--st-copy); font-size: .9375rem; }
body.stc-site .st-quote-compare .st-cmp__verdict strong { color: var(--st-alert); }

body.stc-site .st-quote-compare .st-proof-grid { box-shadow: var(--st-shadow-2); }
body.stc-site .st-quote-compare .st-proof-item > .elementor-widget-container { min-height: 100%; padding: 32px 24px; border-inline-end: 1px solid rgba(255,255,255,.1); }
body.stc-site .st-quote-compare .st-proof-item span { display: block; color: #b9c0ce; font-size: .9375rem; line-height: 1.45; }
body.stc-site .st-quote-compare .st-proof-n { display: block; margin-bottom: 12px; color: #fff; font-size: clamp(1.75rem,3vw,2.5rem); line-height: 1; }
body.stc-site .st-quote-compare .st-symptom-card { transition: transform 240ms cubic-bezier(.16,1,.3,1), box-shadow 240ms ease; }
body.stc-site .st-quote-compare .st-symptom-card:hover { transform: translateY(-4px); box-shadow: var(--st-shadow-1); }
body.stc-site .st-quote-compare .st-step-badge { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 16px; background: var(--st-brand-soft); color: var(--st-brand-deep); font-size: .75rem; font-weight: 800; }
body.stc-site .st-quote-compare .st-symptom-copy h3 { margin-bottom: 8px; font-size: 1.0625rem; line-height: 1.35; }
body.stc-site .st-quote-compare .st-symptom-copy p { color: var(--st-muted); font-size: .9375rem; }
body.stc-site .st-quote-compare .st-slim-copy { max-width: 52ch; font-size: 1.0625rem; }
body.stc-site .st-quote-compare .st-split-image img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
body.stc-site .st-quote-compare .st-stage-card > .elementor-widget-container {
	height: 100%;
	padding: 24px 20px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 24px;
	background: rgba(255,255,255,.055);
	color: #b9c0ce;
}
body.stc-site .st-quote-compare .st-stage-card h3 { margin: 12px 0; color: #fff; font-size: 1rem; }
body.stc-site .st-quote-compare .st-stage-card p { color: #b9c0ce; font-size: .8125rem; line-height: 1.6; }
body.stc-site .st-quote-compare .st-stage-n { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(216,180,254,.16); color: #d8b4fe; font-size: .8125rem; font-weight: 800; }
body.stc-site .st-quote-compare .st-thread { padding: 20px 24px; border: 1px solid rgba(216,180,254,.28); border-radius: 24px; background: rgba(141,41,172,.14); }
body.stc-site .st-quote-compare .st-thread strong { color: #fff; }

body.stc-site .st-quote-compare .st-deliver-card > .elementor-widget-container {
	height: 100%;
	padding: 24px;
	border: 1px solid var(--st-line);
	border-radius: 24px;
	background: #fff;
}
body.stc-site .st-quote-compare .st-deliver-card--lead > .elementor-widget-container { background: linear-gradient(150deg,#fdf2f8,var(--st-brand-soft)); border-color: var(--st-brand-line); }
body.stc-site .st-quote-compare .st-card-tag { display: inline-block; margin-bottom: 12px; color: var(--st-brand-deep); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
body.stc-site .st-quote-compare .st-deliver-card h3 { margin-bottom: 12px; font-size: 1.25rem; }
body.stc-site .st-quote-compare .st-deliver-card p,
body.stc-site .st-quote-compare .st-deliver-card li { color: var(--st-muted); font-size: .9375rem; }

body.stc-site .st-quote-compare .st-category-card > .elementor-widget-container { height: 100%; border: 1px solid var(--st-line); border-radius: 24px; background: #fff; overflow: hidden; transition: transform 240ms cubic-bezier(.16,1,.3,1), box-shadow 240ms ease; }
body.stc-site .st-quote-compare .st-category-card:hover > .elementor-widget-container { transform: translateY(-5px); box-shadow: var(--st-shadow-1); }
body.stc-site .st-quote-compare .st-category-card a { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
body.stc-site .st-quote-compare .st-category-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
body.stc-site .st-quote-compare .st-category-card :is(.st-card-tag,h3,p,strong) { margin-inline: 20px; }
body.stc-site .st-quote-compare .st-category-card .st-card-tag { margin-top: 20px; }
body.stc-site .st-quote-compare .st-category-card h3 { font-size: 1.0625rem; }
body.stc-site .st-quote-compare .st-category-card p { color: var(--st-muted); font-size: .8125rem; }
body.stc-site .st-quote-compare .st-category-card strong { margin-top: auto; padding-block: 16px 20px; color: var(--st-brand-deep); font-size: .8125rem; }

body.stc-site .st-quote-compare .st-evidence-figure { margin: 0; }
body.stc-site .st-quote-compare .st-evidence-figure > .elementor-widget-container { position: relative; height: 100%; border-radius: 24px; overflow: hidden; }
body.stc-site .st-quote-compare .st-evidence-figure figure { position: relative; height: 100%; margin: 0; }
body.stc-site .st-quote-compare .st-evidence-figure img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
body.stc-site .st-quote-compare .st-evidence-figure--large img { min-height: 520px; }
body.stc-site .st-quote-compare .st-evidence-figure figcaption { position: absolute; inset: auto 0 0; padding: 56px 20px 20px; background: linear-gradient(to top,rgba(20,38,58,.92),transparent); color: #fff; }
body.stc-site .st-quote-compare .st-evidence-figure figcaption span { display: block; margin-bottom: 4px; color: #ead8f0; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
body.stc-site .st-quote-compare .st-evidence-figure figcaption strong { font-size: .9375rem; }
body.stc-site .st-quote-compare .st-cta-meta { display: flex; flex-wrap: wrap; gap: 12px; }
body.stc-site .st-quote-compare .st-cta-meta span { padding: 8px 16px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(255,255,255,.16); color: #fff; font-size: .8125rem; }
body.stc-site .st-quote-compare .st-faq .elementor-tab-title { border-radius: 16px; }
body.stc-site .st-quote-compare .st-faq .elementor-tab-content { border-radius: 0 0 16px 16px; }

body.stc-site .st-quote-compare :is(.st-proof-grid,.st-slim,.st-cta-card) {
	width: min(calc(100% - 48px), 1240px) !important;
	margin-inline: auto;
}
body.stc-site .st-quote-compare .st-boundary-list-widget h3 { margin-bottom: 16px; font-size: 1.25rem; }
body.stc-site .st-quote-compare .st-boundary-list { margin: 0 0 20px; padding-inline-start: 20px; color: var(--st-copy); }
body.stc-site .st-quote-compare .st-boundary-list li { margin-bottom: 8px; }
body.stc-site .st-quote-compare .st-boundary-list-widget p { color: var(--st-muted); font-size: .9375rem; }
body.stc-site .st-quote-compare .st-cta-card .elementor-field-label { color: #fff !important; font-size: .8125rem; font-weight: 700; }
body.stc-site .st-quote-compare .st-cta-card :is(input,textarea,select) {
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 12px;
	background: rgba(255,255,255,.96);
	color: var(--st-ink);
}
body.stc-site .st-quote-compare .st-cta-card textarea { min-height: 112px; resize: vertical; }
body.stc-site .st-quote-compare .st-cta-card .elementor-button {
	min-height: 52px;
	border-radius: 999px;
	background: #fff !important;
	color: var(--st-ink) !important;
	font-weight: 700;
}

@media (max-width: 767px) {
	body.stc-site .st-quote-compare .st-actions { flex-direction: column; }
	body.stc-site .st-quote-compare .st-btn .elementor-button { width: 100%; }
	body.stc-site .st-quote-compare .st-cmp__bar { align-items: flex-start; flex-direction: column; }
	body.stc-site .st-quote-compare .st-cmp__head,
	body.stc-site .st-quote-compare .st-cmp__row,
	body.stc-site .st-quote-compare .st-cmp__price { grid-template-columns: 76px 1fr 1fr; gap: 8px; padding: 14px 12px; font-size: .78rem; }
	body.stc-site .st-quote-compare .st-proof-item > .elementor-widget-container { border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
	body.stc-site .st-quote-compare .st-symptom-card { flex-direction: column; }
	body.stc-site .st-quote-compare .st-evidence-figure--large img { min-height: 320px; }
	body.stc-site .st-quote-compare :is(.st-proof-grid,.st-slim,.st-cta-card) { width: 100% !important; }
}

/* Two Quotes exact-detail pass — semantic component overrides only. */
body.stc-site .st-quote-compare {
	--st-brand-pink:#fdf2f8;
	--st-line-soft:#f0f0f4;
	--st-on-ink-2:#b9c0ce;
	--st-purple-light:#d8b4fe;
	--st-radius-sm:10px;
	--st-radius-md:16px;
	--st-radius-lg:24px;
	--st-radius-xl:32px;
	--st-ease:cubic-bezier(.16,1,.3,1);
	--st-dur:240ms;
	--st-shadow-1:0 1px 2px rgba(20,38,58,.04);
	--st-shadow-2:0 4px 16px -4px rgba(20,38,58,.08);
	--st-shadow-3:0 16px 40px -12px rgba(20,38,58,.14);
	line-height:1.65;
}
body.stc-site .st-quote-compare :is(h1,h2,h3,.elementor-heading-title){font-weight:800;line-height:1.14;letter-spacing:-.028em}
body.stc-site .st-quote-compare h1.elementor-heading-title{font-size:clamp(2.375rem,5.4vw,4.125rem);line-height:1.06;letter-spacing:-.038em}
body.stc-site .st-quote-compare .st-quote-compare__hero{overflow:hidden}
body.stc-site .st-quote-compare .st-quote-compare__hero::before{content:"";position:absolute;inset:-20% -10% auto 40%;height:70%;background:radial-gradient(ellipse at center,rgba(141,41,172,.10),transparent 68%);pointer-events:none}
body.stc-site .st-quote-compare .st-hero-grid{position:relative;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}
body.stc-site .st-quote-compare .st-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
body.stc-site .st-quote-compare .st-actions>.elementor-element{width:auto!important;max-width:100%}
body.stc-site .st-quote-compare .st-btn .elementor-button{border:1.5px solid transparent;transition:transform var(--st-dur) var(--st-ease),box-shadow var(--st-dur) var(--st-ease),background var(--st-dur),color var(--st-dur),border-color var(--st-dur)}
body.stc-site .st-quote-compare .st-btn .elementor-button:hover{background:var(--st-brand-deep);transform:translateY(-2px);box-shadow:0 16px 36px -10px rgba(141,41,172,.45)}
body.stc-site .st-quote-compare .st-btn--ghost .elementor-button:hover{background:var(--st-brand-soft);border-color:var(--st-brand-line);color:var(--st-brand-deep);box-shadow:none}
body.stc-site .st-quote-compare .st-cmp{border-radius:var(--st-radius-xl);box-shadow:var(--st-shadow-3)}
body.stc-site .st-quote-compare .st-cmp__bar{background:linear-gradient(135deg,var(--st-brand-pink),var(--st-brand-soft));border-color:var(--st-brand-line)}
body.stc-site .st-quote-compare .st-cmp__eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--st-brand-deep)}
body.stc-site .st-quote-compare .st-cmp__toggle{min-height:44px;border-width:1.5px;transition:background var(--st-dur),color var(--st-dur),border-color var(--st-dur)}
body.stc-site .st-quote-compare .st-cmp__toggle-dot{width:7px;height:7px;border-radius:50%;background:var(--st-brand);transition:background var(--st-dur)}
body.stc-site .st-quote-compare .st-cmp__toggle:hover .st-cmp__toggle-dot{background:#fff}
body.stc-site .st-quote-compare .st-cmp.is-open .st-cmp__toggle{border-color:var(--st-alert);color:var(--st-alert)}
body.stc-site .st-quote-compare .st-cmp.is-open .st-cmp__toggle-dot{background:var(--st-alert)}
body.stc-site .st-quote-compare .st-cmp.is-open .st-cmp__toggle:hover{background:var(--st-alert);color:#fff}
body.stc-site .st-quote-compare .st-cmp__head span:first-child{color:transparent}
body.stc-site .st-quote-compare .st-cmp__head span{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--st-muted)}
body.stc-site .st-quote-compare .st-cmp__v{font-variant-numeric:tabular-nums}
body.stc-site .st-quote-compare .st-cmp__price{border-top:1px solid var(--st-line)}
body.stc-site .st-quote-compare .st-cmp__price b{font-size:1.5rem;font-weight:800;font-variant-numeric:tabular-nums}
body.stc-site .st-quote-compare .st-cmp__verdict{display:flex;gap:12px;align-items:flex-start;max-height:0;opacity:0;overflow:hidden;padding:0 20px;background:var(--st-alert-soft);transition:max-height 340ms var(--st-ease),opacity 220ms linear,padding 340ms var(--st-ease)}
body.stc-site .st-quote-compare .st-cmp.is-open .st-cmp__verdict{max-height:220px;opacity:1;padding-block:20px}
body.stc-site .st-quote-compare .st-cmp__tick{width:20px;height:20px;flex:none;margin-top:2px;color:var(--st-alert)}
body.stc-site .st-quote-compare .st-proof-section{position:relative;z-index:2;margin-top:clamp(-84px,-8vw,-64px)}
body.stc-site .st-quote-compare .st-proof-grid{background:linear-gradient(135deg,var(--st-ink),#1e1b4b)!important;box-shadow:var(--st-shadow-3)}
body.stc-site .st-quote-compare .st-proof-n{background:linear-gradient(135deg,#fff,var(--st-purple-light));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
body.stc-site .st-quote-compare .st-diagnose-aside{align-self:start}
body.stc-site .st-quote-compare .st-symptom-card{border-color:var(--st-line)!important;transition:transform var(--st-dur) var(--st-ease),box-shadow var(--st-dur) var(--st-ease),border-color var(--st-dur)}
body.stc-site .st-quote-compare .st-symptom-card:hover{transform:translateY(-4px);box-shadow:var(--st-shadow-2);border-color:var(--st-brand-line)!important}
body.stc-site .st-quote-compare .st-symptom-card:first-child{background:linear-gradient(135deg,var(--st-brand-pink),var(--st-brand-soft))!important;border-color:var(--st-brand-line)!important}
body.stc-site .st-quote-compare .st-symptom-card:first-child .st-step-badge{background:#fff}
body.stc-site .st-quote-compare .st-slim{background:linear-gradient(135deg,var(--st-brand-pink),var(--st-brand-soft))!important;box-shadow:none}
body.stc-site .st-quote-compare .st-split-media{position:relative;box-shadow:var(--st-shadow-2)}
body.stc-site .st-quote-compare .st-split-media .elementor-widget-image{width:100%}
body.stc-site .st-quote-compare .st-split-media img{width:100%;aspect-ratio:4/3;object-fit:cover}
body.stc-site .st-quote-compare .st-split-stamp{position:absolute;inset:auto auto 20px 20px;width:auto!important;z-index:2}
body.stc-site .st-quote-compare .st-split-stamp>.elementor-widget-container{padding:8px 16px;border-radius:999px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);color:var(--st-brand-deep);font-size:.8125rem;font-weight:700;letter-spacing:.05em}
body.stc-site .st-quote-compare .st-stage-card>.elementor-widget-container{transition:background var(--st-dur) var(--st-ease),transform var(--st-dur) var(--st-ease),border-color var(--st-dur)}
body.stc-site .st-quote-compare .st-stage-card:hover>.elementor-widget-container{background:rgba(141,41,172,.16);border-color:rgba(216,180,254,.45);transform:translateY(-4px)}
body.stc-site .st-quote-compare .st-deliver-grid{grid-template-columns:1.3fr 2fr}
body.stc-site .st-quote-compare .st-deliver-card>.elementor-widget-container{transition:transform var(--st-dur) var(--st-ease),box-shadow var(--st-dur) var(--st-ease),border-color var(--st-dur)}
body.stc-site .st-quote-compare .st-deliver-card:hover>.elementor-widget-container{transform:translateY(-5px);box-shadow:var(--st-shadow-2);border-color:var(--st-brand-line)}
body.stc-site .st-quote-compare .st-category-card>.elementor-widget-container{transition:transform var(--st-dur) var(--st-ease),box-shadow var(--st-dur) var(--st-ease),border-color var(--st-dur)}
body.stc-site .st-quote-compare .st-category-card:hover>.elementor-widget-container{transform:translateY(-5px);box-shadow:var(--st-shadow-2);border-color:var(--st-brand-line)}
body.stc-site .st-quote-compare .st-cat{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}
body.stc-site .st-quote-compare .st-cat__media{position:relative;display:block;overflow:hidden;background:#eeeef2}
body.stc-site .st-quote-compare .st-cat__media img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform 520ms var(--st-ease)}
body.stc-site .st-quote-compare .st-category-card:hover .st-cat__media img{transform:scale(1.05)}
body.stc-site .st-quote-compare .st-cat__n{position:absolute;inset:12px auto auto 12px;z-index:2;padding:4px 11px;border-radius:999px;background:rgba(255,255,255,.94);backdrop-filter:blur(6px);color:var(--st-brand-deep);font-size:11px;font-weight:700;letter-spacing:.06em}
body.stc-site .st-quote-compare .st-cat__body{display:flex;flex:1;flex-direction:column;gap:8px;padding:20px}
body.stc-site .st-quote-compare .st-cat__t{font-weight:700;font-size:1.0625rem;line-height:1.3;letter-spacing:-.018em}
body.stc-site .st-quote-compare .st-cat__d{font-size:.8125rem;color:var(--st-muted);line-height:1.55}
body.stc-site .st-quote-compare .st-cat__go{display:flex;align-items:center;gap:6px;margin-top:auto;padding-top:16px;color:var(--st-brand-deep);font-size:.8125rem;font-weight:700}
body.stc-site .st-quote-compare .st-cat__go i{font-style:normal;transition:transform var(--st-dur) var(--st-ease)}
body.stc-site .st-quote-compare .st-category-card:hover .st-cat__go i{transform:translateX(4px)}
body.stc-site .st-quote-compare .st-evidence-grid{grid-template-columns:1.4fr 1fr}
body.stc-site .st-quote-compare .st-evidence-figure figcaption{background:linear-gradient(to top,rgba(20,38,58,.90),rgba(20,38,58,.55) 55%,transparent)}
body.stc-site .st-quote-compare .st-cta-card{position:relative;box-shadow:0 28px 60px -24px rgba(141,41,172,.55);overflow:hidden}
body.stc-site .st-quote-compare .st-cta-card::after{content:"";position:absolute;inset:-40% -8% auto auto;width:52%;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.10);pointer-events:none}
body.stc-site .st-quote-compare .st-cta-card>*{position:relative;z-index:1}
body.stc-site .st-quote-compare .st-btn--onink .elementor-button{background:#fff!important;color:var(--st-ink)!important;box-shadow:0 12px 32px -10px rgba(0,0,0,.5)}
body.stc-site .st-quote-compare .st-btn--onink .elementor-button:hover{color:var(--st-brand-deep)!important}
body.stc-site .st-quote-compare .st-cta-form-toggle{justify-self:end;width:auto!important}
body.stc-site .st-quote-compare .st-quote-form{grid-column:1/-1;width:100%!important}
body.stc-site .st-quote-compare.st-enhanced .st-quote-form{max-height:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-height 520ms var(--st-ease),opacity 260ms linear}
body.stc-site .st-quote-compare.st-enhanced .st-cta-card.is-form-open .st-quote-form{max-height:1100px;opacity:1;pointer-events:auto}
body.stc-site .st-quote-compare .st-cost-note{padding:16px;border:1px solid rgba(255,255,255,.26);border-radius:16px;background:rgba(255,255,255,.12);color:#fff;font-size:.875rem;line-height:1.6}
body.stc-site .st-quote-compare .st-faq .elementor-accordion-item{margin-bottom:12px;border:1px solid var(--st-line)!important;border-radius:24px;overflow:hidden;background:#fff;transition:border-color var(--st-dur),box-shadow var(--st-dur)}
body.stc-site .st-quote-compare .st-faq .elementor-accordion-item:has(.elementor-active){border-color:var(--st-brand-line)!important;box-shadow:var(--st-shadow-2)}
body.stc-site .st-quote-compare .st-faq .elementor-tab-title{min-height:78px;padding:24px!important;border:0!important;border-radius:24px;background:#fff!important}
body.stc-site .st-quote-compare .st-faq .elementor-tab-content{padding:0 24px 24px!important;border:0!important;background:#fff!important;color:var(--st-copy)}
body.stc-site .st-quote-compare.is-rv-ready .rv{opacity:0;transform:translateY(18px);transition:opacity 440ms var(--st-ease),transform 440ms var(--st-ease)}
body.stc-site .st-quote-compare.is-rv-ready .rv.in{opacity:1;transform:none}
@media(min-width:940px){body.stc-site .st-quote-compare .st-diagnose-aside{position:sticky;top:104px}}
@media(min-width:980px) and (max-width:1179px){body.stc-site .st-quote-compare .st-stage-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:939px){body.stc-site .st-quote-compare .st-hero-grid,body.stc-site .st-quote-compare .st-evidence-grid{grid-template-columns:1fr}body.stc-site .st-quote-compare .st-deliver-grid{grid-template-columns:1fr}}
@media(max-width:767px){body.stc-site .st-quote-compare .st-proof-section{margin-top:-64px}body.stc-site .st-quote-compare .st-split-stamp{inset:auto auto 16px 16px}body.stc-site .st-quote-compare .st-cta-form-toggle{justify-self:stretch;width:100%!important}body.stc-site .st-quote-compare .st-category-grid{grid-template-columns:1fr!important}}
@media(prefers-reduced-motion:reduce){body.stc-site .st-quote-compare *,body.stc-site .st-quote-compare *::before,body.stc-site .st-quote-compare *::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}body.stc-site .st-quote-compare .rv{opacity:1!important;transform:none!important}}

/* Exact-pass structural refinements after rendered-DOM inspection. */
body.stc-site .st-quote-compare .st-wrap{--content-width:1240px}
body.stc-site .st-quote-compare .st-hero-grid{width:min(calc(100% - 48px),1240px)!important;margin-inline:auto;grid-template-columns:1fr!important}
body.stc-site .st-quote-compare .st-hero-grid>.e-con-inner{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(40px,5vw,64px);align-items:start;width:100%}
body.stc-site .st-quote-compare .st-btn--ghost .elementor-button{background:transparent!important;color:var(--st-ink)!important;border-color:var(--st-line)!important;box-shadow:none!important}
body.stc-site .st-quote-compare .st-btn--ghost .elementor-button:hover{background:var(--st-brand-soft)!important;color:var(--st-brand-deep)!important;border-color:var(--st-brand-line)!important}
body.stc-site .st-quote-compare .st-symptom-card{flex-direction:row!important;align-items:flex-start!important;gap:20px!important}
body.stc-site .st-quote-compare .st-symptom-card>.elementor-element:first-child{width:40px!important;flex:0 0 40px!important}
body.stc-site .st-quote-compare .st-symptom-card>.elementor-element:last-child{width:auto!important;flex:1 1 auto!important;min-width:0}
body.stc-site .st-quote-compare .st-faq .elementor-accordion-icon{display:grid!important;place-items:center;width:30px;height:30px;border-radius:10px;background:var(--st-brand-soft);transition:background var(--st-dur),transform var(--st-dur) var(--st-ease)}
body.stc-site .st-quote-compare .st-faq .elementor-active .elementor-accordion-icon{background:var(--st-brand);transform:rotate(45deg)}
@media(max-width:939px){body.stc-site .st-quote-compare .st-hero-grid{width:100%!important}body.stc-site .st-quote-compare .st-hero-grid>.e-con-inner{grid-template-columns:1fr}}
@media(max-width:767px){body.stc-site .st-quote-compare .st-symptom-card{gap:16px!important}body.stc-site .st-quote-compare .st-symptom-card>.elementor-element:first-child{width:40px!important;flex-basis:40px!important}body.stc-site .st-quote-compare .st-evidence-figure--large img{min-height:360px!important}body.stc-site .st-quote-compare .st-evidence-figure:not(.st-evidence-figure--large) img{min-height:280px!important}}

/* Boxed Elementor containers distribute their real children inside .e-con-inner. */
body.stc-site .st-quote-compare :is(.st-slim,.st-category-foot)>.e-con-inner{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;gap:24px;width:100%}
body.stc-site .st-quote-compare :is(.st-slim,.st-category-foot)>.e-con-inner>.elementor-element{width:auto!important;max-width:100%;margin:0!important}
body.stc-site .st-quote-compare :is(.st-slim,.st-category-foot)>.e-con-inner>.elementor-element:first-child{flex:1 1 420px;align-items:flex-start}
body.stc-site .st-quote-compare :is(.st-slim,.st-category-foot)>.e-con-inner>.elementor-element:last-child{flex:0 0 auto;align-items:flex-end}
@media(max-width:767px){body.stc-site .st-quote-compare :is(.st-slim,.st-category-foot)>.e-con-inner{flex-direction:column;align-items:stretch;gap:24px}body.stc-site .st-quote-compare :is(.st-slim,.st-category-foot)>.e-con-inner>.elementor-element,body.stc-site .st-quote-compare :is(.st-slim,.st-category-foot)>.e-con-inner>.elementor-element:first-child,body.stc-site .st-quote-compare :is(.st-slim,.st-category-foot)>.e-con-inner>.elementor-element:last-child{width:100%!important;flex:0 0 auto!important;align-items:stretch}}

/* Semantic FAQ: fixed icon/text gap and compositor-friendly grid expansion. */
body.stc-site .st-quote-compare .st-faq-widget{width:100%}
body.stc-site .st-quote-compare .st-faq-list{display:flex;flex-direction:column;gap:12px;width:100%}
body.stc-site .st-quote-compare .st-faq-item{overflow:hidden;border:1px solid var(--st-line);border-radius:24px;background:#fff;transition:border-color var(--st-dur),box-shadow var(--st-dur) var(--st-ease)}
body.stc-site .st-quote-compare .st-faq-item.is-open{border-color:var(--st-brand-line);box-shadow:var(--st-shadow-2)}
body.stc-site .st-quote-compare .st-faq-button{display:flex;align-items:center;gap:16px;width:100%;min-height:78px;margin:0;padding:24px;border:0;background:transparent;color:var(--st-ink);font-family:var(--stc-font);font-size:1.0625rem;font-weight:700;line-height:1.35;letter-spacing:-.018em;text-align:start;white-space:normal;overflow-wrap:break-word;cursor:pointer}
body.stc-site .st-quote-compare .st-faq-button>span:last-child{flex:1;min-width:0}
body.stc-site .st-quote-compare .st-faq-icon{position:relative;display:block;flex:0 0 30px;width:30px;height:30px;border-radius:10px;background:var(--st-brand-soft);transition:background var(--st-dur),transform var(--st-dur) var(--st-ease)}
body.stc-site .st-quote-compare .st-faq-icon::before,body.stc-site .st-quote-compare .st-faq-icon::after{content:"";position:absolute;inset:50% auto auto 50%;width:12px;height:2px;border-radius:2px;background:var(--st-brand-deep);transform:translate(-50%,-50%);transition:background var(--st-dur)}
body.stc-site .st-quote-compare .st-faq-icon::after{transform:translate(-50%,-50%) rotate(90deg)}
body.stc-site .st-quote-compare .st-faq-item.is-open .st-faq-icon{background:var(--st-brand);transform:rotate(45deg)}
body.stc-site .st-quote-compare .st-faq-item.is-open .st-faq-icon::before,body.stc-site .st-quote-compare .st-faq-item.is-open .st-faq-icon::after{background:#fff}
body.stc-site .st-quote-compare .st-faq-answer{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows 320ms var(--st-ease),opacity 200ms linear,visibility 0s linear 320ms}
body.stc-site .st-quote-compare .st-faq-item.is-open .st-faq-answer{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows 320ms var(--st-ease),opacity 220ms linear,visibility 0s}
body.stc-site .st-quote-compare .st-faq-answer__inner{min-height:0;overflow:hidden}
body.stc-site .st-quote-compare .st-faq-answer p{max-width:64ch;margin:0;padding:0 24px 24px;color:var(--st-copy);font-size:.9375rem;line-height:1.7}
@media(max-width:767px){body.stc-site .st-quote-compare .st-faq-button{gap:14px;min-height:72px;padding:20px;font-size:1rem}body.stc-site .st-quote-compare .st-faq-answer p{padding:0 20px 20px}}

/* Hero alignment and button micro-detail. */
body.stc-site .st-quote-compare .st-hero-copy{align-items:flex-start!important}
body.stc-site .st-quote-compare .st-eyebrow-pill{align-self:flex-start!important;width:auto!important;max-width:100%}
body.stc-site .st-quote-compare .st-actions{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important}
body.stc-site .st-quote-compare .st-actions>.elementor-element{--width:auto!important;--flex-grow:0;--flex-shrink:0;width:auto!important;flex:0 0 auto!important;align-items:flex-start!important}
body.stc-site .st-quote-compare .st-actions .elementor-widget-button{width:auto!important}
body.stc-site .st-quote-compare .st-actions .elementor-button{min-height:52px;display:inline-flex;align-items:center;justify-content:center}
body.stc-site .st-quote-compare .st-btn--arrow .elementor-button-text::after{content:"\2192";display:inline-block;margin-inline-start:8px;transition:transform var(--st-dur) var(--st-ease)}
body.stc-site .st-quote-compare .st-btn--arrow .elementor-button:hover .elementor-button-text::after{transform:translateX(4px)}
body.stc-site .st-quote-compare .st-cta-card .st-cta-form-toggle{justify-self:end!important;align-self:center!important;width:auto!important;margin-inline-start:auto!important}
body.stc-site .st-quote-compare .st-cta-card .st-cta-form-toggle .elementor-button-wrapper{text-align:end!important}
@media(max-width:939px){body.stc-site .st-quote-compare .st-cta-card .st-cta-form-toggle{justify-self:stretch!important;width:100%!important;margin-inline-start:0!important}body.stc-site .st-quote-compare .st-cta-card .st-cta-form-toggle .elementor-button-wrapper{text-align:stretch!important}body.stc-site .st-quote-compare .st-cta-card .st-cta-form-toggle .elementor-button{width:100%!important}}
body.stc-site .st-quote-compare .st-split-copy{align-items:flex-start!important}
body.stc-site .st-quote-compare .st-btn .elementor-button{display:inline-flex!important;align-items:center;justify-content:center}
body.stc-site .st-quote-compare .st-btn .elementor-button-text{display:inline-flex;align-items:center}
body.stc-site .st-quote-compare .st-split-copy .elementor-button-wrapper{text-align:start}
@media(max-width:767px){body.stc-site .st-quote-compare .st-actions{flex-direction:column!important;align-items:flex-start!important}body.stc-site .st-quote-compare .st-actions>.elementor-element{width:auto!important;max-width:100%}body.stc-site .st-quote-compare .st-actions .elementor-button{width:auto!important;max-width:100%;padding-inline:28px!important}body.stc-site .st-quote-compare :is(.st-slim,.st-category-foot)>.e-con-inner>.elementor-element:last-child{--align-items:flex-start!important;align-items:flex-start!important}body.stc-site .st-quote-compare :is(.st-slim,.st-category-foot) :is(.elementor-widget-button,.elementor-button-wrapper){text-align:start!important}}

/* Services Hub V5 — scoped visual system. Primary layout remains native Elementor Grid/Flex. */
body.stc-site .st-service-hub-v5{--v5-brand:#8D29AC;--v5-deep:#5E174F;--v5-ink:#14263A;--v5-copy:#1B3045;--v5-muted:#667085;--v5-soft:#F7F0F9;--v5-line:#E7DCEB;--v5-warm:#F8F5F1;--v5-white:#fff;--v5-ease:cubic-bezier(.16,1,.3,1);font-family:"Bricolage Grotesque",sans-serif;color:var(--v5-copy);overflow:clip}
body.stc-site .st-service-hub-v5 :is(h1,h2,h3,p,ul,ol){margin-block-start:0}
body.stc-site .st-service-hub-v5 :is(h1,h2,h3,p,li,summary,label){overflow-wrap:break-word}
body.stc-site .st-service-hub-v5 .elementor-widget-text-editor p:last-child{margin-block-end:0}
body.stc-site .st-service-hub-v5 .st-v5-display .elementor-heading-title{max-width:14ch;color:#fff;font-size:clamp(3rem,5.2vw,4.6rem);font-weight:700;line-height:1.02;letter-spacing:-.045em}
body.stc-site .st-service-hub-v5 .st-v5-section-title .elementor-heading-title{max-width:22ch;color:var(--v5-ink);font-size:clamp(2.25rem,3.7vw,3.35rem);font-weight:700;line-height:1.08;letter-spacing:-.035em}
body.stc-site .st-service-hub-v5 .st-v5-card-title .elementor-heading-title{color:var(--v5-ink);font-size:clamp(1.75rem,2.6vw,2.35rem);font-weight:700;line-height:1.14;letter-spacing:-.025em}
body.stc-site .st-service-hub-v5 .st-v5-on-dark .elementor-heading-title{color:#fff}
body.stc-site .st-service-hub-v5 .st-v5-lead{max-width:62ch;color:rgba(255,255,255,.82);font-size:1.18rem;line-height:1.7}
body.stc-site .st-service-hub-v5 .st-v5-body{color:var(--v5-copy);font-size:1.0625rem;line-height:1.7}
body.stc-site .st-service-hub-v5 .st-v5-prose{max-width:65ch}
body.stc-site .st-service-hub-v5 .st-v5-on-dark-soft{color:rgba(255,255,255,.8)}
body.stc-site .st-service-hub-v5 .st-v5-eyebrow{display:inline-flex;width:auto;margin:0;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}
body.stc-site .st-service-hub-v5 .st-v5-eyebrow--ink{color:var(--v5-deep)}
body.stc-site .st-service-hub-v5 .st-v5-kicker{margin:0;color:var(--v5-deep);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
body.stc-site .st-service-hub-v5 .st-v5-intro{max-width:840px}
body.stc-site .st-service-hub-v5 .st-v5-intro--center{max-width:780px;margin-inline:auto;text-align:center}
body.stc-site .st-service-hub-v5 .st-v5-actions{flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important}
body.stc-site .st-service-hub-v5 .st-v5-actions>.elementor-element{--width:auto!important;width:auto!important;flex:0 0 auto!important}
body.stc-site .st-service-hub-v5 .st-v5-btn .elementor-button{min-height:52px;padding-inline:28px;border:1.5px solid transparent;border-radius:999px;font-family:"Bricolage Grotesque",sans-serif;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transition:transform 240ms var(--v5-ease),box-shadow 240ms var(--v5-ease),background-color 240ms,color 240ms,border-color 240ms}
body.stc-site .st-service-hub-v5 .st-v5-btn .elementor-button:hover{transform:translateY(-2px)}
body.stc-site .st-service-hub-v5 .st-v5-btn--primary .elementor-button{background:var(--v5-brand);color:#fff;box-shadow:0 16px 36px -14px rgba(141,41,172,.65)}
body.stc-site .st-service-hub-v5 .st-v5-btn--primary .elementor-button:hover{background:var(--v5-deep)}
body.stc-site .st-service-hub-v5 .st-v5-btn--ghost-light .elementor-button{background:transparent;color:#fff;border-color:rgba(255,255,255,.35);box-shadow:none}
body.stc-site .st-service-hub-v5 .st-v5-btn--ghost-light .elementor-button:hover{background:rgba(255,255,255,.1);border-color:#fff}
body.stc-site .st-service-hub-v5 .st-v5-btn--arrow .elementor-button-text::after{content:"\2192";display:inline-block;margin-inline-start:8px;transition:transform 240ms var(--v5-ease)}
body.stc-site .st-service-hub-v5 .st-v5-btn--arrow .elementor-button:hover .elementor-button-text::after{transform:translateX(4px)}
body.stc-site .st-service-hub-v5 .st-v5-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;margin:8px 0 0;padding:0;list-style:none;color:rgba(255,255,255,.82);font-size:.94rem}
body.stc-site .st-service-hub-v5 .st-v5-trust li{position:relative;padding-inline-start:18px}
body.stc-site .st-service-hub-v5 .st-v5-trust li::before{content:"";position:absolute;inset-block-start:.68em;inset-inline-start:0;width:6px;height:6px;border-radius:50%;background:#C742DD}
body.stc-site .st-service-hub-v5 .st-v5-brief-card{box-shadow:0 28px 70px -28px rgba(0,0,0,.5)}
body.stc-site .st-service-hub-v5 .st-v5-brief-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}
body.stc-site .st-service-hub-v5 .st-v5-brief-list li{display:grid;grid-template-columns:38px minmax(0,1fr);gap:4px 12px;padding:16px;border:1px solid var(--v5-line);border-radius:16px;background:#fff}
body.stc-site .st-service-hub-v5 .st-v5-brief-list li>span{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--v5-soft);color:var(--v5-deep);font-weight:700}
body.stc-site .st-service-hub-v5 .st-v5-brief-list strong{color:var(--v5-ink);font-size:1rem}
body.stc-site .st-service-hub-v5 .st-v5-brief-list small{color:var(--v5-muted);font-size:.875rem;line-height:1.45}
body.stc-site .st-service-hub-v5 .st-v5-note{margin:20px 0 0;padding:16px;border-radius:16px;background:var(--v5-soft);color:var(--v5-copy);font-size:.9rem;line-height:1.6}
body.stc-site .st-service-hub-v5 :is(.st-v5-card-widget,.st-v5-stage-widget,.st-v5-situation-widget,.st-v5-cap-widget)>.elementor-widget-container{height:100%}
body.stc-site .st-service-hub-v5 .st-v5-card{height:100%;padding:32px;border:1px solid var(--v5-line);border-radius:24px;background:#fff}
body.stc-site .st-service-hub-v5 .st-v5-problem-card--soft{background:var(--v5-soft)}
body.stc-site .st-service-hub-v5 .st-v5-number{display:grid;place-items:center;width:42px;height:42px;margin-block-end:24px;border-radius:14px;background:#fff;color:var(--v5-deep);font-size:.82rem;font-weight:800;box-shadow:0 8px 24px -14px rgba(94,23,79,.5)}
body.stc-site .st-service-hub-v5 :is(.st-v5-card,.st-v5-situation-card,.st-v5-cap-card,.st-v5-stage) h3{margin:0 0 12px;color:var(--v5-ink);font-size:1.34rem;line-height:1.24;letter-spacing:-.02em}
body.stc-site .st-service-hub-v5 :is(.st-v5-card,.st-v5-situation-card,.st-v5-cap-card,.st-v5-stage) p{margin:0;color:var(--v5-muted);font-size:.98rem;line-height:1.7}
body.stc-site .st-service-hub-v5 .st-v5-stage{height:100%;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#20374D}
body.stc-site .st-service-hub-v5 .st-v5-stage span{display:grid;place-items:center;width:38px;height:38px;margin-block-end:20px;border-radius:12px;background:rgba(199,66,221,.18);color:#F3B8FF;font-weight:800}
body.stc-site .st-service-hub-v5 .st-v5-stage h3{color:#fff}
body.stc-site .st-service-hub-v5 .st-v5-stage p{color:rgba(255,255,255,.72)}
body.stc-site .st-service-hub-v5 .st-v5-situation-card{height:100%;padding:32px;border:1px solid var(--v5-line);border-radius:24px;background:#fff;transition:transform 240ms var(--v5-ease),box-shadow 240ms var(--v5-ease),border-color 240ms}
body.stc-site .st-service-hub-v5 .st-v5-situation-card:hover{transform:translateY(-4px);border-color:#D8B7E2;box-shadow:0 22px 50px -28px rgba(20,38,58,.35)}
body.stc-site .st-service-hub-v5 .st-v5-situation-card .st-v5-kicker{margin-block-end:16px}
body.stc-site .st-service-hub-v5 .st-v5-situation-card .st-v5-cap-line{margin-block-start:20px;padding-block-start:16px;border-block-start:1px solid var(--v5-line);color:var(--v5-copy)}
body.stc-site .st-service-hub-v5 .st-v5-proof-image img{display:block;width:100%;object-fit:cover;border-radius:24px}
body.stc-site .st-service-hub-v5 .st-v5-proof-image--main img{height:420px}
body.stc-site .st-service-hub-v5 .st-v5-proof-image--mini img{height:210px}
body.stc-site .st-service-hub-v5 .st-v5-proof-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}
body.stc-site .st-service-hub-v5 .st-v5-proof-list li{position:relative;padding:16px 18px 16px 50px;border:1px solid #E4DDD5;border-radius:16px;background:#fff;color:var(--v5-copy);line-height:1.55}
body.stc-site .st-service-hub-v5 .st-v5-proof-list li::before{content:"\2713";position:absolute;inset-inline-start:18px;inset-block-start:16px;color:var(--v5-brand);font-weight:800}
body.stc-site .st-service-hub-v5 .st-v5-cap-card{height:100%;padding:32px;border:1px solid var(--v5-line);border-radius:24px;background:#fff}
body.stc-site .st-service-hub-v5 .st-v5-cap-card--soft{background:var(--v5-soft)}
body.stc-site .st-service-hub-v5 .st-v5-cap-card--dark{background:var(--v5-ink);border-color:var(--v5-ink)}
body.stc-site .st-service-hub-v5 .st-v5-cap-card--dark :is(h3,p,li){color:#fff}
body.stc-site .st-service-hub-v5 .st-v5-cap-card .st-v5-kicker{margin-block-end:16px}
body.stc-site .st-service-hub-v5 .st-v5-cap-card ul{display:flex;flex-direction:column;gap:12px;margin:20px 0 0;padding:0;list-style:none}
body.stc-site .st-service-hub-v5 .st-v5-cap-card li{position:relative;padding-inline-start:22px;color:var(--v5-copy);line-height:1.55}
body.stc-site .st-service-hub-v5 .st-v5-cap-card li::before{content:"";position:absolute;inset-inline-start:0;inset-block-start:.62em;width:8px;height:8px;border-radius:50%;background:var(--v5-brand)}
body.stc-site .st-service-hub-v5 .st-v5-cap-card--dark :is(h3,p,li){color:#fff}
body.stc-site .st-service-hub-v5 .st-v5-cap-card--dark .st-v5-kicker{color:#F3B8FF}
body.stc-site .st-service-hub-v5 .st-v5-boundary-stack{display:flex;flex-direction:column;gap:12px}
body.stc-site .st-service-hub-v5 .st-v5-boundary-stack article{padding:24px;border-radius:20px;background:#fff}
body.stc-site .st-service-hub-v5 .st-v5-boundary-stack h3{margin:0 0 8px;color:var(--v5-ink);font-size:1.08rem}
body.stc-site .st-service-hub-v5 .st-v5-boundary-stack p{margin:0;color:var(--v5-muted);line-height:1.65}
body.stc-site .st-service-hub-v5 .st-v5-faq-list{display:flex;flex-direction:column;gap:12px}
body.stc-site .st-service-hub-v5 .st-v5-faq-item{border:1px solid var(--v5-line);border-radius:20px;background:#fff;overflow:hidden}
body.stc-site .st-service-hub-v5 .st-v5-faq-item summary{position:relative;min-height:72px;padding:24px 64px 24px 24px;color:var(--v5-ink);font-size:1.05rem;font-weight:700;line-height:1.35;cursor:pointer;list-style:none}
body.stc-site .st-service-hub-v5 .st-v5-faq-item summary::-webkit-details-marker{display:none}
body.stc-site .st-service-hub-v5 .st-v5-faq-item summary::after{content:"+";position:absolute;inset-inline-end:24px;inset-block-start:50%;display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--v5-soft);color:var(--v5-deep);font-size:1.25rem;transform:translateY(-50%);transition:transform 240ms var(--v5-ease),background-color 240ms}
body.stc-site .st-service-hub-v5 .st-v5-faq-item[open] summary::after{background:var(--v5-brand);color:#fff;transform:translateY(-50%) rotate(45deg)}
body.stc-site .st-service-hub-v5 .st-v5-faq-item>div{padding:0 24px 24px;color:var(--v5-muted);line-height:1.7}
body.stc-site .st-service-hub-v5 .st-v5-faq-item>div p{margin:0;max-width:68ch}
body.stc-site .st-service-hub-v5 .st-v5-response-note{margin:8px 0 0;padding:16px 18px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(255,255,255,.08);color:#fff;line-height:1.55}
body.stc-site .st-service-hub-v5 .st-v5-form-card{box-shadow:0 28px 70px -32px rgba(0,0,0,.65)}
body.stc-site .st-service-hub-v5 .st-v5-form :is(input,textarea,select){min-height:52px;border:1px solid var(--v5-line);border-radius:12px;background:#fff;color:var(--v5-copy)}
body.stc-site .st-service-hub-v5 .st-v5-form textarea{min-height:132px}
body.stc-site .st-service-hub-v5 .st-v5-form label{color:var(--v5-ink);font-weight:700}
body.stc-site .st-service-hub-v5 .st-v5-form .elementor-button{min-height:54px;border-radius:999px;font-family:"Bricolage Grotesque",sans-serif;font-weight:700;transition:transform 240ms var(--v5-ease),background-color 240ms}
body.stc-site .st-service-hub-v5 .st-v5-form .elementor-button:hover{transform:translateY(-2px)}
body.stc-site .st-service-hub-v5 .st-v5-form-note{margin:0;color:var(--v5-muted);font-size:.82rem;line-height:1.6}
body.stc-site .st-service-hub-v5 :is(a,button,input,textarea,select,summary):focus-visible{outline:3px solid #F3B8FF;outline-offset:3px}
body.stc-site .st-service-hub-v5 .st-v5-anchor{display:block;position:relative;inset-block-start:-24px;visibility:hidden}
@media(max-width:1024px){body.stc-site .st-service-hub-v5 .st-v5-display .elementor-heading-title{max-width:16ch}body.stc-site .st-service-hub-v5 .st-v5-actions>.elementor-element{width:auto!important;max-width:100%}body.stc-site .st-service-hub-v5 .st-v5-proof-image--main img{height:380px}}
@media(max-width:767px){body.stc-site .st-service-hub-v5 .st-v5-display .elementor-heading-title{font-size:clamp(2.65rem,12vw,3.4rem);max-width:100%}body.stc-site .st-service-hub-v5 .st-v5-section-title .elementor-heading-title{font-size:clamp(2rem,9vw,2.65rem);max-width:100%}body.stc-site .st-service-hub-v5 .st-v5-intro--center{text-align:start;align-items:flex-start!important}body.stc-site .st-service-hub-v5 .st-v5-actions{flex-direction:column!important;align-items:stretch!important}body.stc-site .st-service-hub-v5 .st-v5-actions>.elementor-element{width:100%!important;flex:0 0 auto!important}body.stc-site .st-service-hub-v5 .st-v5-actions .elementor-button{width:100%!important}body.stc-site .st-service-hub-v5 .st-v5-trust{grid-template-columns:1fr;gap:10px}body.stc-site .st-service-hub-v5 .st-v5-card{padding:24px}body.stc-site .st-service-hub-v5 .st-v5-mechanism{padding:16px}body.stc-site .st-service-hub-v5 .st-v5-proof-image--main img{height:320px}body.stc-site .st-service-hub-v5 .st-v5-proof-image--mini img{height:240px}body.stc-site .st-service-hub-v5 .st-v5-situation-card,body.stc-site .st-service-hub-v5 .st-v5-cap-card{padding:24px}body.stc-site .st-service-hub-v5 .st-v5-faq-item summary{padding:20px 56px 20px 20px;white-space:normal}body.stc-site .st-service-hub-v5 .st-v5-faq-item summary::after{inset-inline-end:16px}body.stc-site .st-service-hub-v5 .st-v5-faq-item>div{padding:0 20px 20px}}
@media(prefers-reduced-motion:reduce){body.stc-site .st-service-hub-v5 *,body.stc-site .st-service-hub-v5 *::before,body.stc-site .st-service-hub-v5 *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* Services Hub V5.2 — corrective editorial system after visual review. */
body.stc-site .st-service-hub-v5,body.stc-site .st-service-hub-v5 :is(h1,h2,h3,h4,p,li,summary,label,input,textarea,select,button,.elementor-button){font-family:"Bricolage Grotesque",sans-serif}
body.stc-site .st-service-hub-v5 .st-v5-section-stack{align-items:stretch!important}
body.stc-site .st-service-hub-v5 .st-v5-intro{width:100%;max-width:860px;margin:0!important;align-self:flex-start!important;align-items:flex-start!important;text-align:start!important}
body.stc-site .st-service-hub-v5 .st-v5-intro :is(.elementor-heading-title,p){text-align:start!important}
body.stc-site .st-service-hub-v5 .st-v5-section-title .elementor-heading-title{max-width:20ch;font-weight:700;line-height:1.08;letter-spacing:-.035em}
body.stc-site .st-service-hub-v5 :is(.st-v5-card,.st-v5-stage,.st-v5-situation-card,.st-v5-cap-card,.st-v5-boundary-stack article) :is(h3,p,li){font-family:"Bricolage Grotesque",sans-serif}

/* Pain points: editorial columns instead of three rounded cards. */
body.stc-site .st-service-hub-v5 .st-v5-problem-card,body.stc-site .st-service-hub-v5 .st-v5-problem-card--soft{height:100%;padding:24px 8px 0;border:0;border-block-start:3px solid var(--v5-line);border-radius:0;background:transparent;box-shadow:none}
body.stc-site .st-service-hub-v5 .st-v5-problem-card--soft{border-block-start-color:var(--v5-brand)}
body.stc-site .st-service-hub-v5 .st-v5-number{display:inline-block;width:auto;height:auto;margin-block-end:24px;padding:0;border-radius:0;background:transparent;color:var(--v5-deep);font-size:.8rem;font-weight:800;box-shadow:none}

/* One connected order record: one dark object, not six nested cards. */
body.stc-site .st-service-hub-v5 .st-v5-mechanism{padding:16px 24px;border-radius:24px}
body.stc-site .st-service-hub-v5 .st-v5-stage{height:100%;padding:24px 12px;border:0;border-block-start:1px solid rgba(255,255,255,.2);border-radius:0;background:transparent}
body.stc-site .st-service-hub-v5 .st-v5-stage span{display:inline-block;width:auto;height:auto;margin-block-end:20px;padding:0;border-radius:0;background:transparent;color:#F3B8FF}

/* Buyer situations: open editorial entries with shared rules. */
body.stc-site .st-service-hub-v5 .st-v5-situation-card{height:100%;padding:24px 8px;border:0;border-block-start:1px solid var(--v5-line);border-radius:0;background:transparent;box-shadow:none;transition:none}
body.stc-site .st-service-hub-v5 .st-v5-situation-card:hover{transform:none;border-color:var(--v5-line);box-shadow:none}
body.stc-site .st-service-hub-v5 .st-v5-situation-card .st-v5-cap-line{margin-block-start:16px;padding-block-start:16px}

/* Documentary proof: keep photographs dominant; facts become a ruled list. */
body.stc-site .st-service-hub-v5 .st-v5-proof-image img{border-radius:16px}
body.stc-site .st-service-hub-v5 .st-v5-proof-list{gap:0;border-block-start:1px solid #D8CFC5}
body.stc-site .st-service-hub-v5 .st-v5-proof-list li{padding:18px 0 18px 32px;border:0;border-block-end:1px solid #D8CFC5;border-radius:0;background:transparent}
body.stc-site .st-service-hub-v5 .st-v5-proof-list li::before{inset-inline-start:0;inset-block-start:18px}

/* Capabilities: three stages in one editorial matrix, not service-product cards. */
body.stc-site .st-service-hub-v5 .st-v5-cap-card,body.stc-site .st-service-hub-v5 .st-v5-cap-card--soft,body.stc-site .st-service-hub-v5 .st-v5-cap-card--dark{height:100%;padding:24px 8px;border:0;border-block-start:3px solid var(--v5-line);border-radius:0;background:transparent}
body.stc-site .st-service-hub-v5 .st-v5-cap-card--soft{border-block-start-color:#CFA8D8}
body.stc-site .st-service-hub-v5 .st-v5-cap-card--dark{border-block-start-color:var(--v5-ink)}
body.stc-site .st-service-hub-v5 .st-v5-cap-card--dark :is(h3,p,li){color:var(--v5-copy)}
body.stc-site .st-service-hub-v5 .st-v5-cap-card--dark .st-v5-kicker{color:var(--v5-deep)}

/* Commercial boundaries: transparent definition rows on one shared dark surface. */
body.stc-site .st-service-hub-v5 .st-v5-boundary-stack{gap:0;border-block-start:1px solid rgba(255,255,255,.32)}
body.stc-site .st-service-hub-v5 .st-v5-boundary-stack article{display:grid;grid-template-columns:minmax(150px,190px) minmax(0,1fr);gap:24px;padding:24px 0;border:0;border-block-end:1px solid rgba(255,255,255,.32);border-radius:0;background:transparent}
body.stc-site .st-service-hub-v5 .st-v5-boundary-stack h3{margin:0;color:#fff;font-size:1rem;line-height:1.45}
body.stc-site .st-service-hub-v5 .st-v5-boundary-stack p{margin:0;color:rgba(255,255,255,.78);line-height:1.65}

/* FAQ retains an interaction boundary but loses the heavy card treatment. */
body.stc-site .st-service-hub-v5 .st-v5-faq-list{width:100%;max-width:1000px;gap:0;border-block-start:1px solid var(--v5-line)}
body.stc-site .st-service-hub-v5 .st-v5-faq-item{border:0;border-block-end:1px solid var(--v5-line);border-radius:0;background:transparent}
body.stc-site .st-service-hub-v5 .st-v5-faq-item summary{padding-inline-start:0}
body.stc-site .st-service-hub-v5 .st-v5-faq-item>div{padding-inline-start:0}

@media(max-width:767px){body.stc-site .st-service-hub-v5 .st-v5-problem-card,body.stc-site .st-service-hub-v5 .st-v5-problem-card--soft,body.stc-site .st-service-hub-v5 .st-v5-situation-card,body.stc-site .st-service-hub-v5 .st-v5-cap-card,body.stc-site .st-service-hub-v5 .st-v5-cap-card--soft,body.stc-site .st-service-hub-v5 .st-v5-cap-card--dark{padding:20px 0}body.stc-site .st-service-hub-v5 .st-v5-mechanism{padding:8px 20px}body.stc-site .st-service-hub-v5 .st-v5-stage{padding:24px 0}body.stc-site .st-service-hub-v5 .st-v5-boundary-stack article{grid-template-columns:1fr;gap:8px;padding:24px 0}body.stc-site .st-service-hub-v5 .st-v5-faq-item summary{padding-inline-start:0;padding-inline-end:48px}body.stc-site .st-service-hub-v5 .st-v5-faq-item>div{padding-inline:0 48px}}

/* Services Hub V5.4 — deliberate composition rhythm. */
body.stc-site .st-service-hub-v5 .st-v5-section-stack--center{align-items:center!important}
body.stc-site .st-service-hub-v5 .st-v5-intro.st-v5-intro--center{max-width:820px;margin-inline:auto!important;align-self:center!important;align-items:center!important;text-align:center!important}
body.stc-site .st-service-hub-v5 .st-v5-intro.st-v5-intro--center :is(.elementor-heading-title,p){text-align:center!important}
body.stc-site .st-service-hub-v5 .st-v5-section-stack--center>.elementor-widget-button{align-self:center;width:auto!important}

/* Buyer situations use an intentional left narrative panel + right decision matrix. */
body.stc-site .st-service-hub-v5 .st-v5-situations-split>.e-con-inner{align-items:stretch}
body.stc-site .st-service-hub-v5 .st-v5-situations-split>.e-con-inner>.st-v5-situations-intro{flex:0 1 380px;max-width:none;padding:40px;border-radius:24px;background:var(--v5-ink);align-self:stretch!important;justify-content:center}
body.stc-site .st-service-hub-v5 .st-v5-situations-split>.e-con-inner>.st-v5-situation-grid{flex:1 1 0;min-width:0}
body.stc-site .st-service-hub-v5 .st-v5-situations-intro .st-v5-eyebrow--ink,body.stc-site .st-service-hub-v5 .st-v5-situations-intro .elementor-heading-title{color:#fff}
body.stc-site .st-service-hub-v5 .st-v5-situations-intro .st-v5-body{color:rgba(255,255,255,.78)}

/* Centered sections receive a bounded background field, not another card. */
body.stc-site .st-service-hub-v5 .st-v5-section-stack--center .st-v5-mechanism{width:100%}

@media(max-width:1024px){body.stc-site .st-service-hub-v5 .st-v5-situations-split>.e-con-inner{flex-direction:column}body.stc-site .st-service-hub-v5 .st-v5-situations-split>.e-con-inner>.st-v5-situations-intro{flex:0 0 auto;width:100%;padding:32px}body.stc-site .st-service-hub-v5 .st-v5-situations-split>.e-con-inner>.st-v5-situation-grid{width:100%}}
@media(max-width:767px){body.stc-site .st-service-hub-v5 .st-v5-intro.st-v5-intro--center{align-self:flex-start!important;align-items:flex-start!important;text-align:start!important}body.stc-site .st-service-hub-v5 .st-v5-intro.st-v5-intro--center :is(.elementor-heading-title,p){text-align:start!important}body.stc-site .st-service-hub-v5 .st-v5-section-stack--center>.elementor-widget-button{align-self:stretch;width:100%!important}body.stc-site .st-service-hub-v5 .st-v5-situations-split>.e-con-inner>.st-v5-situations-intro{padding:24px;border-radius:20px}}

/* Services Hub V5.5 — section handoffs, guided eye movement and restrained motion. */
body.stc-site .st-service-hub-v5{gap:0!important;row-gap:0!important}
body.stc-site .st-service-hub-v5>.st-v5-section{position:relative;width:100%!important;max-width:none!important;margin:0!important;isolation:isolate}
body.stc-site .st-service-hub-v5>.st-v5-section+.st-v5-section{margin-block-start:0!important}

/* Deliberate cross-section handoffs: the next field reaches into the previous one. */
body.stc-site .st-service-hub-v5 :is(.st-v5-mechanism-section,.st-v5-proof,.st-v5-boundaries,.st-v5-faq)::before{content:"";position:absolute;z-index:2;inset-inline:0;inset-block-start:-32px;height:33px;pointer-events:none;background:var(--st-v5-handoff);clip-path:polygon(0 72%,28% 72%,31% 0,100% 0,100% 100%,0 100%)}
body.stc-site .st-service-hub-v5 .st-v5-mechanism-section{--st-v5-handoff:#F7F0F9}
body.stc-site .st-service-hub-v5 .st-v5-proof{--st-v5-handoff:#F8F5F1}
body.stc-site .st-service-hub-v5 .st-v5-proof::before{clip-path:polygon(0 0,68% 0,72% 72%,100% 72%,100% 100%,0 100%)}
body.stc-site .st-service-hub-v5 .st-v5-boundaries{--st-v5-handoff:#5E174F}
body.stc-site .st-service-hub-v5 .st-v5-boundaries::before{clip-path:polygon(0 72%,58% 72%,61% 0,100% 0,100% 100%,0 100%)}
body.stc-site .st-service-hub-v5 .st-v5-faq{--st-v5-handoff:#FBF8FC}
body.stc-site .st-service-hub-v5 .st-v5-faq::before{clip-path:polygon(0 0,38% 0,41% 72%,100% 72%,100% 100%,0 100%)}

/* Centered arguments get a visual lead-in instead of floating in empty space. */
body.stc-site .st-service-hub-v5 :is(.st-v5-mechanism-section,.st-v5-capabilities,.st-v5-faq)::after{content:"";position:absolute;z-index:3;inset-block-start:40px;inset-inline-start:50%;width:2px;height:48px;background:linear-gradient(to bottom,var(--v5-brand),rgba(141,41,172,0));transform:translateX(-50%);pointer-events:none}

/* The six steps read as one moving sequence. */
body.stc-site .st-service-hub-v5 .st-v5-mechanism>.elementor-element{position:relative}
body.stc-site .st-service-hub-v5 .st-v5-mechanism>.elementor-element:not(:nth-child(3n))::after{content:"→";position:absolute;z-index:3;inset-inline-end:-10px;inset-block-start:50%;color:#F3B8FF;font-size:1.1rem;font-weight:700;transform:translate(50%,-50%)}

/* Interaction polish without turning content back into cards. */
body.stc-site .st-service-hub-v5 .st-v5-situation-card{transition:transform 240ms var(--v5-ease),border-color 240ms var(--v5-ease)}
body.stc-site .st-service-hub-v5 .st-v5-situation-card:hover{transform:translateX(6px);border-block-start-color:var(--v5-brand)}
body.stc-site .st-service-hub-v5 .st-v5-cap-card{transition:transform 240ms var(--v5-ease),border-color 240ms var(--v5-ease)}
body.stc-site .st-service-hub-v5 .st-v5-cap-card:hover{transform:translateY(-6px);border-block-start-color:var(--v5-brand)}
body.stc-site .st-service-hub-v5 .st-v5-proof-image img{transition:transform 600ms var(--v5-ease),filter 600ms var(--v5-ease)}
body.stc-site .st-service-hub-v5 .st-v5-proof-image:hover img{transform:scale(1.025);filter:saturate(1.06)}
body.stc-site .st-service-hub-v5 .st-v5-proof-image .elementor-widget-container{overflow:hidden;border-radius:16px}

/* View-linked motion never hides content; it only resolves a small offset. */
@keyframes st-v5-view-settle{from{opacity:.76;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@supports(animation-timeline:view()){body.stc-site .st-service-hub-v5 .st-v5-section>.e-con-inner{animation-name:st-v5-view-settle;animation-duration:1ms;animation-fill-mode:both;animation-timing-function:linear;animation-timeline:view();animation-range:entry 8% cover 28%}}

@media(max-width:1024px){body.stc-site .st-service-hub-v5 .st-v5-mechanism>.elementor-element::after{display:none}body.stc-site .st-service-hub-v5 .st-v5-mechanism>.elementor-element:nth-child(odd)::after{content:"→";display:block;position:absolute;inset-inline-end:-10px;inset-block-start:50%;color:#F3B8FF;transform:translate(50%,-50%)}}
@media(max-width:767px){body.stc-site .st-service-hub-v5 :is(.st-v5-mechanism-section,.st-v5-proof,.st-v5-boundaries,.st-v5-faq)::before{inset-block-start:-16px;height:17px}body.stc-site .st-service-hub-v5 :is(.st-v5-mechanism-section,.st-v5-capabilities,.st-v5-faq)::after{display:none}body.stc-site .st-service-hub-v5 .st-v5-mechanism>.elementor-element::after,body.stc-site .st-service-hub-v5 .st-v5-mechanism>.elementor-element:nth-child(odd)::after{content:"↓";display:block;inset-inline-end:auto;inset-inline-start:50%;inset-block-start:auto;inset-block-end:-11px;transform:translate(-50%,50%)}}
@media(prefers-reduced-motion:reduce){body.stc-site .st-service-hub-v5 .st-v5-section>.e-con-inner{animation:none!important;opacity:1!important;transform:none!important}body.stc-site .st-service-hub-v5 :is(.st-v5-situation-card,.st-v5-cap-card,.st-v5-proof-image img){transition:none!important;transform:none!important}}

/* Services Hub V5.6 — real process timeline, intentional FAQ split and reading ornaments. */

/* Replace the boxed 3×2 process with one continuous alternating timeline. */
body.stc-site .st-service-hub-v5 .st-v5-process-timeline{position:relative;width:100%;max-width:1120px;margin-inline:auto;padding-block:16px;background:transparent}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline::before{content:"";position:absolute;z-index:0;inset-block:0;inset-inline-start:50%;width:2px;background:linear-gradient(to bottom,rgba(141,41,172,0),var(--v5-brand) 10%,var(--v5-brand) 90%,rgba(141,41,172,0));transform:translateX(-50%)}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element{position:relative;z-index:1;width:calc(50% - 48px)!important;max-width:520px}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(odd){align-self:flex-start}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(even){align-self:flex-end}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element::after{display:none!important}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline .st-v5-stage{position:relative;display:block;min-height:0;padding:24px 28px;border:1px solid var(--v5-line);border-radius:18px;background:#fff;color:var(--v5-copy);box-shadow:0 14px 34px rgba(20,38,58,.07);transition:transform 240ms var(--v5-ease),box-shadow 240ms var(--v5-ease),border-color 240ms var(--v5-ease)}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline .st-v5-stage:hover{transform:translateY(-4px);border-color:#CFA8D8;box-shadow:0 18px 42px rgba(20,38,58,.12)}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline .st-v5-stage span{position:absolute;inset-block-start:22px;width:40px;height:40px;margin:0;border:2px solid #fff;border-radius:50%;background:var(--v5-brand);color:#fff;display:grid;place-items:center;font-size:.76rem;box-shadow:0 0 0 6px var(--v5-soft)}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(odd) .st-v5-stage span{inset-inline-end:-69px}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(even) .st-v5-stage span{inset-inline-start:-69px}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline .st-v5-stage::before{content:"";position:absolute;inset-block-start:42px;width:40px;height:2px;background:linear-gradient(90deg,var(--v5-brand),#CFA8D8)}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(odd) .st-v5-stage::before{inset-inline-end:-41px}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(even) .st-v5-stage::before{inset-inline-start:-41px}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline .st-v5-stage h3{margin:0 0 8px;color:var(--v5-ink);font-size:1.24rem}
body.stc-site .st-service-hub-v5 .st-v5-process-timeline .st-v5-stage p{margin:0;color:var(--v5-muted);line-height:1.6}

/* FAQ becomes an intentional split composition instead of a centered title over a left list. */
body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner{align-items:flex-start}
body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner>.st-v5-faq-intro{position:sticky;inset-block-start:120px;flex:0 1 360px;max-width:360px;padding:40px;border:1px solid var(--v5-line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 18px 46px rgba(20,38,58,.06)}
body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner>.st-v5-faq-widget{flex:1 1 0;min-width:0;width:auto}
body.stc-site .st-service-hub-v5 .st-v5-faq-intro::before{content:"?";position:absolute;z-index:0;inset-inline-end:-12px;inset-block-end:-58px;color:rgba(141,41,172,.07);font-size:15rem;font-weight:800;line-height:1}
body.stc-site .st-service-hub-v5 .st-v5-faq-intro>*{position:relative;z-index:1}
body.stc-site .st-service-hub-v5 .st-v5-faq-list{max-width:none}

/* Decorative reading aids for text-heavy areas; no fake photography. */
body.stc-site .st-service-hub-v5 .st-v5-situations-intro{position:relative;overflow:hidden}
body.stc-site .st-service-hub-v5 .st-v5-situations-intro::after{content:"";position:absolute;z-index:0;inset-inline-end:-32px;inset-block-end:-24px;width:190px;height:190px;opacity:.18;background-image:radial-gradient(circle,#F3B8FF 2px,transparent 2.5px);background-size:18px 18px;transform:rotate(-12deg)}
body.stc-site .st-service-hub-v5 .st-v5-situations-intro>*{position:relative;z-index:1}
body.stc-site .st-service-hub-v5 .st-v5-capabilities{overflow:hidden}
body.stc-site .st-service-hub-v5 .st-v5-capabilities::before{content:"";position:absolute;z-index:0;inset-inline-end:-120px;inset-block-start:72px;width:360px;height:360px;border:1px solid rgba(141,41,172,.12);border-radius:50%;box-shadow:0 0 0 48px rgba(141,41,172,.035),0 0 0 96px rgba(141,41,172,.025)}
body.stc-site .st-service-hub-v5 .st-v5-capabilities>.e-con-inner{position:relative;z-index:1}
body.stc-site .st-service-hub-v5 .st-v5-boundaries{background-image:linear-gradient(120deg,transparent 0 66%,rgba(255,255,255,.035) 66% 67%,transparent 67% 100%)}

@media(max-width:1024px){body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element{width:calc(50% - 40px)!important}body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner{flex-direction:column}body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner>.st-v5-faq-intro{position:relative;inset-block-start:auto;flex:0 0 auto;width:100%;max-width:720px}body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner>.st-v5-faq-widget{width:100%}}
@media(max-width:767px){body.stc-site .st-service-hub-v5 .st-v5-process-timeline{padding-inline-start:48px}body.stc-site .st-service-hub-v5 .st-v5-process-timeline::before{inset-inline-start:20px;transform:none}body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element,body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(odd),body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(even){width:100%!important;max-width:none;align-self:stretch}body.stc-site .st-service-hub-v5 .st-v5-process-timeline .st-v5-stage{padding:22px 20px}body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(odd) .st-v5-stage span,body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(even) .st-v5-stage span{inset-inline-start:-49px;inset-inline-end:auto}body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(odd) .st-v5-stage::before,body.stc-site .st-service-hub-v5 .st-v5-process-timeline>.elementor-element:nth-child(even) .st-v5-stage::before{inset-inline-start:-29px;inset-inline-end:auto;width:28px}body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner>.st-v5-faq-intro{padding:24px;border-radius:20px}body.stc-site .st-service-hub-v5 .st-v5-faq-intro::before{font-size:10rem;inset-block-end:-38px}body.stc-site .st-service-hub-v5 .st-v5-capabilities::before{width:220px;height:220px;inset-inline-end:-100px}}
@media(prefers-reduced-motion:reduce){body.stc-site .st-service-hub-v5 .st-v5-process-timeline .st-v5-stage{transition:none!important;transform:none!important}}

/* Services Hub V5.7 — replace the rejected zigzag with a quiet connected process strip. */
body.stc-site .st-service-hub-v5 .st-v5-process-strip{position:relative;width:100%;max-width:1220px;margin-inline:auto;padding-block-start:56px;background:transparent}
body.stc-site .st-service-hub-v5 .st-v5-process-strip::before{content:"";position:absolute;inset-inline:8.33%;inset-block-start:20px;height:2px;background:linear-gradient(90deg,#CFA8D8,var(--v5-brand),#CFA8D8)}
body.stc-site .st-service-hub-v5 .st-v5-process-strip>.elementor-element{position:relative;flex:1 1 0!important;min-width:0;width:auto!important}
body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage{position:relative;display:block;height:100%;min-height:0;padding:24px 16px 0;border:0;border-inline-start:1px solid rgba(141,41,172,.16);border-radius:0;background:transparent;box-shadow:none;text-align:center;transition:transform 240ms var(--v5-ease)}
body.stc-site .st-service-hub-v5 .st-v5-process-strip>.elementor-element:first-child .st-v5-stage{border-inline-start:0}
body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage span{position:absolute;inset-block-start:-56px;inset-inline-start:50%;width:40px;height:40px;margin:0;border:4px solid var(--v5-soft);border-radius:50%;background:#fff;color:var(--v5-deep);display:grid;place-items:center;font-size:.75rem;font-weight:800;box-shadow:0 0 0 2px #CFA8D8;transform:translateX(-50%);transition:background-color 240ms,color 240ms,transform 240ms}
body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage::before{display:none}
body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage h3{margin:0 0 8px;color:var(--v5-ink);font-size:1.05rem;line-height:1.35}
body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage p{margin:0;color:var(--v5-muted);font-size:.92rem;line-height:1.55}
body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage:hover{transform:translateY(-4px)}
body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage:hover span{background:var(--v5-brand);color:#fff;transform:translateX(-50%) scale(1.06)}

@media(max-width:1024px){body.stc-site .st-service-hub-v5 .st-v5-process-strip{padding-block-start:0}body.stc-site .st-service-hub-v5 .st-v5-process-strip::before{display:none}body.stc-site .st-service-hub-v5 .st-v5-process-strip>.elementor-element{flex:1 1 calc(33.333% - 16px)!important;min-width:220px}body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage{padding:48px 16px 24px;border-inline-start:0;border-block-start:2px solid #D8BDD9;text-align:start}body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage span{inset-block-start:-21px;inset-inline-start:16px;transform:none}body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage:hover span{transform:scale(1.06)}}
@media(max-width:767px){body.stc-site .st-service-hub-v5 .st-v5-process-strip{padding-inline-start:52px}body.stc-site .st-service-hub-v5 .st-v5-process-strip::before{display:block;inset-inline-start:20px;inset-inline-end:auto;inset-block:0;width:2px;height:auto;background:linear-gradient(to bottom,#CFA8D8,var(--v5-brand),#CFA8D8)}body.stc-site .st-service-hub-v5 .st-v5-process-strip>.elementor-element{flex:0 0 auto!important;width:100%!important;min-width:0}body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage{padding:20px 0 24px;border-block-start:0;border-block-end:1px solid var(--v5-line);text-align:start}body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage span{inset-block-start:18px;inset-inline-start:-52px;transform:none}body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage:hover{transform:none}body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage:hover span{transform:none}}
@media(prefers-reduced-motion:reduce){body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage,body.stc-site .st-service-hub-v5 .st-v5-process-strip .st-v5-stage span{transition:none!important;transform:none!important}}

/* Services Hub V5.8 — rebalance FAQ columns and restore comfortable rounded items. */
body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner{align-items:stretch}
body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner>.st-v5-faq-intro{position:relative;inset-block-start:auto;flex:0 1 420px;max-width:420px;align-self:stretch!important;padding:48px 40px;justify-content:center;border-radius:24px}
body.stc-site .st-service-hub-v5 .st-v5-faq-intro .elementor-heading-title{max-width:11ch;font-size:clamp(2.4rem,3.25vw,3.15rem);line-height:1.06}
body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner>.st-v5-faq-widget{display:flex;align-self:stretch}
body.stc-site .st-service-hub-v5 .st-v5-faq-list{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;gap:12px;border-block-start:0}
body.stc-site .st-service-hub-v5 .st-v5-faq-item{overflow:clip;border:1px solid var(--v5-line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(20,38,58,.035);transition:border-color 240ms var(--v5-ease),box-shadow 240ms var(--v5-ease)}
body.stc-site .st-service-hub-v5 .st-v5-faq-item:hover,body.stc-site .st-service-hub-v5 .st-v5-faq-item[open]{border-color:#CFA8D8;box-shadow:0 12px 30px rgba(20,38,58,.07)}
body.stc-site .st-service-hub-v5 .st-v5-faq-item summary{min-height:72px;padding:20px 64px 20px 24px;display:flex;align-items:center;white-space:normal}
body.stc-site .st-service-hub-v5 .st-v5-faq-item summary::after{inset-inline-end:20px}
body.stc-site .st-service-hub-v5 .st-v5-faq-item>div{padding:0 24px 24px}

@media(max-width:1024px){body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner{align-items:stretch}body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner>.st-v5-faq-intro{width:100%;max-width:720px;align-self:flex-start!important;padding:40px}body.stc-site .st-service-hub-v5 .st-v5-faq-list{justify-content:flex-start}}
@media(max-width:767px){body.stc-site .st-service-hub-v5 .st-v5-faq-split>.e-con-inner>.st-v5-faq-intro{padding:28px 24px;border-radius:20px}body.stc-site .st-service-hub-v5 .st-v5-faq-intro .elementor-heading-title{max-width:12ch;font-size:clamp(2.15rem,10vw,2.65rem)}body.stc-site .st-service-hub-v5 .st-v5-faq-list{gap:12px}body.stc-site .st-service-hub-v5 .st-v5-faq-item{border-radius:14px}body.stc-site .st-service-hub-v5 .st-v5-faq-item summary{min-height:64px;padding:16px 52px 16px 16px}body.stc-site .st-service-hub-v5 .st-v5-faq-item summary::after{inset-inline-end:14px}body.stc-site .st-service-hub-v5 .st-v5-faq-item>div{padding:0 16px 18px}}
