:root {
	--elog-routes-red: #ed1c24;
	--elog-routes-red-dark: #bd1018;
	--elog-routes-navy: #062552;
	--elog-routes-text: #203a5c;
	--elog-routes-muted: #66758a;
	--elog-routes-line: #dfe6ee;
	--elog-routes-soft: #f5f8fb;
	--elog-routes-white: #fff;
	--elog-routes-shadow: 0 16px 40px rgba(6, 37, 82, 0.1);
}

.elog-routes-page {
	color: var(--elog-routes-text);
	overflow: hidden;
}

.elog-routes-page .row {
	max-width: 1240px;
}

.elog-routes-page h1,
.elog-routes-page h2,
.elog-routes-page h3 {
	color: var(--elog-routes-navy);
	font-family: inherit;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	text-wrap: balance;
}

.elog-routes-page p,
.elog-routes-page li {
	font-family: inherit;
	font-size: 16px;
}

.elog-routes-kicker {
	align-items: center;
	color: var(--elog-routes-red) !important;
	display: flex;
	font-size: 13px !important;
	font-weight: 800;
	gap: 9px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin: 0 0 14px !important;
	text-transform: uppercase;
}

.elog-routes-kicker i,
.elog-routes-btn i,
.elog-routes-hero-tags i,
.elog-routes-stat > i,
.elog-route-facts i,
.elog-route-link i,
.elog-routes-service-item i {
	align-items: center;
	aspect-ratio: 1 / 1;
	display: inline-flex;
	font-style: normal;
	justify-content: center;
	line-height: 1;
	vertical-align: middle;
}

/* Hero */
.elog-routes-hero-section {
	background: #eef4f9;
	min-height: 610px;
	position: relative;
}

.elog-routes-hero-section > .section-bg img {
	height: 100%;
	object-fit: cover;
	object-position: center 51%;
	width: 100%;
}

.elog-routes-hero-section > .section-bg::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.94) 34%, rgba(255, 255, 255, 0.55) 53%, rgba(255, 255, 255, 0.06) 76%);
	content: "";
	inset: 0;
	position: absolute;
}

.elog-routes-hero-row {
	min-height: 470px;
	position: relative;
	z-index: 2;
}

.elog-routes-hero-copy-col {
	padding-right: 28px;
}

.elog-routes-hero-copy {
	max-width: 640px;
}

.elog-routes-hero-copy h1 {
	font-size: clamp(42px, 4.2vw, 58px);
	line-height: 1.08;
	margin: 0 0 20px;
}

.elog-routes-hero-copy h1 span {
	color: var(--elog-routes-red);
	display: block;
}

.elog-routes-lead {
	color: #53657c;
	font-size: 17px !important;
	line-height: 1.72;
	margin: 0 0 25px !important;
	max-width: 610px;
}

.elog-routes-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 26px;
}

.elog-routes-btn {
	align-items: center;
	border: 1px solid var(--elog-routes-red);
	border-radius: 6px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 9px;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 12px 20px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.elog-routes-btn i {
	font-size: 12px;
	width: 14px;
}

.elog-routes-btn--primary {
	background: var(--elog-routes-red);
	box-shadow: 0 10px 24px rgba(237, 28, 36, 0.22);
	color: #fff !important;
}

.elog-routes-btn--outline {
	background: rgba(255, 255, 255, 0.88);
	color: var(--elog-routes-navy) !important;
}

.elog-routes-btn:hover {
	background: var(--elog-routes-red-dark);
	border-color: var(--elog-routes-red-dark);
	color: #fff !important;
	transform: translateY(-2px);
}

.elog-routes-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.elog-routes-hero-tags span {
	align-items: center;
	color: var(--elog-routes-text);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 7px;
}

.elog-routes-hero-tags i {
	color: var(--elog-routes-red);
	font-size: 14px;
	width: 17px;
}

/* Statistics */
.elog-routes-stats-section {
	background: transparent;
	overflow: visible;
	position: relative;
	z-index: 5;
}

.elog-routes-stats-row {
	background: var(--elog-routes-white);
	border: 1px solid var(--elog-routes-line);
	border-radius: 8px;
	box-shadow: var(--elog-routes-shadow);
	margin-bottom: -34px;
	padding: 20px 10px;
	transform: translateY(-38px);
}

.elog-routes-stats-row > .col {
	border-right: 1px solid var(--elog-routes-line);
	padding-bottom: 0;
}

.elog-routes-stats-row > .col:last-child {
	border-right: 0;
}

.elog-routes-stat {
	align-items: center;
	display: flex;
	gap: 13px;
	justify-content: center;
	margin: 0;
	min-height: 62px;
	padding: 4px 6px;
}

.elog-routes-stat > i {
	background: #fff0f1;
	border-radius: 50%;
	color: var(--elog-routes-red);
	flex: 0 0 46px;
	font-size: 19px;
	height: 46px;
	width: 46px;
}

.elog-routes-stat div {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.elog-routes-stat strong {
	color: var(--elog-routes-navy);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.15;
}

.elog-routes-stat span {
	color: var(--elog-routes-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.35;
	margin-top: 5px;
	text-transform: uppercase;
}

/* Route cards */
.elog-routes-list-section {
	background: var(--elog-routes-soft);
}

.elog-routes-heading-row {
	margin-bottom: 34px;
}

.elog-routes-heading {
	margin: 0 auto;
	max-width: 790px;
	text-align: center;
}

.elog-routes-heading .elog-routes-kicker {
	justify-content: center;
}

.elog-routes-heading h2,
.elog-routes-service-intro h2,
.elog-routes-cta-copy h2 {
	font-size: clamp(32px, 3.5vw, 44px);
	line-height: 1.18;
	margin: 0 0 16px;
}

.elog-routes-heading > p:last-child,
.elog-routes-service-intro > p {
	color: var(--elog-routes-muted);
	line-height: 1.72;
	margin: 0;
}

.elog-routes-card-row {
	align-items: stretch;
}

.elog-routes-card-row + .elog-routes-card-row {
	margin-top: 20px;
}

.elog-route-card {
	padding-bottom: 0;
}

.elog-route-card > .col-inner {
	background: var(--elog-routes-white);
	border: 1px solid var(--elog-routes-line);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(6, 37, 82, 0.07);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.elog-route-card:hover > .col-inner {
	border-color: rgba(237, 28, 36, 0.38);
	box-shadow: 0 16px 36px rgba(6, 37, 82, 0.12);
	transform: translateY(-4px);
}

.elog-route-card-image {
	flex: 0 0 auto;
	margin: 0 !important;
	overflow: hidden;
	width: 100%;
}

.elog-route-card-image .img-inner {
	height: 220px;
	overflow: hidden;
}

.elog-route-card-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
	width: 100%;
}

.elog-route-card:hover .elog-route-card-image img {
	transform: scale(1.035);
}

.elog-route-card--featured .elog-route-card-image .img-inner {
	height: 276px;
}

.elog-route-card--wide .elog-route-card-image .img-inner {
	height: 248px;
}

.elog-route-card-content,
.elog-route-card-content .text-inner {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.elog-route-card-content {
	margin: 0;
	padding: 24px;
}

.elog-route-card-label {
	align-items: center;
	color: var(--elog-routes-red);
	display: flex;
	font-size: 11px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0.06em;
	line-height: 1.3;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.elog-route-flag {
	align-items: center;
	aspect-ratio: 1 / 1;
	display: inline-flex;
	font-size: 21px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	width: 24px;
}

.elog-route-card h3 {
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 11px;
}

.elog-route-card--featured h3,
.elog-route-card--wide h3 {
	font-size: 25px;
}

.elog-route-card-content > p,
.elog-route-card-content .text-inner > p {
	color: var(--elog-routes-muted);
	line-height: 1.65;
	margin: 0 0 17px;
}

.elog-route-facts {
	border-top: 1px solid var(--elog-routes-line);
	list-style: none;
	margin: 0;
	padding: 15px 0 0;
}

.elog-route-facts li {
	align-items: flex-start;
	color: var(--elog-routes-muted);
	display: flex;
	font-size: 14px;
	gap: 9px;
	line-height: 1.52;
	margin: 0 0 8px;
}

.elog-route-facts i {
	color: var(--elog-routes-red);
	flex: 0 0 18px;
	font-size: 13px;
	height: 18px;
	margin-top: 2px;
	width: 18px;
}

.elog-route-facts strong {
	color: var(--elog-routes-text);
}

.elog-route-link {
	align-items: center;
	color: var(--elog-routes-red) !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 9px;
	margin-top: auto;
	padding-top: 17px;
	text-decoration: none;
}

.elog-route-link i {
	font-size: 11px;
	height: 14px;
	transition: transform 0.2s ease;
	width: 14px;
}

.elog-route-link:hover i {
	transform: translateX(4px);
}

/* Rate lookup */
.elog-shipping-rate-section {
	background: #fff;
}

/* Service process */
.elog-routes-service-section {
	background: #fff;
}

.elog-routes-service-intro-col {
	padding-right: 42px;
}

.elog-routes-service-intro .elog-route-link {
	margin-top: 21px;
}

.elog-routes-service-list {
	margin: -8px;
}

.elog-routes-service-list > .col {
	padding: 8px;
}

.elog-routes-service-item {
	background: var(--elog-routes-soft);
	border: 1px solid var(--elog-routes-line);
	border-radius: 8px;
	height: 100%;
	margin: 0;
	padding: 20px;
}

.elog-routes-service-item .text-inner,
.elog-routes-service-item-inner {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	height: 100%;
}

.elog-routes-service-number {
	color: rgba(237, 28, 36, 0.25);
	font-size: 31px;
	font-weight: 900;
	line-height: 1;
}

.elog-routes-service-item i {
	background: #fff;
	border: 1px solid #f3d7d9;
	border-radius: 50%;
	color: var(--elog-routes-red);
	font-size: 18px;
	height: 42px;
	margin-bottom: 12px;
	width: 42px;
}

.elog-routes-service-item h3 {
	font-size: 17px;
	line-height: 1.35;
	margin: 0 0 7px;
}

.elog-routes-service-item p {
	color: var(--elog-routes-muted);
	font-size: 14px;
	line-height: 1.58;
	margin: 0;
}

/* CTA */
.elog-routes-cta-section {
	background: var(--elog-routes-red);
	position: relative;
}

.elog-routes-cta-section::before {
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	content: "";
	height: 330px;
	position: absolute;
	right: -105px;
	top: -165px;
	width: 330px;
}

.elog-routes-cta-row {
	position: relative;
	z-index: 1;
}

.elog-routes-cta-copy .elog-routes-kicker,
.elog-routes-cta-copy h2,
.elog-routes-cta-copy p {
	color: #fff !important;
}

.elog-routes-cta-copy h2 {
	font-size: clamp(29px, 3vw, 40px);
	max-width: 830px;
}

.elog-routes-cta-copy p {
	line-height: 1.68;
	margin: 0;
	max-width: 810px;
	opacity: 0.92;
}

.elog-routes-cta-action {
	text-align: right;
}

.elog-routes-cta-btn {
	background: #fff !important;
	border: 1px solid #fff !important;
	border-radius: 6px !important;
	color: var(--elog-routes-red) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	margin: 0 !important;
	min-height: 50px;
	padding-left: 23px !important;
	padding-right: 23px !important;
}

.elog-routes-cta-btn:hover {
	background: var(--elog-routes-navy) !important;
	border-color: var(--elog-routes-navy) !important;
	color: #fff !important;
}

@media (max-width: 1240px) {
	.elog-routes-page .row {
		padding-left: 24px;
		padding-right: 24px;
	}

	.elog-routes-stats-row {
		max-width: calc(100% - 48px);
	}
}

@media (max-width: 849px) {
	.elog-routes-hero-section {
		min-height: 560px;
	}

	.elog-routes-hero-section > .section-bg::after {
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 53%, rgba(255, 255, 255, 0.28) 100%);
	}

	.elog-routes-hero-copy h1 {
		font-size: 45px;
	}

	.elog-routes-stats-row > .col:nth-child(2) {
		border-right: 0;
	}

	.elog-routes-stats-row > .col:nth-child(-n + 2) {
		border-bottom: 1px solid var(--elog-routes-line);
	}

	.elog-route-card {
		margin-bottom: 20px;
	}

	.elog-routes-card-row + .elog-routes-card-row {
		margin-top: 0;
	}

	.elog-route-card-image .img-inner,
	.elog-route-card--featured .elog-route-card-image .img-inner,
	.elog-route-card--wide .elog-route-card-image .img-inner {
		height: 230px;
	}

	.elog-routes-service-intro-col {
		margin-bottom: 28px;
		padding-right: 15px;
		text-align: center;
	}

	.elog-routes-service-intro .elog-routes-kicker,
	.elog-routes-service-intro .elog-route-link {
		justify-content: center;
	}
}

@media (max-width: 549px) {
	.elog-routes-page .row {
		padding-left: 16px;
		padding-right: 16px;
	}

	.elog-routes-hero-section {
		min-height: 0;
		padding-bottom: 44px !important;
		padding-top: 46px !important;
	}

	.elog-routes-hero-section > .section-bg img {
		object-position: 69% center;
	}

	.elog-routes-hero-section > .section-bg::after {
		background: rgba(255, 255, 255, 0.9);
	}

	.elog-routes-hero-row {
		min-height: 0;
	}

	.elog-routes-hero-copy-col {
		padding-right: 15px;
		text-align: center;
	}

	.elog-routes-hero-copy .elog-routes-kicker,
	.elog-routes-actions,
	.elog-routes-hero-tags {
		justify-content: center;
	}

	.elog-routes-hero-copy h1 {
		font-size: 36px;
		line-height: 1.1;
	}

	.elog-routes-lead {
		font-size: 15px !important;
		line-height: 1.65;
	}

	.elog-routes-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.elog-routes-btn {
		width: 100%;
	}

	.elog-routes-hero-tags {
		gap: 8px;
	}

	.elog-routes-hero-tags span {
		background: rgba(255, 255, 255, 0.88);
		border: 1px solid var(--elog-routes-line);
		border-radius: 999px;
		font-size: 11px;
		padding: 7px 9px;
	}

	.elog-routes-stats-row {
		margin-bottom: -16px;
		max-width: calc(100% - 24px);
		padding: 8px 3px;
		transform: translateY(-18px);
	}

	.elog-routes-stats-row > .col {
		padding: 8px 4px;
	}

	.elog-routes-stat {
		gap: 8px;
		justify-content: flex-start;
		min-height: 58px;
	}

	.elog-routes-stat > i {
		flex-basis: 36px;
		font-size: 15px;
		height: 36px;
		width: 36px;
	}

	.elog-routes-stat strong {
		font-size: 15px;
	}

	.elog-routes-stat span {
		font-size: 8px;
	}

	.elog-routes-list-section {
		padding-bottom: 54px !important;
		padding-top: 60px !important;
	}

	.elog-routes-heading-row {
		margin-bottom: 24px;
	}

	.elog-routes-heading h2,
	.elog-routes-service-intro h2 {
		font-size: 30px;
	}

	.elog-routes-heading > p:last-child {
		font-size: 15px;
		line-height: 1.65;
	}

	.elog-route-card {
		margin-bottom: 16px;
	}

	.elog-route-card-content {
		padding: 20px;
	}

	.elog-route-card h3,
	.elog-route-card--featured h3,
	.elog-route-card--wide h3 {
		font-size: 22px;
	}

	.elog-routes-service-section {
		padding-bottom: 54px !important;
		padding-top: 54px !important;
	}

	.elog-routes-service-list {
		margin: -6px 0;
	}

	.elog-routes-service-list > .col {
		padding: 6px 0;
	}

	.elog-routes-service-item {
		padding: 18px;
	}

	.elog-routes-cta-section {
		padding-bottom: 46px !important;
		padding-top: 46px !important;
	}

	.elog-routes-cta-copy,
	.elog-routes-cta-action {
		text-align: center;
	}

	.elog-routes-cta-copy .elog-routes-kicker {
		justify-content: center;
	}

	.elog-routes-cta-copy h2 {
		font-size: 29px;
	}

	.elog-routes-cta-action {
		margin-top: 22px;
	}

	.elog-routes-cta-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elog-routes-page *,
	.elog-routes-page *::before,
	.elog-routes-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
