.inchi-bp {
	--bp-red: #e30613;
	--bp-red-dark: #bd0010;
	--bp-ink: #101419;
	--bp-navy: #001f36;
	--bp-muted: #67727d;
	--bp-border: #e0e5e9;
	--bp-soft: #f4f6f8;
	background: #fff;
	color: var(--bp-ink);
	font-family: "Montserrat", Arial, sans-serif;
	overflow: hidden;
}

.inchi-bp *,
.inchi-bp *::before,
.inchi-bp *::after {
	box-sizing: border-box;
}

.inchi-bp-container {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
}

.inchi-bp-hero {
	position: relative;
	min-height: 590px;
	display: flex;
	align-items: center;
	background: #101214;
	color: #fff;
	isolation: isolate;
}

.inchi-bp-hero__media,
.inchi-bp-hero__overlay {
	position: absolute;
	inset: 0;
}

.inchi-bp-hero__media {
	z-index: -2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inchi-bp-hero__overlay {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(3, 6, 8, 0.99) 0%, rgba(3, 6, 8, 0.91) 33%, rgba(3, 6, 8, 0.36) 59%, rgba(3, 6, 8, 0.04) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent 45%);
}

.inchi-bp-hero__content {
	padding: 70px 0 82px;
}

.inchi-bp-eyebrow {
	margin: 0 0 13px;
	color: var(--bp-red);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.inchi-bp-hero h1 {
	max-width: 550px;
	margin: 0 0 17px;
	color: #fff;
	font-size: clamp(48px, 5.3vw, 72px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.97;
	text-transform: uppercase;
}

.inchi-bp-hero__lead {
	max-width: 560px;
	margin: 0 0 14px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.inchi-bp-hero__copy {
	max-width: 590px;
	margin: 0 0 27px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.67;
}

.inchi-bp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.inchi-bp-btn {
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 22px;
	border: 2px solid transparent;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.inchi-bp-btn:hover,
.inchi-bp-btn:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.inchi-bp-btn--primary {
	background: var(--bp-red);
	border-color: var(--bp-red);
	color: #fff !important;
}

.inchi-bp-btn--primary:hover,
.inchi-bp-btn--primary:focus {
	background: var(--bp-red-dark);
	border-color: var(--bp-red-dark);
}

.inchi-bp-btn--outline {
	background: rgba(0, 0, 0, 0.22);
	border-color: rgba(255, 255, 255, 0.76);
	color: #fff !important;
}

.inchi-bp-btn--outline:hover,
.inchi-bp-btn--outline:focus {
	background: #fff;
	border-color: #fff;
	color: var(--bp-ink) !important;
}

.inchi-bp-trust {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 700;
}

.inchi-bp-trust .fa {
	color: var(--bp-red);
	font-size: 18px;
}

.inchi-bp-quick {
	position: relative;
	z-index: 3;
	margin-top: -36px;
}

.inchi-bp-quick__inner {
	min-height: 112px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 22px;
	padding: 25px 32px;
	border: 1px solid var(--bp-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(20, 32, 43, 0.13);
}

.inchi-bp-quick__icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff1f2;
	color: var(--bp-red);
	font-size: 23px;
}

.inchi-bp-quick strong,
.inchi-bp-quick span {
	display: block;
}

.inchi-bp-quick strong {
	margin-bottom: 6px;
	font-size: 18px;
}

.inchi-bp-quick span {
	color: var(--bp-muted);
	font-size: 13px;
}

.inchi-bp-section {
	padding: 78px 0;
}

.inchi-bp-heading {
	max-width: 880px;
	margin: 0 auto 38px;
	text-align: center;
}

.inchi-bp-heading > span {
	width: 42px;
	height: 4px;
	display: block;
	margin: 0 auto 14px;
	border-radius: 999px;
	background: var(--bp-red);
}

.inchi-bp-heading h2 {
	margin: 0;
	color: var(--bp-ink);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.16;
}

.inchi-bp-section--services {
	padding-top: 94px;
	background: linear-gradient(180deg, #fff, var(--bp-soft));
}

.inchi-bp-services {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.inchi-bp-service {
	overflow: hidden;
	border: 1px solid var(--bp-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(17, 30, 42, 0.06);
}

.inchi-bp-service__visual {
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(145deg, rgba(227, 6, 19, 0.08), rgba(0, 31, 54, 0.04)),
		repeating-linear-gradient(135deg, transparent 0 18px, rgba(227, 6, 19, 0.035) 18px 19px);
	color: var(--bp-red);
	font-size: 58px;
}

.inchi-bp-service__body {
	padding: 23px 22px 25px;
}

.inchi-bp-service h3 {
	min-height: 53px;
	margin: 0 0 13px;
	color: var(--bp-ink);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.35;
}

.inchi-bp-service p {
	margin: 0;
	color: #56616b;
	font-size: 13px;
	line-height: 1.62;
}

.inchi-bp-service strong {
	display: block;
	margin-top: 14px;
	color: var(--bp-red);
	font-size: 12px;
	line-height: 1.5;
}

.inchi-bp-section--benefits {
	background: var(--bp-soft);
}

.inchi-bp-benefits {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.inchi-bp-benefits article {
	min-height: 205px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 25px 18px;
	border: 1px solid var(--bp-border);
	border-radius: 11px;
	background: #fff;
	text-align: center;
}

.inchi-bp-benefits .fa {
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	border: 1px solid rgba(227, 6, 19, 0.23);
	border-radius: 50%;
	color: var(--bp-red);
	font-size: 26px;
}

.inchi-bp-benefits p {
	margin: 0;
	color: #26313a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.inchi-bp-section--process {
	background: #fff;
}

.inchi-bp-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.inchi-bp-process li {
	position: relative;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 26px 22px;
	border: 1px solid var(--bp-border);
	border-radius: 50%;
	background: #fff;
	text-align: center;
}

.inchi-bp-process li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -29px;
	width: 30px;
	height: 1px;
	background: #cfd5da;
}

.inchi-bp-process b {
	position: absolute;
	top: 7px;
	right: 28px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--bp-red);
	color: #fff;
	font-size: 13px;
}

.inchi-bp-process .fa {
	margin-bottom: 13px;
	color: var(--bp-red);
	font-size: 37px;
}

.inchi-bp-process strong {
	font-size: 14px;
}

.inchi-bp-process p {
	margin: 7px 0 0;
	color: var(--bp-muted);
	font-size: 12px;
	line-height: 1.45;
}

.inchi-bp-form-section {
	padding: 84px 0 96px;
	background: var(--bp-soft);
}

.inchi-bp-form-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 28px;
	align-items: start;
}

.inchi-bp-damages,
.inchi-bp-form-card {
	border: 1px solid var(--bp-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(18, 31, 43, 0.07);
}

.inchi-bp-damages {
	padding: 34px;
}

.inchi-bp-damages h2,
.inchi-bp-form-card h2 {
	margin: 0;
	color: var(--bp-ink);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.18;
}

.inchi-bp-damages > p:not(.inchi-bp-eyebrow),
.inchi-bp-form-card > p {
	margin: 12px 0 0;
	color: var(--bp-muted);
	font-size: 14px;
	line-height: 1.6;
}

.inchi-bp-damage-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 27px 0;
}

.inchi-bp-damage-grid div {
	min-height: 94px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 14px 10px;
	border: 1px solid var(--bp-border);
	border-radius: 9px;
	background: #fafbfc;
	text-align: center;
}

.inchi-bp-damage-grid .fa {
	color: var(--bp-red);
	font-size: 23px;
}

.inchi-bp-damage-grid strong {
	font-size: 12px;
}

.inchi-bp-advisor {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--bp-red) !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
}

.inchi-bp-form-card {
	padding: 34px 36px 30px;
}

.inchi-bp-form-card form {
	margin-top: 25px;
}

.inchi-bp-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px;
}

.inchi-bp-form-field--full,
.inchi-bp-form-submit {
	grid-column: 1 / -1;
}

.inchi-bp-form-field > label {
	display: block;
	margin: 0 0 7px;
	color: #34404a;
	font-size: 12px;
	font-weight: 800;
}

.inchi-bp-form-card input[type="text"],
.inchi-bp-form-card input[type="email"],
.inchi-bp-form-card input[type="tel"],
.inchi-bp-form-card select,
.inchi-bp-form-card textarea {
	width: 100%;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid #d5dbe0;
	border-radius: 7px;
	background: #fff;
	color: var(--bp-ink);
	font-size: 14px;
	box-shadow: none;
}

.inchi-bp-form-card textarea {
	min-height: 112px;
	resize: vertical;
}

.inchi-bp-form-card input:focus,
.inchi-bp-form-card select:focus,
.inchi-bp-form-card textarea:focus {
	outline: 0;
	border-color: var(--bp-red);
	box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.1);
}

.inchi-bp-form-card .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #56616b;
	font-size: 11px;
	line-height: 1.45;
}

.inchi-bp-form-card .wpcf7-list-item {
	margin: 0;
}

.inchi-bp-form-card .wpcf7-acceptance input {
	margin-top: 3px;
}

.inchi-bp-form-submit {
	margin-top: 2px;
}

.inchi-bp-form-card input[type="submit"] {
	width: 100%;
	min-height: 50px;
	border: 0;
	border-radius: 7px;
	background: var(--bp-red);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.inchi-bp-form-card input[type="submit"]:hover,
.inchi-bp-form-card input[type="submit"]:focus {
	background: var(--bp-red-dark);
}

.inchi-bp-form-card .wpcf7-not-valid-tip {
	margin-top: 4px;
	color: var(--bp-red);
	font-size: 11px;
}

.inchi-bp-form-card .wpcf7-response-output {
	margin: 18px 0 0;
	border-radius: 7px;
}

.inchi-bp-cross-sell {
	padding: 48px 0;
	background:
		radial-gradient(circle at 10% 50%, rgba(227, 6, 19, 0.2), transparent 28%),
		linear-gradient(110deg, #101419, #060809);
	color: #fff;
}

.inchi-bp-cross-sell__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 27px;
}

.inchi-bp-cross-sell__inner > .fa {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	color: var(--bp-red);
	font-size: 31px;
}

.inchi-bp-cross-sell h2 {
	margin: 0 0 7px;
	color: #fff;
	font-size: 27px;
	font-weight: 800;
}

.inchi-bp-cross-sell p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	line-height: 1.55;
}

@media (max-width: 1024px) {
	.inchi-bp-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.inchi-bp-benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.inchi-bp-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.inchi-bp-process li:not(:last-child)::after {
		display: none;
	}

	.inchi-bp-cross-sell__inner {
		grid-template-columns: auto 1fr;
	}

	.inchi-bp-cross-sell .inchi-bp-actions {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.inchi-bp-container {
		width: min(100% - 28px, 1160px);
	}

	.inchi-bp-hero {
		min-height: 760px;
		align-items: flex-end;
	}

	.inchi-bp-hero__media {
		background-position: 66% center;
	}

	.inchi-bp-hero__overlay {
		background:
			linear-gradient(0deg, rgba(3, 6, 8, 0.99) 0%, rgba(3, 6, 8, 0.91) 48%, rgba(3, 6, 8, 0.28) 79%, rgba(3, 6, 8, 0.05) 100%),
			linear-gradient(90deg, rgba(3, 6, 8, 0.52), transparent);
	}

	.inchi-bp-hero__content {
		padding: 300px 0 54px;
	}

	.inchi-bp-hero h1 {
		font-size: clamp(40px, 12vw, 52px);
	}

	.inchi-bp-hero__lead {
		font-size: 17px;
	}

	.inchi-bp-hero__copy {
		font-size: 13px;
		line-height: 1.58;
	}

	.inchi-bp-actions,
	.inchi-bp-actions .inchi-bp-btn {
		width: 100%;
	}

	.inchi-bp-quick {
		margin-top: 0;
		padding-top: 18px;
		background: var(--bp-soft);
	}

	.inchi-bp-quick__inner {
		grid-template-columns: 1fr;
		padding: 24px;
		text-align: center;
	}

	.inchi-bp-quick__icon {
		margin: 0 auto;
	}

	.inchi-bp-quick .inchi-bp-btn {
		width: 100%;
	}

	.inchi-bp-section {
		padding: 58px 0;
	}

	.inchi-bp-section--services {
		padding-top: 66px;
	}

	.inchi-bp-heading {
		margin-bottom: 30px;
	}

	.inchi-bp-heading h2 {
		font-size: 28px;
	}

	.inchi-bp-services,
	.inchi-bp-benefits,
	.inchi-bp-process {
		grid-template-columns: 1fr;
	}

	.inchi-bp-service__visual {
		height: 115px;
	}

	.inchi-bp-service h3 {
		min-height: 0;
	}

	.inchi-bp-benefits article {
		min-height: 0;
		display: grid;
		grid-template-columns: 55px 1fr;
		gap: 15px;
		padding: 19px;
		text-align: left;
	}

	.inchi-bp-benefits .fa {
		width: 53px;
		height: 53px;
		margin: 0;
		font-size: 22px;
	}

	.inchi-bp-process li {
		min-height: 0;
		display: grid;
		grid-template-columns: 48px 1fr;
		align-items: center;
		gap: 3px 14px;
		padding: 22px 20px;
		border-radius: 12px;
		text-align: left;
	}

	.inchi-bp-process b {
		top: -8px;
		right: 12px;
	}

	.inchi-bp-process .fa {
		grid-row: 1 / 3;
		margin: 0;
		text-align: center;
	}

	.inchi-bp-process p {
		margin-top: 3px;
	}

	.inchi-bp-form-section {
		padding: 58px 0 70px;
	}

	.inchi-bp-form-layout {
		grid-template-columns: 1fr;
	}

	.inchi-bp-damages,
	.inchi-bp-form-card {
		padding: 26px 22px;
	}

	.inchi-bp-damages h2,
	.inchi-bp-form-card h2 {
		font-size: 26px;
	}

	.inchi-bp-form-grid {
		grid-template-columns: 1fr;
	}

	.inchi-bp-form-field--full,
	.inchi-bp-form-submit {
		grid-column: auto;
	}

	.inchi-bp-cross-sell__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.inchi-bp-cross-sell__inner > .fa {
		margin: 0 auto;
	}

	.inchi-bp-cross-sell h2 {
		font-size: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.inchi-bp-btn {
		transition: none;
	}
}
