.sl-company-profile-page {
	background: #f4f7fb;
}

.sl-company-profile-hero {
	position: relative;
	overflow: hidden;
	padding: 90px 0 70px;
	background:
		linear-gradient(135deg, rgba(4, 22, 46, 0.94), rgba(8, 43, 82, 0.9)),
		url("../images/profile-hero.jpg") center/cover no-repeat;
	color: #ffffff;
}

.sl-company-profile-hero::after {
	content: "";
	position: absolute;
	right: -120px;
	bottom: -160px;
	width: 420px;
	height: 420px;
	border-radius: 999px;
	background: rgba(245, 158, 11, 0.18);
}

.sl-company-profile-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
}

.sl-company-profile-hero h1 {
	max-width: 820px;
	margin: 0 auto 18px;
	font-size: clamp(2.2rem, 5vw, 4.5rem);
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.sl-company-profile-hero p {
	max-width: 760px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.08rem;
	line-height: 1.8;
}

.sl-section-kicker {
	margin: 0 0 12px;
	color: #f59e0b;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sl-company-profile-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 30px;
}

.sl-profile-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 40px;
	padding: 2px 10px;
	border-radius: 10px;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.sl-profile-btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.sl-profile-btn-primary {
	background: #ffffff;
	color: #071f3f;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.sl-profile-btn-secondary {
	background: #f59e0b;
	color: #071f3f;
	box-shadow: 0 18px 35px rgba(245, 158, 11, 0.25);
}

.sl-profile-btn-outline {
	border: 1px solid rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.sl-profile-btn-whatsapp {
	background: #25d366;
	color: #062817;
	box-shadow: 0 18px 35px rgba(37, 211, 102, 0.22);
}

.sl-company-profile-viewer-section {
	padding: 70px 0;
}

.sl-profile-viewer-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.sl-profile-viewer-header h2 {
	margin: 0;
	color: #071f3f;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	letter-spacing: -0.03em;
}

.sl-profile-small-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #071f3f;
	font-weight: 800;
	text-decoration: none;
}

.sl-profile-small-link:hover {
	color: #f59e0b;
}

.sl-company-profile-viewer {
	overflow: hidden;
	min-height: 920px;
	padding: 14px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.14);
}

.sl-company-profile-viewer iframe {
	display: block;
	width: 100%;
	height: 920px;
	border: 0;
	border-radius: 18px;
	background: #e5e7eb;
}

.sl-profile-mobile-note {
	display: none;
	margin-top: 22px;
	padding: 20px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.sl-profile-mobile-note p {
	margin: 0 0 16px;
	color: #475569;
	line-height: 1.7;
}

.sl-company-profile-cta {
	padding: 0 0 80px;
}

.sl-company-profile-cta-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;
	padding: 42px;
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(5, 24, 52, 0.96), rgba(7, 43, 88, 0.94)),
		url("../images/profile-cta.jpg") center/cover no-repeat;
	color: #ffffff;
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
}

.sl-company-profile-cta h2 {
	max-width: 760px;
	margin: 0 0 14px;
	color: #ffffff;
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.sl-company-profile-cta p {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.8;
}

.sl-company-profile-cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

.sl-profile-btn-outline-light {
	border: 1px solid rgba(255, 255, 255, 0.42);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 900px) {
	.sl-company-profile-hero {
		padding: 70px 0 54px;
	}

	.sl-profile-viewer-header {
		display: block;
	}

	.sl-profile-small-link {
		margin-top: 14px;
	}

	.sl-company-profile-cta-inner {
		grid-template-columns: 1fr;
		padding: 30px;
	}

	.sl-company-profile-cta-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 700px) {
	.sl-company-profile-hero {
		padding: 58px 0 42px;
	}

	.sl-company-profile-actions,
	.sl-company-profile-cta-actions {
		flex-direction: column;
	}

	.sl-profile-btn {
		width: 100%;
	}

	.sl-company-profile-viewer-section {
		padding: 42px 0;
	}

	.sl-company-profile-viewer {
		min-height: 620px;
		padding: 8px;
		border-radius: 18px;
	}

	.sl-company-profile-viewer iframe {
		height: 620px;
		border-radius: 12px;
	}

	.sl-profile-mobile-note {
		display: block;
	}

	.sl-company-profile-cta {
		padding-bottom: 50px;
	}

	.sl-company-profile-cta-inner {
		border-radius: 22px;
		padding: 24px;
	}
}