/* Overseas inspection delivery modes */
.oi-modes-section {
	padding: 5rem 1.5rem 5.5rem;
	background: #f5f7fa;
	color: #0f172a;
}

.oi-modes-inner {
	width: 100%;
	max-width: 90rem;
	margin: 0 auto;
}

.oi-modes-heading {
	max-width: 48rem;
	margin-bottom: 2.5rem;
}

.oi-modes-heading .oi-label {
	margin-bottom: 0.75rem;
}

.oi-modes-heading h2 {
	margin: 0;
	color: #0f172a;
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}

.oi-modes-heading p {
	max-width: 48rem;
	margin: 1rem 0 0;
	color: #475569;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 0;
	text-wrap: pretty;
}

.oi-modes-comparison {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid #dce3ea;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 20px 48px -40px rgba(15, 23, 42, 0.38);
}

.oi-mode-panel {
	position: relative;
	min-width: 0;
	padding: 2rem;
}

.oi-mode-panel + .oi-mode-panel {
	border-left: 1px solid #dce3ea;
}

.oi-mode-panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 2rem;
	width: 4rem;
	height: 3px;
	background: var(--brand-gold, #c19d68);
}

.oi-mode-head {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.oi-mode-icon,
.oi-support-icon,
.oi-support-mark {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	border-radius: 8px;
}

.oi-mode-icon {
	width: 3rem;
	height: 3rem;
	background: rgba(193, 157, 104, 0.14);
	color: #8a682f;
	font-size: 1.4rem;
}

.oi-mode-type {
	display: block;
	margin-bottom: 0.2rem;
	color: #8a682f;
	font-family: "Inter", sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.oi-mode-head h3 {
	margin: 0;
	color: #0f172a;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
}

.oi-mode-definition {
	min-height: 3.5rem;
	margin: 1.5rem 0 0;
	color: #334155;
	font-size: 1rem;
	line-height: 1.75;
}

.oi-mode-assessment {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 1.5rem;
	margin-top: 1.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e5eaf0;
}

.oi-mode-group {
	min-width: 0;
}

.oi-mode-group h4 {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.8rem;
	color: #0f172a;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.4;
}

.oi-mode-group h4 i {
	color: #8a682f;
	font-size: 0.9rem;
}

.oi-mode-group ul {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.oi-mode-group li {
	position: relative;
	padding-left: 0.9rem;
	color: #475569;
	font-size: 0.9rem;
	line-height: 1.65;
}

.oi-mode-group li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 50%;
	background: var(--brand-gold, #c19d68);
}

.oi-mode-group-limit {
	padding-left: 1.5rem;
	border-left: 1px solid #e5eaf0;
}

.oi-support-panel {
	display: grid;
	grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
	margin-top: 1.5rem;
	overflow: hidden;
	border: 1px solid #dce3ea;
	border-radius: 12px;
	background: #fff;
}

.oi-support-lead {
	padding: 2rem;
	background: #edf1f5;
}

.oi-support-mark {
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 1.25rem;
	background: #0f2745;
	color: #fff;
	font-size: 1.35rem;
}

.oi-support-lead h3 {
	margin: 0;
	color: #0f172a;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
}

.oi-support-lead p {
	margin: 0.8rem 0 0;
	color: #475569;
	font-size: 0.92rem;
	line-height: 1.75;
}

.oi-support-list {
	margin: 0;
	padding: 0 2rem;
	list-style: none;
}

.oi-support-list li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	padding: 1.35rem 0;
}

.oi-support-list li + li {
	border-top: 1px solid #e5eaf0;
}

.oi-support-icon {
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid rgba(193, 157, 104, 0.36);
	background: rgba(193, 157, 104, 0.1);
	color: #8a682f;
	font-size: 1.2rem;
}

.oi-support-list h4 {
	margin: 0;
	color: #0f172a;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
}

.oi-support-list h4 strong {
	margin-left: 0.35rem;
	color: #8a682f;
	font-family: "Inter", sans-serif;
	font-size: 1.15rem;
	font-weight: 800;
}

.oi-support-list p {
	margin: 0.35rem 0 0;
	color: #475569;
	font-size: 0.88rem;
	line-height: 1.65;
}

@media (max-width: 900px) {
	.oi-mode-assessment {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.oi-mode-group-limit {
		padding: 1rem 0 0;
		border-top: 1px solid #e5eaf0;
		border-left: 0;
	}

	.oi-support-panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.oi-modes-section {
		padding: 3.75rem 1rem 4rem;
	}

	.oi-modes-heading {
		margin-bottom: 2rem;
	}

	.oi-modes-heading h2 {
		font-size: 1.75rem;
	}

	.oi-modes-heading p {
		font-size: 0.95rem;
	}

	.oi-modes-comparison {
		grid-template-columns: 1fr;
	}

	.oi-mode-panel {
		padding: 1.5rem 1.25rem;
	}

	.oi-mode-panel + .oi-mode-panel {
		border-top: 1px solid #dce3ea;
		border-left: 0;
	}

	.oi-mode-panel::before {
		left: 1.25rem;
	}

	.oi-mode-definition {
		min-height: 0;
	}

	.oi-support-lead {
		padding: 1.5rem 1.25rem;
	}

	.oi-support-list {
		padding: 0 1.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.oi-modes-section *,
	.oi-modes-section *::before,
	.oi-modes-section *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
