.work-page {
	background: #101315;
	color: #202528;
	font-family: "Raleway", sans-serif;
	letter-spacing: 0;
}

.work-page p,
.work-page a,
.work-page li,
.work-page button {
	letter-spacing: 0;
}

.work-nav {
	background: rgba(16, 19, 21, 0.94);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	left: 0;
	padding: 16px 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20;
}

.work-nav .container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.work-brand {
	align-items: center;
	color: #ffffff;
	display: flex;
	min-width: 0;
}

.work-brand:hover,
.work-brand:focus {
	color: #ffffff;
}

.brand-mark {
	align-items: center;
	background: #ffffff;
	border-radius: 50%;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	margin-right: 12px;
	padding: 3px;
	width: 46px;
}

.brand-mark img {
	display: block;
	height: 100%;
	width: 100%;
}

.brand-copy {
	display: block;
	line-height: 1.1;
	min-width: 0;
}

.brand-copy strong {
	display: block;
	font-family: "Dosis", sans-serif;
	font-size: 22px;
	font-weight: 500;
}

.brand-copy small {
	color: #abb5ba;
	display: block;
	font-size: 11px;
	margin-top: 4px;
	text-transform: uppercase;
}

.work-nav-actions {
	display: flex;
	gap: 8px;
}

.nav-cta {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	padding: 11px 15px;
	text-transform: uppercase;
}

.nav-cta i,
.work-btn i {
	color: currentColor;
}

.nav-cta:hover,
.nav-cta:focus {
	background: #ffffff;
	color: #101315;
}

.nav-cta-whatsapp {
	background: #16a060;
	border-color: #16a060;
}

.work-hero {
	background:
		linear-gradient(115deg, rgba(16, 19, 21, 0.96) 0%, rgba(16, 19, 21, 0.92) 48%, rgba(0, 126, 167, 0.48) 100%),
		url("../images/backgrounds/dark_fish_skin.png");
	min-height: 100vh;
	overflow: hidden;
	padding: 150px 0 86px;
	position: relative;
}

.work-hero:before {
	background: linear-gradient(180deg, #e74c3c 0%, #007ea7 100%);
	content: "";
	height: 320px;
	left: 0;
	position: absolute;
	top: 132px;
	width: 8px;
}

.hero-copy {
	animation: workFadeUp 0.8s ease both;
	max-width: 720px;
	padding-top: 24px;
	position: relative;
	z-index: 2;
}

.hero-kicker,
.section-kicker {
	color: #7fd7f5;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.hero-copy h1 {
	color: #ffffff;
	font-family: "Dosis", sans-serif;
	font-size: 62px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 24px;
	max-width: 760px;
}

.hero-lede {
	color: #d7dedf;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 32px;
	max-width: 620px;
}

.hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
}

.work-btn {
	align-items: center;
	border: 2px solid transparent;
	color: #ffffff;
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	min-height: 52px;
	padding: 15px 22px;
	text-transform: uppercase;
	transition: all 0.25s ease;
}

.work-btn:hover,
.work-btn:focus {
	color: #ffffff;
	transform: translateY(-2px);
}

.work-btn-primary {
	background: #e74c3c;
	box-shadow: 0 18px 35px rgba(231, 76, 60, 0.23);
}

.work-btn-primary:hover,
.work-btn-primary:focus {
	background: #c93628;
}

.work-btn-whatsapp {
	background: #16a060;
	box-shadow: 0 18px 35px rgba(22, 160, 96, 0.2);
}

.work-btn-whatsapp:hover,
.work-btn-whatsapp:focus {
	background: #10804c;
}

.number-strip {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #ffffff;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 12px 14px 12px 18px;
}

.number-strip span {
	color: #aeb8bd;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.number-strip strong {
	font-size: 17px;
	font-weight: 700;
}

.copy-number {
	background: #ffffff;
	border: 0;
	color: #101315;
	height: 34px;
	line-height: 34px;
	padding: 0;
	text-align: center;
	transition: all 0.25s ease;
	width: 38px;
}

.copy-number:hover,
.copy-number:focus {
	background: #7fd7f5;
	color: #101315;
}

.copy-status {
	color: #cfe8ed;
	font-size: 12px;
	min-height: 18px;
	padding-top: 8px;
}

.copy-status-error {
	color: #ffb4aa;
}

.hero-panel {
	animation: workFadeUp 0.8s 0.15s ease both;
	background: #f6f8f8;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
	margin-left: auto;
	max-width: 430px;
	overflow: hidden;
	position: relative;
}

.availability-pulse {
	align-items: center;
	background: #ffffff;
	color: #202528;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 9px;
	left: 22px;
	padding: 10px 13px;
	position: absolute;
	text-transform: uppercase;
	top: 22px;
	z-index: 3;
}

.availability-pulse span {
	animation: pulseDot 1.6s infinite;
	background: #16a060;
	border-radius: 50%;
	height: 9px;
	width: 9px;
}

.hero-visual {
	display: block;
	height: auto;
	width: 100%;
}

.panel-stat-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.panel-stat-grid div {
	background: #ffffff;
	border-top: 1px solid #e2e6e8;
	padding: 22px;
}

.panel-stat-grid div + div {
	border-left: 1px solid #e2e6e8;
}

.panel-stat-grid strong,
.panel-stat-grid span {
	display: block;
}

.panel-stat-grid strong {
	color: #202528;
	font-family: "Dosis", sans-serif;
	font-size: 22px;
	font-weight: 500;
}

.panel-stat-grid span {
	color: #657177;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px;
}

.work-section {
	padding: 74px 0;
}

.work-section-light {
	background: #f3f5f5;
}

.section-heading {
	margin-bottom: 34px;
	max-width: 760px;
}

.section-heading h2 {
	color: #202528;
	font-family: "Dosis", sans-serif;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.service-row {
	display: flex;
	flex-wrap: wrap;
}

.service-row:before,
.service-row:after {
	display: none;
}

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

.work-card {
	background: #ffffff;
	border-top: 4px solid #007ea7;
	margin-bottom: 30px;
	min-height: 278px;
	padding: 34px 30px;
	transition: all 0.25s ease;
	width: 100%;
}

.work-card:hover {
	transform: translateY(-6px);
}

.work-card i {
	background: #101315;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 24px;
	text-align: center;
	width: 42px;
}

.work-card h2 {
	color: #202528;
	font-family: "Dosis", sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0 0 14px;
}

.work-card p {
	color: #566166;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.process-section {
	background: #ffffff;
}

.process-section h2,
.final-cta h2 {
	color: #202528;
	font-family: "Dosis", sans-serif;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.step-list {
	border-left: 2px solid #e3e8ea;
}

.step-item {
	display: flex;
	gap: 22px;
	padding: 0 0 30px 30px;
	position: relative;
}

.step-item:last-child {
	padding-bottom: 0;
}

.step-item:before {
	background: #e74c3c;
	content: "";
	height: 12px;
	left: -7px;
	position: absolute;
	top: 4px;
	width: 12px;
}

.step-item span {
	color: #007ea7;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.step-item p {
	color: #3b4549;
	font-size: 16px;
	line-height: 1.7;
	margin: -3px 0 0;
}

.final-cta {
	background:
		linear-gradient(115deg, rgba(16, 19, 21, 0.95), rgba(16, 19, 21, 0.86)),
		url("../images/initial/bg-01.jpg") center center / cover no-repeat;
	padding: 86px 0;
}

.final-cta-inner {
	max-width: 780px;
}

.final-cta h2 {
	color: #ffffff;
	margin-bottom: 26px;
}

.final-cta .section-kicker {
	margin-bottom: 14px;
}

.work-page footer {
	margin: 0;
}

@keyframes workFadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulseDot {
	0% {
		box-shadow: 0 0 0 0 rgba(22, 160, 96, 0.5);
	}
	70% {
		box-shadow: 0 0 0 9px rgba(22, 160, 96, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(22, 160, 96, 0);
	}
}

@media (max-width: 991px) {
	.work-hero {
		min-height: auto;
		padding: 126px 0 64px;
	}

	.hero-copy {
		padding-top: 0;
	}

	.hero-copy h1 {
		font-size: 52px;
	}

	.hero-panel {
		margin: 34px 0 0;
		max-width: none;
	}

	.work-card {
		margin-bottom: 20px;
		min-height: 0;
	}

	.section-heading h2 {
		font-size: 38px;
	}

	.process-section h2 {
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.work-nav {
		padding: 12px 0;
	}

	.work-nav .container {
		display: block;
	}

	.work-brand {
		margin-bottom: 12px;
	}

	.work-nav-actions {
		width: 100%;
	}

	.nav-cta {
		flex: 1;
		justify-content: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.work-hero {
		padding-top: 152px;
	}

	.work-hero:before {
		height: 210px;
		top: 160px;
		width: 5px;
	}

	.hero-copy h1 {
		font-size: 42px;
		line-height: 1.04;
	}

	.hero-lede {
		font-size: 16px;
	}

	.work-btn {
		width: 100%;
	}

	.number-strip {
		display: flex;
		width: 100%;
	}

	.number-strip strong {
		flex: 1;
		font-size: 15px;
	}

	.panel-stat-grid {
		grid-template-columns: 1fr;
	}

	.panel-stat-grid div + div {
		border-left: 0;
	}

	.work-section {
		padding: 52px 0;
	}

	.process-section h2,
	.section-heading h2,
	.final-cta h2 {
		font-size: 36px;
	}

	.step-list {
		margin-left: 7px;
	}

	.step-item {
		display: block;
		padding-left: 24px;
	}

	.step-item span {
		display: block;
		margin-bottom: 8px;
	}
}

@media (max-width: 420px) {
	.brand-copy strong {
		font-size: 20px;
	}

	.brand-copy small {
		font-size: 10px;
	}

	.hero-copy h1 {
		font-size: 34px;
	}

	.hero-kicker,
	.section-kicker {
		font-size: 11px;
	}

	.work-card {
		padding: 28px 22px;
	}
}
