/**
 * Premium Interior Components — Phase 1.5
 * Editorial sections distinct from frozen Phase 1 homepage components.
 */

/* ------------------------------------------------------------------ */
/* story_split                                                        */
/* ------------------------------------------------------------------ */

section.sa-premium-story-split {
	background-color: #12151a !important;
}

section.sa-premium-story-split .elementor-widget-wrap {
	align-items: flex-start;
}

section.sa-premium-story-split .elementor-column-wrap {
	align-content: flex-start;
}

section.sa-premium-story-split .sa-story-split-body-widget .elementor-widget-container,
section.sa-premium-story-split .sa-story-split-body-widget .elementor-widget-container p,
section.sa-premium-story-split .elementor-widget-text-editor .sa-story-split-body {
	color: rgba(255, 255, 255, 0.75) !important;
}

.sa-story-split-eyebrow {
	display: block;
	margin: 0 0 12px;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb !important;
	line-height: 1.4;
}

section.sa-premium-story-split .sa-story-split-headline .elementor-heading-title {
	font-size: clamp(28px, 2.2vw, 32px) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.sa-story-split-body {
	margin: 0 0 18px;
	font-size: 16px !important;
	color: rgba(255, 255, 255, 0.75) !important;
	line-height: 1.75 !important;
}

.sa-story-split-body:last-child {
	margin-bottom: 0;
}

.sa-story-split-stats {
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding: 8px 0 8px 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

section.sa-premium-story-split--full .sa-story-split-stats {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 32px 48px;
	margin-top: 36px;
	padding-left: 0;
	border-left: none;
}

.sa-story-split-stat {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 120px;
}

.sa-story-split-stat-value {
	font-size: clamp(40px, 4vw, 56px);
	font-weight: 700;
	line-height: 1;
	color: #2563eb;
	letter-spacing: -0.03em;
}

.sa-story-split-stat-label {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.55);
}

section.sa-premium-story-split--image .sa-story-split-image img,
section.sa-premium-story-split--image .sa-story-split-image .elementor-image img {
	border-radius: 12px;
	object-fit: cover;
	width: 100%;
	min-height: 360px;
}

@media (max-width: 1024px) {
	section.sa-premium-story-split--stats .elementor-column-wrap,
	section.sa-premium-story-split--image .elementor-column-wrap {
		padding-top: 32px;
	}

	.sa-story-split-stats {
		padding-left: 0;
		border-left: none;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px 32px;
	}
}

/* ------------------------------------------------------------------ */
/* values_grid                                                        */
/* ------------------------------------------------------------------ */

section.sa-premium-values-grid {
	background-color: #12151a !important;
}

.sa-values-grid-eyebrow {
	display: block;
	margin: 0 0 12px;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb !important;
	line-height: 1.4;
}

section.sa-premium-values-grid .sa-values-grid-headline .elementor-heading-title {
	font-size: clamp(26px, 2vw, 30px) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em;
}

section.sa-premium-values-grid-header {
	padding-bottom: 0 !important;
}

section.sa-premium-values-cards-grid {
	padding-top: 32px !important;
	background-color: #12151a !important;
}

section.sa-premium-values-cards-grid .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

section.sa-premium-values-cards-grid .elementor-column {
	width: 100% !important;
	max-width: none !important;
}

section.sa-premium-values-cards-grid .elementor-column-wrap {
	padding: 22px 24px !important;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.04);
}

section.sa-premium-values-cards-grid .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

.sa-values-grid-icon-box .elementor-icon-box-icon {
	margin-bottom: 14px !important;
}

.sa-values-grid-icon-box .elementor-icon-box-icon i,
.sa-values-grid-icon-box .elementor-icon {
	font-size: 36px !important;
	color: #2563eb !important;
}

.sa-values-grid-icon-box .elementor-icon-box-title {
	margin-bottom: 8px !important;
}

.sa-values-grid-icon-box .elementor-icon-box-title span {
	font-size: 17px !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.3 !important;
}

.sa-values-grid-icon-box .elementor-icon-box-description {
	font-size: 14px !important;
	color: rgba(255, 255, 255, 0.65) !important;
	line-height: 1.65 !important;
}

@media (max-width: 1024px) {
	section.sa-premium-values-cards-grid .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	section.sa-premium-values-cards-grid .elementor-container {
		grid-template-columns: 1fr;
	}
}

/* ------------------------------------------------------------------ */
/* timeline_vertical (journey)                                        */
/* ------------------------------------------------------------------ */

section.sa-premium-journey-timeline {
	background-color: #12151a !important;
}

section.sa-premium-journey-timeline .sa-journey-timeline-headline .elementor-heading-title {
	font-size: clamp(26px, 2vw, 30px) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em;
}

.sa-journey-timeline {
	position: relative;
	max-width: 720px;
	margin: 32px auto 0;
	padding-left: 8px;
}

.sa-journey-timeline::before {
	content: "";
	position: absolute;
	left: 52px;
	top: 4px;
	bottom: 4px;
	width: 2px;
	background: rgba(255, 255, 255, 0.12);
}

.sa-journey-timeline-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 20px 24px;
	padding-bottom: 32px;
	position: relative;
}

.sa-journey-timeline-item:last-child {
	padding-bottom: 0;
}

.sa-journey-timeline-year {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #2563eb;
	text-align: right;
	padding-top: 2px;
}

.sa-journey-timeline-content {
	min-width: 0;
}

.sa-journey-timeline-title {
	margin: 0 0 6px;
	font-size: 17px !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.35 !important;
}

.sa-journey-timeline-description {
	margin: 0;
	font-size: 14px !important;
	color: rgba(255, 255, 255, 0.65) !important;
	line-height: 1.65 !important;
}

section.sa-premium-journey-timeline .sa-journey-timeline-widget .elementor-widget-container,
section.sa-premium-journey-timeline .sa-journey-timeline-widget .elementor-widget-container p {
	color: rgba(255, 255, 255, 0.65) !important;
}

@media (max-width: 767px) {
	.sa-journey-timeline::before {
		left: 44px;
	}

	.sa-journey-timeline-item {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 16px;
	}
}

/* ------------------------------------------------------------------ */
/* page_hero_contact (Phase 2 — contact_premium)                      */
/* ------------------------------------------------------------------ */

section.sa-premium-page-hero-contact {
	background-color: #0d0f14 !important;
}

section.sa-premium-page-hero-contact .elementor-widget-wrap {
	align-items: center;
	text-align: center;
}

.sa-page-hero-contact-eyebrow {
	display: block;
	margin: 0 0 14px;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb !important;
	line-height: 1.4;
}

section.sa-premium-page-hero-contact .sa-page-hero-contact-headline .elementor-heading-title,
section.sa-premium-page-hero-contact .elementor-widget-heading .elementor-heading-title {
	text-align: center !important;
	font-size: clamp(30px, 3.4vw, 40px) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.12 !important;
	letter-spacing: -0.02em !important;
	margin: 0 0 14px !important;
}

.sa-page-hero-contact-subhead {
	margin: 0 auto 28px;
	max-width: 520px;
	font-size: 17px !important;
	line-height: 1.55 !important;
	color: rgba(255, 255, 255, 0.78) !important;
}

.sa-page-hero-contact-actions {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0 auto;
}

.sa-page-hero-contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 28px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

section.sa-premium-page-hero-contact .elementor-widget-text-editor a.sa-page-hero-contact-btn {
	text-decoration: none !important;
}

.sa-page-hero-contact-btn--primary {
	background-color: #1e73be;
	color: #ffffff !important;
}

.sa-page-hero-contact-btn--primary:hover {
	background-color: #155a96;
	color: #ffffff !important;
}

.sa-page-hero-contact-btn--secondary {
	background-color: transparent;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.sa-page-hero-contact-btn--secondary:hover {
	border-color: rgba(255, 255, 255, 0.5);
	color: #ffffff !important;
}

@media (max-width: 767px) {
	.sa-page-hero-contact-actions {
		flex-direction: column;
		width: 100%;
		max-width: 320px;
	}

	.sa-page-hero-contact-btn {
		width: 100%;
	}

	section.sa-premium-page-hero-contact--split .sa-page-hero-contact-subhead {
		max-width: none;
	}

	section.sa-premium-page-hero-contact--split .sa-page-hero-contact-actions {
		max-width: 320px;
	}
}

/* ------------------------------------------------------------------ */
/* Interior split page heroes — shared image panel (homepage sa-hero-image) */
/* ------------------------------------------------------------------ */

section.sa-premium-page-hero-contact--split .elementor-container,
section.sa-premium-page-hero-services--split .elementor-container {
	align-items: stretch;
}

section.sa-premium-page-hero-contact--split .elementor-column:first-child .elementor-widget-wrap,
section.sa-premium-page-hero-services--split .elementor-column:first-child .elementor-widget-wrap {
	align-items: center;
	justify-content: center;
	text-align: left;
}

section.sa-premium-page-hero-contact--split .elementor-column:last-child .elementor-widget-wrap,
section.sa-premium-page-hero-services--split .elementor-column:last-child .elementor-widget-wrap {
	align-items: center;
	justify-content: center;
}

section.sa-premium-page-hero-contact--split .sa-hero-image img,
section.sa-premium-page-hero-services--split .sa-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

section.sa-premium-page-hero-contact--split .sa-page-hero-contact-headline .elementor-heading-title,
section.sa-premium-page-hero-contact--split .elementor-widget-heading .elementor-heading-title {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

section.sa-premium-page-hero-contact--split .sa-page-hero-contact-subhead {
	margin-left: 0;
	margin-right: 0;
	max-width: 520px;
}

section.sa-premium-page-hero-contact--split .sa-page-hero-contact-actions {
	justify-content: flex-start;
	margin-left: 0;
	margin-right: 0;
}

/* ------------------------------------------------------------------ */
/* page_hero_services (Phase 2 — services_premium)                    */
/* ------------------------------------------------------------------ */

section.sa-premium-page-hero-services {
	background-color: #0d0f14 !important;
	min-height: clamp(300px, 42vh, 420px);
	padding-bottom: 56px !important;
}

section.sa-premium-page-hero-services--split {
	min-height: clamp(360px, 44vh, 460px);
	padding-bottom: 64px !important;
	overflow: visible;
}

section.sa-premium-page-hero-services--split .elementor-container,
section.sa-premium-page-hero-services--split .elementor-column-wrap,
section.sa-premium-page-hero-services--split .elementor-widget-wrap {
	min-height: auto;
}

section.sa-premium-page-hero-services--split .elementor-widget-wrap {
	align-items: flex-start;
	justify-content: flex-start;
}

section.sa-premium-page-hero-services--split .sa-page-hero-services-headline .elementor-heading-title,
section.sa-premium-page-hero-services--split .elementor-widget-heading .elementor-heading-title {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none;
}

section.sa-premium-page-hero-services--split .sa-page-hero-services-subhead {
	margin-left: 0;
	margin-right: 0;
	max-width: 520px;
}

section.sa-premium-page-hero-services--split .sa-page-hero-contact-actions {
	justify-content: flex-start;
	margin-left: 0;
	margin-right: 0;
}

section.sa-premium-page-hero-services--split .sa-page-hero-services-eyebrow,
section.sa-premium-page-hero-services--split .elementor-widget-text-editor .sa-page-hero-services-eyebrow {
	text-align: left !important;
}

@media (max-width: 767px) {
	section.sa-premium-page-hero-contact--split .elementor-container,
	section.sa-premium-page-hero-services--split .elementor-container {
		flex-wrap: wrap;
	}

	section.sa-premium-page-hero-contact--split .elementor-column,
	section.sa-premium-page-hero-services--split .elementor-column {
		width: 100% !important;
	}

	section.sa-premium-page-hero-services--split .sa-hero-image,
	section.sa-premium-page-hero-contact--split .sa-hero-image {
		margin-top: 24px;
	}
}

.sa-page-hero-services-eyebrow {
	display: block;
	margin: 0 0 14px;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb !important;
	line-height: 1.4;
}

section.sa-premium-page-hero-services .sa-page-hero-services-headline .elementor-heading-title,
section.sa-premium-page-hero-services .elementor-widget-heading .elementor-heading-title {
	text-align: center !important;
	font-size: clamp(32px, 3.6vw, 44px) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.1 !important;
	letter-spacing: -0.02em !important;
	margin: 0 0 16px !important;
	max-width: 720px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.sa-page-hero-services-subhead {
	margin: 0 auto 32px;
	max-width: 580px;
	font-size: 18px !important;
	line-height: 1.55 !important;
	color: rgba(255, 255, 255, 0.78) !important;
}

.sa-page-hero-services-actions {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0 auto 28px;
}

.sa-page-hero-services-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 28px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

section.sa-premium-page-hero-services .elementor-widget-text-editor a.sa-page-hero-services-btn {
	text-decoration: none !important;
}

.sa-page-hero-services-btn--primary {
	background-color: #1e73be;
	color: #ffffff !important;
}

.sa-page-hero-services-btn--primary:hover {
	background-color: #155a96;
	color: #ffffff !important;
}

.sa-page-hero-services-btn--secondary {
	background-color: transparent;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.sa-page-hero-services-btn--secondary:hover {
	border-color: rgba(255, 255, 255, 0.5);
	color: #ffffff !important;
}

.sa-page-hero-services-trust {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 18px;
	margin: 0 auto;
}

.sa-page-hero-services-trust-item {
	display: inline-flex;
	align-items: center;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72) !important;
}

.sa-page-hero-services-trust-item:not(:last-child)::after {
	content: "·";
	margin-left: 18px;
	color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 767px) {
	section.sa-premium-page-hero-services {
		min-height: clamp(280px, 38vh, 360px);
	}

	section.sa-premium-page-hero-services--split {
		min-height: 0;
	}

	section.sa-premium-page-hero-services--split .sa-page-hero-services-subhead {
		max-width: none;
	}

	section.sa-premium-page-hero-services--split .sa-page-hero-contact-actions {
		max-width: 320px;
	}

	.sa-page-hero-services-subhead {
		font-size: 16px !important;
		margin-bottom: 24px;
	}

	.sa-page-hero-services-actions {
		flex-direction: column;
		width: 100%;
		max-width: 320px;
		margin-bottom: 20px;
	}

	.sa-page-hero-services-btn {
		width: 100%;
	}

	.sa-page-hero-services-trust {
		flex-direction: column;
		gap: 8px;
	}

	.sa-page-hero-services-trust-item:not(:last-child)::after {
		content: none;
	}
}

/* ------------------------------------------------------------------ */
/* services_intro (Phase 2 — services_premium)                        */
/* ------------------------------------------------------------------ */

section.sa-premium-services-intro {
	background-color: #12151a !important;
	padding-top: 72px !important;
	padding-bottom: 72px !important;
}

section.sa-premium-services-intro .elementor-widget-wrap {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.sa-services-intro-body {
	display: block;
	max-width: 720px;
	margin: 0 auto;
	font-size: 18px !important;
	line-height: 1.75 !important;
	color: rgba(255, 255, 255, 0.78) !important;
}

.sa-services-intro-tags {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 16px;
}

.sa-services-intro-tags .sa-tag {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
	white-space: nowrap;
}

@media (max-width: 767px) {
	section.sa-premium-services-intro {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.sa-services-intro-body {
		font-size: 16px !important;
		line-height: 1.7 !important;
	}

	.sa-services-intro-tags {
		margin-top: 20px;
	}
}

/* ------------------------------------------------------------------ */
/* what_is_included + common_problems (service_premium Stage 2)       */
/* ------------------------------------------------------------------ */

section.sa-premium-what-included,
section.sa-premium-common-problems {
	padding-top: 72px !important;
	padding-bottom: 72px !important;
}

.sa-what-included-heading .elementor-heading-title,
.sa-common-problems-heading .elementor-heading-title {
	font-size: clamp(1.5rem, 2.4vw, 2rem) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	margin: 0 0 28px !important;
}

.sa-what-included-list,
.sa-common-problems-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 720px;
	display: grid;
	gap: 14px;
}

.sa-what-included-item,
.sa-common-problems-item {
	position: relative;
	padding-left: 22px;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
}

.sa-what-included-item::before,
.sa-common-problems-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sa-accent, #38bdf8);
}

@media (max-width: 767px) {
	section.sa-premium-what-included,
	section.sa-premium-common-problems {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.sa-what-included-item,
	.sa-common-problems-item {
		font-size: 15px;
	}
}

/* ------------------------------------------------------------------ */
/* service_hero (Phase 1.5 — per-service interior)                    */
/* ------------------------------------------------------------------ */

section.sa-premium-service-hero {
	background-color: #0d0f14 !important;
	min-height: clamp(300px, 42vh, 420px);
	padding-bottom: 56px !important;
}

section.sa-premium-service-hero .elementor-container,
section.sa-premium-service-hero .elementor-column-wrap,
section.sa-premium-service-hero .elementor-widget-wrap {
	min-height: inherit;
}

section.sa-premium-service-hero .elementor-widget-wrap {
	align-items: center;
	justify-content: center;
	text-align: center;
}

section.sa-premium-service-hero--split {
	min-height: clamp(360px, 44vh, 460px);
	padding-bottom: 64px !important;
	overflow: visible;
}

section.sa-premium-service-hero--split .elementor-container,
section.sa-premium-service-hero--split .elementor-column-wrap,
section.sa-premium-service-hero--split .elementor-widget-wrap {
	min-height: auto;
}

section.sa-premium-service-hero--split .elementor-widget-wrap {
	align-items: flex-start;
	justify-content: flex-start;
}

section.sa-premium-service-hero--split .service-hero-headline .elementor-heading-title,
section.sa-premium-service-hero--split .elementor-widget-heading .elementor-heading-title {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none;
}

section.sa-premium-service-hero--split .service-hero-subhead {
	margin-left: 0;
	margin-right: 0;
	max-width: 520px;
	text-align: left !important;
}

section.sa-premium-service-hero--split .service-hero-actions,
section.sa-premium-service-hero--split .service-hero-signals,
section.sa-premium-service-hero--split .service-hero-trust {
	justify-content: flex-start;
	margin-left: 0;
	margin-right: 0;
}

section.sa-premium-service-hero--split .service-hero-eyebrow {
	text-align: left !important;
}

@media (max-width: 767px) {
	section.sa-premium-service-hero--split .elementor-container {
		flex-wrap: wrap;
	}

	section.sa-premium-service-hero--split .elementor-column {
		width: 100% !important;
	}

	section.sa-premium-service-hero--split .sa-hero-image {
		margin-top: 24px;
	}
}

.service-hero {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

section.sa-premium-service-hero--split .service-hero {
	margin: 0;
	max-width: none;
}

.service-hero-eyebrow {
	display: block;
	margin: 0 0 14px;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb !important;
	line-height: 1.4;
}

section.sa-premium-service-hero .service-hero-headline .elementor-heading-title,
section.sa-premium-service-hero .elementor-widget-heading .elementor-heading-title {
	text-align: center !important;
	font-size: clamp(32px, 3.6vw, 44px) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.1 !important;
	letter-spacing: -0.02em !important;
	margin: 0 0 16px !important;
	max-width: 720px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.service-hero-subhead {
	margin: 0 auto 24px;
	max-width: 580px;
	font-size: 18px !important;
	line-height: 1.55 !important;
	color: rgba(255, 255, 255, 0.78) !important;
}

.service-hero-signals {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 14px;
	margin: 0 auto 20px;
}

.service-hero-signal {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 13px !important;
	font-weight: 600;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.92) !important;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.service-hero-actions {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0 auto 24px;
}

.service-hero-trust {
	margin-top: 4px;
}

/* ------------------------------------------------------------------ */
/* faq_longform                                                       */
/* ------------------------------------------------------------------ */

section.sa-premium-faq-longform {
	background-color: #12151a !important;
	padding-top: 72px !important;
	padding-bottom: 72px !important;
}

section.sa-premium-faq-longform .elementor-widget-wrap {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.sa-faq-longform-eyebrow {
	display: block;
	margin: 0 0 8px;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb !important;
	line-height: 1.4;
}

.sa-faq-longform-heading {
	font-size: clamp(26px, 2.4vw, 32px) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em !important;
	margin: 0 0 40px !important;
}

.sa-faq-longform-accordion {
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
}

.sa-faq-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sa-faq-item:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sa-faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 18px 0;
	margin: 0;
	border: none;
	background: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.4;
	text-align: left;
	gap: 16px;
}

.sa-faq-question:hover {
	color: rgba(255, 255, 255, 0.85);
}

.sa-faq-question:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

.sa-faq-question-text {
	flex: 1 1 auto;
}

.sa-faq-icon {
	flex: 0 0 auto;
	position: relative;
	width: 18px;
	height: 18px;
}

.sa-faq-icon::before,
.sa-faq-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	transition: transform 0.25s ease;
}

.sa-faq-icon::before {
	width: 14px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.sa-faq-icon::after {
	width: 2px;
	height: 14px;
	transform: translate(-50%, -50%);
}

.sa-faq-item--open .sa-faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 0;
}

.sa-faq-answer {
	padding: 0 0 18px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.65);
}

.sa-faq-answer p {
	margin: 0;
}

@media (max-width: 767px) {
	section.sa-premium-faq-longform {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.sa-faq-longform-heading {
		margin-bottom: 32px !important;
	}

	.sa-faq-question {
		font-size: 15px;
		padding: 16px 0;
	}
}

/* ------------------------------------------------------------------ */
/* contact_information (Phase 2 — contact_premium)                    */
/* ------------------------------------------------------------------ */

section.sa-premium-contact-information {
	background-color: #12151a !important;
}

.sa-contact-information-eyebrow {
	display: block;
	margin: 0 0 12px;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb !important;
	line-height: 1.4;
}

section.sa-premium-contact-information .sa-contact-information-headline .elementor-heading-title,
section.sa-premium-contact-information .elementor-widget-heading .elementor-heading-title {
	text-align: center !important;
	font-size: clamp(26px, 2.4vw, 32px) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em !important;
	margin: 0 0 36px !important;
}

.sa-contact-information-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	max-width: 880px;
	margin: 0 auto;
	text-align: left;
}

a.sa-contact-information-item,
.sa-contact-information-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

a.sa-contact-information-item {
	cursor: pointer;
}

a.sa-contact-information-item:hover,
a.sa-contact-information-item:focus-visible {
	border-color: rgba(37, 99, 235, 0.45);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.12);
}

.sa-contact-information-item-head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sa-contact-information-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	color: #2563eb;
	line-height: 1;
}

.sa-contact-information-icon-svg {
	display: block;
	width: 25px;
	height: 25px;
}

.sa-contact-information-label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.sa-contact-information-value {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.45;
	color: #ffffff !important;
	text-decoration: none;
}

.sa-contact-information-value--multiline {
	display: block;
	white-space: normal;
}

a.sa-contact-information-item:hover .sa-contact-information-value,
a.sa-contact-information-item:focus-visible .sa-contact-information-value {
	color: #dbeafe !important;
}

@media (max-width: 767px) {
	.sa-contact-information-grid {
		grid-template-columns: 1fr;
		max-width: 420px;
	}
}

/* ------------------------------------------------------------------ */
/* opening_hours (Phase 2 — contact_premium)                          */
/* ------------------------------------------------------------------ */

section.sa-premium-opening-hours {
	background-color: #12151a !important;
}

.sa-opening-hours-eyebrow {
	display: block;
	margin: 0 0 12px;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb !important;
	line-height: 1.4;
}

section.sa-premium-opening-hours .sa-opening-hours-headline .elementor-heading-title,
section.sa-premium-opening-hours .elementor-widget-heading .elementor-heading-title {
	text-align: center !important;
	font-size: clamp(26px, 2.4vw, 32px) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em !important;
	margin: 0 0 32px !important;
}

.sa-opening-hours-panel {
	width: 68%;
	max-width: 680px;
	margin: 0 auto;
	padding: 28px 32px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.02);
	text-align: left;
}

.sa-opening-hours-status {
	display: inline-flex;
	align-items: center;
	margin: 0 0 18px;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sa-opening-hours-status--open {
	color: #34d399;
	background: rgba(52, 211, 153, 0.12);
}

.sa-opening-hours-status--closed {
	color: rgba(255, 255, 255, 0.62);
	background: rgba(255, 255, 255, 0.06);
}

.sa-opening-hours-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sa-opening-hours-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: baseline;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

.sa-opening-hours-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.sa-opening-hours-day {
	font-weight: 500;
}

.sa-opening-hours-time {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.82);
	white-space: nowrap;
}

.sa-opening-hours-row--today .sa-opening-hours-day,
.sa-opening-hours-row--today .sa-opening-hours-time {
	color: #ffffff;
	font-weight: 700;
}

.sa-opening-hours-row--today .sa-opening-hours-time {
	color: #93c5fd;
}

@media (max-width: 767px) {
	.sa-opening-hours-panel {
		padding: 24px 20px;
	}

	.sa-opening-hours-row {
		gap: 12px;
		font-size: 14px;
	}
}

/* ------------------------------------------------------------------ */
/* contact_form (Phase 1.5 — contact_premium)                         */
/* ------------------------------------------------------------------ */

section.sa-premium-contact-form {
	background-color: #12151a !important;
}

section.sa-premium-contact-form .elementor-widget-wrap {
	justify-content: center;
}

.sa-contact-form-eyebrow {
	display: block;
	margin: 0 0 12px;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb !important;
	line-height: 1.4;
}

section.sa-premium-contact-form .sa-contact-form-headline .elementor-heading-title,
section.sa-premium-contact-form .elementor-widget-heading .elementor-heading-title {
	text-align: center !important;
	font-size: clamp(26px, 2.4vw, 32px) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em !important;
	margin: 0 0 32px !important;
}

.sa-contact-form-panel {
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
}

.sa-contact-form {
	display: grid;
	gap: 16px;
}

.sa-contact-form-label {
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.82);
}

.sa-contact-form-input,
.sa-contact-form-textarea,
.sa-contact-form-select {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: #1e2230;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5;
	transition: border-color 0.15s ease;
}

.sa-contact-form-select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.72) 50%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.72) 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 36px;
	cursor: pointer;
}

.sa-contact-form-select option {
	color: #0f172a;
}

.sa-contact-form-textarea {
	min-height: 120px;
	resize: vertical;
}

.sa-contact-form-input:focus,
.sa-contact-form-textarea:focus,
.sa-contact-form-select:focus {
	outline: none;
	border-color: #2563eb;
}

.sa-contact-form-field--error .sa-contact-form-input,
.sa-contact-form-field--error .sa-contact-form-textarea,
.sa-contact-form-field--error .sa-contact-form-select {
	border-color: #f87171;
}

.sa-contact-form-error {
	display: block;
	margin-top: 6px;
	min-height: 1.2em;
	font-size: 13px;
	color: #fca5a5;
}

.sa-contact-form-form-error {
	margin: 0;
	font-size: 14px;
	color: #fca5a5;
}

.sa-contact-form-actions {
	margin-top: 4px;
}

.sa-contact-form-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	border: 0;
	border-radius: 999px;
	background: #2563eb;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.sa-contact-form-submit:hover {
	background: #1d4ed8;
}

.sa-contact-form-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

.sa-contact-form-success p {
	margin: 0;
	padding: 20px 24px;
	border-radius: 10px;
	background: rgba(52, 211, 153, 0.12);
	color: #a7f3d0;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

@media (max-width: 767px) {
	.sa-contact-form-submit {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.sa-contact-form-actions {
		text-align: left;
	}
}

/* ------------------------------------------------------------------ */
/* contact_premium — tighter inter-section spacing (~15% reduction)     */
/* Section wrapper only; internal component padding unchanged.        */
/* ------------------------------------------------------------------ */

section.sa-premium-page-hero-contact.elementor-section {
	padding-top: 48px !important;
	padding-bottom: 48px !important;
}

section.sa-premium-contact-information.elementor-section {
	padding-top: 61px !important;
	padding-bottom: 61px !important;
}

section.sa-premium-opening-hours.elementor-section {
	padding-top: 61px !important;
	padding-bottom: 61px !important;
}

section.sa-premium-map-panel.elementor-section {
	padding-top: 48px !important;
	padding-bottom: 61px !important;
}

section.sa-premium-contact-form.elementor-section {
	padding-top: 61px !important;
	padding-bottom: 72px !important;
}

/* ------------------------------------------------------------------ */
/* map_panel (Phase 2 — contact_premium)                              */
/* ------------------------------------------------------------------ */

section.sa-premium-map-panel {
	background-color: #12151a !important;
}

.sa-map-panel-eyebrow {
	display: block;
	margin: 0 0 12px;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb !important;
	line-height: 1.4;
}

.sa-map-panel-intro {
	display: block;
	max-width: 640px;
	margin: 0 auto 28px;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72) !important;
	text-align: center;
}

.sa-map-panel {
	width: 100%;
	max-width: 78%;
	margin: 0 auto;
}

.sa-map-panel-embed {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.02);
}

.sa-map-panel-frame {
	display: block;
	width: 100%;
	height: 400px;
	border: 0;
}

.sa-map-panel-address-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-top: 20px;
	padding: 0 4px;
}

.sa-map-panel-address {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.sa-map-panel-address-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin-top: 2px;
}

.sa-map-panel-address-lines {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
	color: #ffffff;
}

.sa-map-panel-directions {
	flex-shrink: 0;
	align-self: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #93c5fd !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sa-map-panel-directions:hover,
.sa-map-panel-directions:focus-visible {
	color: #dbeafe !important;
	text-decoration: underline;
}

.sa-map-panel-signals {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 28px;
	margin: 32px 0 8px;
	padding: 8px 0;
	list-style: none;
}

.sa-map-panel-signal {
	position: relative;
	padding-left: 26px;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
}

.sa-map-panel-signal::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #2563eb;
	font-size: 15px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.sa-map-panel-frame {
		height: 280px;
	}

	.sa-map-panel-address-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.sa-map-panel-directions {
		align-self: flex-start;
	}

	.sa-map-panel-signals {
		flex-direction: column;
		gap: 10px;
	}
}
