/* Página Serviços — layout conforme mockup CDW */

.page-template-servicos #content.content-area,
.page-template-servicos-php #content.content-area {
	background: #120f17;
}

.srv-page {
	color: #fff;
}

/* Hero + Soft Aurora */
.srv-page .srv-hero,
.page-template-servicos .srv-hero,
.page-template-servicos-php .srv-hero {
	align-items: center;
	background: #120f17;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	margin-top: 0;
	min-height: clamp(520px, 72vh, 680px);
	overflow: hidden;
	padding: clamp(140px, 14vw, 180px) 32px 72px;
	position: relative;
}

.srv-hero__aurora {
	height: 100%;
	inset: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.srv-hero__aurora .soft-aurora-wrap,
.srv-hero__aurora .soft-aurora-container {
	height: 100%;
	min-height: 100%;
	width: 100%;
}

.srv-hero__inner {
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.srv-hero__title {
	color: #fff;
	font-size: clamp(1.875rem, 4.2vw, 3.25rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0 auto 40px;
	max-width: 900px;
}

.srv-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.srv-tab {
	background: #262626;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.2;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.srv-tab:hover {
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.srv-tab.is-active {
	background: #3a3a3a;
	border-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}

/* Conteúdo — todas as seções visíveis */
.srv-body {
	background: #120f17;
	padding: 64px 24px 80px;
}

.srv-body__inner {
	margin: 0 auto;
	max-width: 1200px;
}

.srv-section + .srv-section {
	margin-top: 80px;
	padding-top: 8px;
}

.srv-section {
	scroll-margin-top: 120px;
}

.srv-section__head {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	justify-content: space-between;
	margin-bottom: 32px;
}

.srv-section__title {
	color: #fff;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.srv-section__badge {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: uppercase;
}

.srv-grid {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

@media (min-width: 600px) {
	.srv-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.srv-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Cards */
.srv-produto-card {
	background: #262626;
	border-radius: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 320px;
	padding: 32px;
}

.srv-produto-card__icon {
	align-items: center;
	background: rgba(9, 233, 104, 0.12);
	border-radius: 12px;
	color: #09e968;
	display: flex;
	flex-shrink: 0;
	height: 100px;
	justify-content: center;
	line-height: 0;
	margin-bottom: 32px;
	width: 100px;
}

.srv-produto-card__icon > i,
.srv-produto-card__icon > svg {
	align-items: center;
	color: #09e968 !important;
	display: inline-flex;
	font-size: 48px;
	height: 1em;
	justify-content: center;
	line-height: 1;
	margin: 0;
	width: 1em;
}

.srv-produto-card__icon > i::before {
	display: block;
	line-height: 1;
}

.srv-produto-card__logo {
	display: block;
	height: auto;
	max-height: 40px;
	max-width: 100%;
	width: auto;
}

.srv-produto-card__title-text {
	color: #fff;
	font-size: clamp(1.625rem, 2.6vw, 2.125rem);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.srv-produto-card__brand--text-only .srv-produto-card__title-text {
	font-size: clamp(1.75rem, 2.8vw, 2.25rem);
	line-height: 1.12;
	max-width: 14ch;
}

.srv-produto-card__brand--has-logo .srv-produto-card__title-text {
	font-size: clamp(1.125rem, 1.6vw, 1.375rem);
	line-height: 1.2;
	margin-top: 12px;
	max-width: none;
}

.srv-produto-card__brand {
	margin-bottom: 16px;
}

.srv-produto-card__desc {
	color: rgba(255, 255, 255, 0.65);
	flex: 1;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 24px;
}

.srv-produto-card__btn {
	align-items: center;
	align-self: flex-start;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	margin-top: auto;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.srv-produto-card__btn--static {
	opacity: 0.85;
}

.srv-produto-card__btn:hover,
.srv-produto-card__btn:focus {
	background: rgba(255, 255, 255, 0.08);
	border-color: #fff;
	color: #fff;
}

.srv-empty {
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
}

@media (max-width: 849px) {
	.srv-page .srv-hero,
	.page-template-servicos .srv-hero,
	.page-template-servicos-php .srv-hero {
		margin-top: 0;
		min-height: clamp(480px, 85vh, 620px);
		padding: clamp(120px, 30vw, 160px) 16px 56px;
	}

	.srv-tab {
		font-size: 0.65rem;
		padding: 10px 14px;
	}

	.srv-body {
		padding: 48px 16px 64px;
	}

	.srv-section + .srv-section {
		margin-top: 56px;
	}
}
