/* Hero */
.rd-hero {
	isolation: isolate;
	overflow: hidden;
	background: var(--rd-white);
}

.rd-hero__background-word {
	position: absolute;
	top: clamp(46px, 4.5vw, 68px);
	left: -0.04em;
	z-index: 0;
	display: block;
	color: rgba(0, 55, 251, 0.055);
	font-size: clamp(128px, 18vw, 260px);
	font-weight: 700;
	line-height: 0.82;
	letter-spacing: -0.075em;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
}

.rd-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.97fr) minmax(0, 1.03fr);
	align-items: start;
	gap: clamp(42px, 5vw, 76px);
	padding-block: clamp(78px, 7vw, 96px) 58px;
}

.rd-hero__content {
	min-width: 0;
}

.rd-hero__title {
	max-width: 680px;
	margin: 0;
	color: var(--rd-text);
	font-size: clamp(50px, 4.1vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.rd-hero__title span {
	color: var(--rd-blue);
}

.rd-hero__body {
	max-width: 650px;
	margin: 26px 0 0;
	color: var(--rd-text-muted);
	font-size: clamp(18px, 1.35vw, 19px);
	font-weight: 400;
	line-height: 1.6;
}

.rd-hero .rd-actions {
	gap: 14px;
	margin-top: 32px;
}

.rd-hero__aside {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: stretch;
}

.rd-hero__clutch {
	display: flex;
	width: min(100%, 280px);
	min-width: 0;
	min-height: 54px;
	align-items: center;
	margin-top: 20px;
}

.rd-hero__clutch-line {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	color: var(--rd-text-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
}

.rd-hero__clutch-line strong {
	color: var(--rd-text);
	font-weight: 700;
}

.rd-hero__clutch-stars {
	color: #ef3525;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 1.2px;
}

a.rd-hero__clutch-line:hover {
	color: var(--rd-blue);
}

a.rd-hero__clutch-line:focus-visible {
	outline: 3px solid rgba(0, 55, 251, 0.34);
	outline-offset: 4px;
}

.rd-hero__clutch-embed {
	width: 280px;
	max-width: 100%;
	overflow: hidden;
}

.rd-hero__clutch-embed > * {
	max-width: 100%;
}

.rd-hero__clutch-embed .clutch-widget {
	width: 100%;
}

.rd-hero__clutch-empty {
	display: flex;
	width: min(100%, 280px);
	min-height: 52px;
	align-items: center;
	padding: 8px 10px;
	border: 1px dashed #aac3ff;
	border-radius: var(--rd-radius-small);
	background: var(--rd-blue-light);
	color: var(--rd-text-muted);
	font-size: 12px;
	line-height: 1.35;
	text-align: center;
}

.rd-hero-visual {
	position: relative;
	isolation: isolate;
	min-width: 0;
	min-height: 570px;
	margin: 0;
	overflow: hidden;
	border: 1px solid #e3edf8;
	border-radius: var(--rd-radius);
	background: var(--rd-blue-light);
}

.rd-hero-visual::before,
.rd-hero-visual::after {
	position: absolute;
	z-index: -1;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 55, 251, 0.13);
	content: "";
}

.rd-hero-visual::before {
	top: 11%;
	right: 9%;
	box-shadow: -74px 34px 0 rgba(0, 55, 251, 0.08), -122px -24px 0 rgba(0, 55, 251, 0.08);
}

.rd-hero-visual::after {
	bottom: 12%;
	left: 9%;
	box-shadow: 84px -20px 0 rgba(0, 55, 251, 0.08), 142px 18px 0 rgba(0, 55, 251, 0.1);
}

.rd-hero-visual__map {
	position: absolute;
	top: 8%;
	left: -5%;
	width: 73%;
	height: 84%;
}

.rd-hero-visual__guides path {
	stroke: #d9e7f7;
	stroke-width: 1;
}

.rd-hero-visual__poland {
	stroke: #8cafff;
	stroke-width: 1.6;
	stroke-linejoin: round;
}

.rd-hero-visual__nodes circle {
	fill: #6a92ff;
	stroke: var(--rd-white);
	stroke-width: 3;
}

.rd-hero-visual__focus circle {
	fill: none;
	stroke: rgba(0, 55, 251, 0.2);
	stroke-width: 1.5;
}

.rd-hero-visual__focus .rd-hero-visual__focus-dot {
	fill: var(--rd-blue);
	stroke: var(--rd-white);
	stroke-width: 4;
}

.rd-hero-visual__connection {
	stroke: var(--rd-blue);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rd-shortlist {
	position: absolute;
	top: 64px;
	right: 26px;
	z-index: 2;
	width: min(52%, 322px);
	padding: 18px;
	border: 1px solid #dfe8f3;
	border-radius: 22px;
	background: var(--rd-white);
	box-shadow: var(--rd-shadow);
}

.rd-shortlist__header {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 38px;
	margin-bottom: 14px;
	font-size: 17px;
	line-height: 1.25;
}

.rd-shortlist__person {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border: 1px solid #d7e4f4;
	border-radius: 50%;
	color: var(--rd-blue);
}

.rd-shortlist__person svg,
.rd-shortlist__role-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rd-shortlist__person svg {
	width: 22px;
	height: 22px;
}

.rd-shortlist__candidate {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 12px;
	min-height: 88px;
	padding: 14px;
	border: 1px solid #e0e8f2;
	border-radius: 13px;
	background: var(--rd-white);
	box-shadow: 0 6px 18px rgba(17, 47, 89, 0.05);
}

.rd-shortlist__candidate + .rd-shortlist__candidate {
	margin-top: 12px;
}

.rd-shortlist__role-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 56px;
	border-radius: 10px;
	background: #edf4ff;
	color: var(--rd-blue);
}

.rd-shortlist__role-icon svg {
	width: 28px;
	height: 28px;
}

.rd-shortlist__copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.rd-shortlist__copy strong {
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.25;
}

.rd-shortlist__meta {
	display: flex;
	gap: 8px;
	margin-top: 11px;
}

.rd-shortlist__meta i {
	display: block;
	width: 32px;
	height: 5px;
	border-radius: 999px;
	background: #cbd5e1;
}

.rd-shortlist__meta i:last-child {
	width: 22px;
}

.rd-shortlist__verified {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--rd-blue);
	color: var(--rd-white);
	font-size: 13px;
	font-weight: 800;
}

.rd-hero-visual__status {
	position: absolute;
	right: 54px;
	bottom: 38px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	padding: 13px 20px;
	border: 1px solid #dfe8f3;
	border-radius: 16px;
	background: var(--rd-white);
	color: var(--rd-blue);
	box-shadow: 0 12px 30px rgba(17, 47, 89, 0.1);
	font-size: 15px;
}

.rd-hero-visual__status::before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	height: 38px;
	border-left: 2px dashed rgba(0, 55, 251, 0.62);
	content: "";
}

.rd-hero-visual__status > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 2px solid var(--rd-blue);
	border-radius: 50%;
	font-weight: 800;
}

/* RPO hero: embedded recruiter and client-owned hiring pipeline */
.rd-hero-visual--rpo {
	min-height: 570px;
}

.rd-rpo-visual {
	position: absolute;
	inset: 0;
	z-index: 1;
	color: var(--rd-text);
}

.rd-rpo-visual__grid {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.rd-rpo-visual__grid path {
	stroke: #dce8f5;
	stroke-width: 1;
}

.rd-rpo-visual__grid circle {
	fill: #b9ceff;
	stroke: var(--rd-white);
	stroke-width: 2;
}

.rd-rpo-visual__label {
	display: block;
	color: var(--rd-blue);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.rd-rpo-team {
	position: absolute;
	top: 42px;
	left: 40px;
	right: 40px;
	z-index: 2;
}

.rd-rpo-team::after,
.rd-rpo-recruiter::after {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: -1;
	height: 32px;
	border-left: 1.5px solid #86a9ff;
	content: "";
}

.rd-rpo-team__members {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	max-width: 472px;
	margin-top: 12px;
}

.rd-rpo-team__members > span {
	display: flex;
	min-width: 0;
	min-height: 48px;
	align-items: center;
	gap: 9px;
	padding: 10px 13px;
	border: 1px solid #dce8f5;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.25;
}

.rd-rpo-team__members i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #edf4ff;
	color: var(--rd-blue);
	font-style: normal;
}

.rd-rpo-team__members svg,
.rd-rpo-recruiter__avatar svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rd-rpo-recruiter {
	position: absolute;
	top: 150px;
	left: 50%;
	z-index: 3;
	display: flex;
	width: 264px;
	min-height: 140px;
	flex-direction: column;
	justify-content: center;
	padding: 20px 22px;
	transform: translateX(-50%);
	border: 1.5px solid #9ab8ff;
	border-radius: 18px;
	background: var(--rd-white);
	box-shadow: 0 14px 34px rgba(17, 47, 89, 0.09);
}

.rd-rpo-recruiter::before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 9px;
	height: 9px;
	transform: translate(-50%, 5px);
	border: 2px solid var(--rd-white);
	border-radius: 50%;
	background: var(--rd-blue);
	content: "";
}

.rd-rpo-recruiter::after {
	height: 78px;
}

.rd-rpo-recruiter__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.rd-rpo-recruiter__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--rd-blue);
	color: var(--rd-white);
}

.rd-rpo-recruiter__avatar svg {
	width: 23px;
	height: 23px;
}

.rd-rpo-recruiter__status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	border: 1px solid #dce8f5;
	border-radius: 999px;
	background: var(--rd-blue-light);
	color: var(--rd-blue);
	font-size: 11.5px;
	font-weight: 700;
}

.rd-rpo-recruiter__status i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--rd-blue);
}

.rd-rpo-recruiter > strong {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
}

.rd-rpo-recruiter > span:last-child {
	margin-top: 5px;
	color: var(--rd-text-muted);
	font-size: 13px;
	line-height: 1.35;
}

.rd-rpo-pipeline {
	position: absolute;
	top: 340px;
	left: 38px;
	right: 38px;
	z-index: 2;
}

.rd-rpo-pipeline ol {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.rd-rpo-pipeline ol::before {
	position: absolute;
	top: 14px;
	left: 12.5%;
	right: 12.5%;
	border-top: 1.5px solid #86a9ff;
	content: "";
}

.rd-rpo-pipeline li {
	position: relative;
	z-index: 1;
	display: flex;
	min-width: 0;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.rd-rpo-pipeline li > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	border: 1.5px solid var(--rd-blue);
	border-radius: 50%;
	background: var(--rd-white);
	color: var(--rd-blue);
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
}

.rd-rpo-pipeline li > span {
	display: flex;
	min-width: 0;
	align-items: center;
	flex-direction: column;
	margin-top: 9px;
}

.rd-rpo-pipeline strong {
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rd-rpo-pipeline small {
	margin-top: 4px;
	color: var(--rd-text-muted);
	font-size: 11.5px;
	line-height: 1.25;
}

.rd-rpo-ownership {
	position: absolute;
	left: 38px;
	right: 38px;
	bottom: 28px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.rd-rpo-ownership > span {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	gap: 8px;
	padding: 8px 13px;
	border: 1px solid #dce8f5;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--rd-text-muted);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.2;
}

.rd-rpo-ownership i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--rd-blue);
	color: var(--rd-white);
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
}

/* Staff Augmentation hero: specialist embedded in a client-led product team */
.rd-hero-visual--staff {
	min-height: 570px;
}

.rd-staff-visual {
	position: absolute;
	inset: 0;
	z-index: 1;
	color: var(--rd-text);
}

.rd-staff-visual__grid {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.rd-staff-visual__grid path {
	stroke: #dce8f5;
	stroke-width: 1;
}

.rd-staff-visual__grid .rd-staff-visual__circuit {
	stroke: #b8ceff;
	stroke-dasharray: 4 7;
}

.rd-staff-visual__grid circle {
	fill: #8eafff;
	stroke: var(--rd-white);
	stroke-width: 2;
}

.rd-staff-visual__label {
	display: block;
	color: var(--rd-blue);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.rd-staff-team {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	z-index: 2;
}

.rd-staff-team::after {
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	z-index: -1;
	height: 20px;
	border-left: 1.5px solid #86a9ff;
	content: "";
}

.rd-staff-team__members {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 14px;
}

.rd-staff-team__members::before {
	position: absolute;
	left: 16.67%;
	right: 16.67%;
	bottom: -14px;
	border-top: 1.5px solid #86a9ff;
	content: "";
}

.rd-staff-team__members > span {
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	text-align: center;
}

.rd-staff-team__members > span::after {
	position: absolute;
	top: 100%;
	left: 50%;
	height: 14px;
	border-left: 1.5px solid #86a9ff;
	content: "";
}

.rd-staff-team__members i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #d8e5f5;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	color: var(--rd-blue);
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.rd-staff-team__members strong {
	font-size: 12.5px;
	font-weight: 650;
	line-height: 1.2;
}

.rd-staff-specialist {
	position: absolute;
	top: 158px;
	left: 50%;
	z-index: 3;
	display: flex;
	width: 308px;
	min-height: 158px;
	flex-direction: column;
	justify-content: center;
	padding: 17px 20px;
	transform: translateX(-50%);
	border: 1.5px solid #8eafff;
	border-radius: 18px;
	background: var(--rd-white);
	box-shadow: inset 4px 0 0 var(--rd-blue), 0 14px 34px rgba(17, 47, 89, 0.09);
}

.rd-staff-specialist::before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 9px;
	height: 9px;
	transform: translate(-50%, 5px);
	border: 2px solid var(--rd-white);
	border-radius: 50%;
	background: var(--rd-blue);
	content: "";
}

.rd-staff-specialist::after {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: -1;
	height: 70px;
	border-left: 1.5px solid #86a9ff;
	content: "";
}

.rd-staff-specialist__badge {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 7px;
	padding: 6px 9px;
	border-radius: 999px;
	background: var(--rd-blue-light);
	color: var(--rd-blue);
	font-size: 10.5px;
	font-weight: 700;
}

.rd-staff-specialist__badge i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--rd-blue);
}

.rd-staff-specialist__identity {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	margin-top: 11px;
}

.rd-staff-specialist__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: var(--rd-blue);
	color: var(--rd-white);
}

.rd-staff-specialist__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rd-staff-specialist__identity > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.rd-staff-specialist__identity strong {
	font-size: 16px;
	font-weight: 750;
	line-height: 1.2;
}

.rd-staff-specialist__identity small {
	margin-top: 4px;
	color: var(--rd-text-muted);
	font-size: 11.5px;
	line-height: 1.3;
}

.rd-staff-specialist__process {
	margin-top: 11px;
	padding-top: 9px;
	border-top: 1px solid var(--rd-border);
	color: var(--rd-text-muted);
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1.25;
}

.rd-staff-delivery {
	position: absolute;
	top: 350px;
	left: 38px;
	right: 38px;
	z-index: 2;
}

.rd-staff-delivery__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rd-staff-delivery__header > span:last-child {
	padding: 5px 9px;
	border: 1px solid #d8e5f5;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--rd-blue);
	font-size: 10.5px;
	font-weight: 700;
}

.rd-staff-delivery ol {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 17px 0 0;
	padding: 0;
	list-style: none;
}

.rd-staff-delivery ol::before {
	position: absolute;
	top: 8px;
	left: 12.5%;
	right: 12.5%;
	border-top: 1.5px solid #86a9ff;
	content: "";
}

.rd-staff-delivery li {
	position: relative;
	z-index: 1;
	display: flex;
	min-width: 0;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.rd-staff-delivery li:not(:last-child)::after {
	position: absolute;
	top: -5px;
	right: -11px;
	padding: 0 4px;
	background: var(--rd-blue-light);
	color: var(--rd-blue);
	content: "→";
	font-size: 15px;
	font-weight: 700;
}

.rd-staff-delivery li > i {
	display: block;
	width: 17px;
	height: 17px;
	border: 1.5px solid var(--rd-blue);
	border-radius: 5px;
	background: var(--rd-white);
	box-shadow: inset 0 0 0 4px #edf4ff;
}

.rd-staff-delivery strong {
	margin-top: 9px;
	font-size: 11.5px;
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rd-staff-ownership {
	position: absolute;
	left: 38px;
	right: 38px;
	bottom: 28px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.rd-staff-ownership > span {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	gap: 8px;
	padding: 8px 13px;
	border: 1px solid #dce8f5;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--rd-text-muted);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.2;
}

.rd-staff-ownership i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--rd-blue);
	color: var(--rd-white);
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
}

/* Client logos */
.rd-logo-strip {
	border-block: 1px solid var(--rd-border);
	background: var(--rd-white);
}

.rd-logo-strip__inner {
	display: grid;
	grid-template-columns: minmax(180px, 0.7fr) minmax(0, 2fr);
	align-items: center;
	gap: 38px;
	padding-block: 26px;
}

.rd-logo-strip__heading {
	margin: 0;
	color: var(--rd-text-muted);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.rd-logo-strip__logos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	align-items: center;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rd-logo-strip__logos li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 42px;
	color: #7a8494;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.rd-logo-strip__image {
	display: block;
	max-width: 130px;
	max-height: 34px;
	width: auto;
	height: auto;
	filter: grayscale(1);
	opacity: 0.62;
	transition: filter 160ms ease, opacity 160ms ease;
}

.rd-logo-strip__logos li:hover .rd-logo-strip__image {
	filter: grayscale(0);
	opacity: 1;
}

/* Why RemoDevs */
.rd-benefits {
	background: var(--rd-white);
}

.rd-benefits__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(54px, 8vw, 118px);
	align-items: start;
}

.rd-benefits__header {
	position: sticky;
	top: 32px;
}

.rd-benefits__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rd-benefits__list li {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) 34px;
	gap: 20px;
	align-items: start;
	padding: 28px 0;
	border-top: 1px solid var(--rd-border);
}

.rd-benefits__list li:last-child {
	border-bottom: 1px solid var(--rd-border);
}

.rd-benefits__number {
	color: var(--rd-blue);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.rd-benefits__list h3 {
	margin: 0;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.rd-benefits__list p {
	margin: 9px 0 0;
	color: var(--rd-text-muted);
	font-size: 16px;
	line-height: 1.6;
}

.rd-benefits__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #bed0ff;
	border-radius: 50%;
	color: var(--rd-blue);
}

.rd-benefits__check svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Featured result */
.rd-featured-result {
	background: var(--rd-white);
}

.rd-featured-result__panel {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
	gap: clamp(52px, 8vw, 110px);
	padding: clamp(48px, 6vw, 78px);
	border-radius: var(--rd-radius);
	background: var(--rd-blue);
	color: var(--rd-white);
}

.rd-featured-result__panel::before {
	position: absolute;
	top: -160px;
	right: -130px;
	width: 380px;
	height: 380px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.04), 0 0 0 110px rgba(255, 255, 255, 0.025);
	content: "";
}

.rd-featured-result__main,
.rd-featured-result__proof {
	position: relative;
	z-index: 1;
}

.rd-featured-result__client {
	display: flex;
	align-items: center;
	min-height: 42px;
	margin-bottom: 32px;
	font-size: 21px;
	font-weight: 700;
}

.rd-featured-result__logo {
	display: block;
	max-width: 150px;
	max-height: 42px;
	width: auto;
	height: auto;
	filter: brightness(0) invert(1);
}

.rd-featured-result__main h2 {
	max-width: 650px;
	margin: 0;
	color: var(--rd-white);
	font-size: clamp(38px, 4vw, 54px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.rd-featured-result__description {
	max-width: 610px;
	margin: 24px 0 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 17px;
	line-height: 1.65;
}

.rd-featured-result__proof {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rd-featured-result__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-block: 1px solid rgba(255, 255, 255, 0.28);
}

.rd-featured-result__metrics > div {
	min-width: 0;
	padding: 24px 18px;
}

.rd-featured-result__metrics > div:first-child {
	padding-left: 0;
}

.rd-featured-result__metrics > div + div {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.rd-featured-result__metrics strong,
.rd-featured-result__metrics span {
	display: block;
}

.rd-featured-result__metrics strong {
	font-size: clamp(34px, 3.6vw, 48px);
	font-weight: 700;
	line-height: 1;
}

.rd-featured-result__metrics span {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.rd-featured-result blockquote {
	margin: 48px 0 0;
	padding: 0;
}

.rd-featured-result blockquote p {
	margin: 0;
	font-size: 21px;
	font-weight: 550;
	line-height: 1.5;
}

.rd-featured-result blockquote cite {
	display: block;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-style: normal;
}

/* Roles */
.rd-roles {
	background: var(--rd-blue-light);
}

.rd-roles__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(46px, 7vw, 96px);
	margin: 58px 0 0;
	padding: 0;
	list-style: none;
}

.rd-roles__list li {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) 30px;
	gap: 18px;
	align-items: start;
	padding: 25px 0;
	border-top: 1px solid #cfdeef;
}

.rd-roles__list li:nth-last-child(-n + 2) {
	border-bottom: 1px solid #cfdeef;
}

.rd-roles__index {
	color: var(--rd-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.rd-roles__list h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.rd-roles__list p {
	margin: 8px 0 0;
	color: var(--rd-text-muted);
	font-size: 15px;
	line-height: 1.55;
}

.rd-roles__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #bfd1ff;
	border-radius: 50%;
	color: var(--rd-blue);
}

.rd-roles__arrow svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Process */
.rd-process {
	background: var(--rd-white);
}

.rd-process__header {
	margin-inline: auto;
	text-align: center;
}

.rd-process__header .rd-section-copy {
	max-width: 650px;
	margin-inline: auto;
}

.rd-process__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 24px;
	margin: 64px 0 0;
	padding: 0;
	list-style: none;
}

.rd-process__steps::before {
	position: absolute;
	top: 24px;
	left: 8%;
	right: 8%;
	height: 1px;
	background: #a9c0ff;
	content: "";
}

.rd-process__steps li {
	position: relative;
	z-index: 1;
	min-width: 0;
	text-align: center;
}

.rd-process__marker {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0 auto 24px;
	border: 1px solid #9db7ff;
	border-radius: 50%;
	background: var(--rd-white);
	color: var(--rd-blue);
	box-shadow: 0 0 0 9px var(--rd-white);
	font-size: 13px;
	font-weight: 700;
}

.rd-process__steps li:nth-child(3) .rd-process__marker,
.rd-process__steps li:last-child .rd-process__marker {
	background: var(--rd-blue);
	color: var(--rd-white);
}

.rd-process__steps h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.rd-process__steps p {
	margin: 10px 0 0;
	color: var(--rd-text-muted);
	font-size: 14px;
	line-height: 1.55;
}

/* Poland expertise */
.rd-poland {
	background: var(--rd-blue-light);
}

.rd-poland__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(54px, 8vw, 112px);
	align-items: center;
}

.rd-poland__points {
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.rd-poland__points li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 14px;
	padding: 17px 0;
	border-top: 1px solid #d3e1f0;
}

.rd-poland__points li:last-child {
	border-bottom: 1px solid #d3e1f0;
}

.rd-poland__points strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.rd-poland__points p {
	margin: 5px 0 0;
	color: var(--rd-text-muted);
	font-size: 14px;
	line-height: 1.55;
}

.rd-poland__guarantee {
	position: relative;
	display: flex;
	min-height: 520px;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	overflow: hidden;
	padding: clamp(34px, 5vw, 58px);
	border: 1px solid #d9e7f5;
	border-radius: var(--rd-radius);
	background: var(--rd-white);
}

.rd-poland__guarantee::before {
	position: absolute;
	top: -70px;
	right: -78px;
	width: 240px;
	height: 240px;
	border: 1px solid rgba(0, 55, 251, 0.12);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(0, 55, 251, 0.035), 0 0 0 84px rgba(0, 55, 251, 0.02);
	content: "";
}

.rd-poland__guarantee-top,
.rd-poland__stats {
	position: relative;
	z-index: 1;
}

.rd-poland__guarantee-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 30px;
	border-radius: 50%;
	background: var(--rd-blue);
	color: var(--rd-white);
	box-shadow: 0 0 0 10px var(--rd-blue-light);
}

.rd-poland__guarantee-icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rd-poland__guarantee .rd-eyebrow {
	margin-bottom: 14px;
}

.rd-poland__guarantee h3 {
	max-width: 470px;
	margin: 0;
	color: var(--rd-text);
	font-size: clamp(34px, 3.5vw, 48px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.rd-poland__guarantee-body {
	max-width: 500px;
	margin: 22px 0 0;
	color: var(--rd-text-muted);
	font-size: 18px;
	line-height: 1.65;
}

.rd-poland__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 48px;
	border: 1px solid var(--rd-border);
	border-radius: var(--rd-radius-small);
	background: var(--rd-blue-light);
}

.rd-poland__stats > div {
	padding: 22px 24px;
}

.rd-poland__stats > div + div {
	border-left: 1px solid var(--rd-border);
}

.rd-poland__stats strong,
.rd-poland__stats span {
	display: block;
}

.rd-poland__stats strong {
	color: var(--rd-blue);
	font-size: clamp(25px, 2.5vw, 34px);
	font-weight: 600;
	line-height: 1.1;
}

.rd-poland__stats span {
	margin-top: 7px;
	color: var(--rd-text-muted);
	font-size: 13px;
	line-height: 1.4;
}

/* Testimonials */
.rd-testimonials {
	background: var(--rd-white);
}

.rd-testimonials__header {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
}

.rd-testimonials__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: clamp(36px, 6vw, 78px);
	margin-top: 56px;
	align-items: start;
}

.rd-testimonials__featured {
	position: relative;
	min-height: 390px;
	padding: clamp(36px, 5vw, 58px);
	border: 1px solid #dce9f6;
	border-radius: var(--rd-radius);
	background: var(--rd-blue-light);
}

.rd-testimonials__quote-mark {
	color: var(--rd-blue);
	font-size: 72px;
	font-weight: 700;
	line-height: 0.7;
}

.rd-testimonials blockquote {
	margin: 0;
	padding: 0;
}

.rd-testimonials__featured blockquote p {
	max-width: 700px;
	margin: 28px 0 0;
	font-size: clamp(25px, 2.5vw, 34px);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.025em;
}

.rd-testimonials__featured > footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-top: 48px;
}

.rd-testimonials__person,
.rd-testimonials__supporting footer {
	display: flex;
	align-items: center;
	gap: 13px;
}

.rd-testimonials__person strong,
.rd-testimonials__person span,
.rd-testimonials__supporting footer strong,
.rd-testimonials__supporting footer span {
	display: block;
}

.rd-testimonials__person strong,
.rd-testimonials__supporting footer strong {
	font-size: 14px;
	font-weight: 700;
}

.rd-testimonials__person span,
.rd-testimonials__supporting footer span {
	margin-top: 3px;
	color: var(--rd-text-muted);
	font-size: 12px;
	line-height: 1.35;
}

.rd-testimonials__photo {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

.rd-testimonials__photo--small {
	flex-basis: 38px;
	width: 38px;
	height: 38px;
}

.rd-testimonials__logo {
	max-width: 110px;
	max-height: 32px;
	width: auto;
	height: auto;
	filter: grayscale(1);
	opacity: 0.62;
}

.rd-testimonials__supporting article {
	padding: 23px 0;
	border-top: 1px solid var(--rd-border);
}

.rd-testimonials__supporting article:last-child {
	border-bottom: 1px solid var(--rd-border);
}

.rd-testimonials__supporting blockquote p {
	margin: 0;
	font-size: 16px;
	font-weight: 550;
	line-height: 1.55;
}

.rd-testimonials__supporting footer {
	margin-top: 15px;
}

/* FAQ */
.rd-faq {
	background: var(--rd-blue-light);
}

.rd-faq__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(54px, 8vw, 118px);
	align-items: start;
}

.rd-faq__header {
	position: sticky;
	top: 32px;
}

.rd-faq__items {
	border-top: 1px solid #cadcec;
}

.rd-faq details {
	border-bottom: 1px solid #cadcec;
}

.rd-faq summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px;
	align-items: center;
	gap: 24px;
	padding: 23px 0;
	color: var(--rd-text);
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	list-style: none;
}

.rd-faq summary::-webkit-details-marker {
	display: none;
}

.rd-faq summary i {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #a9c0ff;
	border-radius: 50%;
}

.rd-faq summary i::before,
.rd-faq summary i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1.5px;
	background: var(--rd-blue);
	content: "";
	transform: translate(-50%, -50%);
}

.rd-faq summary i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.rd-faq details[open] summary i::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.rd-faq__answer {
	max-width: 760px;
	padding: 0 52px 24px 0;
}

.rd-faq__answer p {
	margin: 0;
	color: var(--rd-text-muted);
	font-size: 16px;
	line-height: 1.65;
}

/* Final CTA */
.rd-cta {
	background: var(--rd-white);
}

.rd-cta__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 48px;
	overflow: hidden;
	padding: clamp(42px, 6vw, 68px);
	border-radius: var(--rd-radius);
	background: var(--rd-blue);
	color: var(--rd-white);
}

.rd-cta__content {
	position: relative;
	z-index: 2;
}

.rd-cta__content h2 {
	max-width: 760px;
	margin: 0;
	color: var(--rd-white);
	font-size: clamp(38px, 4vw, 54px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.rd-cta__content > p:last-child {
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	line-height: 1.6;
}

.rd-cta__panel > .rd-button {
	position: relative;
	z-index: 2;
}

.rd-cta__line {
	position: absolute;
	top: -40px;
	right: 220px;
	width: 180px;
	height: 220px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.04), 0 0 0 90px rgba(255, 255, 255, 0.025);
}

/* Laptop */
@media (max-width: 1199px) {
	.rd-hero__inner {
		gap: 38px;
	}

	.rd-hero__title {
		font-size: clamp(48px, 5vw, 54px);
	}

	.rd-shortlist {
		right: 18px;
		width: min(56%, 308px);
		padding: 15px;
	}

	.rd-shortlist__candidate {
		grid-template-columns: 44px minmax(0, 1fr) 22px;
		gap: 9px;
		padding: 11px;
	}

	.rd-shortlist__role-icon {
		width: 44px;
		height: 52px;
	}

	.rd-featured-result__panel {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.92fr);
	}

	.rd-process__steps {
		gap: 16px;
	}
}

/* Tablet */
@media (max-width: 991px) {
	.rd-hero__inner,
	.rd-benefits__layout,
	.rd-featured-result__panel,
	.rd-poland__layout,
	.rd-testimonials__layout,
	.rd-faq__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.rd-hero__inner {
		gap: 54px;
		width: min(calc(100% - 36px), 760px);
		padding-block: 72px 48px;
	}

	.rd-hero__content {
		max-width: 720px;
	}

	.rd-hero__title {
		font-size: clamp(44px, 6.6vw, 54px);
	}

	.rd-hero-visual {
		min-height: 560px;
	}

	.rd-hero-visual__map {
		left: 1%;
		width: 69%;
	}

	.rd-shortlist {
		top: 54px;
		right: 30px;
		width: min(49%, 330px);
		padding: 18px;
	}

	.rd-hero-visual__status {
		right: 66px;
	}

	.rd-logo-strip__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.rd-logo-strip__heading {
		text-align: center;
	}

	.rd-benefits__header,
	.rd-faq__header {
		position: static;
	}

	.rd-featured-result__panel,
	.rd-testimonials__layout {
		gap: 48px;
	}

	.rd-featured-result__proof {
		justify-content: flex-start;
	}

	.rd-roles__list {
		column-gap: 40px;
	}

	.rd-process__steps {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		max-width: 680px;
		margin-inline: auto;
	}

	.rd-process__steps::before {
		top: 0;
		bottom: 0;
		left: 24px;
		right: auto;
		width: 1px;
		height: auto;
	}

	.rd-process__steps li {
		display: grid;
		grid-template-columns: 50px minmax(0, 1fr);
		column-gap: 24px;
		padding: 0 0 34px;
		text-align: left;
	}

	.rd-process__marker {
		grid-row: 1 / span 2;
		margin: 0;
	}

	.rd-process__steps h3 {
		padding-top: 4px;
	}

	.rd-process__steps p {
		grid-column: 2;
	}

	.rd-testimonials__header {
		grid-template-columns: minmax(0, 1fr);
	}

	.rd-testimonials__header .rd-button {
		justify-self: start;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.rd-hero__inner {
		gap: 46px;
		width: calc(100% - 28px);
		padding-block: 56px 42px;
	}

	.rd-hero__title {
		font-size: clamp(38px, 10.5vw, 46px);
		line-height: 1.08;
		letter-spacing: -0.03em;
	}

	.rd-hero__body {
		font-size: 17px;
	}

	.rd-hero__clutch-line {
		font-size: 13px;
	}

	.rd-hero-visual {
		min-height: 650px;
		border-radius: 22px;
	}

	.rd-hero-visual__map {
		top: -1%;
		left: 0;
		width: 100%;
		height: 56%;
	}

	.rd-shortlist {
		top: 190px;
		left: 14px;
		right: 14px;
		width: auto;
		max-width: none;
		padding: 15px;
	}

	.rd-hero-visual__status {
		right: 14px;
		bottom: 18px;
		min-height: 52px;
		padding: 10px 16px;
	}

	.rd-hero-visual__status::before {
		height: 22px;
	}

	.rd-hero-visual.rd-hero-visual--rpo {
		min-height: 700px;
	}

	.rd-rpo-visual__grid {
		opacity: 0.72;
	}

	.rd-rpo-team {
		top: 28px;
		left: 18px;
		right: 18px;
	}

	.rd-rpo-team__members {
		gap: 8px;
		margin-top: 10px;
	}

	.rd-rpo-team__members > span {
		min-height: 48px;
		gap: 7px;
		padding: 8px 10px;
		font-size: 12px;
	}

	.rd-rpo-team__members i {
		flex-basis: 24px;
		width: 24px;
		height: 24px;
	}

	.rd-rpo-team__members svg {
		width: 16px;
		height: 16px;
	}

	.rd-rpo-recruiter {
		top: 130px;
		width: min(calc(100% - 36px), 300px);
		min-height: 132px;
		padding: 18px 20px;
	}

	.rd-rpo-recruiter::after {
		height: 60px;
	}

	.rd-rpo-pipeline {
		top: 322px;
		left: 22px;
		right: 22px;
	}

	.rd-rpo-pipeline ol {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		margin-top: 12px;
	}

	.rd-rpo-pipeline ol::before {
		top: 15px;
		bottom: 15px;
		left: 14px;
		right: auto;
		border-top: 0;
		border-left: 1.5px solid #86a9ff;
	}

	.rd-rpo-pipeline li {
		display: grid;
		grid-template-columns: 29px minmax(0, 1fr);
		min-height: 52px;
		align-items: center;
		column-gap: 12px;
		text-align: left;
	}

	.rd-rpo-pipeline li > span {
		width: 100%;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		gap: 12px;
		margin-top: 0;
	}

	.rd-rpo-pipeline small {
		margin-top: 0;
		white-space: nowrap;
	}

	.rd-rpo-ownership {
		left: 18px;
		right: 18px;
		bottom: 18px;
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.rd-rpo-ownership > span {
		width: 100%;
		justify-content: center;
	}

	.rd-hero-visual.rd-hero-visual--staff {
		min-height: 700px;
	}

	.rd-staff-visual__grid {
		opacity: 0.72;
	}

	.rd-staff-team {
		top: 28px;
		left: 18px;
		right: 18px;
	}

	.rd-staff-team__members {
		gap: 8px;
		margin-top: 12px;
	}

	.rd-staff-team__members i {
		width: 34px;
		height: 34px;
	}

	.rd-staff-team__members strong {
		font-size: 11.5px;
	}

	.rd-staff-specialist {
		top: 158px;
		width: min(calc(100% - 36px), 308px);
		min-height: 158px;
	}

	.rd-staff-specialist::after {
		height: 60px;
	}

	.rd-staff-delivery {
		top: 350px;
		left: 22px;
		right: 22px;
	}

	.rd-staff-delivery ol {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		margin-top: 12px;
	}

	.rd-staff-delivery ol::before {
		top: 8px;
		bottom: 8px;
		left: 8px;
		right: auto;
		border-top: 0;
		border-left: 1.5px solid #86a9ff;
	}

	.rd-staff-delivery li {
		display: grid;
		grid-template-columns: 17px minmax(0, 1fr);
		min-height: 42px;
		align-items: center;
		column-gap: 12px;
		text-align: left;
	}

	.rd-staff-delivery li:not(:last-child)::after {
		display: none;
	}

	.rd-staff-delivery strong {
		margin-top: 0;
	}

	.rd-staff-ownership {
		left: 18px;
		right: 18px;
		bottom: 18px;
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.rd-staff-ownership > span {
		width: 100%;
		justify-content: center;
	}

	.rd-logo-strip__logos {
		display: flex;
		gap: 28px;
		overflow-x: auto;
		padding: 3px 2px 10px;
		scrollbar-width: thin;
	}

	.rd-logo-strip__logos li {
		flex: 0 0 128px;
	}

	.rd-benefits__layout {
		gap: 36px;
	}

	.rd-benefits__list li {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 14px;
		padding: 23px 0;
	}

	.rd-benefits__check {
		display: none;
	}

	.rd-featured-result__panel,
	.rd-cta__panel {
		padding: 34px 24px;
		border-radius: 22px;
	}

	.rd-featured-result__metrics {
		grid-template-columns: minmax(0, 1fr);
	}

	.rd-featured-result__metrics > div,
	.rd-featured-result__metrics > div:first-child {
		padding: 18px 0;
	}

	.rd-featured-result__metrics > div + div {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		border-left: 0;
	}

	.rd-roles__list {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 38px;
	}

	.rd-roles__list li:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.rd-roles__list li:last-child {
		border-bottom: 1px solid #cfdeef;
	}

	.rd-poland__layout,
	.rd-faq__layout {
		gap: 42px;
	}

	.rd-poland__guarantee {
		min-height: 0;
		padding: 36px 26px;
		border-radius: 22px;
	}

	.rd-poland__stats {
		margin-top: 36px;
	}

	.rd-testimonials__layout {
		margin-top: 38px;
	}

	.rd-testimonials__featured {
		min-height: 0;
		padding: 34px 24px;
		border-radius: 22px;
	}

	.rd-testimonials__featured > footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.rd-faq summary {
		font-size: 17px;
	}

	.rd-cta__panel {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.rd-cta__panel > .rd-button {
		justify-self: start;
	}
}

/* Small mobile */
@media (max-width: 479px) {
	.rd-hero-visual {
		min-height: 628px;
	}

	.rd-shortlist {
		top: 182px;
	}

	.rd-shortlist__candidate {
		grid-template-columns: 42px minmax(0, 1fr) 22px;
		min-height: 84px;
		padding: 10px;
	}

	.rd-shortlist__role-icon {
		width: 42px;
		height: 50px;
	}

	.rd-shortlist__copy strong {
		font-size: 14px;
	}

	.rd-poland__stats {
		grid-template-columns: minmax(0, 1fr);
	}

	.rd-poland__stats > div + div {
		border-top: 1px solid var(--rd-border);
		border-left: 0;
	}

	.rd-poland__guarantee {
		padding: 32px 20px;
	}

	.rd-poland__guarantee h3 {
		font-size: clamp(31px, 9vw, 38px);
	}

	.rd-poland__guarantee-body {
		font-size: 17px;
	}

	.rd-testimonials__header .rd-button,
	.rd-cta__panel > .rd-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rd-logo-strip__image {
		transition: none;
	}
}
