:root {
	--mb-orange: #f15a00;
	--mb-orange-dark: #c94700;
	--mb-ink: #17212b;
	--mb-navy: #0d1b2a;
	--mb-muted: #5f6b76;
	--mb-line: #dfe5ea;
	--mb-soft: #f4f7f9;
}

.service-page {
	color: var(--mb-ink);
}

.service-hero {
	position: relative;
	min-height: 390px;
	display: flex;
	align-items: center;
	background-image: var(--service-hero-desktop);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.service-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 20, 31, .95) 0%, rgba(8, 20, 31, .78) 48%, rgba(8, 20, 31, .3) 100%);
}

.service-hero .container {
	position: relative;
	z-index: 1;
	padding-top: 1.75rem !important;
	padding-bottom: 1.75rem !important;
}

.service-eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	color: #ffb27f;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.service-hero h1 {
	max-width: 900px;
	color: #fff;
	font-size: clamp(2.15rem, 3.4vw, 3.15rem);
	line-height: 1.06;
	letter-spacing: -.04em;
	margin-bottom: 1rem !important;
}

.service-hero .lead {
	max-width: 720px;
	color: rgba(255,255,255,.86);
	font-size: 1rem;
	line-height: 1.45;
}

.service-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 12px;
	color: #fff;
	font-size: .88rem;
}

.service-hero__proof span::before {
	content: "\2713";
	margin-right: 8px;
	color: #ff8a42;
	font-weight: 800;
}

.service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px;
}

.service-actions .btn {
	min-width: 205px;
	padding: 12px 20px;
	border-radius: 5px;
	font-weight: 700;
}

.btn-mb-whatsapp {
	background: #1fa463;
	border-color: #1fa463;
	color: #fff;
}

.btn-mb-whatsapp:hover,
.btn-mb-whatsapp:focus {
	background: #17834f;
	border-color: #17834f;
	color: #fff;
}

.btn-mb-email {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.btn-mb-email:hover,
.btn-mb-email:focus {
	background: #fff;
	color: var(--mb-navy);
}

.service-breadcrumb {
	background: #fff;
	border-bottom: 1px solid var(--mb-line);
}

.service-breadcrumb .breadcrumb {
	margin: 0;
	padding: 14px 0;
	background: transparent;
}

.service-section {
	padding: 88px 0;
}

.service-section--soft {
	background: var(--mb-soft);
}

.service-section--dark {
	background: var(--mb-navy);
	color: #fff;
}

.service-section h2 {
	font-size: clamp(2rem, 3.4vw, 3rem);
	line-height: 1.15;
	letter-spacing: -.035em;
}

.service-kicker {
	color: var(--mb-orange);
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.service-copy {
	color: var(--mb-muted);
	font-size: 1.1rem;
	line-height: 1.8;
}

.service-card {
	height: 100%;
	padding: 30px;
	background: #fff;
	border: 1px solid var(--mb-line);
	border-radius: 8px;
	box-shadow: 0 13px 35px rgba(21, 34, 47, .06);
}

.service-card__icon {
	display: grid;
	width: 76px;
	height: 76px;
	place-items: center;
	margin: 0 auto 24px;
	background: rgba(241, 90, 0, .09);
	border: 1px solid rgba(241, 90, 0, .18);
	border-radius: 50%;
	color: var(--mb-orange);
}

.service-card__icon svg {
	display: block;
	width: 48px;
	height: 48px;
	overflow: visible;
}

.service-card h3 {
	font-size: 1.28rem;
	line-height: 1.35;
}

.service-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-checklist li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 30px;
	font-size: 1.02rem;
	line-height: 1.55;
}

.service-checklist li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--mb-orange);
	font-weight: 800;
}

.service-cta {
	padding: 48px;
	background: linear-gradient(120deg, #101e2c, #1e3447);
	border-radius: 10px;
	color: #fff;
	box-shadow: 0 20px 48px rgba(13, 27, 42, .18);
}

.service-cta h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.service-cta p {
	max-width: 720px;
	color: rgba(255,255,255,.78);
}

.service-segments {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.service-segments span {
	padding: 10px 16px;
	background: #fff;
	border: 1px solid var(--mb-line);
	border-radius: 100px;
	font-weight: 600;
}

.service-faq .accordion-item {
	margin-bottom: 12px;
	border: 1px solid var(--mb-line);
	border-radius: 7px;
	overflow: hidden;
}

.service-faq .accordion-button {
	font-weight: 700;
	box-shadow: none;
}

.service-faq .accordion-button:not(.collapsed) {
	background: #fff3eb;
	color: var(--mb-orange-dark);
}

.service-related a {
	display: block;
	height: 100%;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--mb-line);
	border-radius: 7px;
	color: var(--mb-ink);
	font-weight: 700;
}

.service-related a:hover {
	border-color: var(--mb-orange);
	color: var(--mb-orange);
	text-decoration: none;
}

.service-mobile-contact {
	display: none;
}

@media (max-width: 991px) {
	.service-hero { min-height: 390px; }
	.service-section { padding: 68px 0; }
	.service-cta { padding: 36px 28px; }
}

@media (max-width: 767px) {
	.service-hero {
		min-height: 445px;
		background-image: var(--service-hero-mobile, var(--service-hero-desktop));
		background-position: 68% center;
	}
	.service-hero .container {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.service-hero::before { background: rgba(8, 20, 31, .86); }
	.service-hero h1 { font-size: 1.9rem; line-height: 1.08; margin-bottom: .75rem !important; }
	.service-hero .lead { font-size: .96rem; line-height: 1.52; }
	.service-actions { display: grid; }
	.service-hero .service-actions { margin-top: 14px; }
	.service-actions .btn { width: 100%; }
	.service-hero__proof { display: none; }
	.service-section { padding: 54px 0; }
	.service-section .row { --bs-gutter-x: 1.5rem; }
	.service-mobile-contact {
		display: grid;
		grid-template-columns: 1fr 1fr;
		position: fixed;
		z-index: 1035;
		left: 0;
		right: 0;
		bottom: 0;
		box-shadow: 0 -4px 18px rgba(0,0,0,.16);
	}
	.service-mobile-contact a {
		padding: 13px 8px;
		text-align: center;
		font-size: .84rem;
		font-weight: 800;
	}
	.service-mobile-contact__whatsapp { background: #1fa463; color: #fff; }
	.service-mobile-contact__email { background: var(--mb-orange); color: #fff; }
}
