.s1-fade {
	opacity: 0;
}

.service-hero {
	position: relative;
	background: linear-gradient(rgba(10, 16, 32, 0.82), rgba(10, 16, 32, 0.92)),
		url('../img/service-fundo-1.gif') center/cover no-repeat;
	min-height: 620px;
	display: flex;
	align-items: center;
	padding: 10px 0 20px;
	color: #fff;
	text-align: center;
}

.service-hero.hero-s1 {
	background-image: linear-gradient(rgba(10, 16, 32, 0.82), rgba(10, 16, 32, 0.92)),
		url('../img/service-fundo-1.gif');
}

.service-hero.hero-s2 {
	background-image: linear-gradient(rgba(10, 16, 32, 0.82), rgba(10, 16, 32, 0.92)),
		url('../img/service-fundo-2.gif');
}

.service-hero.hero-s3 {
	background-image: linear-gradient(rgba(10, 16, 32, 0.82), rgba(10, 16, 32, 0.92)),
		url('../img/service-fundo-3.gif');
}

.service-hero.hero-s4 {
	background-image: linear-gradient(rgba(10, 16, 32, 0.82), rgba(10, 16, 32, 0.92)),
		url('../img/service-fundo-4.gif');
}

.service-hero.hero-s5 {
	background-image: linear-gradient(rgba(10, 16, 32, 0.82), rgba(10, 16, 32, 0.92)),
		url('../img/service-fundo-5.gif');
}

.service-hero-content {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service-hero h1 {
	font-size: 54px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.service-hero p {
	font-size: 18px;
	opacity: 0.85;
	line-height: 1.7;
}

@media(max-width:768px) {
	.service-hero {
		min-height: 350px;
		padding: 60px 0 30px;
	}

	.service-hero h1 {
		font-size: 34px;
	}
}

.service-intro-section {
	padding: 60px 0;
	background: #fff;
}

.service-intro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
}

.service-intro-question {
	font-size: 31px;
	font-weight: 800;
	color: #ff6600;
	line-height: 1.2;

}


.service-intro-divider {
	width: 270px;
	height: 4px;
	background: #ff6600;
	border-radius: 2px;
	margin: 0 0 10px;
}

.service-intro-right p {
	font-size: 18px;
	color: #64748b;
	line-height: 1.8;
	margin-bottom: 18px;
    text-align: justify;
}

.service-highlight-list {
	list-style: none;
	padding: 0;
	margin-top: 4px;
}

.service-highlight-list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 10px 0;
	border-bottom: 1px solid #e2e8f0;
	font-size: 16px;
	color: #0f172a;
    text-align: justify;
}

.service-highlight-list li:last-child {
	border-bottom: none;
}

.service-highlight-list li i {
	color: #ff6600;
	margin-top: 6px;
	flex-shrink: 0;
}

@media(max-width:900px) {
	.service-intro-section {
		padding: 40px 0 30px;
	}

	.service-intro-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.service-intro-question {
		font-size: 26px;
	}
}

.service-portfolio-section {
	padding: 90px 0 100px;
	background: #f8fafc;
}

.service-portfolio-section .projects-header {
	margin-bottom: 50px;
}

.service-features-section {
	padding: 100px 0;
	background: #fff;
}
.projects-services-header {
    text-align: center;
}
.service-features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
}

.section-sub {
	font-size: 20px;
	color: #64748b;
	margin-bottom: 36px;
	line-height: 1.5;
    text-align: justify;
}

.service-char-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.service-char-card {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	padding: 26px 22px;
	transition: box-shadow 0.3s, transform 0.3s;
}

.service-char-card:hover {
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
	transform: translateY(-4px);
}

.service-char-icon {
	width: 48px;
	height: 48px;
	background: rgba(255, 102, 0, 0.1);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #ff6600;
	margin-bottom: 14px;
}
.service-main-title{
    font-size: 38px;
    font-weight: 800;
    margin-bottom: -6px;
}
.service-char-card h4 {
	font-size: 15px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 7px;
}

.service-char-card p {
	font-size: 13px;
	color: #64748b;
	line-height: 1.6;
}

.service-form-side .quote-form-card {
	position: static;
	max-width: 100%;
	width: 100%;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
	margin: 0;
	border: none;
}

@media(max-width:900px) {
	.service-features-grid {
		grid-template-columns: 1fr;
	}
}

@media(max-width:600px) {
	.service-char-cards {
		grid-template-columns: 1fr;
	}
}

/* == VISUAL 3-COLUMN SECTION == */
.service-visual-section {
	padding: 0 0 100px;
	background: #fff;
}

.service-visual-inner {
	background: #0f172a;
	border-radius: 28px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1.2fr 1fr;
	min-height: 520px;
}

.service-visual-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.service-visual-text {
	padding: 64px 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-visual-text .label {
	display: inline-block;
	color: #ff6600;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.service-visual-text h2 {
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
}

.service-visual-text h2 span {
	color: #ff6600;
}

.service-visual-text p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.8;
	margin-bottom: 16px;
}

.service-visual-text .btn-vis {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #ff6600;
	color: #fff;
	padding: 14px 28px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	margin-top: 10px;
	transition: background 0.3s, transform 0.3s;
	width: fit-content;
}

.service-visual-text .btn-vis:hover {
	background: #e65c00;
	transform: translateY(-2px);
}

@media(max-width:900px) {
	.service-visual-inner {
		grid-template-columns: 1fr;
		border-radius: 20px;
	}

	.service-visual-img {
		height: 260px;
	}

	.service-visual-text {
		padding: 40px 28px;
	}
}

.service-faq-section {
	padding: 100px 0;
	background: #f8fafc;
}