.rig-service-main {
	width: 100%;
	max-width: none;
	overflow-x: clip;
	background: #fff;
	color: var(--rig-color-text);
}

.rig-service-page .site,
.rig-service-page .site-content,
.rig-service-page .ast-container,
.rig-service-page #primary,
.rig-service-page .content-area,
.rig-service-page .site-main {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.rig-service-main,
.rig-service-main * {
	box-sizing: border-box;
}

.rig-service-main img {
	max-width: 100%;
}

.rig-service-main .rig-container {
	width: min(calc(100% - 40px), var(--rig-container));
	margin-right: auto;
	margin-left: auto;
}

.rig-service-eyebrow {
	position: relative;
	margin: 0 0 14px;
	color: var(--rig-color-red);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.rig-service-eyebrow::after {
	display: block;
	width: 44px;
	height: 2px;
	margin-top: 10px;
	background: currentColor;
	content: "";
}

.rig-service-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 14px 26px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.rig-service-button svg {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.rig-service-button:hover,
.rig-service-button:focus-visible {
	transform: translateY(-2px);
	text-decoration: none;
}

.rig-service-button--primary {
	background: var(--rig-color-red);
	color: #fff;
	box-shadow: 0 18px 30px rgba(227, 6, 19, 0.22);
}

.rig-service-button--primary:hover,
.rig-service-button--primary:focus-visible {
	background: var(--rig-color-red-dark);
	color: #fff;
}

.rig-service-button--outline {
	border-color: rgba(227, 6, 19, 0.45);
	background: #fff;
	color: var(--rig-color-ink);
}

.rig-service-button--outline:hover,
.rig-service-button--outline:focus-visible,
.rig-service-button--red {
	color: var(--rig-color-red);
}

.rig-service-button--red:hover,
.rig-service-button--red:focus-visible {
	border-color: var(--rig-color-red);
	box-shadow: 0 14px 26px rgba(227, 6, 19, 0.12);
}

.rig-service-section {
	position: relative;
	padding: clamp(62px, 7vw, 88px) 0;
	background:
		linear-gradient(rgba(229, 231, 235, 0.42) 1px, transparent 1px),
		linear-gradient(90deg, rgba(229, 231, 235, 0.42) 1px, transparent 1px),
		#fff;
	background-size: 42px 42px;
}

.rig-service-section__header {
	max-width: 780px;
	margin-bottom: 34px;
}

.rig-service-section__header--wide {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	align-items: start;
	gap: 40px;
	max-width: none;
}

.rig-service-section__title {
	margin: 0;
	color: var(--rig-color-ink);
	font-size: clamp(2rem, 3.2vw, 3rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.08;
	overflow-wrap: normal;
}

.rig-service-section__lead {
	max-width: 780px;
	margin: 16px 0 0;
	color: var(--rig-color-text);
	font-size: 1.03rem;
	font-weight: 500;
	line-height: 1.68;
}

.rig-service-section__center {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.rig-service-hero {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.96) 47%, rgba(255,255,255,0.18) 100%),
		linear-gradient(rgba(229, 231, 235, 0.4) 1px, transparent 1px),
		linear-gradient(90deg, rgba(229, 231, 235, 0.4) 1px, transparent 1px),
		#fff;
	background-size: auto, 42px 42px, 42px 42px, auto;
	border-bottom: 1px solid rgba(229, 231, 235, 0.9);
}

.rig-service-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
	align-items: stretch;
	min-height: 486px;
}

.rig-service-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 54px 36px 36px 0;
}

.rig-service-hero__title {
	max-width: 640px;
	margin: 0;
	color: var(--rig-color-ink);
	font-size: clamp(2.6rem, 4.2vw, 4.55rem);
	font-weight: 860;
	letter-spacing: 0;
	line-height: 1.02;
	overflow-wrap: normal;
}

.rig-service-hero__lead {
	max-width: 650px;
	margin: 22px 0 0;
	color: var(--rig-color-text);
	font-size: 1.03rem;
	font-weight: 500;
	line-height: 1.68;
}

.rig-service-hero__note {
	max-width: 610px;
	margin: 14px 0 0;
	color: var(--rig-color-text);
	font-size: 0.96rem;
	font-weight: 650;
	line-height: 1.55;
}

.rig-service-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.rig-service-hero__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.rig-service-hero__stats:empty {
	display: none;
}

.rig-service-hero__stat {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 62px;
	padding: 12px 14px;
	border: 1px solid rgba(229, 231, 235, 0.96);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 12px 28px rgba(15, 17, 21, 0.06);
}

.rig-service-hero__stat-icon {
	display: grid;
	width: 36px;
	height: 36px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 10px;
	background: rgba(227, 6, 19, 0.08);
	color: var(--rig-color-red);
}

.rig-service-hero__stat-icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.1;
}

.rig-service-hero__stat strong,
.rig-service-hero__stat small {
	display: block;
}

.rig-service-hero__stat strong {
	color: var(--rig-color-ink);
	font-size: 0.93rem;
	font-weight: 850;
	line-height: 1.1;
}

.rig-service-hero__stat small {
	margin-top: 2px;
	color: #667085;
	font-size: 0.74rem;
	font-weight: 650;
	line-height: 1.2;
}

.rig-service-hero__media {
	position: relative;
	min-height: 486px;
	margin: 0;
	overflow: hidden;
	border-left: 1px solid rgba(229, 231, 235, 0.86);
}

.rig-service-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	object-position: center;
}

.rig-service-scope__blueprint {
	min-height: 170px;
	opacity: 0.22;
	background:
		radial-gradient(circle at 26% 44%, transparent 0 28px, rgba(43,47,54,0.55) 29px 31px, transparent 32px),
		linear-gradient(rgba(227, 6, 19, 0.5), rgba(227, 6, 19, 0.5)) 28% 45% / 112px 1px no-repeat,
		linear-gradient(90deg, rgba(227, 6, 19, 0.5), rgba(227, 6, 19, 0.5)) 28% 45% / 1px 112px no-repeat,
		linear-gradient(rgba(43,47,54,0.22), rgba(43,47,54,0.22)) 62% 38% / 190px 1px no-repeat,
		linear-gradient(90deg, rgba(43,47,54,0.22), rgba(43,47,54,0.22)) 62% 38% / 1px 86px no-repeat,
		linear-gradient(90deg, transparent 0 12px, rgba(43,47,54,0.28) 13px 14px, transparent 15px) center / 22px 22px;
}

.rig-service-scope__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.rig-service-scope__card {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	min-height: 148px;
	padding: 24px;
	border: 1px solid rgba(209, 213, 219, 0.82);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 32px rgba(15, 17, 21, 0.06);
}

.rig-service-scope__icon {
	display: block;
	width: 74px;
	height: 74px;
	object-fit: contain;
}

.rig-service-scope__card h3,
.rig-service-process__card h3,
.rig-service-brands__trust h3,
.rig-service-devices h3 {
	margin: 0;
	color: var(--rig-color-ink);
	font-size: 1.02rem;
	font-weight: 850;
	line-height: 1.18;
}

.rig-service-scope__card p,
.rig-service-process__card p,
.rig-service-brands__trust p {
	margin: 8px 0 0;
	color: var(--rig-color-text);
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.48;
}

.rig-service-process {
	background:
		radial-gradient(circle at 0% 5%, rgba(227, 6, 19, 0.09), transparent 34%),
		linear-gradient(rgba(229, 231, 235, 0.28) 1px, transparent 1px),
		linear-gradient(90deg, rgba(229, 231, 235, 0.28) 1px, transparent 1px),
		#fff8f8;
	background-size: auto, 42px 42px, 42px 42px, auto;
	border-block: 1px solid rgba(227, 6, 19, 0.11);
}

.rig-service-process__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: 70px;
	align-items: center;
}

.rig-service-process__prep {
	margin-top: 28px;
	padding: 22px;
	border: 1px solid rgba(227, 6, 19, 0.36);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.84);
}

.rig-service-process__prep h3 {
	margin: 0 0 14px;
	color: var(--rig-color-ink);
	font-size: 1.02rem;
	font-weight: 850;
}

.rig-service-process__prep ul,
.rig-service-devices ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rig-service-process__prep li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 9px;
	color: var(--rig-color-text);
	font-size: 0.92rem;
	font-weight: 650;
}

.rig-service-process__prep svg {
	width: 17px;
	height: 17px;
	color: var(--rig-color-red);
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
}

.rig-service-process__steps {
	position: relative;
	display: grid;
	gap: 16px;
}

.rig-service-process__steps::before {
	position: absolute;
	top: 22px;
	bottom: 72px;
	left: 20px;
	width: 2px;
	background: rgba(227, 6, 19, 0.24);
	content: "";
}

.rig-service-process__step {
	position: relative;
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
}

.rig-service-process__number {
	position: relative;
	z-index: 1;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 2px solid rgba(227, 6, 19, 0.36);
	border-radius: 50%;
	background: #fff;
	color: var(--rig-color-red);
	font-weight: 900;
	box-shadow: 0 0 0 6px #fff8f8;
}

.rig-service-process__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 20px;
	border: 1px solid rgba(209, 213, 219, 0.78);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 28px rgba(15, 17, 21, 0.06);
}

.rig-service-process__icon {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	place-items: center;
	color: var(--rig-color-red);
}

.rig-service-process__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rig-service-process__steps > .rig-service-button {
	justify-self: start;
	margin-left: 58px;
	min-width: 230px;
}

.rig-service-brands {
	background:
		linear-gradient(rgba(229, 231, 235, 0.34) 1px, transparent 1px),
		linear-gradient(90deg, rgba(229, 231, 235, 0.34) 1px, transparent 1px),
		#fff;
	background-size: 42px 42px;
}

.rig-service-brands__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.rig-service-brands__card {
	display: grid;
	min-height: 112px;
	place-items: center;
	padding: 10px;
	border: 1px solid rgba(209, 213, 219, 0.82);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(15, 17, 21, 0.05);
}

.rig-service-brands__card img {
	display: block;
	width: 100%;
	height: 92px;
	object-fit: contain;
}

.rig-service-brands__note {
	margin: 18px 0 0;
	color: var(--rig-color-text);
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.52;
}

.rig-service-devices {
	margin-top: 22px;
}

.rig-service-devices ul {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.rig-service-devices li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 66px;
	padding: 10px;
	border: 1px solid rgba(209, 213, 219, 0.82);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--rig-color-text);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.rig-service-devices svg,
.rig-service-brands__trust svg {
	width: 25px;
	height: 25px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rig-service-devices span {
	color: var(--rig-color-ink);
}

.rig-service-brands__trust {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	margin-top: 28px;
	padding: 22px;
	border: 1px solid rgba(227, 6, 19, 0.28);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.9);
}

.rig-service-brands__trust-icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 14px;
	background: rgba(227, 6, 19, 0.08);
	color: var(--rig-color-red);
}

.rig-service-faq {
	position: relative;
	padding: clamp(64px, 7vw, 92px) 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 0% 0%, rgba(227, 6, 19, 0.16), transparent 31%),
		radial-gradient(circle at 94% 84%, rgba(227, 6, 19, 0.12), transparent 25%),
		#101720;
	color: #fff;
}

.rig-service-faq::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 44px 44px;
	content: "";
	pointer-events: none;
}

.rig-service-faq__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
	gap: 42px;
	align-items: start;
}

.rig-service-faq .rig-service-eyebrow {
	color: #ff3039;
}

.rig-service-faq__title {
	max-width: 560px;
	margin: 0 0 24px;
	color: #fff;
	font-size: clamp(2rem, 3vw, 2.95rem);
	font-weight: 850;
	line-height: 1.08;
}

.rig-service-faq__list {
	display: grid;
	gap: 9px;
}

.rig-service-faq__item {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	background: #fff;
	color: var(--rig-color-text);
	overflow: hidden;
}

.rig-service-faq__item summary {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	padding: 14px 16px;
	color: var(--rig-color-ink);
	font-size: 0.94rem;
	font-weight: 850;
	cursor: pointer;
	list-style: none;
}

.rig-service-faq__item summary::-webkit-details-marker {
	display: none;
}

.rig-service-faq__number {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 1px solid rgba(227, 6, 19, 0.42);
	border-radius: 50%;
	color: var(--rig-color-red);
	font-size: 0.76rem;
	font-weight: 900;
}

.rig-service-faq__item p {
	margin: 0;
	padding: 0 16px 14px 58px;
	color: var(--rig-color-text);
	font-size: 0.86rem;
	font-weight: 500;
	line-height: 1.5;
}

.rig-service-contact {
	padding: clamp(24px, 3.4vw, 36px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	background: #fff;
	color: var(--rig-color-text);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.rig-service-contact__title {
	margin: 0;
	color: var(--rig-color-ink);
	font-size: clamp(1.55rem, 2.2vw, 2.15rem);
	font-weight: 850;
	line-height: 1.1;
}

.rig-service-contact__text {
	margin: 10px 0 0;
	color: var(--rig-color-text);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.55;
}

.rig-service-contact__quick {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.rig-service-contact__quick a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--rig-color-text);
	text-decoration: none;
}

.rig-service-contact__quick svg {
	width: 26px;
	height: 26px;
	color: var(--rig-color-red);
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rig-service-contact__quick span,
.rig-service-contact__quick strong {
	display: block;
}

.rig-service-contact__quick span {
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.25;
}

.rig-service-contact__quick strong {
	margin-top: 2px;
	color: var(--rig-color-ink);
	font-size: 0.92rem;
	font-weight: 850;
}

.rig-service-contact__notice {
	margin: 16px 0 0;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.45;
}

.rig-service-contact__notice--success {
	background: #ecfdf3;
	color: #027a48;
}

.rig-service-contact__notice--error {
	background: #fff1f2;
	color: var(--rig-color-red-dark);
}

.rig-service-contact__form {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.rig-service-contact__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.rig-service-contact__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.rig-service-contact__grid p {
	margin: 0;
}

.rig-service-contact__full {
	grid-column: 1 / -1;
}

.rig-service-contact input[type="text"],
.rig-service-contact input[type="tel"],
.rig-service-contact input[type="email"],
.rig-service-contact textarea {
	width: 100%;
	min-height: 46px;
	padding: 11px 13px;
	border: 1px solid rgba(17, 24, 39, 0.22);
	border-radius: 6px;
	background: #fff;
	color: var(--rig-color-ink);
	font-size: 0.92rem;
	font-weight: 600;
}

.rig-service-contact textarea {
	min-height: 112px;
	resize: vertical;
}

.rig-service-contact input:focus,
.rig-service-contact textarea:focus {
	border-color: var(--rig-color-red);
	box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.12);
	outline: none;
}

.rig-service-contact__consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--rig-color-text);
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.4;
}

.rig-service-contact__consent input {
	margin-top: 2px;
}

.rig-service-contact__submit,
.rig-service-contact__call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	border-radius: 7px;
	font-weight: 850;
	text-decoration: none;
}

.rig-service-contact__submit {
	border: 0;
	background: var(--rig-color-red);
	color: #fff;
	box-shadow: 0 16px 28px rgba(227, 6, 19, 0.24);
	cursor: pointer;
}

.rig-service-contact__call {
	border: 1px solid rgba(17, 24, 39, 0.18);
	background: #fff;
	color: var(--rig-color-ink);
}

.rig-service-contact__submit svg,
.rig-service-contact__call svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

@media (hover: hover) and (pointer: fine) {
	.rig-service-scope__card,
	.rig-service-brands__card,
	.rig-service-devices li,
	.rig-service-process__card {
		transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	}

	.rig-service-scope__card:hover,
	.rig-service-brands__card:hover,
	.rig-service-devices li:hover,
	.rig-service-process__card:hover {
		transform: translateY(-4px);
		border-color: rgba(227, 6, 19, 0.26);
		box-shadow: 0 20px 42px rgba(15, 17, 21, 0.09);
	}
}

@media (max-width: 1120px) {
	.rig-service-hero__inner {
		grid-template-columns: 1fr;
	}

	.rig-service-hero__content {
		padding-right: 0;
	}

	.rig-service-hero__media {
		min-height: auto;
		aspect-ratio: 16 / 9;
		border-left: 0;
		border-radius: 18px 18px 0 0;
	}

	.rig-service-scope__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rig-service-process__inner,
	.rig-service-faq__inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.rig-service-brands__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rig-service-devices ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.rig-service-section {
		padding: 56px 0;
	}

	.rig-service-section__header--wide {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.rig-service-scope__blueprint {
		display: none;
	}

	.rig-service-hero__content {
		padding: 42px 0 24px;
	}

	.rig-service-hero__title {
		font-size: clamp(2.25rem, 10vw, 3.4rem);
		line-height: 1.03;
	}

	.rig-service-hero__actions,
	.rig-service-hero__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rig-service-hero__actions {
		display: grid;
	}

	.rig-service-button {
		width: 100%;
	}

	.rig-service-scope__grid {
		grid-template-columns: 1fr;
	}

	.rig-service-scope__card {
		grid-template-columns: 66px minmax(0, 1fr);
		min-height: 0;
		padding: 18px;
	}

	.rig-service-scope__icon {
		width: 62px;
		height: 62px;
	}

	.rig-service-process__steps::before {
		left: 17px;
	}

	.rig-service-process__step {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 14px;
	}

	.rig-service-process__number {
		width: 34px;
		height: 34px;
	}

	.rig-service-process__steps > .rig-service-button {
		margin-left: 48px;
	}

	.rig-service-brands__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rig-service-devices ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rig-service-brands__trust {
		grid-template-columns: 1fr;
	}

	.rig-service-contact__quick,
	.rig-service-contact__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.rig-service-main .rig-container {
		width: min(calc(100vw - 28px), var(--rig-container));
	}

	.rig-service-eyebrow {
		font-size: 0.72rem;
	}

	.rig-service-section__title,
	.rig-service-faq__title {
		font-size: clamp(1.58rem, 6.7vw, 1.82rem);
		overflow-wrap: anywhere;
	}

	.rig-service-hero__title {
		font-size: clamp(1.95rem, 8vw, 2.16rem);
		line-height: 1.07;
		overflow-wrap: anywhere;
	}

	.rig-service-hero__content,
	.rig-service-section__header,
	.rig-service-process__intro {
		max-width: calc(100vw - 42px);
	}

	.rig-service-hero__lead,
	.rig-service-hero__note,
	.rig-service-section__lead {
		max-width: 100%;
	}

	.rig-service-hero__actions {
		grid-template-columns: 1fr;
	}

	.rig-service-button {
		min-width: 0;
		white-space: normal;
		text-align: center;
		line-height: 1.16;
	}

	.rig-service-hero__lead,
	.rig-service-section__lead {
		font-size: 0.96rem;
		line-height: 1.6;
	}

	.rig-service-hero__media {
		aspect-ratio: 4 / 3;
	}

	.rig-service-hero__stats {
		gap: 10px;
	}

	.rig-service-hero__stat {
		align-items: flex-start;
		gap: 9px;
		padding: 10px;
	}

	.rig-service-hero__stat-icon {
		width: 32px;
		height: 32px;
	}

	.rig-service-hero__stat strong {
		font-size: 0.84rem;
	}

	.rig-service-hero__stat small {
		font-size: 0.68rem;
	}

	.rig-service-process__card {
		align-items: flex-start;
		padding: 16px;
	}

	.rig-service-process__icon {
		width: 34px;
		height: 34px;
	}

	.rig-service-brands__card img {
		height: 78px;
	}

	.rig-service-devices li {
		min-height: 78px;
		font-size: 0.76rem;
	}

	.rig-service-faq__item summary {
		font-size: 0.86rem;
	}

	.rig-service-faq__item p {
		padding-left: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rig-service-main *,
	.rig-service-main *::before,
	.rig-service-main *::after {
		animation: none !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

.rig-rental-main {
	overflow-x: hidden;
	background: #fff;
	color: var(--rig-color-text);
}

.rig-rental-main .rig-container {
	max-width: min(var(--rig-container), calc(100vw - 40px));
}

.rig-rental-main * {
	min-width: 0;
}

.rig-rental-hero {
	padding: clamp(36px, 5vw, 64px) 0 clamp(42px, 5vw, 72px);
	border-bottom: 1px solid rgba(229, 231, 235, 0.9);
	background:
		linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 56%, rgba(255,255,255,0.68) 100%),
		linear-gradient(rgba(229, 231, 235, 0.42) 1px, transparent 1px),
		linear-gradient(90deg, rgba(229, 231, 235, 0.42) 1px, transparent 1px),
		#fff;
	background-size: auto, 42px 42px, 42px 42px, auto;
}

.rig-rental-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.9fr);
	gap: clamp(28px, 5vw, 58px);
	align-items: center;
}

.rig-rental-hero__content {
	min-width: 0;
	max-width: 720px;
}

.rig-rental-hero__title {
	max-width: 720px;
	margin: 0;
	color: var(--rig-color-ink);
	font-size: clamp(2.45rem, 4.8vw, 4.45rem);
	font-weight: 880;
	letter-spacing: 0;
	line-height: 1.02;
}

.rig-rental-hero__lead,
.rig-rental-section__lead,
.rig-rental-final__lead {
	max-width: 760px;
	margin: 18px 0 0;
	color: var(--rig-color-text);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.66;
	overflow-wrap: break-word;
}

.rig-rental-hero__note {
	max-width: 690px;
	margin: 14px 0 0;
	color: #344054;
	font-size: 0.98rem;
	font-weight: 650;
	line-height: 1.58;
}

.rig-rental-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.rig-rental-hero__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.rig-rental-hero__stats li {
	min-height: 92px;
	padding: 16px;
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 14px 30px rgba(15, 17, 21, 0.06);
}

.rig-rental-hero__stats strong,
.rig-rental-hero__stats span {
	display: block;
}

.rig-rental-hero__stats strong {
	color: var(--rig-color-ink);
	font-size: 0.93rem;
	font-weight: 850;
	line-height: 1.18;
}

.rig-rental-hero__stats span {
	margin-top: 6px;
	color: #667085;
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.28;
}

.rig-rental-hero__media {
	min-width: 0;
	margin: 0;
}

.rig-rental-placeholder {
	display: grid;
	min-height: 430px;
	place-items: center;
	gap: 14px;
	border: 1px dashed rgba(227, 6, 19, 0.34);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(227, 6, 19, 0.08), rgba(17, 24, 39, 0.04)),
		#fff;
	color: var(--rig-color-red);
	text-align: center;
}

.rig-rental-placeholder svg {
	width: 54px;
	height: 54px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rig-rental-placeholder span {
	color: var(--rig-color-ink);
	font-size: 0.94rem;
	font-weight: 850;
}

.rig-rental-section {
	position: relative;
	padding: clamp(58px, 7vw, 90px) 0;
	border-bottom: 1px solid rgba(229, 231, 235, 0.78);
	background: #fff;
}

.rig-rental-section--benefits,
.rig-rental-section--audience {
	background:
		linear-gradient(rgba(229, 231, 235, 0.34) 1px, transparent 1px),
		linear-gradient(90deg, rgba(229, 231, 235, 0.34) 1px, transparent 1px),
		#fbfcfd;
	background-size: 42px 42px;
}

.rig-rental-section--cooperation {
	background: linear-gradient(135deg, #fff 0%, #fff7f7 100%);
}

.rig-rental-section__header {
	max-width: 850px;
	margin-bottom: 30px;
}

.rig-rental-section__title,
.rig-rental-final__title,
.rig-rental-final__subtitle {
	margin: 0;
	color: var(--rig-color-ink);
	font-size: clamp(2rem, 3.35vw, 3rem);
	font-weight: 870;
	letter-spacing: 0;
	line-height: 1.08;
}

.rig-rental-section__title--small {
	max-width: 760px;
	font-size: clamp(1.58rem, 2.5vw, 2.25rem);
}

.rig-rental-section--benefits .rig-rental-section__title span {
	display: block;
}

.rig-rental-card-grid,
.rig-rental-audience-grid,
.rig-rental-device-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.rig-rental-card {
	min-height: 182px;
	padding: 22px;
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(15, 17, 21, 0.06);
}

.rig-rental-card__icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 16px;
	border: 1px solid rgba(227, 6, 19, 0.18);
	border-radius: 8px;
	background: #fff7f7;
	color: var(--rig-color-red);
}

.rig-rental-card__icon svg,
.rig-rental-text-link svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rig-rental-card h3,
.rig-rental-device h3,
.rig-rental-model-box h3,
.rig-rental-process__step h3 {
	margin: 0;
	color: var(--rig-color-ink);
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.25;
}

.rig-rental-card p,
.rig-rental-device p,
.rig-rental-process__step p,
.rig-rental-model-box li {
	margin: 9px 0 0;
	color: var(--rig-color-text);
	font-size: 0.93rem;
	font-weight: 500;
	line-height: 1.55;
}

.rig-rental-cta-strip {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-top: 24px;
	padding: 18px 20px;
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(15, 17, 21, 0.06);
}

.rig-rental-cta-strip p {
	margin: 4px 0 0;
	color: var(--rig-color-text);
	font-weight: 650;
	line-height: 1.5;
}

.rig-rental-cta-strip > p {
	margin: 0;
}

.rig-rental-cta-strip strong {
	color: var(--rig-color-ink);
	font-size: 1rem;
	font-weight: 850;
}

.rig-rental-split {
	display: grid;
	grid-template-columns: minmax(300px, 0.55fr) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 56px);
	align-items: start;
}

.rig-rental-split--compact {
	grid-template-columns: minmax(320px, 0.92fr) minmax(280px, 0.48fr);
	margin-bottom: 26px;
}

.rig-rental-question-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.rig-rental-question-grid .rig-rental-card {
	min-height: 160px;
	padding: 18px;
}

.rig-rental-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.rig-rental-process__step {
	position: relative;
	padding: 22px;
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(15, 17, 21, 0.06);
}

.rig-rental-process__step > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	margin-bottom: 14px;
	border-radius: 50%;
	background: var(--rig-color-red);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 900;
}

.rig-rental-section__center {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.rig-rental-model-box {
	padding: 24px;
	border: 1px solid rgba(227, 6, 19, 0.16);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(227, 6, 19, 0.08);
}

.rig-rental-model-box ul {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.rig-rental-model-box li {
	position: relative;
	padding-left: 24px;
}

.rig-rental-model-box li::before {
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--rig-color-red);
	content: "";
}

.rig-rental-section__lead a {
	color: var(--rig-color-red);
	font-weight: 800;
	text-decoration: none;
}

.rig-rental-devices {
	margin-top: 48px;
}

.rig-rental-device {
	display: grid;
	grid-template-columns: 138px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	min-height: 220px;
	padding: 18px;
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(15, 17, 21, 0.06);
}

.rig-rental-device__image {
	min-width: 0;
}

.rig-rental-placeholder--device {
	min-height: 154px;
}

.rig-rental-placeholder--device svg {
	width: 44px;
	height: 44px;
}

.rig-rental-device__models {
	color: var(--rig-color-ink) !important;
	font-weight: 800 !important;
}

.rig-rental-text-link {
	display: inline-flex;
	margin-top: 12px;
	color: var(--rig-color-red);
	font-size: 0.9rem;
	font-weight: 850;
	text-decoration: none;
}

.rig-rental-note {
	max-width: 960px;
	margin: 22px auto 0;
	padding: 14px 18px;
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 8px;
	background: #fff;
	color: var(--rig-color-text);
	font-size: 0.93rem;
	font-weight: 650;
	line-height: 1.55;
	text-align: center;
}

.rig-rental-final {
	position: relative;
	padding: clamp(62px, 7vw, 92px) 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 8%, rgba(227, 6, 19, 0.28), transparent 28%),
		linear-gradient(135deg, #07111f 0%, #101828 100%);
	color: #fff;
}

.rig-rental-final__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
	gap: clamp(28px, 5vw, 54px);
	align-items: start;
}

.rig-rental-final .rig-service-eyebrow {
	color: #ff4650;
}

.rig-rental-final__title,
.rig-rental-final__subtitle {
	color: #fff;
}

.rig-rental-final__subtitle {
	margin-top: 28px;
	font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}

.rig-rental-final__lead {
	color: rgba(255, 255, 255, 0.78);
}

.rig-rental-city-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
}

.rig-rental-city-list span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 13px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 800;
}

.rig-rental-related {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.8);
}

.rig-rental-related strong {
	color: #fff;
	font-size: 0.9rem;
}

.rig-rental-related a {
	display: inline-flex;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: #fff;
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
}

.rig-rental-faq {
	margin-top: 34px;
}

.rig-rental-contact {
	position: sticky;
	top: 94px;
}

.rig-rental-contact .rig-service-contact__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (hover: hover) and (pointer: fine) {
	.rig-rental-card,
	.rig-rental-device,
	.rig-rental-process__step,
	.rig-rental-related a,
	.rig-rental-city-list span {
		transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	}

	.rig-rental-card:hover,
	.rig-rental-device:hover,
	.rig-rental-process__step:hover {
		transform: translateY(-3px);
		border-color: rgba(227, 6, 19, 0.22);
		box-shadow: 0 20px 42px rgba(15, 17, 21, 0.09);
	}
}

@media (max-width: 1180px) {
	.rig-rental-hero__inner,
	.rig-rental-split,
	.rig-rental-split--compact,
	.rig-rental-final__inner {
		grid-template-columns: 1fr;
	}

	.rig-rental-contact {
		position: static;
	}
}

@media (max-width: 920px) {
	.rig-rental-card-grid,
	.rig-rental-audience-grid,
	.rig-rental-device-grid,
	.rig-rental-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rig-rental-hero__stats,
	.rig-rental-question-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rig-rental-cta-strip {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.rig-rental-hero {
		padding-top: 28px;
	}

	.rig-rental-hero__title {
		max-width: 100%;
		font-size: clamp(1.88rem, 8.4vw, 2.28rem);
		line-height: 1.08;
		overflow-wrap: anywhere;
	}

	.rig-rental-actions,
	.rig-rental-hero__stats,
	.rig-rental-card-grid,
	.rig-rental-audience-grid,
	.rig-rental-device-grid,
	.rig-rental-process,
	.rig-rental-question-grid,
	.rig-rental-contact .rig-service-contact__grid {
		grid-template-columns: 1fr;
	}

	.rig-rental-actions {
		display: grid;
	}

	.rig-rental-main .rig-container {
		width: calc(100vw - 28px);
		max-width: calc(100vw - 28px);
	}

	.rig-rental-hero__content,
	.rig-rental-hero__lead,
	.rig-rental-hero__note,
	.rig-rental-section__lead,
	.rig-rental-final__lead {
		width: 100%;
		max-width: calc(100vw - 28px);
	}

	.rig-rental-actions .rig-service-button {
		width: 100%;
		max-width: 100%;
	}

	.rig-rental-placeholder {
		min-height: 260px;
	}

	.rig-rental-card {
		min-height: 0;
	}

	.rig-rental-device {
		grid-template-columns: 1fr;
	}

	.rig-rental-section__title,
	.rig-rental-final__title,
	.rig-rental-final__subtitle {
		font-size: clamp(1.65rem, 7.4vw, 2.15rem);
		overflow-wrap: anywhere;
	}
}

.rig-rental-hero--refined {
	padding: clamp(34px, 5vw, 74px) 0 clamp(44px, 6vw, 82px);
	background:
		linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 52%, rgba(255,255,255,0.78) 100%),
		linear-gradient(rgba(229, 231, 235, 0.38) 1px, transparent 1px),
		linear-gradient(90deg, rgba(229, 231, 235, 0.38) 1px, transparent 1px),
		#fff;
	background-size: auto, 42px 42px, 42px 42px, auto;
}

.rig-rental-hero--refined .rig-rental-hero__inner {
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.04fr);
	gap: clamp(30px, 6vw, 82px);
}

.rig-rental-hero--refined .rig-rental-hero__title {
	max-width: 660px;
	font-size: clamp(2.32rem, 4.25vw, 4.08rem);
}

.rig-rental-hero--refined .rig-rental-hero__lead {
	max-width: 660px;
}

.rig-rental-photo-placeholder {
	position: relative;
	display: grid;
	min-height: 360px;
	place-items: center;
	gap: 13px;
	overflow: hidden;
	border: 1px dashed rgba(227, 6, 19, 0.36);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(227, 6, 19, 0.08), rgba(17, 24, 39, 0.05)),
		repeating-linear-gradient(-45deg, rgba(227, 6, 19, 0.04) 0 10px, transparent 10px 22px),
		#fff;
	color: var(--rig-color-red);
	text-align: center;
}

.rig-rental-photo-placeholder::after {
	position: absolute;
	inset: 16px;
	border: 1px solid rgba(255, 255, 255, 0.76);
	border-radius: 8px;
	content: "";
	pointer-events: none;
}

.rig-rental-photo-placeholder__icon {
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border: 1px solid rgba(227, 6, 19, 0.22);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 34px rgba(15, 17, 21, 0.08);
}

.rig-rental-photo-placeholder svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rig-rental-photo-placeholder--image {
	border-style: solid;
	background: #f5f6f8;
}

.rig-rental-photo-placeholder--image::after {
	display: none;
}

.rig-rental-photo-placeholder--image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	object-position: center;
}

.rig-rental-photo-placeholder span:last-child {
	position: relative;
	z-index: 1;
	max-width: 260px;
	color: var(--rig-color-ink);
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1.35;
}

.rig-rental-photo-placeholder--hero {
	min-height: clamp(360px, 42vw, 560px);
}

.rig-rental-benefits-layout,
.rig-rental-selection-grid,
.rig-rental-cooperation-layout,
.rig-rental-audience-layout,
.rig-rental-devices__header {
	display: grid;
	gap: clamp(24px, 4vw, 54px);
	align-items: start;
}

.rig-rental-benefits-layout {
	grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
	align-items: center;
}

.rig-rental-benefits-intro {
	position: sticky;
	top: 106px;
}

.rig-rental-benefits-board {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.78fr);
	gap: clamp(20px, 3vw, 34px);
	align-items: center;
}

.rig-rental-benefit-feature,
.rig-rental-model-item,
.rig-rental-segment {
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(15, 17, 21, 0.06);
}

.rig-rental-benefit-feature {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 20px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 247, 0.94)),
		#fff;
}

.rig-rental-benefit-feature .rig-rental-card__icon {
	width: 58px;
	height: 58px;
	margin-bottom: 0;
}

.rig-rental-benefit-feature h3,
.rig-rental-model-item h3,
.rig-rental-segment h3,
.rig-rental-check-panel h3 {
	margin: 0;
	color: var(--rig-color-ink);
	font-size: 1.08rem;
	font-weight: 870;
	line-height: 1.2;
}

.rig-rental-benefit-feature p,
.rig-rental-model-item p,
.rig-rental-segment p {
	margin: 9px 0 0;
	color: var(--rig-color-text);
	font-size: 0.94rem;
	font-weight: 520;
	line-height: 1.52;
}

.rig-rental-benefit-stack {
	display: grid;
	gap: 20px;
}

.rig-rental-benefit-stack .rig-rental-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 0;
	padding: clamp(20px, 2.4vw, 28px);
	box-shadow: 0 22px 48px rgba(15, 17, 21, 0.08);
}

.rig-rental-benefit-stack .rig-rental-card__icon {
	grid-row: 1 / span 2;
	width: 62px;
	height: 62px;
	margin-bottom: 0;
}

.rig-rental-benefit-stack .rig-rental-card h3,
.rig-rental-benefit-stack .rig-rental-card p {
	grid-column: 2;
}

.rig-rental-benefits-photo {
	position: relative;
	min-height: clamp(520px, 43vw, 660px);
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 8px;
	background: #f4f5f7;
	box-shadow: 0 28px 64px rgba(15, 17, 21, 0.11);
}

.rig-rental-benefits-photo::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 17, 21, 0) 48%, rgba(15, 17, 21, 0.18) 100%);
	content: "";
	pointer-events: none;
}

.rig-rental-benefits-photo img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.rig-rental-benefits-photo .rig-rental-benefit-feature {
	position: absolute;
	z-index: 1;
	right: clamp(18px, 3vw, 34px);
	bottom: clamp(18px, 3vw, 34px);
	left: clamp(18px, 3vw, 34px);
	border-color: rgba(255, 255, 255, 0.74);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 22px 44px rgba(15, 17, 21, 0.18);
	backdrop-filter: blur(8px);
}

.rig-rental-cta-strip--strong,
.rig-rental-section--cooperation .rig-rental-cta-strip {
	border-color: rgba(227, 6, 19, 0.22);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 247, 0.96)),
		#fff;
}

.rig-rental-selection-grid {
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
	align-items: stretch;
}

.rig-rental-selection-copy {
	display: flex;
	flex-direction: column;
}

.rig-rental-check-panel {
	margin-top: auto;
	padding: 22px;
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(15, 17, 21, 0.06);
}

.rig-rental-check-panel ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.rig-rental-check-panel li {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 10px;
	border: 1px solid rgba(227, 6, 19, 0.16);
	border-radius: 8px;
	background: #fff7f7;
	color: var(--rig-color-ink);
	font-size: 0.86rem;
	font-weight: 780;
	line-height: 1.25;
}

.rig-rental-check-panel li::before {
	width: 8px;
	height: 8px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--rig-color-red);
	content: "";
}

.rig-rental-photo-placeholder--wide {
	min-height: 100%;
}

.rig-rental-process--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(24px, 4vw, 38px);
}

.rig-rental-process--three .rig-rental-process__step {
	position: relative;
	overflow: hidden;
}

.rig-rental-process--three .rig-rental-process__step::after {
	position: absolute;
	right: -28px;
	bottom: -28px;
	width: 86px;
	height: 86px;
	border: 1px solid rgba(227, 6, 19, 0.14);
	border-radius: 50%;
	content: "";
}

.rig-rental-cooperation-layout {
	grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
	align-items: center;
}

.rig-rental-model-orbit {
	position: relative;
	display: grid;
	grid-template-columns: minmax(190px, 1fr) minmax(190px, 0.82fr) minmax(190px, 1fr);
	grid-template-rows: repeat(3, minmax(120px, auto));
	gap: 18px 22px;
	align-items: center;
	min-height: 520px;
}

.rig-rental-model-orbit::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 280px;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(227, 6, 19, 0.18);
	border-radius: 50%;
	background:
		linear-gradient(rgba(227, 6, 19, 0.13), rgba(227, 6, 19, 0.13)) center / 100% 1px no-repeat,
		linear-gradient(90deg, rgba(227, 6, 19, 0.13), rgba(227, 6, 19, 0.13)) center / 1px 100% no-repeat;
	content: "";
	pointer-events: none;
}

.rig-rental-model-center {
	position: relative;
	z-index: 2;
	grid-column: 2;
	grid-row: 1 / 4;
	display: grid;
	width: min(210px, 100%);
	aspect-ratio: 1;
	place-items: center;
	justify-self: center;
	padding: 24px;
	border: 1px solid rgba(227, 6, 19, 0.22);
	border-radius: 50%;
	background:
		linear-gradient(145deg, #fff, #fff1f2),
		#fff;
	box-shadow: 0 22px 46px rgba(227, 6, 19, 0.14);
	color: var(--rig-color-ink);
	text-align: center;
}

.rig-rental-model-center span,
.rig-rental-model-center strong {
	display: block;
}

.rig-rental-model-center span {
	font-size: 1.04rem;
	font-weight: 900;
	line-height: 1.18;
}

.rig-rental-model-center strong {
	margin-top: 8px;
	color: var(--rig-color-red);
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1.22;
	text-transform: lowercase;
}

.rig-rental-model-item {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px 14px;
	align-items: start;
	padding: 17px;
}

.rig-rental-model-item > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(227, 6, 19, 0.18);
	border-radius: 8px;
	background: #fff7f7;
	color: var(--rig-color-red);
}

.rig-rental-model-item svg,
.rig-rental-segment svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rig-rental-model-item h3,
.rig-rental-model-item p {
	grid-column: 2;
}

.rig-rental-model-item h3 {
	align-self: center;
}

.rig-rental-model-item--1 {
	grid-column: 1;
	grid-row: 1;
}

.rig-rental-model-item--2 {
	grid-column: 3;
	grid-row: 1;
}

.rig-rental-model-item--3 {
	grid-column: 1;
	grid-row: 2;
}

.rig-rental-model-item--4 {
	grid-column: 3;
	grid-row: 2;
}

.rig-rental-model-item--5 {
	grid-column: 1;
	grid-row: 3;
}

.rig-rental-model-item--6 {
	grid-column: 3;
	grid-row: 3;
}

.rig-rental-section--cooperation .rig-container {
	max-width: min(1380px, calc(100vw - 40px));
}

.rig-rental-cooperation-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(34px, 5vw, 58px);
}

.rig-rental-cooperation-copy {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
	gap: clamp(26px, 5vw, 70px);
	align-items: end;
}

.rig-rental-cooperation-copy .rig-rental-section__lead {
	max-width: 680px;
	margin-top: 0;
}

.rig-rental-model-orbit {
	isolation: isolate;
	grid-template-columns: minmax(230px, 1fr) minmax(230px, 0.58fr) minmax(230px, 1fr);
	grid-template-rows: repeat(3, minmax(138px, auto));
	gap: 28px clamp(76px, 8vw, 132px);
	min-height: 620px;
	padding: 28px 0;
}

.rig-rental-model-orbit::before {
	z-index: 0;
	width: clamp(250px, 24vw, 340px);
	height: clamp(250px, 24vw, 340px);
	border-color: rgba(227, 6, 19, 0.2);
	background:
		radial-gradient(circle, rgba(227, 6, 19, 0.11), transparent 63%),
		linear-gradient(rgba(227, 6, 19, 0.12), rgba(227, 6, 19, 0.12)) center / 100% 1px no-repeat,
		linear-gradient(90deg, rgba(227, 6, 19, 0.12), rgba(227, 6, 19, 0.12)) center / 1px 100% no-repeat;
}

.rig-rental-model-orbit::after {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: clamp(170px, 17vw, 240px);
	height: clamp(170px, 17vw, 240px);
	transform: translate(-50%, -50%);
	border: 1px solid rgba(227, 6, 19, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.48);
	box-shadow: 0 0 80px rgba(227, 6, 19, 0.12);
	content: "";
	pointer-events: none;
}

.rig-rental-model-lines {
	position: absolute;
	z-index: 1;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.rig-rental-model-lines__path {
	fill: none;
	stroke: rgba(227, 6, 19, 0.42);
	stroke-width: 0.42;
	stroke-linecap: round;
	stroke-dasharray: 4 4;
	vector-effect: non-scaling-stroke;
	animation: rig-rental-flow-line 3.4s linear infinite;
}

.rig-rental-model-lines__path--2,
.rig-rental-model-lines__path--5 {
	stroke: rgba(227, 6, 19, 0.52);
	stroke-width: 0.5;
}

.rig-rental-model-lines__path--3,
.rig-rental-model-lines__path--6 {
	animation-delay: -1.2s;
}

.rig-rental-model-lines__dot {
	fill: var(--rig-color-red);
	stroke: rgba(255, 255, 255, 0.94);
	stroke-width: 1.1;
	filter: drop-shadow(0 0 7px rgba(227, 6, 19, 0.38));
	vector-effect: non-scaling-stroke;
}

.rig-rental-model-center {
	z-index: 4;
	width: clamp(210px, 18vw, 250px);
	box-shadow:
		0 0 0 12px rgba(255, 255, 255, 0.78),
		0 24px 58px rgba(227, 6, 19, 0.18);
	animation: rig-rental-center-pulse 2.8s ease-in-out infinite;
}

.rig-rental-model-center::after {
	position: absolute;
	inset: -14px;
	z-index: -1;
	border: 1px solid rgba(227, 6, 19, 0.22);
	border-radius: 50%;
	content: "";
	animation: rig-rental-center-ring 2.8s ease-out infinite;
}

.rig-rental-model-center__icon {
	display: grid !important;
	width: 56px;
	height: 56px;
	place-items: center;
	margin: 0 auto 12px;
	border: 1px solid rgba(227, 6, 19, 0.2);
	border-radius: 16px;
	background: #fff;
	color: var(--rig-color-red);
	box-shadow: 0 14px 28px rgba(227, 6, 19, 0.12);
}

.rig-rental-model-center__icon svg {
	width: 31px;
	height: 31px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.rig-rental-model-center span:not(.rig-rental-model-center__icon) {
	font-size: 1.1rem;
}

.rig-rental-model-item {
	z-index: 3;
	min-height: 142px;
	padding: 20px;
	backdrop-filter: blur(10px);
}

.rig-rental-model-item::before {
	position: absolute;
	display: none;
	top: 50%;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--rig-color-red);
	box-shadow: 0 0 0 6px rgba(227, 6, 19, 0.1);
	content: "";
}

.rig-rental-model-item--1::before,
.rig-rental-model-item--3::before,
.rig-rental-model-item--5::before {
	right: -7px;
}

.rig-rental-model-item--2::before,
.rig-rental-model-item--4::before,
.rig-rental-model-item--6::before {
	left: -7px;
}

@keyframes rig-rental-flow-line {
	to {
		stroke-dashoffset: -32;
	}
}

@keyframes rig-rental-center-pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.025);
	}
}

@keyframes rig-rental-center-ring {
	0% {
		opacity: 0.8;
		transform: scale(0.92);
	}
	100% {
		opacity: 0;
		transform: scale(1.22);
	}
}

.rig-rental-audience-layout {
	grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
	margin-bottom: clamp(38px, 5vw, 62px);
}

.rig-rental-segment-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.rig-rental-segment {
	display: grid;
	min-height: 134px;
	align-content: start;
	padding: 18px;
}

.rig-rental-segment > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	margin-bottom: 12px;
	border-radius: 8px;
	background: rgba(227, 6, 19, 0.08);
	color: var(--rig-color-red);
}

.rig-rental-devices {
	padding-top: clamp(36px, 5vw, 54px);
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.rig-rental-devices__header {
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
	margin-bottom: 24px;
}

.rig-rental-devices .rig-rental-devices__header {
	grid-template-columns: minmax(0, 980px);
	max-width: 980px;
}

.rig-rental-devices__caption {
	max-width: 760px;
	margin: 16px 0 0;
	color: var(--rig-color-ink);
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.5;
}

.rig-rental-photo-placeholder--device-wide {
	min-height: 240px;
}

.rig-rental-device {
	grid-template-columns: 1fr;
}

.rig-rental-devices .rig-rental-device-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rig-rental-device--model {
	align-content: start;
	min-height: 0;
	padding: 18px;
	text-align: center;
}

.rig-rental-device__image {
	margin-bottom: 4px;
}

.rig-rental-device--model .rig-rental-device__image {
	display: grid;
	aspect-ratio: 1 / 1;
	place-items: center;
	margin-bottom: 16px;
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 8px;
	background: #fff;
}

.rig-rental-device--model .rig-rental-device__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.rig-rental-device--model h3 {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.25;
}

.rig-rental-photo-placeholder--device {
	min-height: 168px;
}

.rig-rental-photo-placeholder--device .rig-rental-photo-placeholder__icon {
	width: 56px;
	height: 56px;
}

.rig-rental-photo-placeholder--device svg {
	width: 34px;
	height: 34px;
}

.rig-rental-final {
	background:
		linear-gradient(135deg, rgba(7, 17, 31, 0.98), rgba(16, 24, 40, 0.98)),
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		#07111f;
	background-size: auto, 46px 46px, 46px 46px, auto;
}

@media (hover: hover) and (pointer: fine) {
	.rig-rental-benefit-feature,
	.rig-rental-model-item,
	.rig-rental-segment,
	.rig-rental-benefits-photo,
	.rig-rental-photo-placeholder {
		transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	}

	.rig-rental-benefit-feature:hover,
	.rig-rental-model-item:hover,
	.rig-rental-segment:hover,
	.rig-rental-benefits-photo:hover,
	.rig-rental-photo-placeholder:hover {
		transform: translateY(-3px);
		border-color: rgba(227, 6, 19, 0.24);
		box-shadow: 0 22px 44px rgba(15, 17, 21, 0.09);
	}
}

@media (max-width: 1180px) {
	.rig-rental-hero--refined .rig-rental-hero__inner,
	.rig-rental-benefits-layout,
	.rig-rental-selection-grid,
	.rig-rental-cooperation-layout,
	.rig-rental-audience-layout,
	.rig-rental-devices__header {
		grid-template-columns: 1fr;
	}

	.rig-rental-benefits-intro {
		position: static;
	}

	.rig-rental-benefits-photo {
		min-height: clamp(430px, 54vw, 560px);
	}

	.rig-rental-photo-placeholder--wide {
		min-height: 320px;
	}

	.rig-rental-devices .rig-rental-device-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rig-rental-cooperation-copy {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.rig-rental-cooperation-copy .rig-rental-section__lead {
		max-width: 760px;
	}
}

@media (max-width: 980px) {
	.rig-rental-benefits-board,
	.rig-rental-segment-grid,
	.rig-rental-process--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rig-rental-model-orbit {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		min-height: 0;
	}

	.rig-rental-model-orbit::before {
		display: none;
	}

	.rig-rental-model-lines,
	.rig-rental-model-item::before {
		display: none;
	}

	.rig-rental-model-center {
		grid-column: 1 / -1;
		grid-row: auto;
		width: 220px;
		margin-bottom: 8px;
	}

	.rig-rental-model-item,
	.rig-rental-model-item--1,
	.rig-rental-model-item--2,
	.rig-rental-model-item--3,
	.rig-rental-model-item--4,
	.rig-rental-model-item--5,
	.rig-rental-model-item--6 {
		grid-column: auto;
		grid-row: auto;
	}
}

@media (max-width: 820px) {
	.rig-rental-benefits-board {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.rig-service-page,
	.rig-rental-main {
		width: 100%;
		max-width: 100vw;
		overflow-x: hidden;
	}

	.rig-rental-hero--refined .rig-rental-hero__title {
		font-size: clamp(1.95rem, 9vw, 2.5rem);
	}

	.rig-rental-section--benefits .rig-rental-section__title {
		font-size: clamp(1.72rem, 7.2vw, 1.95rem);
		line-height: 1.12;
	}

	.rig-rental-section--benefits .rig-rental-benefits-intro,
	.rig-rental-section--benefits .rig-rental-section__title,
	.rig-rental-section--benefits .rig-rental-section__lead {
		width: 100%;
		max-width: min(330px, 100%);
	}

	.rig-rental-benefits-board,
	.rig-rental-benefit-stack,
	.rig-rental-check-panel ul,
	.rig-rental-segment-grid,
	.rig-rental-process--three,
	.rig-rental-model-orbit {
		grid-template-columns: 1fr;
	}

	.rig-rental-photo-placeholder--hero {
		min-height: 290px;
	}

	.rig-rental-hero--refined .rig-rental-hero__inner,
	.rig-rental-benefits-layout,
	.rig-rental-benefits-board,
	.rig-rental-selection-grid,
	.rig-rental-cooperation-layout,
	.rig-rental-audience-layout,
	.rig-rental-devices__header,
	.rig-rental-final__inner {
		width: 100%;
		max-width: 100%;
	}

	.rig-rental-main p,
	.rig-rental-main h1,
	.rig-rental-main h2,
	.rig-rental-main h3,
	.rig-rental-main li,
	.rig-rental-main a,
	.rig-rental-main button {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.rig-rental-photo-placeholder--wide,
	.rig-rental-photo-placeholder--device-wide {
		min-height: 250px;
	}

	.rig-rental-model-center {
		width: 190px;
	}

	.rig-rental-model-item h3,
	.rig-rental-model-item p {
		grid-column: 1 / -1;
	}

	.rig-rental-benefits-photo {
		display: grid;
		min-height: 0;
	}

	.rig-rental-benefits-photo::after {
		display: none;
	}

	.rig-rental-benefits-photo img {
		position: static;
		aspect-ratio: 4 / 5;
		height: auto;
	}

	.rig-rental-benefits-photo .rig-rental-benefit-feature {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		margin: 12px;
		border-color: rgba(17, 24, 39, 0.08);
		box-shadow: 0 16px 34px rgba(15, 17, 21, 0.08);
		backdrop-filter: none;
	}

	.rig-rental-devices .rig-rental-device-grid {
		grid-template-columns: 1fr;
	}
}

.rig-sales-main {
	overflow: hidden;
	background:
		linear-gradient(rgba(17, 24, 39, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 24, 39, 0.035) 1px, transparent 1px),
		#f7f8fb;
	background-size: 42px 42px, 42px 42px, auto;
	color: var(--rig-color-ink);
}

.rig-sales-main .rig-container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.rig-sales-hero {
	padding: clamp(70px, 8vw, 118px) 0 clamp(48px, 6vw, 82px);
	background:
		radial-gradient(circle at 88% 14%, rgba(227, 6, 19, 0.12), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(247, 248, 251, 0.94));
}

.rig-sales-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.9fr);
	gap: clamp(28px, 4.5vw, 58px);
	align-items: center;
}

.rig-sales-hero__content,
.rig-sales-hero__media {
	min-width: 0;
}

.rig-sales-hero__title {
	max-width: 650px;
	margin: 0;
	color: #151922;
	font-size: clamp(2.35rem, 4.25vw, 4.2rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
}

.rig-sales-hero__lead {
	max-width: 680px;
	margin: 24px 0 0;
	color: #3f4753;
	font-size: clamp(1.02rem, 1.5vw, 1.22rem);
	font-weight: 600;
	line-height: 1.65;
}

.rig-sales-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.rig-sales-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.rig-sales-stats li {
	padding: 18px 20px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 18px 42px rgba(15, 17, 21, 0.06);
}

.rig-sales-stats strong,
.rig-sales-stats span {
	display: block;
}

.rig-sales-stats strong {
	color: #151922;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.18;
}

.rig-sales-stats span {
	margin-top: 5px;
	color: #667085;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.25;
}

.rig-sales-hero__media {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 28px;
	box-shadow: 0 30px 70px rgba(15, 17, 21, 0.16);
}

.rig-sales-hero__media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.16));
	pointer-events: none;
}

.rig-sales-hero__media img,
.rig-sales-sense__media img,
.rig-sales-purchase__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rig-sales-products {
	background: rgba(255, 255, 255, 0.82);
}

.rig-sales-brand-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 28px auto 32px;
}

.rig-sales-brand-strip span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 9px 17px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 999px;
	background: #fff;
	color: #1f2937;
	font-size: 0.86rem;
	font-weight: 900;
	box-shadow: 0 12px 26px rgba(15, 17, 21, 0.05);
}

.rig-sales-device-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.rig-sales-device,
.rig-sales-choice-card,
.rig-sales-compact-card {
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 17, 21, 0.07);
}

.rig-sales-device {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	padding: 20px;
}

.rig-sales-device__image {
	display: grid;
	aspect-ratio: 1 / 1;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.06);
	border-radius: 8px;
	background: #fff;
}

.rig-sales-device__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rig-sales-device__category {
	margin: 0 0 8px;
	color: #e30613;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.3;
}

.rig-sales-device h3,
.rig-sales-choice-card h3,
.rig-sales-compact-card h3,
.rig-sales-purchase-item h3 {
	margin: 0;
	color: #151922;
	font-size: 1.16rem;
	font-weight: 900;
	line-height: 1.2;
}

.rig-sales-device p,
.rig-sales-choice-card p,
.rig-sales-compact-card p,
.rig-sales-purchase-item p {
	margin: 12px 0 0;
	color: #4b5563;
	font-size: 0.96rem;
	font-weight: 600;
	line-height: 1.55;
}

.rig-sales-note {
	max-width: 960px;
	margin: 26px auto 0;
	padding: 18px 22px;
	border: 1px solid rgba(227, 6, 19, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
	color: #202733;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.55;
	text-align: center;
	box-shadow: 0 14px 34px rgba(15, 17, 21, 0.05);
}

.rig-sales-sense {
	background:
		radial-gradient(circle at 26% 20%, rgba(227, 6, 19, 0.08), transparent 28%),
		#f7f8fb;
}

.rig-sales-sense__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr) minmax(0, 0.88fr);
	gap: clamp(24px, 4vw, 42px);
	align-items: center;
}

.rig-sales-sense__media {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 28px;
	box-shadow: 0 24px 64px rgba(15, 17, 21, 0.14);
}

.rig-sales-sense__media img {
	aspect-ratio: 4 / 5;
}

.rig-sales-sense__cards {
	display: grid;
	gap: 14px;
}

.rig-sales-compact-card,
.rig-sales-choice-card {
	padding: 22px;
}

.rig-sales-compact-card > span,
.rig-sales-choice-card > span,
.rig-sales-purchase-item > span {
	display: inline-grid;
	width: 52px;
	height: 52px;
	place-items: center;
	margin-bottom: 18px;
	border: 1px solid rgba(227, 6, 19, 0.18);
	border-radius: 8px;
	background: rgba(227, 6, 19, 0.06);
	color: #e30613;
}

.rig-sales-compact-card svg,
.rig-sales-choice-card svg,
.rig-sales-purchase-item svg {
	width: 28px;
	height: 28px;
	stroke-width: 2;
}

.rig-sales-inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 0;
}

.rig-sales-inline-links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid rgba(227, 6, 19, 0.2);
	border-radius: 999px;
	background: #fff;
	color: #e30613;
	font-size: 0.88rem;
	font-weight: 900;
	text-decoration: none;
}

.rig-sales-choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 26px;
}

.rig-sales-purchase {
	background: #fff;
}

.rig-sales-purchase__inner {
	display: grid;
	grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
	gap: clamp(30px, 5vw, 64px);
	align-items: center;
}

.rig-sales-purchase__media {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 28px;
	box-shadow: 0 24px 64px rgba(15, 17, 21, 0.12);
}

.rig-sales-purchase__media img {
	aspect-ratio: 4 / 3;
}

.rig-sales-purchase-list {
	display: grid;
	gap: 16px;
	margin: 26px 0 28px;
}

.rig-sales-purchase-item {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.rig-sales-purchase-item > span {
	margin: 0;
}

.rig-sales-final {
	background:
		radial-gradient(circle at 90% 0%, rgba(227, 6, 19, 0.28), transparent 26%),
		linear-gradient(135deg, rgba(7, 17, 31, 0.98), rgba(16, 24, 40, 0.98)),
		#07111f;
}

.rig-sales-related {
	margin: 22px 0;
}

@media (hover: hover) and (pointer: fine) {
	.rig-sales-device,
	.rig-sales-choice-card,
	.rig-sales-compact-card,
	.rig-sales-brand-strip span {
		transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	}

	.rig-sales-device:hover,
	.rig-sales-choice-card:hover,
	.rig-sales-compact-card:hover,
	.rig-sales-brand-strip span:hover {
		transform: translateY(-3px);
		border-color: rgba(227, 6, 19, 0.22);
		box-shadow: 0 24px 52px rgba(15, 17, 21, 0.1);
	}
}

@media (max-width: 1100px) {
	.rig-sales-hero__inner,
	.rig-sales-sense__inner,
	.rig-sales-purchase__inner {
		grid-template-columns: 1fr;
	}

	.rig-sales-hero__media {
		max-width: 760px;
	}

	.rig-sales-sense__media {
		max-width: 520px;
	}
}

@media (max-width: 860px) {
	.rig-sales-device-grid,
	.rig-sales-choice-grid {
		grid-template-columns: 1fr;
	}

	.rig-sales-device {
		grid-template-columns: 180px minmax(0, 1fr);
	}
}

@media (max-width: 640px) {
	.rig-sales-main,
	.rig-sales-main * {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.rig-sales-main .rig-container {
		width: calc(100% - 32px);
	}

	.rig-sales-hero {
		padding: 44px 0 38px;
	}

	.rig-sales-hero__inner {
		display: block;
	}

	.rig-sales-hero__content,
	.rig-sales-hero__media {
		width: 100%;
	}

	.rig-sales-hero__content {
		max-width: 330px;
	}

	.rig-sales-hero__title {
		max-width: 100%;
		font-size: clamp(1.32rem, 5.35vw, 1.58rem);
		line-height: 1.16;
	}

	.rig-sales-hero__lead {
		max-width: 100%;
		font-size: 0.84rem;
		line-height: 1.5;
	}

	.rig-sales-main .rig-rental-section__title,
	.rig-sales-main .rig-rental-final__title {
		max-width: 330px;
		font-size: clamp(1.5rem, 6.2vw, 1.88rem);
		line-height: 1.16;
	}

	.rig-sales-main .rig-rental-section__lead,
	.rig-sales-main .rig-rental-final__lead {
		max-width: 330px;
		font-size: 0.92rem;
		line-height: 1.52;
	}

	.rig-sales-actions {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.rig-sales-stats {
		grid-template-columns: 1fr;
	}

	.rig-sales-actions .rig-service-button {
		min-width: 0;
		width: 100%;
		white-space: normal;
	}

	.rig-sales-hero__media,
	.rig-sales-sense__media,
	.rig-sales-purchase__media {
		border-radius: 18px;
	}

	.rig-sales-device {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.rig-sales-device__image {
		max-width: 260px;
		margin: 0 auto;
	}

	.rig-sales-compact-card,
	.rig-sales-choice-card {
		padding: 18px;
	}

	.rig-sales-purchase-item {
		grid-template-columns: 1fr;
	}
}

/* Sales page hero: editorial split premium. */
.rig-sales-hero {
	position: relative;
	padding: clamp(58px, 6vw, 86px) 0 clamp(44px, 5vw, 70px);
	background:
		linear-gradient(rgba(17, 24, 39, 0.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 24, 39, 0.026) 1px, transparent 1px),
		#f7f8fb;
	background-size: 42px 42px, 42px 42px, auto;
}

.rig-sales-hero__frame {
	position: relative;
	min-height: clamp(520px, 45vw, 620px);
	padding: clamp(74px, 7vw, 112px) clamp(54px, 5vw, 70px);
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.045);
	border-radius: 18px;
	background:
		radial-gradient(circle at 78% 45%, rgba(227, 6, 19, 0.12), transparent 33%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.94));
	box-shadow: 0 34px 90px rgba(15, 17, 21, 0.1);
}

.rig-sales-hero__frame::before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		radial-gradient(circle at 8% 12%, rgba(227, 6, 19, 0.08) 0 1px, transparent 2px),
		radial-gradient(circle at 92% 72%, rgba(227, 6, 19, 0.1) 0 2px, transparent 3px);
	background-size: 12px 12px, 100% 100%;
	opacity: 0.16;
	pointer-events: none;
}

.rig-sales-hero__circuit {
	position: absolute;
	z-index: 0;
	width: 260px;
	height: 78px;
	color: rgba(227, 6, 19, 0.14);
	border-color: rgba(227, 6, 19, 0.14);
	pointer-events: none;
}

.rig-sales-hero__circuit::before,
.rig-sales-hero__circuit::after {
	position: absolute;
	content: "";
	background: rgba(227, 6, 19, 0.16);
}

.rig-sales-hero__circuit::before {
	width: 100%;
	height: 1px;
}

.rig-sales-hero__circuit::after {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.06);
}

.rig-sales-hero__circuit--top {
	top: 70px;
	left: 0;
	border-top: 1px solid;
	border-left: 1px solid;
	transform: skewX(34deg);
}

.rig-sales-hero__circuit--top::before {
	top: -1px;
	right: 0;
	transform: translateX(64%);
}

.rig-sales-hero__circuit--top::after {
	bottom: -2px;
	left: 68px;
}

.rig-sales-hero__circuit--bottom {
	bottom: 48px;
	left: 78px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transform: skewX(-36deg);
}

.rig-sales-hero__circuit--bottom::before {
	right: 0;
	bottom: -1px;
	transform: translateX(-84%);
}

.rig-sales-hero__circuit--bottom::after {
	top: -2px;
	right: 52px;
}

.rig-sales-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(430px, 0.9fr) minmax(430px, 1fr);
	gap: clamp(34px, 4vw, 58px);
	align-items: center;
}

.rig-sales-hero__content {
	max-width: 530px;
}

.rig-sales-hero__title {
	max-width: 540px;
	margin: 0;
	color: #151922;
	font-size: clamp(2.5rem, 3.05vw, 3.45rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.07;
}

.rig-sales-hero__lead {
	max-width: 500px;
	margin: 24px 0 0;
	color: #2f3743;
	font-size: clamp(0.98rem, 1vw, 1.08rem);
	font-weight: 600;
	line-height: 1.66;
}

.rig-sales-actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 14px;
	margin-top: 30px;
}

.rig-sales-actions .rig-service-button {
	flex: 0 0 auto;
	min-height: 52px;
	border-radius: 7px;
	padding: 0 20px;
	box-shadow: none;
	font-size: 0.95rem;
	white-space: nowrap;
}

.rig-sales-actions .rig-service-button--primary {
	box-shadow: 0 18px 34px rgba(227, 6, 19, 0.22);
}

.rig-sales-hero .rig-sales-stats {
	display: none;
}

.rig-sales-hero__media {
	position: relative;
	justify-self: end;
	width: min(510px, 100%);
	aspect-ratio: 1.08 / 1;
	margin: 0;
	overflow: visible;
	border: 0;
	border-radius: 66px 36px 72px 38px;
	box-shadow: none;
	transform: rotate(-3deg);
}

.rig-sales-hero__media::before {
	position: absolute;
	inset: -12px -14px -18px -10px;
	content: "";
	border: 1px solid rgba(227, 6, 19, 0.2);
	border-radius: 76px 42px 84px 44px;
	transform: rotate(4deg);
	pointer-events: none;
}

.rig-sales-hero__media::after {
	display: none;
}

.rig-sales-hero__media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
	box-shadow: 0 28px 70px rgba(15, 17, 21, 0.16);
	transform: rotate(3deg);
}

.rig-sales-hero__icon-card {
	position: absolute;
	right: -14px;
	bottom: 30px;
	z-index: 2;
	display: grid;
	width: 92px;
	height: 92px;
	place-items: center;
	border: 1px solid rgba(17, 24, 39, 0.07);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.96);
	color: #e30613;
	box-shadow: 0 22px 52px rgba(15, 17, 21, 0.14);
	transform: rotate(3deg);
}

.rig-sales-hero__icon-card::after {
	position: absolute;
	right: -9px;
	bottom: -8px;
	width: 12px;
	height: 12px;
	content: "";
	border: 3px solid #fff;
	border-radius: 999px;
	background: #e30613;
	box-shadow: 0 8px 18px rgba(227, 6, 19, 0.28);
}

.rig-sales-hero__icon-card svg {
	width: 42px;
	height: 42px;
	stroke-width: 1.75;
}

.rig-sales-hero__icon-card svg,
.rig-sales-hero__icon-card svg * {
	fill: none;
	stroke: #e30613;
}

@media (max-width: 1100px) {
	.rig-sales-hero__frame {
		padding: clamp(48px, 6vw, 74px) clamp(26px, 5vw, 58px);
	}

	.rig-sales-hero__inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.rig-sales-hero__content {
		max-width: 560px;
	}

	.rig-sales-hero__media {
		justify-self: start;
		width: min(620px, 100%);
	}
}

@media (max-width: 640px) {
	.rig-sales-hero {
		padding: 24px 0 40px;
	}

	.rig-sales-hero__frame {
		min-height: 0;
		padding: 38px 18px 22px;
		border-radius: 18px;
		box-shadow: 0 20px 46px rgba(15, 17, 21, 0.08);
	}

	.rig-sales-hero__frame::before,
	.rig-sales-hero__circuit {
		display: none;
	}

	.rig-sales-hero__inner {
		display: grid;
		gap: 24px;
	}

	.rig-sales-hero__content {
		max-width: 330px;
	}

	.rig-sales-hero__title {
		max-width: 330px;
		font-size: clamp(1.62rem, 7.4vw, 2.02rem);
		line-height: 1.12;
	}

	.rig-sales-hero__lead {
		max-width: 330px;
		font-size: 0.91rem;
		line-height: 1.52;
	}

	.rig-sales-actions {
		display: grid;
		width: 100%;
		max-width: 330px;
		grid-template-columns: 1fr;
	}

	.rig-sales-actions .rig-service-button {
		width: 100%;
		min-height: 48px;
		white-space: normal;
	}

	.rig-sales-hero__media {
		width: 100%;
		max-width: 330px;
		aspect-ratio: 1.12 / 1;
		border-radius: 16px;
		transform: none;
	}

	.rig-sales-hero__media::before {
		display: none;
	}

	.rig-sales-hero__media img {
		border-radius: 16px;
		transform: none;
	}

	.rig-sales-hero__icon-card {
		right: auto;
		bottom: 12px;
		left: 12px;
		width: 58px;
		height: 58px;
		border-radius: 9px;
		transform: none;
	}

	.rig-sales-hero__icon-card::after {
		right: -6px;
		bottom: -6px;
		width: 9px;
		height: 9px;
		border-width: 2px;
	}

	.rig-sales-hero__icon-card svg {
		width: 28px;
		height: 28px;
	}
}

/* Sales page decision tree section. */
.rig-sales-sense {
	position: relative;
	padding: clamp(78px, 7vw, 112px) 0 clamp(58px, 6vw, 88px);
	overflow: hidden;
	background:
		radial-gradient(circle at 27% 32%, rgba(227, 6, 19, 0.055), transparent 32%),
		radial-gradient(circle at 78% 50%, rgba(17, 24, 39, 0.045), transparent 34%),
		linear-gradient(rgba(17, 24, 39, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 24, 39, 0.022) 1px, transparent 1px),
		#f7f8fb;
	background-size: auto, auto, 42px 42px, 42px 42px, auto;
}

.rig-sales-sense > .rig-container {
	width: min(1640px, calc(100% - 80px));
}

.rig-sales-sense__layout {
	display: grid;
	grid-template-columns: minmax(540px, 0.74fr) minmax(900px, 1fr);
	gap: clamp(42px, 4vw, 66px);
	align-items: start;
}

.rig-sales-sense__left {
	min-width: 0;
}

.rig-sales-sense__copy {
	max-width: 560px;
}

.rig-sales-sense .rig-rental-section__title {
	max-width: 600px;
	font-size: clamp(2.45rem, 3vw, 3.75rem);
	line-height: 1.08;
}

.rig-sales-sense .rig-rental-section__lead {
	max-width: 520px;
	margin-top: 22px;
	color: #34404f;
	font-size: clamp(0.96rem, 1vw, 1.07rem);
	font-weight: 600;
	line-height: 1.68;
}

.rig-sales-sense .rig-sales-inline-links {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	margin: 28px 0 0;
}

.rig-sales-sense .rig-sales-inline-links a {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 20px;
	border: 1px solid rgba(227, 6, 19, 0.92);
	border-radius: 9px;
	background: #fff;
	color: #e30613;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(227, 6, 19, 0.08);
	white-space: nowrap;
}

.rig-sales-sense .rig-sales-inline-links__primary {
	background: #e30613;
	color: #fff;
	box-shadow: 0 18px 34px rgba(227, 6, 19, 0.24);
}

.rig-sales-sense .rig-sales-inline-links svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.15;
}

.rig-sales-sense__media {
	position: relative;
	width: min(660px, 100%);
	height: clamp(350px, 24vw, 430px);
	margin: 30px 0 0;
	overflow: visible;
	border: 0;
	border-radius: 0 240px 0 0;
	box-shadow: none;
}

.rig-sales-sense__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0%;
	border-radius: inherit;
	box-shadow: 0 28px 72px rgba(15, 17, 21, 0.16);
}

.rig-sales-sense__badge {
	position: absolute;
	right: -76px;
	top: 50%;
	display: grid;
	width: 146px;
	height: 146px;
	place-items: center;
	padding: 18px;
	border: 2px solid rgba(227, 6, 19, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #111827;
	text-align: center;
	box-shadow: 0 22px 48px rgba(15, 17, 21, 0.12);
	transform: translateY(-16%);
}

.rig-sales-sense__badge > span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	margin-bottom: 2px;
	color: #e30613;
}

.rig-sales-sense__badge svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.85;
}

.rig-sales-sense__badge strong,
.rig-sales-sense__badge small {
	display: block;
	font-weight: 900;
	line-height: 1.2;
}

.rig-sales-sense__badge strong {
	font-size: 0.82rem;
}

.rig-sales-sense__badge small {
	font-size: 0.78rem;
}

.rig-sales-decision {
	position: relative;
	display: grid;
	min-height: 706px;
	grid-template-columns: 400px 440px;
	grid-template-rows: repeat(4, 132px) 96px;
	column-gap: 88px;
	row-gap: 26px;
	padding-top: 18px;
}

.rig-sales-decision__question {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	grid-column: 1;
	grid-row: 1;
	gap: 24px;
	align-items: center;
	min-height: 132px;
	margin: 0;
	padding: 20px 30px 20px 22px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 24px 64px rgba(15, 17, 21, 0.08);
}

.rig-sales-decision__question > span {
	display: grid;
	width: 88px;
	height: 88px;
	place-items: center;
	border-radius: 999px;
	background: rgba(227, 6, 19, 0.08);
	color: #e30613;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1;
}

.rig-sales-decision__question h3 {
	margin: 0;
	color: #111827;
	font-size: clamp(2rem, 2vw, 2.55rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
}

.rig-sales-decision__line {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 2px;
	height: 410px;
	background: linear-gradient(#c4ccd6, #aeb8c5);
}

.rig-sales-decision__node {
	position: absolute;
	left: 50%;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1.5px solid #e30613;
	border-radius: 999px;
	background: #fff;
	color: #e30613;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.86);
	transform: translate(-50%, -50%);
}

.rig-sales-decision__node svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
}

.rig-sales-decision__node--one {
	top: 74px;
}

.rig-sales-decision__node--two {
	top: 232px;
}

.rig-sales-decision__node--three {
	top: 390px;
}

.rig-sales-decision__cards {
	display: contents;
}

.rig-sales-decision-card {
	position: relative;
	z-index: 2;
	display: grid;
	grid-column: 2;
	grid-template-columns: 80px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	height: 132px;
	min-height: 132px;
	padding: 20px 28px 20px 22px;
	border: 1px solid rgba(17, 24, 39, 0.045);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 24px 62px rgba(15, 17, 21, 0.075);
}

.rig-sales-decision-card--1 {
	grid-row: 1;
}

.rig-sales-decision-card--2 {
	grid-row: 2;
}

.rig-sales-decision-card--3 {
	grid-row: 3;
}

.rig-sales-decision-card--4 {
	grid-row: 4;
}

.rig-sales-decision-card::before {
	position: absolute;
	top: 50%;
	right: calc(100% + 20px);
	width: 268px;
	height: 2px;
	content: "";
	background: #b9c2cd;
	transform: translateY(-50%);
}

.rig-sales-decision-card::after {
	position: absolute;
	top: 50%;
	right: calc(100% + 21px);
	width: 15px;
	height: 15px;
	content: "";
	border-top: 2px solid #b9c2cd;
	border-right: 2px solid #b9c2cd;
	transform: translateY(-50%) rotate(45deg);
}

.rig-sales-decision-card__icon {
	position: relative;
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border-radius: 999px;
	background: rgba(227, 6, 19, 0.07);
	color: #0f172a;
}

.rig-sales-decision-card__icon::before {
	position: absolute;
	left: -22px;
	width: 3px;
	height: 46px;
	content: "";
	border-radius: 999px;
	background: #e30613;
}

.rig-sales-decision-card__icon svg {
	width: 39px;
	height: 39px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.rig-sales-decision-card h3 {
	margin: 0;
	color: #111827;
	font-size: clamp(1.08rem, 1.12vw, 1.32rem);
	font-weight: 900;
	line-height: 1.12;
}

.rig-sales-decision-card p {
	margin: 9px 0 0;
	color: #3c4654;
	font-size: clamp(0.84rem, 0.78vw, 0.94rem);
	font-weight: 600;
	line-height: 1.42;
}

.rig-sales-decision__result {
	position: relative;
	z-index: 2;
	display: grid;
	grid-column: 1 / -1;
	grid-row: 5;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	margin: 10px 50px 0 62px;
	padding: 21px 34px;
	border-top: 3px solid #e30613;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.93);
	box-shadow: 0 22px 56px rgba(15, 17, 21, 0.08);
}

.rig-sales-decision__result > span {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 999px;
	background: rgba(227, 6, 19, 0.08);
	color: #e30613;
}

.rig-sales-decision__result svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
}

.rig-sales-decision__result strong,
.rig-sales-decision__result p {
	display: block;
	margin: 0;
}

.rig-sales-decision__result strong {
	color: #111827;
	font-size: clamp(1.08rem, 1.2vw, 1.36rem);
	font-weight: 900;
	line-height: 1.2;
}

.rig-sales-decision__result p {
	margin-top: 5px;
	color: #475467;
	font-size: 0.98rem;
	font-weight: 600;
}

@media (max-width: 1180px) {
	.rig-sales-sense__layout {
		grid-template-columns: 1fr;
	}

	.rig-sales-decision {
		max-width: 920px;
	}
}

@media (max-width: 760px) {
	.rig-sales-sense {
		padding: 58px 0;
	}

	.rig-sales-sense > .rig-container {
		width: calc(100% - 32px);
	}

	.rig-sales-sense .rig-rental-section__title {
		max-width: 340px;
		font-size: clamp(2rem, 9vw, 2.7rem);
		line-height: 1.08;
	}

	.rig-sales-sense .rig-rental-section__lead {
		max-width: 340px;
		font-size: 0.94rem;
		line-height: 1.6;
	}

	.rig-sales-sense .rig-sales-inline-links {
		display: grid;
		max-width: 340px;
		grid-template-columns: 1fr;
	}

	.rig-sales-sense__media {
		width: 100%;
		height: 260px;
		border-radius: 0 120px 0 0;
	}

	.rig-sales-sense__badge {
		right: 10px;
		width: 112px;
		height: 112px;
		padding: 14px;
		transform: translateY(-6%);
	}

	.rig-sales-decision {
		display: grid;
		min-height: 0;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 16px;
		padding-top: 10px;
	}

	.rig-sales-decision__question,
	.rig-sales-decision-card,
	.rig-sales-decision__result {
		grid-column: 1;
		grid-row: auto;
	}

	.rig-sales-decision__question {
		grid-template-columns: 72px 1fr;
		min-height: 0;
		padding: 18px;
	}

	.rig-sales-decision__question > span {
		width: 68px;
		height: 68px;
		font-size: 3rem;
	}

	.rig-sales-decision__question h3 {
		font-size: 1.85rem;
	}

	.rig-sales-decision__line,
	.rig-sales-decision-card::before,
	.rig-sales-decision-card::after {
		display: none;
	}

	.rig-sales-decision-card {
		grid-template-columns: 64px 1fr;
		min-height: 0;
		padding: 18px;
	}

	.rig-sales-decision-card__icon {
		width: 58px;
		height: 58px;
	}

	.rig-sales-decision-card__icon::before {
		left: -18px;
		height: 36px;
	}

	.rig-sales-decision-card__icon svg {
		width: 31px;
		height: 31px;
	}

	.rig-sales-decision-card h3 {
		font-size: 1.05rem;
	}

	.rig-sales-decision-card p {
		font-size: 0.88rem;
		line-height: 1.45;
	}

	.rig-sales-decision__result {
		grid-template-columns: 54px 1fr;
		margin: 6px 0 0;
		padding: 18px;
	}

	.rig-sales-decision__result > span {
		width: 48px;
		height: 48px;
	}
}

/* Sales page sense section: presentation layout. */
.rig-sales-sense {
	position: relative;
	padding: clamp(78px, 7vw, 106px) 0 clamp(64px, 6vw, 92px);
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 42%, rgba(227, 6, 19, 0.07), transparent 31%),
		radial-gradient(circle at 74% 47%, rgba(227, 6, 19, 0.045), transparent 30%),
		linear-gradient(rgba(17, 24, 39, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 24, 39, 0.022) 1px, transparent 1px),
		#f7f8fb;
	background-size: auto, auto, 42px 42px, 42px 42px, auto;
}

.rig-sales-sense > .rig-container {
	width: min(1180px, calc(100% - 48px));
}

.rig-sales-sense__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(34px, 4vw, 54px);
}

.rig-sales-sense__copy {
	max-width: 780px;
}

.rig-sales-sense .rig-rental-section__title {
	max-width: 760px;
	font-size: clamp(1.7rem, 2.8vw, 3rem);
	line-height: 1.08;
}

.rig-sales-sense .rig-rental-section__lead {
	max-width: 630px;
	margin-top: 24px;
	color: #34404f;
	font-size: clamp(1rem, 1.08vw, 1.14rem);
	font-weight: 600;
	line-height: 1.7;
}

.rig-sales-presentation {
	position: relative;
	display: grid;
	min-height: 610px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) minmax(0, 1fr);
	grid-template-rows: 1fr 1fr;
	column-gap: clamp(28px, 4vw, 54px);
	row-gap: 40px;
	align-items: center;
}

.rig-sales-presentation::before {
	position: absolute;
	inset: 90px 260px 76px;
	z-index: 0;
	content: "";
	background-image: radial-gradient(rgba(227, 6, 19, 0.16) 1px, transparent 1.8px);
	background-size: 12px 12px;
	opacity: 0.35;
	pointer-events: none;
}

.rig-sales-presentation__lines {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	fill: none;
	pointer-events: none;
	stroke: rgba(176, 186, 199, 0.88);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
}

.rig-sales-presentation__media {
	position: relative;
	z-index: 1;
	grid-column: 2;
	grid-row: 1 / 3;
	width: min(430px, 100%);
	aspect-ratio: 0.96 / 1;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 120px 120px 34px 120px;
	background: url("https://rigoffice.pl/wp-content/uploads/2026/06/rig-office-zdjecie.webp") center / cover no-repeat;
	box-shadow: 0 26px 70px rgba(15, 17, 21, 0.14);
}

.rig-sales-presentation__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0%;
}

.rig-sales-presentation__cards {
	display: contents;
}

.rig-sales-presentation-card {
	position: relative;
	z-index: 1;
	display: grid;
	max-width: 360px;
	grid-template-columns: 94px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.rig-sales-presentation-card--1 {
	grid-column: 1;
	grid-row: 1;
	justify-self: end;
	align-self: start;
}

.rig-sales-presentation-card--2 {
	grid-column: 3;
	grid-row: 1;
	justify-self: start;
	align-self: start;
}

.rig-sales-presentation-card--3 {
	grid-column: 1;
	grid-row: 2;
	justify-self: end;
	align-self: end;
}

.rig-sales-presentation-card--4 {
	grid-column: 3;
	grid-row: 2;
	justify-self: start;
	align-self: end;
}

.rig-sales-presentation-card__icon {
	position: relative;
	display: grid;
	width: 86px;
	height: 86px;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: #e30613;
	box-shadow: 0 22px 46px rgba(15, 17, 21, 0.07);
}

.rig-sales-presentation-card__icon::after {
	position: absolute;
	inset: -2px;
	content: "";
	border: 2px solid transparent;
	border-bottom-color: #e30613;
	border-left-color: #e30613;
	border-radius: 999px;
	transform: rotate(-34deg);
}

.rig-sales-presentation-card__icon::before {
	position: absolute;
	left: 50%;
	bottom: -24px;
	width: 7px;
	height: 7px;
	content: "";
	border-radius: 999px;
	background: #e30613;
	transform: translateX(-50%);
}

.rig-sales-presentation-card__icon svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.rig-sales-presentation-card h3 {
	margin: 10px 0 0;
	color: #111827;
	font-size: clamp(1.18rem, 1.38vw, 1.55rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.16;
}

.rig-sales-presentation-card p {
	margin: 16px 0 0;
	color: #303a49;
	font-size: clamp(0.95rem, 0.98vw, 1.08rem);
	font-weight: 600;
	line-height: 1.62;
}

.rig-sales-sense .rig-sales-inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0;
}

.rig-sales-sense .rig-sales-inline-links a {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	border: 1px solid rgba(227, 6, 19, 0.38);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: #e30613;
	font-size: 0.96rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	white-space: nowrap;
}

@media (max-width: 980px) {
	.rig-sales-presentation {
		display: block;
		min-height: 0;
	}

	.rig-sales-presentation::before,
	.rig-sales-presentation__lines {
		display: none;
	}

	.rig-sales-presentation__media {
		width: 100%;
		aspect-ratio: 1.82 / 1;
		margin: 0 0 26px;
		border-radius: 28px 28px 10px 28px;
	}

	.rig-sales-presentation__cards {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.rig-sales-presentation-card--1,
	.rig-sales-presentation-card--2,
	.rig-sales-presentation-card--3,
	.rig-sales-presentation-card--4 {
		grid-column: auto;
		grid-row: auto;
		justify-self: stretch;
		align-self: stretch;
	}

	.rig-sales-presentation-card {
		display: grid;
		max-width: none;
		grid-template-columns: 78px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
		padding: 20px;
		border: 1px solid rgba(17, 24, 39, 0.045);
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0 22px 48px rgba(15, 17, 21, 0.08);
	}

	.rig-sales-presentation-card__icon {
		width: 66px;
		height: 66px;
		background: rgba(227, 6, 19, 0.06);
		box-shadow: none;
	}

	.rig-sales-presentation-card__icon::before,
	.rig-sales-presentation-card__icon::after {
		display: none;
	}

	.rig-sales-presentation-card__icon svg {
		width: 34px;
		height: 34px;
	}

	.rig-sales-presentation-card h3 {
		margin-top: 0;
		font-size: 1.05rem;
		line-height: 1.22;
	}

	.rig-sales-presentation-card p {
		margin-top: 10px;
		font-size: 0.92rem;
		line-height: 1.55;
	}
}

@media (max-width: 640px) {
	.rig-sales-sense {
		padding: 54px 0;
	}

	.rig-sales-sense > .rig-container {
		width: calc(100% - 32px);
	}

	.rig-sales-sense__layout {
		gap: 28px;
	}

	.rig-sales-sense .rig-rental-section__title {
		max-width: 100%;
		font-size: clamp(2rem, 8.6vw, 2.68rem);
		line-height: 1.11;
	}

	.rig-sales-sense .rig-rental-section__lead {
		max-width: 100%;
		font-size: 1rem;
		line-height: 1.6;
	}

	.rig-sales-presentation__media {
		aspect-ratio: 1.58 / 1;
		border-radius: 26px 26px 8px 26px;
	}

	.rig-sales-presentation__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.rig-sales-presentation-card {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 18px;
	}

	.rig-sales-presentation-card__icon {
		width: 58px;
		height: 58px;
	}

	.rig-sales-presentation-card__icon svg {
		width: 30px;
		height: 30px;
	}

	.rig-sales-presentation-card h3 {
		font-size: 1rem;
	}

	.rig-sales-presentation-card p {
		font-size: 0.9rem;
	}

	.rig-sales-sense .rig-sales-inline-links {
		display: grid;
		gap: 12px;
	}

	.rig-sales-sense .rig-sales-inline-links a {
		width: 100%;
		min-height: 54px;
		font-size: 1rem;
	}
}

/* Sales page choice section: technical presentation layout */
.rig-sales-choice {
	overflow: hidden;
	background:
		radial-gradient(circle at 58% 24%, rgba(227, 6, 19, 0.06), transparent 25%),
		linear-gradient(180deg, #fff 0%, #fbfbfc 100%);
}

.rig-sales-choice > .rig-container {
	width: min(1180px, calc(100% - 48px));
}

.rig-sales-choice-v3 {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
	gap: clamp(34px, 4vw, 54px);
	align-items: center;
}

.rig-sales-choice-v3::before,
.rig-sales-choice-v3::after {
	position: absolute;
	z-index: 0;
	content: "";
	pointer-events: none;
}

.rig-sales-choice-v3::before {
	top: -78px;
	left: 36%;
	width: 560px;
	height: 560px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 999px;
}

.rig-sales-choice-v3::after {
	right: 28px;
	top: 12px;
	width: 276px;
	height: 92px;
	background-image: radial-gradient(rgba(17, 24, 39, 0.16) 1.1px, transparent 1.8px);
	background-size: 13px 13px;
	opacity: 0.3;
}

.rig-sales-choice-v3__copy,
.rig-sales-choice-v3__stage,
.rig-sales-choice-v3__note {
	position: relative;
	z-index: 1;
}

.rig-sales-choice-v3 .rig-rental-section__title {
	max-width: 460px;
	font-size: clamp(2.15rem, 4vw, 4.25rem);
	line-height: 1.1;
}

.rig-sales-choice-v3__signals {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	max-width: 420px;
	margin-top: 54px;
}

.rig-sales-choice-v3__signals span {
	display: grid;
	min-height: 112px;
	place-items: center;
	padding: 0 18px;
	border-right: 1px solid rgba(17, 24, 39, 0.16);
	color: #1f2937;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.32;
	text-align: center;
}

.rig-sales-choice-v3__signals span:last-child {
	border-right: 0;
}

.rig-sales-choice-v3__signals i {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 10px;
	color: #111827;
	font-style: normal;
}

.rig-sales-choice-v3__signals svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.rig-sales-choice-v3__signals span:nth-child(2) svg path:last-child {
	stroke: #e30613;
}

.rig-sales-choice-v3__signals span:nth-child(3) svg path:nth-child(2),
.rig-sales-choice-v3__signals span:nth-child(3) svg path:nth-child(4) {
	stroke: #e30613;
}

.rig-sales-choice-v3__stage {
	display: grid;
	min-height: 520px;
	grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
	gap: clamp(24px, 3vw, 34px);
	align-items: center;
}

.rig-sales-choice-v3__orbit {
	position: relative;
	display: grid;
	width: min(360px, 100%);
	aspect-ratio: 1;
	place-items: center;
	justify-self: center;
	border: 1px dashed rgba(17, 24, 39, 0.18);
	border-radius: 999px;
}

.rig-sales-choice-v3__orbit::before {
	position: absolute;
	inset: 34px;
	content: "";
	border-radius: inherit;
	background: conic-gradient(from 192deg, #e30613 0 104deg, transparent 104deg 188deg, #121923 188deg 290deg, transparent 290deg 360deg);
	-webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 13px), #000 calc(100% - 12px));
	mask: radial-gradient(farthest-side, transparent calc(100% - 13px), #000 calc(100% - 12px));
}

.rig-sales-choice-v3__orbit::after {
	position: absolute;
	inset: 84px;
	content: "";
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: inherit;
	box-shadow: 0 30px 60px rgba(17, 24, 39, 0.08);
}

.rig-sales-choice-v3__dot {
	position: absolute;
	left: 50%;
	width: 11px;
	height: 11px;
	border-radius: 999px;
	background: #e30613;
	box-shadow: 0 0 0 8px rgba(227, 6, 19, 0.06);
	transform: translateX(-50%);
}

.rig-sales-choice-v3__dot--top {
	top: -118px;
}

.rig-sales-choice-v3__dot--bottom {
	bottom: -20px;
	left: 22%;
}

.rig-sales-choice-v3__core {
	position: relative;
	z-index: 1;
	display: grid;
	width: 230px;
	height: 230px;
	place-items: center;
	align-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow:
		inset 0 0 0 1px rgba(17, 24, 39, 0.06),
		0 28px 70px rgba(17, 24, 39, 0.12);
	text-align: center;
}

.rig-sales-choice-v3__core strong,
.rig-sales-choice-v3__core span {
	display: block;
	font-size: clamp(1.1rem, 1.7vw, 1.75rem);
	font-weight: 950;
	line-height: 1;
	letter-spacing: 0;
}

.rig-sales-choice-v3__core strong {
	color: #151922;
}

.rig-sales-choice-v3__core span {
	color: #e30613;
}

.rig-sales-choice-v3__cards {
	display: grid;
	gap: 28px;
}

.rig-sales-choice-v3__card {
	position: relative;
	display: grid;
	min-height: 190px;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	padding: 34px 32px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 24px 58px rgba(17, 24, 39, 0.09);
}

.rig-sales-choice-v3__card::before {
	position: absolute;
	top: 50%;
	right: 100%;
	width: 68px;
	height: 1.5px;
	content: "";
	background: #e30613;
	transform: translateY(-50%);
}

.rig-sales-choice-v3__card::after {
	position: absolute;
	top: 50%;
	right: calc(100% + 62px);
	width: 15px;
	height: 15px;
	content: "";
	border: 2px solid #e30613;
	border-radius: 999px;
	background: #fff;
	transform: translateY(-50%);
}

.rig-sales-choice-v3__card--new {
	border-right: 9px solid #e30613;
}

.rig-sales-choice-v3__card--used {
	border-right: 9px solid #111827;
}

.rig-sales-choice-v3__card--used::before {
	background: #111827;
}

.rig-sales-choice-v3__card--used::after {
	border-color: #111827;
}

.rig-sales-choice-v3__icon {
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border: 1px solid rgba(17, 24, 39, 0.06);
	border-radius: 14px;
	background: rgba(227, 6, 19, 0.065);
	color: #e30613;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.rig-sales-choice-v3__card--used .rig-sales-choice-v3__icon {
	background: rgba(17, 24, 39, 0.045);
	color: #111827;
}

.rig-sales-choice-v3__icon svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.85;
}

.rig-sales-choice-v3__card h3 {
	margin: 6px 0 0;
	color: #111827;
	font-size: clamp(1.45rem, 1.8vw, 2rem);
	font-weight: 950;
	line-height: 1.1;
	letter-spacing: 0;
}

.rig-sales-choice-v3__card h3::after {
	display: block;
	width: 50px;
	height: 2px;
	margin: 24px 0 0;
	content: "";
	background: currentColor;
	opacity: 0.7;
}

.rig-sales-choice-v3__card--new h3::after {
	color: #e30613;
}

.rig-sales-choice-v3__card p {
	margin: 26px 0 0;
	color: #2f3948;
	font-size: clamp(1rem, 1.02vw, 1.14rem);
	font-weight: 600;
	line-height: 1.72;
}

.rig-sales-choice-v3__note {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	max-width: 930px;
	margin: 22px auto 0;
	padding: 24px 34px;
	border: 1.5px solid rgba(227, 6, 19, 0.76);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.92);
	color: #111827;
	font-size: clamp(0.92rem, 1vw, 1.08rem);
	font-weight: 950;
	line-height: 1.35;
	box-shadow: 0 22px 56px rgba(17, 24, 39, 0.08);
}

.rig-sales-choice-v3__note span {
	display: grid;
	width: 68px;
	height: 68px;
	place-items: center;
	border-radius: 999px;
	background: rgba(227, 6, 19, 0.08);
	color: #e30613;
}

.rig-sales-choice-v3__note svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

@media (max-width: 1080px) {
	.rig-sales-choice-v3 {
		grid-template-columns: 1fr;
	}

	.rig-sales-choice-v3 .rig-rental-section__title {
		max-width: 720px;
	}

	.rig-sales-choice-v3__signals {
		max-width: 620px;
		margin-top: 30px;
	}

	.rig-sales-choice-v3__stage {
		min-height: 470px;
	}
}

@media (max-width: 760px) {
	.rig-sales-choice > .rig-container {
		width: calc(100% - 32px);
	}

	.rig-sales-choice-v3::before,
	.rig-sales-choice-v3::after {
		display: none;
	}

	.rig-sales-choice-v3 .rig-rental-section__title {
		font-size: clamp(1.95rem, 8.4vw, 2.55rem);
	}

	.rig-sales-choice-v3__signals {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.rig-sales-choice-v3__signals span {
		min-height: 72px;
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 12px;
		place-items: center start;
		padding: 12px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(17, 24, 39, 0.1);
		text-align: left;
	}

	.rig-sales-choice-v3__signals span:last-child {
		border-bottom: 0;
	}

	.rig-sales-choice-v3__signals i {
		margin: 0;
	}

	.rig-sales-choice-v3__stage {
		display: grid;
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.rig-sales-choice-v3__orbit {
		width: min(260px, 78vw);
		order: -1;
	}

	.rig-sales-choice-v3__orbit::before {
		inset: 26px;
	}

	.rig-sales-choice-v3__orbit::after {
		inset: 64px;
	}

	.rig-sales-choice-v3__dot {
		display: none;
	}

	.rig-sales-choice-v3__core {
		width: 170px;
		height: 170px;
	}

	.rig-sales-choice-v3__cards {
		gap: 14px;
	}

	.rig-sales-choice-v3__card {
		min-height: 0;
		grid-template-columns: 68px minmax(0, 1fr);
		gap: 16px;
		padding: 22px 20px;
		border-right-width: 5px;
	}

	.rig-sales-choice-v3__card::before,
	.rig-sales-choice-v3__card::after {
		display: none;
	}

	.rig-sales-choice-v3__icon {
		width: 58px;
		height: 58px;
	}

	.rig-sales-choice-v3__icon svg {
		width: 32px;
		height: 32px;
	}

	.rig-sales-choice-v3__card h3 {
		font-size: 1.26rem;
	}

	.rig-sales-choice-v3__card h3::after {
		margin-top: 14px;
	}

	.rig-sales-choice-v3__card p {
		margin-top: 16px;
		font-size: 0.96rem;
		line-height: 1.58;
	}

	.rig-sales-choice-v3__note {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 10px;
		padding: 22px 20px;
		font-size: 1.04rem;
		text-align: left;
	}

	.rig-sales-choice-v3__note span {
		width: 58px;
		height: 58px;
	}
}

/* Sales page purchase section: presentation layout */
.rig-sales-purchase {
	overflow: hidden;
	background:
		radial-gradient(circle at 52% 44%, rgba(227, 6, 19, 0.045), transparent 28%),
		#fff;
}

.rig-sales-purchase > .rig-container {
	width: min(1180px, calc(100% - 48px));
}

.rig-sales-purchase-v3 {
	position: relative;
	display: grid;
	grid-template-columns: minmax(330px, 430px) minmax(0, 1fr);
	gap: clamp(34px, 4vw, 56px);
	align-items: center;
}

.rig-sales-purchase-v3::before,
.rig-sales-purchase-v3::after {
	position: absolute;
	z-index: 0;
	content: "";
	background-image: radial-gradient(rgba(227, 6, 19, 0.16) 1.2px, transparent 1.8px);
	background-size: 17px 17px;
	opacity: 0.32;
	pointer-events: none;
}

.rig-sales-purchase-v3::before {
	left: -74px;
	bottom: 18px;
	width: 170px;
	height: 106px;
}

.rig-sales-purchase-v3::after {
	right: -36px;
	top: 0;
	width: 132px;
	height: 98px;
}

.rig-sales-purchase-v3__copy,
.rig-sales-purchase-v3__scene {
	position: relative;
	z-index: 1;
}

.rig-sales-purchase-v3 .rig-rental-section__title {
	max-width: 430px;
	font-size: clamp(2.25rem, 3.55vw, 3.65rem);
	line-height: 1.16;
}

.rig-sales-purchase-v3 .rig-rental-section__lead {
	max-width: 390px;
	margin-top: 28px;
	color: #2f3948;
	font-size: clamp(1.02rem, 1.08vw, 1.22rem);
	font-weight: 500;
	line-height: 1.72;
}

.rig-sales-purchase-v3__scene {
	min-height: 680px;
}

.rig-sales-purchase-v3__lines {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	fill: none;
	pointer-events: none;
}

.rig-sales-purchase-v3__lines path {
	stroke: rgba(227, 6, 19, 0.22);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.2;
}

.rig-sales-purchase-v3__lines path:nth-child(3),
.rig-sales-purchase-v3__lines path:nth-child(5) {
	stroke: rgba(227, 6, 19, 0.34);
}

.rig-sales-purchase-v3__lines circle {
	fill: #e30613;
	stroke: #fff;
	stroke-width: 2;
}

.rig-sales-purchase-v3__media {
	position: absolute;
	top: 92px;
	left: 50%;
	z-index: 1;
	width: min(600px, 66%);
	aspect-ratio: 1.22 / 1;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(227, 6, 19, 0.14);
	border-radius: 44% 56% 46% 54% / 28% 28% 72% 72%;
	background: url("https://rigoffice.pl/wp-content/uploads/2026/06/wynajem-dzierzawa-zdj-nr-2.webp") center / cover no-repeat;
	box-shadow: 0 30px 74px rgba(15, 17, 21, 0.12);
	transform: translateX(-50%);
}

.rig-sales-purchase-v3__media::before,
.rig-sales-purchase-v3__media::after {
	position: absolute;
	inset: -14px;
	z-index: -1;
	content: "";
	border: 1px solid rgba(227, 6, 19, 0.14);
	border-radius: inherit;
	pointer-events: none;
}

.rig-sales-purchase-v3__media::after {
	inset: -44px;
	border-style: dashed;
	opacity: 0.7;
}

.rig-sales-purchase-v3__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.rig-sales-purchase-v3__items {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.rig-sales-purchase-v3__item {
	position: absolute;
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	max-width: 310px;
}

.rig-sales-purchase-v3__item--1 {
	top: 42px;
	left: -8px;
	max-width: 300px;
}

.rig-sales-purchase-v3__item--2 {
	top: 122px;
	right: -6px;
	max-width: 300px;
}

.rig-sales-purchase-v3__item--3 {
	left: 62px;
	bottom: 124px;
	max-width: 300px;
}

.rig-sales-purchase-v3__item--4 {
	right: -6px;
	bottom: 132px;
	max-width: 300px;
}

.rig-sales-purchase-v3__icon {
	position: relative;
	display: grid;
	width: 68px;
	height: 68px;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #e30613;
	box-shadow: 0 20px 42px rgba(15, 17, 21, 0.08);
}

.rig-sales-purchase-v3__icon::after {
	position: absolute;
	left: 50%;
	bottom: -23px;
	width: 8px;
	height: 8px;
	content: "";
	border-radius: 999px;
	background: #e30613;
	transform: translateX(-50%);
}

.rig-sales-purchase-v3__icon svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.rig-sales-purchase-v3__item h3 {
	margin: 10px 0 0;
	color: #111827;
	font-size: clamp(1.15rem, 1.35vw, 1.5rem);
	font-weight: 950;
	line-height: 1.15;
	letter-spacing: 0;
}

.rig-sales-purchase-v3__item p {
	margin: 14px 0 0;
	color: #2f3948;
	font-size: clamp(0.95rem, 0.98vw, 1.08rem);
	font-weight: 500;
	line-height: 1.56;
}

.rig-sales-purchase-v3__cta {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 3;
	display: grid;
	width: min(590px, 84%);
	grid-template-columns: minmax(290px, 1fr) 1px 54px minmax(140px, auto);
	gap: 16px;
	align-items: center;
	padding: 18px 22px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 24px 58px rgba(15, 17, 21, 0.09);
	transform: translateX(-50%);
}

.rig-sales-purchase-v3__cta::before {
	grid-column: 2;
	grid-row: 1;
	width: 1px;
	height: 46px;
	content: "";
	background: rgba(227, 6, 19, 0.18);
}

.rig-sales-purchase-v3__cta .rig-service-button {
	grid-column: 1;
	grid-row: 1;
	min-height: 54px;
	padding: 0 24px;
	white-space: nowrap;
}

.rig-sales-purchase-v3__cta > span {
	display: grid;
	grid-column: 3;
	grid-row: 1;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 999px;
	background: rgba(227, 6, 19, 0.08);
	color: #e30613;
}

.rig-sales-purchase-v3__cta > span svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.rig-sales-purchase-v3__cta strong {
	grid-column: 4;
	grid-row: 1;
	color: #4b5563;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.25;
	white-space: nowrap;
}

@media (max-width: 1120px) {
	.rig-sales-purchase-v3 {
		grid-template-columns: 1fr;
	}

	.rig-sales-purchase-v3 .rig-rental-section__title,
	.rig-sales-purchase-v3 .rig-rental-section__lead {
		max-width: 720px;
	}

	.rig-sales-purchase-v3__scene {
		min-height: 700px;
	}
}

@media (max-width: 760px) {
	.rig-sales-purchase > .rig-container {
		width: calc(100% - 32px);
	}

	.rig-sales-purchase-v3::before,
	.rig-sales-purchase-v3::after,
	.rig-sales-purchase-v3__lines {
		display: none;
	}

	.rig-sales-purchase-v3 .rig-rental-section__title {
		font-size: clamp(2.05rem, 9vw, 2.72rem);
	}

	.rig-sales-purchase-v3 .rig-rental-section__lead {
		margin-top: 18px;
		font-size: 1rem;
		line-height: 1.62;
	}

	.rig-sales-purchase-v3__scene {
		display: grid;
		min-height: 0;
		gap: 18px;
	}

	.rig-sales-purchase-v3__media,
	.rig-sales-purchase-v3__items,
	.rig-sales-purchase-v3__item,
	.rig-sales-purchase-v3__cta {
		position: relative;
		inset: auto;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		transform: none;
	}

	.rig-sales-purchase-v3__media {
		width: 100%;
		aspect-ratio: 1.25 / 1;
		border-radius: 28px 28px 10px 28px;
	}

	.rig-sales-purchase-v3__items {
		display: grid;
		gap: 12px;
	}

	.rig-sales-purchase-v3__item {
		max-width: none;
		grid-template-columns: 62px minmax(0, 1fr);
		padding: 18px;
		border: 1px solid rgba(17, 24, 39, 0.06);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.92);
		box-shadow: 0 18px 38px rgba(15, 17, 21, 0.06);
	}

	.rig-sales-purchase-v3__icon {
		width: 54px;
		height: 54px;
		box-shadow: none;
	}

	.rig-sales-purchase-v3__icon::after {
		display: none;
	}

	.rig-sales-purchase-v3__icon svg {
		width: 30px;
		height: 30px;
	}

	.rig-sales-purchase-v3__item h3 {
		margin-top: 0;
		font-size: 1.12rem;
	}

	.rig-sales-purchase-v3__item p {
		margin-top: 9px;
		font-size: 0.93rem;
		line-height: 1.5;
	}

	.rig-sales-purchase-v3__cta {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 16px;
	}

	.rig-sales-purchase-v3__cta::before,
	.rig-sales-purchase-v3__cta > span,
	.rig-sales-purchase-v3__cta strong {
		display: none;
	}

	.rig-sales-purchase-v3__cta .rig-service-button {
		width: 100%;
	}
}

/* Stable final alignment for sales purchase presentation */
.rig-sales-purchase-v3 {
	grid-template-columns: minmax(290px, 315px) minmax(0, 1fr);
	gap: clamp(26px, 2.6vw, 34px);
}

.rig-sales-purchase-v3 .rig-rental-section__title {
	max-width: 330px;
	font-size: clamp(2.18rem, 3.12vw, 3.28rem);
	line-height: 1.16;
}

.rig-sales-purchase-v3 .rig-rental-section__lead {
	max-width: 320px;
	font-size: clamp(0.98rem, 1vw, 1.12rem);
	line-height: 1.68;
}

.rig-sales-purchase-v3__scene {
	display: grid;
	min-height: 610px;
	grid-template-columns: minmax(250px, 0.92fr) minmax(360px, 1.16fr) minmax(250px, 0.92fr);
	grid-template-rows: minmax(235px, auto) minmax(235px, auto) auto;
	gap: 22px 20px;
	align-items: center;
}

.rig-sales-purchase-v3__media,
.rig-sales-purchase-v3__items,
.rig-sales-purchase-v3__item,
.rig-sales-purchase-v3__cta {
	position: relative;
	inset: auto;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	transform: none;
}

.rig-sales-purchase-v3__media {
	grid-column: 2;
	grid-row: 1 / 3;
	width: 100%;
	max-width: 430px;
	justify-self: center;
	align-self: center;
}

.rig-sales-purchase-v3__items {
	display: contents;
}

.rig-sales-purchase-v3__item {
	max-width: none;
	display: block;
	min-width: 0;
}

.rig-sales-purchase-v3__item--1 {
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	justify-self: end;
	max-width: 280px;
}

.rig-sales-purchase-v3__item--2 {
	grid-column: 3;
	grid-row: 1;
	align-self: start;
	max-width: 285px;
}

.rig-sales-purchase-v3__item--3 {
	grid-column: 1;
	grid-row: 2;
	align-self: center;
	justify-self: end;
	max-width: 280px;
}

.rig-sales-purchase-v3__item--4 {
	grid-column: 3;
	grid-row: 2;
	align-self: end;
	max-width: 285px;
}

.rig-sales-purchase-v3__icon {
	width: 62px;
	height: 62px;
	margin-bottom: 14px;
}

.rig-sales-purchase-v3__icon svg {
	width: 34px;
	height: 34px;
}

.rig-sales-purchase-v3__item h3 {
	margin-top: 0;
	font-size: clamp(1.18rem, 1.25vw, 1.42rem);
	line-height: 1.18;
}

.rig-sales-purchase-v3__item p {
	margin-top: 12px;
	font-size: clamp(0.92rem, 0.92vw, 1.02rem);
	line-height: 1.5;
}

.rig-sales-purchase-v3__cta {
	grid-column: 2 / 4;
	grid-row: 3;
	justify-self: center;
	width: min(590px, 100%);
	margin-top: 2px;
}

@media (max-width: 1120px) {
	.rig-sales-purchase-v3__scene {
		grid-template-columns: minmax(210px, 0.78fr) minmax(330px, 1fr) minmax(210px, 0.78fr);
	}
}

@media (max-width: 760px) {
	.rig-sales-purchase-v3 {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.rig-sales-purchase-v3 .rig-rental-section__title {
		font-size: clamp(1.9rem, 8.2vw, 2.38rem);
	}

	.rig-sales-purchase-v3 .rig-rental-section__lead {
		max-width: 100%;
	}

	.rig-sales-purchase-v3__scene {
		display: grid;
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.rig-sales-purchase-v3__media,
	.rig-sales-purchase-v3__cta {
		grid-column: auto;
		grid-row: auto;
	}

	.rig-sales-purchase-v3__items {
		display: grid;
		gap: 12px;
	}

	.rig-sales-purchase-v3__item {
		display: grid;
		max-width: none;
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 14px;
		justify-self: stretch;
	}

	.rig-sales-purchase-v3__item--1,
	.rig-sales-purchase-v3__item--2,
	.rig-sales-purchase-v3__item--3,
	.rig-sales-purchase-v3__item--4 {
		grid-column: auto;
		grid-row: auto;
		align-self: auto;
		justify-self: stretch;
		max-width: none;
	}

	.rig-sales-purchase-v3__icon {
		margin-bottom: 0;
	}
}

/* Sales purchase section: centered stacked layout */
.rig-sales-purchase-v3 {
	grid-template-columns: 1fr;
	gap: clamp(34px, 4vw, 54px);
	justify-items: center;
}

.rig-sales-purchase-v3::before,
.rig-sales-purchase-v3::after,
.rig-sales-purchase-v3__lines circle,
.rig-sales-purchase-v3__icon::after {
	display: none;
}

.rig-sales-purchase-v3__copy {
	width: min(840px, 100%);
	text-align: center;
}

.rig-sales-purchase-v3__copy .rig-service-eyebrow::after {
	margin-right: auto;
	margin-left: auto;
}

.rig-sales-purchase-v3 .rig-rental-section__title {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(2.35rem, 3.4vw, 3.65rem);
	line-height: 1.1;
}

.rig-sales-purchase-v3 .rig-rental-section__lead {
	max-width: 690px;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(1rem, 1vw, 1.15rem);
	line-height: 1.68;
}

.rig-sales-purchase-v3__scene {
	width: 100%;
	min-height: 650px;
	grid-template-columns: minmax(280px, 1fr) minmax(460px, 1.38fr) minmax(280px, 1fr);
	grid-template-rows: minmax(240px, auto) minmax(240px, auto) auto;
	gap: 28px 28px;
}

.rig-sales-purchase-v3__media {
	max-width: 520px;
}

.rig-sales-purchase-v3__item--1,
.rig-sales-purchase-v3__item--3 {
	justify-self: end;
}

.rig-sales-purchase-v3__item--2,
.rig-sales-purchase-v3__item--4 {
	justify-self: start;
}

.rig-sales-purchase-v3__item--1,
.rig-sales-purchase-v3__item--2,
.rig-sales-purchase-v3__item--3,
.rig-sales-purchase-v3__item--4 {
	max-width: 300px;
}

.rig-sales-purchase-v3__cta {
	width: min(640px, 100%);
}

@media (max-width: 1120px) {
	.rig-sales-purchase-v3__scene {
		grid-template-columns: minmax(220px, 0.86fr) minmax(360px, 1.08fr) minmax(220px, 0.86fr);
	}

	.rig-sales-purchase-v3__media {
		max-width: 420px;
	}

	.rig-sales-purchase-v3__item--1,
	.rig-sales-purchase-v3__item--2,
	.rig-sales-purchase-v3__item--3,
	.rig-sales-purchase-v3__item--4 {
		max-width: 250px;
	}
}

@media (max-width: 760px) {
	.rig-sales-purchase-v3 {
		justify-items: stretch;
	}

	.rig-sales-purchase-v3__copy {
		text-align: left;
	}

	.rig-sales-purchase-v3__copy .rig-service-eyebrow::after {
		margin-left: 0;
	}

	.rig-sales-purchase-v3 .rig-rental-section__title,
	.rig-sales-purchase-v3 .rig-rental-section__lead {
		margin-right: 0;
		margin-left: 0;
	}

	.rig-sales-purchase-v3__scene {
		width: 100%;
		min-height: 0;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 18px;
	}

	.rig-sales-purchase-v3__media {
		width: 100%;
		max-width: none;
	}

	.rig-sales-purchase-v3__items {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.rig-sales-purchase-v3__item {
		width: 100%;
		max-width: none;
	}

	.rig-sales-purchase-v3__cta {
		width: 100%;
	}
}

/* Minimal service request process */
.rig-service-mini,
.rig-service-mini * {
	box-sizing: border-box;
}

.rig-service-mini {
	--rig-mini-red: #e30613;
	--rig-mini-black: #080b12;
	--rig-mini-text: #252b36;
	--rig-mini-soft-red: rgba(227, 6, 19, 0.075);

	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: clamp(56px, 7vw, 100px) 20px;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 18%, rgba(227, 6, 19, 0.065), transparent 30%),
		linear-gradient(180deg, #fff 0%, #fbfbfc 100%);
	color: var(--rig-mini-black);
}

.rig-service-mini::before {
	position: absolute;
	inset: 0;
	content: "";
	background-image:
		linear-gradient(to right, rgba(8, 11, 18, 0.045) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(8, 11, 18, 0.045) 1px, transparent 1px);
	background-size: 44px 44px;
	opacity: 0.36;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
	pointer-events: none;
}

.rig-service-mini__wrap {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	margin: 0 auto;
}

.rig-service-mini__head {
	max-width: 720px;
	margin-bottom: clamp(34px, 5vw, 62px);
}

.rig-service-mini__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	color: var(--rig-mini-red);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.15em;
	line-height: 1;
	text-transform: uppercase;
}

.rig-service-mini__eyebrow::before {
	width: 40px;
	height: 2px;
	content: "";
	border-radius: 999px;
	background: var(--rig-mini-red);
}

.rig-service-mini__title {
	max-width: 760px;
	margin: 0;
	color: var(--rig-mini-black);
	font-size: clamp(38px, 4.2vw, 68px);
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 1.08;
}

.rig-service-mini__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.rig-service-mini__steps::before {
	position: absolute;
	top: 38px;
	right: 8%;
	left: 8%;
	z-index: 0;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(227, 6, 19, 0.28), rgba(227, 6, 19, 0.28), transparent);
}

.rig-service-mini__card {
	position: relative;
	z-index: 1;
	min-height: 275px;
	padding: 28px;
	border: 1px solid rgba(8, 11, 18, 0.075);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 22px 64px rgba(8, 11, 18, 0.065);
	transition:
		border-color 0.22s ease,
		box-shadow 0.22s ease,
		transform 0.22s ease;
}

.rig-service-mini__card:hover {
	border-color: rgba(227, 6, 19, 0.18);
	box-shadow: 0 28px 78px rgba(8, 11, 18, 0.085);
	transform: translateY(-4px);
}

.rig-service-mini__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 30px;
}

.rig-service-mini__number {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 11px;
	background: var(--rig-mini-soft-red);
	color: var(--rig-mini-red);
	font-size: 14px;
	font-weight: 850;
}

.rig-service-mini__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: var(--rig-mini-red);
	box-shadow: 0 16px 42px rgba(8, 11, 18, 0.075);
}

.rig-service-mini__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.1;
}

.rig-service-mini__card h3 {
	margin: 0 0 14px;
	color: var(--rig-mini-black);
	font-size: clamp(21px, 1.55vw, 27px);
	font-weight: 850;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.rig-service-mini__card p {
	margin: 0;
	color: var(--rig-mini-text);
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.55;
}

@media (max-width: 1100px) {
	.rig-service-mini__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rig-service-mini__steps::before {
		display: none;
	}

	.rig-service-mini__card {
		min-height: 245px;
	}
}

@media (max-width: 680px) {
	.rig-service-mini {
		padding: 48px 16px;
	}

	.rig-service-mini::before {
		background-size: 34px 34px;
		opacity: 0.25;
	}

	.rig-service-mini__head {
		margin-bottom: 28px;
	}

	.rig-service-mini__eyebrow {
		margin-bottom: 14px;
		font-size: 11px;
		letter-spacing: 0.14em;
	}

	.rig-service-mini__eyebrow::before {
		width: 28px;
	}

	.rig-service-mini__title {
		font-size: clamp(36px, 11vw, 48px);
		letter-spacing: -0.05em;
	}

	.rig-service-mini__steps {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.rig-service-mini__card {
		min-height: auto;
		padding: 20px;
		border-radius: 18px;
	}

	.rig-service-mini__top {
		margin-bottom: 18px;
	}

	.rig-service-mini__number {
		width: 34px;
		height: 34px;
		border-radius: 10px;
	}

	.rig-service-mini__icon {
		width: 48px;
		height: 48px;
	}

	.rig-service-mini__icon svg {
		width: 24px;
		height: 24px;
	}

	.rig-service-mini__card h3 {
		margin-bottom: 8px;
		font-size: 21px;
	}

	.rig-service-mini__card p {
		font-size: 14.5px;
		line-height: 1.5;
	}
}

/* Center section intros where the visual content sits below the heading */
.rig-sales-sense__copy,
.rig-service-mini__head {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.rig-sales-sense__copy .rig-service-eyebrow::after {
	margin-right: auto;
	margin-left: auto;
}

.rig-sales-sense .rig-rental-section__title,
.rig-sales-sense .rig-rental-section__lead,
.rig-service-mini__title {
	margin-right: auto;
	margin-left: auto;
}

/* Sales hero aligned with rental and service page hero layout */
.rig-sales-hero {
	padding: clamp(34px, 5vw, 74px) 0 clamp(44px, 6vw, 82px);
	border-bottom: 1px solid rgba(229, 231, 235, 0.9);
	background:
		linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 52%, rgba(255,255,255,0.78) 100%),
		linear-gradient(rgba(229, 231, 235, 0.38) 1px, transparent 1px),
		linear-gradient(90deg, rgba(229, 231, 235, 0.38) 1px, transparent 1px),
		#fff;
	background-size: auto, 42px 42px, 42px 42px, auto;
}

.rig-sales-hero__frame {
	min-height: 0;
	padding: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.rig-sales-hero__frame::before,
.rig-sales-hero__circuit {
	display: none;
}

.rig-sales-hero__inner {
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.04fr);
	gap: clamp(30px, 6vw, 82px);
}

.rig-sales-hero__content {
	max-width: 660px;
}

.rig-sales-hero__title {
	max-width: 660px;
}

.rig-sales-hero__lead {
	max-width: 660px;
}

.rig-sales-hero__media {
	width: 100%;
	max-width: none;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 8px;
	transform: none;
}

.rig-sales-hero__media::before,
.rig-sales-hero__media::after,
.rig-sales-hero__icon-card {
	display: none;
}

.rig-sales-hero__media img {
	height: 100%;
	border-radius: inherit;
	box-shadow: none;
	transform: none;
}

@media (max-width: 1100px) {
	.rig-sales-hero__inner {
		grid-template-columns: 1fr;
	}

	.rig-sales-hero__media {
		max-width: 720px;
		justify-self: start;
	}
}

@media (max-width: 640px) {
	.rig-sales-main {
		max-width: 100vw;
		overflow-x: hidden;
	}

	.rig-sales-main .rig-container {
		width: calc(100vw - 32px) !important;
		max-width: calc(100vw - 32px) !important;
	}

	.rig-sales-hero {
		padding: 28px 0 42px;
		overflow-x: hidden;
	}

	.rig-sales-hero__frame {
		padding: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.rig-sales-hero__content,
	.rig-sales-hero__title,
	.rig-sales-hero__lead,
	.rig-sales-actions {
		width: 100%;
		max-width: 100% !important;
		min-width: 0;
	}

	.rig-sales-hero__title,
	.rig-sales-hero__lead {
		overflow-wrap: normal;
		word-break: normal;
		hyphens: none;
	}

	.rig-sales-hero__media {
		width: 100%;
		max-width: none;
		border-radius: 8px;
	}

	.rig-sales-actions .rig-service-button {
		max-width: 100%;
		box-sizing: border-box;
		justify-content: center;
	}
}
