/* ================================================================
   Alt5 Home — Design System v3 (Neutral Premium)
   Paleta: 80% neutros + 15% superfícies + 5% azul
   ================================================================ */

:root {
	/* Neutros (fundos) */
	--alt5-black: #080B10;
	--alt5-black-soft: #0B0F14;
	--alt5-surface: #111827;
	--alt5-surface-2: #1A2332;
	--alt5-surface-3: #243044;

	/* Bordas — neutras, sem tinte azul */
	--alt5-line: rgba(255, 255, 255, 0.07);
	--alt5-line-strong: rgba(255, 255, 255, 0.12);

	/* Azul — usado com moderação */
	--alt5-primary: #165578;
	--alt5-primary-strong: #1f6fa5;
	--alt5-primary-soft: #7ab8de;
	--alt5-primary-glow: rgba(22, 85, 120, 0.14);

	/* Cards */
	--alt5-card-bg: #0F172A;
	--alt5-card-border: rgba(255, 255, 255, 0.08);

	/* Texto */
	--alt5-white: #ffffff;
	--alt5-text: #E5E7EB;
	--alt5-text-soft: #9CA3AF;
	--alt5-title: #F9FAFB;

	/* Radii & sombras */
	--alt5-radius-sm: 18px;
	--alt5-radius-md: 24px;
	--alt5-radius-lg: 32px;
	--alt5-shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.28);
	--alt5-shadow-md: 0 16px 40px rgba(0, 0, 0, 0.34);
	--alt5-shadow-lg: 0 28px 60px rgba(0, 0, 0, 0.42);
}

/* ── Body — neutro, sem radial azul ── */
body {
	background: var(--alt5-black-soft);
	color: var(--alt5-text);
}

.main {
	position: relative;
	overflow: clip;
}

.section,
section {
	position: relative;
	padding: clamp(88px, 9vw, 122px) 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--alt5-title);
}

a:hover {
	color: var(--alt5-white);
}

/* ── Tipografia de seções ── */
.section-title {
	padding-bottom: 48px;
}

.section-title h2 {
	margin-bottom: 16px;
	padding-bottom: 0;
	font-size: clamp(2.15rem, 3.2vw, 3.35rem);
	line-height: 1.04;
	letter-spacing: -0.05em;
	font-weight: 800;
}

.section-title h2::before,
.section-title h2::after {
	display: none;
}

.section-title p {
	max-width: 760px;
	margin: 0 auto;
	color: var(--alt5-text-soft);
	font-size: 1.02rem;
	line-height: 1.8;
}

.section-title-centered,
.premium-section-header {
	text-align: center;
}

.premium-section-header {
	max-width: 860px;
	margin: 0 auto 8px;
}

.premium-section-header h2,
.clients-copy h2 {
	text-wrap: balance;
}

/* ── Eyebrow — neutro com leve toque azul ── */
.eyebrow,
.hero-kicker,
.cta-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	color: var(--alt5-primary-soft);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* ================================================================
   HEADER
   ================================================================ */
.header {
	--background-color: rgba(8, 11, 16, 0.2);
	padding: 18px 0;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.header .container-fluid.container-xl {
	padding: 16px 22px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(11, 15, 20, 0.92), rgba(11, 15, 20, 0.72));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		0 18px 50px rgba(0, 0, 0, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.scrolled .header {
	--background-color: rgba(8, 11, 16, 0.82);
}

.scrolled .header .container-fluid.container-xl {
	background: linear-gradient(180deg, rgba(11, 15, 20, 0.97), rgba(11, 15, 20, 0.92));
	border-color: rgba(255, 255, 255, 0.1);
}

.header .logo {
	gap: 0;
}

.header .logo .site-brand-mark {
	height: 46px;
	max-width: 180px;
	filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.28));
}

@media (min-width: 1200px) {
	.navmenu ul {
		gap: 8px;
	}

	.navmenu .nav-cta {
		display: flex;
		align-items: center;
		margin-left: 10px;

	}



	.navmenu a,
	.navmenu a:focus {

		min-height: 40px;
		border-radius: 999px;
		font-size: 11px;
		letter-spacing: 0.1em;
		color: rgba(229, 231, 235, 0.7);
		padding-right: 14px;
	}

	.navmenu a:hover,
	.navmenu .active,
	.navmenu .active:focus {
		color: var(--alt5-white);
		background: rgba(255, 255, 255, 0.08);
	}

	.navmenu .nav-cta a,
	.navmenu .nav-cta a:focus {
		padding: 10px 24px;
		background: linear-gradient(135deg, var(--alt5-primary), var(--alt5-primary-strong));
		color: var(--alt5-white);
		box-shadow: 0 12px 24px rgba(22, 85, 120, 0.28);
		justify-content: center;
		text-align: center;
	}

	.navmenu .nav-cta a:hover {
		background: linear-gradient(135deg, #1b658f, #2594cb);
		transform: translateY(-1px);
	}
}

@media (max-width: 1199px) {
	.mobile-nav-toggle {
		color: var(--alt5-white);
	}

	.navmenu ul {
		border-radius: 20px;
		background: linear-gradient(180deg, rgba(11, 15, 20, 0.98), rgba(17, 24, 39, 0.98));
		border: 1px solid rgba(255, 255, 255, 0.08);
		box-shadow: 0 24px 44px rgba(0, 0, 0, 0.38);
	}

	.navmenu a,
	.navmenu a:focus {
		color: var(--alt5-text);
	}

	.navmenu a:hover,
	.navmenu .active,
	.navmenu .active:focus {
		color: var(--alt5-white);
		background: rgba(255, 255, 255, 0.08);
	}

	.mobile-nav-active .navmenu {
		background: rgba(8, 11, 16, 0.88);
		backdrop-filter: blur(10px);
	}
}

/* ================================================================
   HERO — fundo neutro, azul apenas no topo como sotaque
   ================================================================ */
.hero.section.hero-reimagined {
	padding: 190px 0 122px;
	background:
		radial-gradient(ellipse at 20% 0%, rgba(22, 85, 120, 0.10) 0%, transparent 38%),
		linear-gradient(180deg, #080B10 0%, #0B0F14 55%, #111827 100%);
}

/* Grade sutil de pontos */
.hero-reimagined::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 48px 48px;
	opacity: 0.5;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 90%);
}

/* Fade para próxima seção */
.hero-reimagined::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 180px;
	background: linear-gradient(180deg, transparent 0%, #111827 100%);
}

.hero-reimagined>.container {
	position: relative;
	z-index: 2;
}

/* Orbs — muito mais suaves */
.hero-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(28px);
	opacity: 0.22;
}

.hero-orb-one {
	top: 92px;
	right: 8%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(22, 85, 120, 0.5) 0%, transparent 70%);
}

.hero-orb-two {
	left: -80px;
	bottom: 16px;
	width: 240px;
	height: 240px;
	background: radial-gradient(circle, rgba(22, 85, 120, 0.4) 0%, transparent 70%);
}

.hero-grid {
	align-items: center;
	min-height: clamp(620px, 78vh, 780px);
}

.hero-content {
	max-width: 660px;
	padding-right: 34px;
}

/* Título do hero — gradiente do branco puro ao cinza claro */
.hero-content h1 {
	margin: 24px 0 18px;
	max-width: 10.5ch;
	font-size: clamp(3.2rem, 5.3vw, 5.7rem);
	line-height: 0.94;
	letter-spacing: -0.065em;
	color: var(--alt5-white);
	text-wrap: balance;
	background: linear-gradient(150deg, #ffffff 0%, #E5E7EB 65%, #9CA3AF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-description {
	max-width: 58ch;
	font-size: 1.04rem;
	line-height: 1.86;
	color: var(--alt5-text);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 34px 0;
}

/* ── Botões ── */
.btn-primary-hero,
.btn-secondary-hero,
.about-cta,
.cta-btn,
.php-email-form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 24px;
	border-radius: 16px;
	font-weight: 700;
	transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease;
}

/* Botão primário — azul como único destaque */
.btn-primary-hero,
.about-cta,
.cta-btn,
.php-email-form button[type="submit"] {
	background: linear-gradient(135deg, var(--alt5-primary), var(--alt5-primary-strong));
	color: var(--alt5-white);
	box-shadow: 0 12px 28px rgba(22, 85, 120, 0.32);
}

.btn-primary-hero:hover,
.about-cta:hover,
.cta-btn:hover,
.php-email-form button[type="submit"]:hover {
	color: var(--alt5-white);
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(22, 85, 120, 0.42);
}

/* Botão secundário — outline neutro */
.btn-secondary-hero {
	color: var(--alt5-text);
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
}

.btn-secondary-hero:hover {
	color: var(--alt5-white);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	transform: translateY(-2px);
}

/* ── Metric cards ── */
.hero-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.metric-card {
	padding: 18px 18px 16px;
	border-radius: 22px;
	background: rgba(15, 23, 42, 0.8);
	border: 1px solid var(--alt5-card-border);
	box-shadow: var(--alt5-shadow-sm);
	backdrop-filter: blur(12px);
}

.metric-card small {
	display: block;
	margin-bottom: 8px;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--alt5-text-soft);
}

.metric-card strong {
	display: block;
	margin-bottom: 8px;
	font-size: clamp(1.3rem, 2.5vw, 1.6rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--alt5-white);
	background: linear-gradient(135deg, #ffffff, rgba(229, 231, 235, 0.9));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.metric-card span {
	display: block;
	color: var(--alt5-text-soft);
	font-size: 0.92rem;
	line-height: 1.58;
}

/* ── Hero showcase ── */
.hero-showcase {
	position: relative;
	min-height: 590px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 34px;
	border-radius: var(--alt5-radius-lg);
	background: linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(15, 23, 42, 0.88));
	border: 1px solid var(--alt5-card-border);
	box-shadow: var(--alt5-shadow-lg);
	isolation: isolate;
}

.hero-showcase::before {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: calc(var(--alt5-radius-lg) - 10px);
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 34px 34px;
	border: 1px solid rgba(255, 255, 255, 0.03);
	pointer-events: none;
}

.hero-brand-core {
	position: relative;
	z-index: 2;
	width: 210px;
	height: 210px;
	padding: 28px;
	border-radius: 38px;
	background: linear-gradient(180deg, #f4f7fa 0%, #dbe5ec 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow:
		0 28px 54px rgba(0, 0, 0, 0.36),
		0 0 0 1px rgba(255, 255, 255, 0.1);
}

.hero-brand-core::before,
.hero-brand-core::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	inset: -30px;
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.hero-brand-core::after {
	inset: -58px;
	border-color: rgba(255, 255, 255, 0.04);
}

.hero-brand-logo {
	max-width: 92%;
	max-height: 92%;
	object-fit: contain;
	filter: drop-shadow(0 10px 22px rgba(9, 20, 33, 0.12));
}

/* Floating cards — neutros */
.hero-floating-card {
	position: absolute;
	z-index: 3;
	max-width: 228px;
	padding: 18px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(17, 24, 39, 0.97), rgba(15, 23, 42, 0.92));
	border: 1px solid var(--alt5-card-border);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.hero-floating-card-top {
	top: 26px;
	right: 0;
}

.hero-floating-card-bottom {
	left: 0;
	bottom: 42px;
}

.hero-floating-label {
	display: block;
	margin-bottom: 8px;
	color: var(--alt5-text-soft);
	font-size: 0.74rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hero-floating-card strong,
.hero-floating-card p {
	margin: 0;
	color: var(--alt5-white);
	font-size: 0.92rem;
	line-height: 1.58;
}

.hero-floating-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--alt5-primary-soft), var(--alt5-primary-strong));
	box-shadow: 0 0 0 6px rgba(22, 85, 120, 0.12);
}

/* ================================================================
   SECTION: Software logos — fundo alternado (mais claro)
   ================================================================ */
.software-logos.section {
	padding-top: 10px;
	background: linear-gradient(180deg, #111827 0%, #0D1320 100%);
}

.logos-carousel-shell {
	position: relative;
	padding: 26px 0 4px;
}

.logos-showcase-header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 22px;
	max-width: 980px;
	margin: 0 auto 32px;
	text-align: left;
}

.logos-showcase-header .eyebrow {
	justify-self: start;
	white-space: nowrap;
}

.logos-showcase-copy {
	min-width: 0;
	max-width: 720px;
}

.logos-showcase-copy h2 {
	margin: 0 0 10px;
	font-size: clamp(2rem, 3vw, 3.05rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
	color: var(--alt5-white);
	text-wrap: balance;
}

.logos-showcase-copy p {
	margin: 0;
	max-width: 64ch;
	color: var(--alt5-text-soft);
	font-size: 1rem;
	line-height: 1.8;
}

.logos-swiper {
	padding: 10px 6px 22px;
}

.logos-swiper .swiper-slide {
	height: auto;
}

/* Card de software — neutro com borda sutil */
.software-logo-card {
	position: relative;
	min-height: 258px;
	height: 100%;
	padding: 22px;
	border-radius: 24px;
	background: var(--alt5-card-bg);
	border: 1px solid var(--alt5-card-border);
	box-shadow: var(--alt5-shadow-sm);
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
	overflow: hidden;
}

.software-logo-card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: var(--alt5-shadow-md);
}

/* Glow reduzido 70% */
.software-logo-card__glow {
	position: absolute;
	inset: auto -30px -40px auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(22, 85, 120, 0.08), transparent);
	pointer-events: none;
}

.software-logo-card__top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.software-logo-card__eyebrow {
	color: var(--alt5-text-soft);
	font-size: 0.74rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.software-logo-card__arrow {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--alt5-white);
}

.software-logo-card__brand {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.software-logo-card__media {
	min-height: 96px;
	padding: 18px;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.07);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.software-logo-card__media a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.software-logo-image {
	width: auto;
	height: auto;
	max-width: 138px;
	max-height: 62px;
	display: block;
	object-fit: contain;
}

.software-logo-card__copy h3 {
	margin-bottom: 8px;
	font-size: 1.14rem;
}

.software-logo-card__copy h3 a {
	color: var(--alt5-white);
}

.software-logo-card__copy p {
	margin: 0;
	color: var(--alt5-text-soft);
	font-size: 0.93rem;
	line-height: 1.68;
}

/* ================================================================
   SECTION: Why Alt5 — escuro principal
   ================================================================ */
.why-alt5.section {
	background: linear-gradient(180deg, #0D1320 0%, #0B0F14 100%);
}

.why-alt5-grid .col-lg-3,
.why-alt5 .row>[class*="col-"] {
	display: flex;
}

/* Premium cards — neutros */
.premium-card {
	width: 100%;
	height: 100%;
	padding: 30px 24px;
	border-radius: 24px;
	background: var(--alt5-card-bg);
	border: 1px solid var(--alt5-card-border);
	box-shadow: var(--alt5-shadow-sm);
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.premium-card:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: var(--alt5-shadow-md);
}

.premium-index {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	color: var(--alt5-text-soft);
	font-size: 0.84rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 700;
}

.premium-icon {
	width: 58px;
	height: 58px;
	margin-bottom: 18px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: rgba(22, 85, 120, 0.16);
	color: var(--alt5-primary-soft);
	font-size: 1.26rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.premium-card h3,
.premium-card__content h3 {
	margin-bottom: 10px;
	color: var(--alt5-white);
	font-size: 1.08rem;
	line-height: 1.38;
}

.premium-card p,
.premium-card__content p {
	margin: 0;
	color: var(--alt5-text-soft);
	font-size: 0.95rem;
	line-height: 1.74;
}

/* ================================================================
   SECTION: About — alternado (mais claro)
   ================================================================ */
.about-reimagined.section {
	background: linear-gradient(180deg, #0B0F14 0%, #111827 100%);
}

.about-stack h2 {
	margin: 16px 0 16px;
	max-width: 12ch;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.06;
	letter-spacing: -0.045em;
}

.lead-text,
.about-stack>p {
	color: var(--alt5-text);
	line-height: 1.82;
	font-size: 1rem;
}

.about-feature-list {
	display: grid;
	gap: 14px;
	margin: 28px 0;
}

.about-feature-item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 54px;
	padding: 0 2px;
}

.about-feature-item i {
	color: var(--alt5-primary-soft);
	font-size: 1.14rem;
}

.about-feature-item span {
	color: var(--alt5-text);
}

.about-visual-grid {
	display: grid;
	grid-template-columns: 1.18fr 0.9fr;
	gap: 16px;
}

.about-photo {
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid var(--alt5-card-border);
	box-shadow: var(--alt5-shadow-sm);
}

.about-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-photo-large {
	grid-row: span 2;
	min-height: 468px;
}

.about-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.stat-chip {
	padding: 18px 16px;
	border-radius: 18px;
	background: var(--alt5-card-bg);
	border: 1px solid var(--alt5-card-border);
	text-align: center;
	box-shadow: var(--alt5-shadow-sm);
}

.stat-chip small {
	display: block;
	margin-bottom: 6px;
	color: var(--alt5-text-soft);
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.stat-chip strong {
	display: block;
	margin-bottom: 5px;
	color: var(--alt5-white);
	font-size: 1.24rem;
	background: linear-gradient(135deg, #ffffff, rgba(229, 231, 235, 0.88));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.stat-chip span {
	display: block;
	color: var(--alt5-text-soft);
	font-size: 0.9rem;
	line-height: 1.48;
}

/* ================================================================
   SECTION: Products — escuro principal
   ================================================================ */
.products-showcase.section {
	background: linear-gradient(180deg, #111827 0%, #0B0F14 100%);
}

.products-showcase .row>[class*="col-"] {
	display: flex;
}

/* Cards de produto — neutros */
.products-showcase .service-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px;
	border-radius: 26px;
	background: var(--alt5-card-bg);
	border: 1px solid var(--alt5-card-border);
	box-shadow: var(--alt5-shadow-sm);
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.products-showcase .service-item:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: var(--alt5-shadow-md);
}

/* Card destaque — azul tenue, não dominante */
.featured-product {
	background: linear-gradient(145deg, #0F172A 0%, #132034 50%, #163048 100%) !important;
	border-color: rgba(22, 85, 120, 0.3) !important;
	box-shadow: 0 28px 54px rgba(0, 0, 0, 0.38) !important;
}

/* Glow reduzido 70% */
.product-glow {
	position: absolute;
	top: -32px;
	right: -28px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(22, 85, 120, 0.08), transparent);
	pointer-events: none;
}

.product-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
}

.product-icon {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: rgba(22, 85, 120, 0.14);
	color: var(--alt5-primary-soft);
	font-size: 1.24rem;
}

.featured-product .product-icon {
	background: rgba(255, 255, 255, 0.1);
	color: var(--alt5-white);
}

.product-tag {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: var(--alt5-text-soft);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.featured-product .product-tag {
	color: #dff4ff;
	background: rgba(255, 255, 255, 0.1);
}

.product-body {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.product-body .title {
	margin-bottom: 10px;
}

.product-body .title a {
	color: var(--alt5-white);
	font-size: 1.24rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.product-body .description {
	margin-bottom: 20px;
	color: var(--alt5-text);
	font-size: 0.95rem;
	line-height: 1.74;
}

.featured-product .description {
	color: rgba(229, 231, 235, 0.82);
}

.product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

.product-actions .btn {
	min-height: 46px;
	padding: 0 18px;
	border-radius: 14px;
	font-weight: 700;
	border-width: 1px;
}

.products-showcase .btn-primary {
	background: linear-gradient(135deg, var(--alt5-primary), var(--alt5-primary-strong));
	border-color: transparent;
	color: var(--alt5-white);
	box-shadow: 0 10px 22px rgba(22, 85, 120, 0.28);
}

.products-showcase .btn-outline-primary {
	color: var(--alt5-text);
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
}

.products-showcase .btn-outline-primary:hover,
.products-showcase .btn-primary:hover {
	color: var(--alt5-white);
	border-color: rgba(255, 255, 255, 0.2);
}

/* ================================================================
   SECTION: Clients Showcase — alternado claro
   ================================================================ */
.clients-showcase.section {
	background: linear-gradient(180deg, #0B0F14 0%, #0E1520 100%);
}

.clients-showcase-shell {
	padding: clamp(30px, 4vw, 48px);
	border-radius: 32px;
	background: var(--alt5-card-bg);
	border: 1px solid var(--alt5-card-border);
	box-shadow: var(--alt5-shadow-md);
}

.clients-showcase-copy {
	max-width: 820px;
	margin: 0 auto 34px;
	text-align: center;
}

.clients-showcase-copy h2 {
	margin: 16px 0 14px;
	font-size: clamp(2rem, 3vw, 3.1rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.clients-showcase-copy p {
	margin: 0;
	color: var(--alt5-text-soft);
	line-height: 1.78;
}

/* Marquee de parceiros */
.partners-marquee-shell {
	position: relative;
	overflow: hidden;
	padding: 8px 0;
}

.partners-marquee-shell::before,
.partners-marquee-shell::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: clamp(48px, 8vw, 112px);
	z-index: 2;
	pointer-events: none;
}

.partners-marquee-shell::before {
	left: 0;
	background: linear-gradient(90deg, var(--alt5-card-bg) 0%, transparent 100%);
}

.partners-marquee-shell::after {
	right: 0;
	background: linear-gradient(270deg, var(--alt5-card-bg) 0%, transparent 100%);
}

.partners-marquee-track {
	display: flex;
	align-items: center;
	width: max-content;
	animation: partners-marquee 34s linear infinite;
	will-change: transform;
}

.partners-marquee-group {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 0 0 auto;
	padding-right: 18px;
}

.partners-marquee-shell:hover .partners-marquee-track {
	animation-play-state: paused;
}

.partner-logo-pill {
	flex: 0 0 auto;
	width: clamp(182px, 18vw, 230px);
}

.partner-logo-pill__media {
	min-height: 108px;
	padding: 10px 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	transition: transform 0.24s ease, opacity 0.24s ease;
}

.partner-logo-pill:hover .partner-logo-pill__media {
	transform: scale(1.05);
	opacity: 1;
}

.partner-logo-pill__image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 72px;
	object-fit: contain;
	opacity: 0.8;
	transition: transform 0.24s ease, opacity 0.24s ease;
}

.partner-logo-pill:hover .partner-logo-pill__image {
	transform: scale(1.05);
	opacity: 1;
}

.partners-empty-state {
	padding: 22px;
	border-radius: 22px;
	background: var(--alt5-card-bg);
	border: 1px solid var(--alt5-card-border);
	text-align: center;
}

.partners-empty-state span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--alt5-text-soft);
	font-weight: 600;
}

.clients-showcase-footnote {
	margin-top: 24px;
	text-align: center;
}

.clients-showcase-footnote span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--alt5-text-soft);
	font-size: 0.9rem;
	font-weight: 600;
}

@keyframes partners-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

/* ================================================================
   SECTION: Clients Reimagined — escuro com variação
   ================================================================ */
.clients-reimagined.section {
	background: linear-gradient(180deg, #0E1520 0%, #111827 100%);
}

.clients-layout {
	align-items: center;
}

.clients-copy {
	max-width: 760px;
	margin: 0 auto;
}

.clients-copy h2 {
	margin: 16px 0 14px;
	font-size: clamp(2rem, 3vw, 2.9rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.clients-copy p {
	color: var(--alt5-text-soft);
	line-height: 1.82;
}

.client-logo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.client-logo-card {
	min-height: 138px;
	padding: 22px;
	border-radius: 22px;
	background: var(--alt5-card-bg);
	border: 1px solid var(--alt5-card-border);
	box-shadow: var(--alt5-shadow-sm);
	transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.client-logo-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: var(--alt5-shadow-md);
}

.client-logo-card span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	margin-bottom: 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--alt5-text-soft);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.client-logo-card strong {
	display: block;
	color: var(--alt5-white);
	font-size: 1rem;
	line-height: 1.56;
}

/* ================================================================
   SECTION: CTA — superfície diferenciada
   ================================================================ */
.call-to-action-reimagined.section {
	background: linear-gradient(180deg, #111827 0%, #0D1525 100%);
	padding-top: 58px;
	padding-bottom: 100px;
}

.cta-shell {
	padding: 60px 34px;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
	backdrop-filter: blur(8px);
}

.cta-shell h3 {
	max-width: 16ch;
	margin: 18px auto 18px;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.06;
	letter-spacing: -0.045em;
	color: var(--alt5-white);
	text-wrap: balance;
}

.cta-shell p {
	max-width: 680px;
	margin: 0 auto 26px;
	color: var(--alt5-text);
	line-height: 1.8;
}

/* ================================================================
   SECTION: Contact — escuro com variação
   ================================================================ */
.contact-reimagined.section {
	background: linear-gradient(180deg, #0D1525 0%, #0B0F14 100%);
}

.contact-reimagined .row>[class*="col-"] {
	display: flex;
}

.contact-reimagined .info-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	padding: 32px;
	border-radius: 30px;
	background: var(--alt5-card-bg);
	border: 1px solid var(--alt5-card-border);
	box-shadow: var(--alt5-shadow-md);
}

.contact-panel-header,
.contact-form-header {
	margin-bottom: 28px;
}

.contact-panel-header h3,
.contact-form-header h3 {
	margin: 16px 0 10px;
	max-width: 14ch;
	font-size: clamp(1.7rem, 2.5vw, 2.2rem);
	line-height: 1.08;
	text-wrap: balance;
}

.contact-panel-header p,
.contact-form-header p {
	margin: 0;
	color: var(--alt5-text-soft);
	line-height: 1.76;
}

.contact-reimagined .info-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-reimagined .info-item:first-of-type {
	padding-top: 0;
	border-top: 0;
}

.contact-reimagined .info-item:last-of-type {
	padding-bottom: 0;
}

.contact-reimagined .info-item i {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--alt5-primary-soft);
	font-size: 1.16rem;
}

.contact-reimagined .info-item h3 {
	margin: 0 0 4px;
	font-size: 1rem;
	color: var(--alt5-white);
}

.contact-reimagined .info-item p {
	margin: 0;
	color: var(--alt5-text-soft);
}

.contact-reimagined iframe {
	margin-top: auto;
	min-height: 270px;
	border-radius: 18px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

/* Painel de showcase do contato */
.contact-showcase {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	min-height: 100%;
	padding: 32px;
	border-radius: 34px;
	background: linear-gradient(180deg, #111827 0%, #0F172A 100%);
	border: 1px solid var(--alt5-card-border);
	box-shadow: var(--alt5-shadow-md);
}

.contact-showcase-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.contact-highlight-card {
	min-height: 100%;
	padding: 22px 20px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--alt5-card-border);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	transition: transform 0.26s ease, border-color 0.26s ease, background 0.26s ease;
}

.contact-highlight-card:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.07);
}

.contact-highlight-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--alt5-primary-soft);
	font-size: 1.2rem;
}

.contact-highlight-card strong {
	display: block;
	margin-bottom: 10px;
	color: var(--alt5-white);
	font-size: 1rem;
}

.contact-highlight-card p {
	margin: 0;
	color: var(--alt5-text);
	line-height: 1.7;
}

.contact-cta-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 26px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-cta-copy {
	max-width: 520px;
}

.contact-cta-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	margin-bottom: 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: var(--alt5-text-soft);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-cta-panel h4 {
	margin: 0 0 10px;
	color: var(--alt5-white);
	font-size: clamp(1.15rem, 1.9vw, 1.45rem);
	line-height: 1.35;
}

.contact-cta-panel p {
	margin: 0;
	color: var(--alt5-text);
	line-height: 1.75;
}

.contact-cta-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 220px;
}

.contact-cta-actions .btn-primary-hero,
.contact-cta-actions .btn-secondary-hero {
	justify-content: center;
	text-align: center;
}

/* ================================================================
   SEPARADORES de seção — sutis e neutros
   ================================================================ */
.hero.section.hero-reimagined,
.software-logos.section,
.why-alt5.section,
.about-reimagined.section,
.products-showcase.section,
.clients-showcase.section,
.clients-reimagined.section,
.call-to-action-reimagined.section,
.contact-reimagined.section {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* ================================================================
   FOOTER
   ================================================================ */
.index-page .footer {
	background: linear-gradient(180deg, #0B0F14 0%, #080B10 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.index-page .footer .footer-top {
	border-top: none;
	padding-top: 68px;
	padding-bottom: 48px;
}

.index-page .footer .footer-about .logo img {
	max-height: 48px;
	filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.3));
}

.index-page .footer .footer-about p {
	margin-top: 18px;
	color: var(--alt5-text-soft);
	font-size: 0.92rem;
	line-height: 1.76;
	max-width: 38ch;
}

.index-page .footer .footer-contact p {
	color: var(--alt5-text-soft);
	font-size: 0.9rem;
}

.index-page .footer .footer-contact strong {
	color: var(--alt5-text);
}

.index-page .footer .footer-contact span {
	color: var(--alt5-text);
}

.index-page .footer h4 {
	color: var(--alt5-white);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.index-page .footer .footer-links ul li {
	padding: 8px 0;
	border-top: 0;
}

.index-page .footer .footer-links ul a {
	color: var(--alt5-text-soft);
	font-size: 0.92rem;
	transition: color 0.22s ease;
}

.index-page .footer .footer-links ul a:hover {
	color: var(--alt5-white);
	padding-left: 4px;
	transition: color 0.22s ease, padding-left 0.22s ease;
}

.index-page .footer .social-links a {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
	color: var(--alt5-text-soft);
	border-radius: 12px;
	transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.index-page .footer .social-links a:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.18);
	color: var(--alt5-white);
}

.index-page .footer .copyright {
	padding: 28px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.index-page .footer .copyright p {
	color: rgba(156, 163, 175, 0.6);
	font-size: 0.88rem;
}

.index-page .footer .copyright .sitename {
	color: var(--alt5-text-soft);
}

.index-page .footer .credits {
	color: rgba(156, 163, 175, 0.4);
	font-size: 0.82rem;
}

.index-page .footer .credits a {
	color: rgba(156, 163, 175, 0.55);
	transition: color 0.22s ease;
}

.index-page .footer .credits a:hover {
	color: var(--alt5-text-soft);
}

/* ================================================================
   SCROLL TOP
   ================================================================ */
.scroll-top {
	background: linear-gradient(135deg, var(--alt5-primary), var(--alt5-primary-strong)) !important;
	border-radius: 14px !important;
	box-shadow: 0 8px 20px rgba(22, 85, 120, 0.3) !important;
	transition: transform 0.24s ease, box-shadow 0.24s ease !important;
}

.scroll-top:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 12px 26px rgba(22, 85, 120, 0.38) !important;
}

/* ================================================================
   NAVMENU — active indicator neutro
   ================================================================ */
@media (min-width: 1200px) {

	.navmenu .active,
	.navmenu .active:focus {
		background: rgba(255, 255, 255, 0.08) !important;
		border-radius: 999px;
		color: var(--alt5-white) !important;
	}
}

/* ================================================================
   ANIMAÇÕES — reduzidas e refinadas
   ================================================================ */

/* Ring pulse — mais suave */
@keyframes ring-pulse {

	0%,
	100% {
		opacity: 0.14;
		transform: scale(1);
	}

	50% {
		opacity: 0.24;
		transform: scale(1.03);
	}
}

.hero-brand-core::before {
	animation: ring-pulse 5s ease-in-out infinite;
}

.hero-brand-core::after {
	animation: ring-pulse 5s ease-in-out infinite 1.5s;
}

/* Glow nos cards no hover */
.software-logo-card:hover .software-logo-card__glow {
	opacity: 0.8;
	width: 160px;
	height: 160px;
	transition: opacity 0.4s ease, width 0.4s ease, height 0.4s ease;
}

.software-logo-card .software-logo-card__glow {
	opacity: 0.3;
	transition: opacity 0.4s ease, width 0.4s ease, height 0.4s ease;
}

/* Arrow no hover dos cards */
.software-logo-card:hover .software-logo-card__arrow {
	background: linear-gradient(135deg, var(--alt5-primary), var(--alt5-primary-strong));
	color: var(--alt5-white);
	transition: background 0.28s ease, color 0.28s ease;
}

/* Featured product — shimmer neutro */
@keyframes border-shimmer {

	0%,
	100% {
		border-color: rgba(22, 85, 120, 0.28);
	}

	50% {
		border-color: rgba(22, 85, 120, 0.46);
	}
}

.featured-product {
	animation: border-shimmer 4s ease-in-out infinite;
}

/* CTA button — sem pulse exagerado, apenas sombra suave */
.btn-primary-hero {
	box-shadow: 0 12px 28px rgba(22, 85, 120, 0.32);
}

/* Icon hover nos cards de features */
.premium-card:hover .premium-icon {
	background: rgba(22, 85, 120, 0.26);
	box-shadow: 0 0 18px rgba(22, 85, 120, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	transition: background 0.28s ease, box-shadow 0.28s ease;
}

/* Floating cards — animação sutil */
@keyframes float-card {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}
}

.hero-floating-card-top {
	animation: float-card 6s ease-in-out infinite;
}

.hero-floating-card-bottom {
	animation: float-card 6s ease-in-out infinite 1.6s;
}

@media (max-width: 991px) {

	.hero-floating-card-top,
	.hero-floating-card-bottom {
		animation: none;
	}
}

/* ================================================================
   MISC — ícone de fogo no produto
   ================================================================ */
.service-item .product-icon .bi-fire {
	color: #ff7043;
}

/* About — bottom bar */
.about-bottom-bar {
	padding-top: 6px;
}

/* ================================================================
   RESPONSIVO
   ================================================================ */
@media (max-width: 1199px) {
	.hero-content {
		padding-right: 0;
	}

	.hero-content h1 {
		max-width: 100%;
	}
}

@media (max-width: 991px) {

	.section,
	section {
		padding: 82px 0;
	}

	.hero.section.hero-reimagined {
		padding: 154px 0 96px;
	}

	.hero-grid {
		min-height: auto;
	}

	.hero-showcase {
		min-height: auto;
		margin-top: 10px;
	}

	.hero-floating-card {
		position: static;
		max-width: 100%;
		margin-top: 14px;
	}

	.hero-metrics,
	.about-stats {
		grid-template-columns: 1fr;
	}

	.about-visual-grid {
		grid-template-columns: 1fr;
	}

	.about-photo-large {
		grid-row: auto;
		min-height: 320px;
	}

	.clients-showcase-shell,
	.contact-showcase,
	.contact-reimagined .info-wrap {
		border-radius: 26px;
	}

	.client-logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {

	.section,
	section {
		padding: 72px 0;
	}

	.header {
		padding: 14px 0;
	}

	.header .container-fluid.container-xl {
		padding: 12px 16px;
		border-radius: 18px;
	}

	.header .logo .site-brand-mark {
		height: 38px;
		max-width: 140px;
	}

	.hero.section.hero-reimagined {
		padding: 136px 0 78px;
	}

	.hero-content h1,
	.section-title h2,
	.logos-showcase-copy h2,
	.clients-showcase-copy h2,
	.about-stack h2,
	.clients-copy h2,
	.cta-shell h3 {
		font-size: 2.1rem;
	}

	.logos-showcase-header {
		grid-template-columns: 1fr;
		gap: 16px;
		text-align: center;
	}

	.logos-showcase-header .eyebrow {
		justify-self: center;
		white-space: normal;
	}

	.logos-showcase-copy {
		max-width: 100%;
		margin: 0 auto;
	}

	.logos-showcase-copy p {
		max-width: 100%;
	}

	.hero-actions,
	.product-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.btn-primary-hero,
	.btn-secondary-hero,
	.product-actions .btn,
	.cta-btn {
		width: 100%;
	}

	.hero-brand-core {
		width: 168px;
		height: 168px;
		border-radius: 30px;
		padding: 24px;
	}

	.client-logo-grid,
	.contact-showcase-grid {
		grid-template-columns: 1fr;
	}

	.contact-cta-panel {
		flex-direction: column;
		align-items: flex-start;
	}

	.contact-cta-actions {
		width: 100%;
		min-width: 0;
	}

	.partners-marquee-shell::before,
	.partners-marquee-shell::after {
		width: 40px;
	}

	.partners-marquee-group {
		gap: 14px;
		padding-right: 14px;
	}

	.partner-logo-pill {
		width: 164px;
	}

	.partner-logo-pill__media {
		min-height: 84px;
		padding: 8px 14px;
	}

	.partner-logo-pill__image {
		max-height: 56px;
	}

	.products-showcase .service-item,
	.premium-card,
	.software-logo-card,
	.hero-showcase,
	.cta-shell,
	.contact-showcase,
	.contact-reimagined .info-wrap {
		border-radius: 22px;
	}
}

@media (max-width: 575px) {
	.section-title {
		padding-bottom: 40px;
	}

	.hero-content h1 {
		font-size: 1.94rem;
	}

	.hero-description,
	.section-title p,
	.logos-showcase-copy p,
	.clients-showcase-copy p,
	.clients-copy p,
	.contact-panel-header p,
	.contact-form-header p {
		font-size: 0.95rem;
	}

	.logos-swiper {
		padding-left: 0;
		padding-right: 0;
	}

	.partner-logo-pill {
		width: 146px;
	}

	.partner-logo-pill__media {
		min-height: 72px;
		padding: 6px 12px;
	}

	.partner-logo-pill__image {
		max-height: 44px;
	}

	.contact-reimagined .info-wrap,
	.contact-showcase {
		padding: 24px;
	}
}
