.sl-page {
	--sl-ink: #173f35;
	--sl-green: #1f5e4d;
	--sl-mint: #eaf4ef;
	--sl-cream: #f8f3e8;
	--sl-gold: #dda94d;
	--sl-muted: #647a73;
	background: #fffefa;
	color: var(--sl-ink);
	overflow: clip;
}

.sl-explainer {
	width: min(600px, calc(100vw - 32px));
	max-height: calc(100dvh - 32px);
	margin: auto;
	padding: 0;
	overflow: auto;
	border: 1px solid rgba(23, 63, 53, .16);
	border-radius: 24px;
	background: #fffefa;
	color: var(--sl-ink);
	box-shadow: 0 28px 90px rgba(5, 31, 24, .32);
}

.sl-explainer::backdrop {
	background: rgba(10, 35, 29, .72);
	backdrop-filter: blur(4px);
}

.sl-explainer[open] {
	animation: sl-explainer-enter 240ms ease-out both;
}

.sl-explainer__close {
	position: absolute;
	z-index: 2;
	top: 14px;
	right: 14px;
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(23, 63, 53, .14);
	border-radius: 50%;
	background: rgba(255, 254, 250, .92);
	color: var(--sl-ink);
	cursor: pointer;
	box-shadow: 0 5px 18px rgba(5, 31, 24, .12);
}

.sl-explainer__close:hover,
.sl-explainer__close:focus-visible {
	background: #fff;
}

.sl-explainer__visual {
	overflow: hidden;
	background: #f8f3e8;
}

.sl-explainer__visual img {
	display: block;
	width: 100%;
	height: auto;
}

.sl-explainer__content {
	display: grid;
	justify-items: center;
	padding: 24px 30px 28px;
	text-align: center;
}

.sl-explainer__eyebrow {
	margin-bottom: 8px;
	color: #9a681f;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.sl-explainer h2 {
	margin-bottom: 9px;
	font-size: clamp(1.85rem, 5vw, 2.65rem);
	line-height: 1.05;
}

.sl-explainer__content p {
	margin-bottom: 19px;
	color: var(--sl-muted);
	font-size: .98rem;
	line-height: 1.5;
}

.sl-explainer__action {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 21px;
	border: 0;
	border-radius: 11px;
	background: var(--sl-green);
	color: #fff;
	font: inherit;
	font-weight: 850;
	cursor: pointer;
}

.sl-explainer__content small {
	margin-top: 10px;
	color: var(--sl-muted);
	font-size: .76rem;
}

@keyframes sl-explainer-enter {
	from { opacity: 0; transform: translateY(10px) scale(.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Campaign traffic starts with the useful action: sharing the trip. Supporting
   proof, driver profiles, guides, and FAQs remain below this section. */
.sl-page .quote-inline-panel {
	position: relative;
	z-index: 1;
	inset: auto;
	display: block;
	padding: clamp(28px, 5vw, 72px) max(20px, calc((100vw - 1380px) / 2));
	background: linear-gradient(135deg, #123f34 0%, #1f5c4b 100%);
	backdrop-filter: none;
}

.sl-page .quote-inline-panel > .modal {
	width: min(920px, 100%);
	max-height: none;
	margin: 0 auto;
	padding: clamp(28px, 4vw, 54px);
	overflow: visible;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(5, 31, 24, .24);
	animation: none;
}

.quote-account-consent {
	display: flex !important;
	align-items: flex-start;
	gap: 10px !important;
	font-size: 12px !important;
	line-height: 1.5;
}

.quote-form .quote-account-consent input {
	width: 18px;
	height: 18px;
	min-height: 18px;
	padding: 0;
	flex: 0 0 18px;
	accent-color: var(--roamly-green);
}

.quote-account-note {
	display: block;
	margin-top: -4px;
	color: var(--roamly-muted);
	font-size: 10px;
	line-height: 1.55;
}

.sl-page *,
.sl-page *::before,
.sl-page *::after {
	box-sizing: border-box;
}

.sl-container,
.sl-section {
	width: min(1320px, calc(100% - 64px));
	margin-inline: auto;
}

.sl-section {
	padding-block: clamp(72px, 8vw, 112px);
}

.sl-kicker {
	display: inline-block;
	margin-bottom: 14px;
	color: #a56e23;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.sl-page h1,
.sl-page h2,
.sl-page h3,
.sl-page p {
	margin-top: 0;
}

.sl-page h1,
.sl-page h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.sl-page h2 {
	margin-bottom: 16px;
	font-size: clamp(2.15rem, 4vw, 4rem);
	line-height: 1.03;
}

.sl-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 44px;
}

.sl-heading > div,
.sl-heading--center {
	max-width: 820px;
}

.sl-heading > p,
.sl-heading--center > p {
	color: var(--sl-muted);
	font-size: 1.08rem;
	line-height: 1.7;
}

.sl-heading > a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 9px;
	color: var(--sl-green);
	font-weight: 800;
	text-decoration: none;
}

.sl-heading--center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.sl-hero {
	position: relative;
	display: grid;
	min-height: min(760px, calc(100vh - 72px));
	align-items: center;
	background-color: #153c32;
	background-image: var(--sl-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.sl-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(10, 42, 34, 0.94) 0%, rgba(10, 42, 34, 0.77) 40%, rgba(10, 42, 34, 0.2) 76%, rgba(10, 42, 34, 0.08) 100%);
}

.sl-hero__content {
	position: relative;
	z-index: 1;
	padding-block: 96px;
}

.sl-hero .sl-kicker {
	color: #f0c471;
}

.sl-hero h1 {
	max-width: 790px;
	margin-bottom: 24px;
	font-size: clamp(3.15rem, 6.3vw, 6.3rem);
	line-height: 0.97;
}

.sl-hero__content > p {
	max-width: 680px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.05rem, 1.6vw, 1.3rem);
	line-height: 1.65;
}

.sl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.sl-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 23px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.sl-button:hover {
	transform: translateY(-2px);
}

.sl-button--gold {
	background: var(--sl-gold);
	box-shadow: 0 14px 32px rgba(7, 25, 20, 0.25);
	color: #18372f;
}

.sl-button--glass {
	border-color: rgba(255, 255, 255, 0.52);
	background: rgba(255, 255, 255, 0.11);
	color: #fff;
	backdrop-filter: blur(8px);
}

.sl-button--light {
	background: #fff;
	color: var(--sl-green);
}

.sl-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	margin: 38px 0 0;
	padding: 0;
	list-style: none;
}

.sl-hero__trust li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.9rem;
	font-weight: 700;
}

.sl-intro {
	padding-bottom: 88px;
}

.sl-steps,
.sl-trip-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.sl-driver-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
	gap: 20px;
}

.sl-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: sl-step;
}

.sl-steps li {
	position: relative;
	min-height: 275px;
	padding: 34px;
	border: 1px solid #d7e4de;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(25, 68, 57, 0.06);
}

.sl-step__number {
	position: absolute;
	top: 26px;
	right: 28px;
	color: #9cafa8;
	font-family: Georgia, serif;
	font-size: 1.1rem;
}

.sl-steps i,
.sl-trip-grid i {
	display: grid;
	width: 52px;
	height: 52px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 14px;
	background: var(--sl-mint);
	color: var(--sl-green);
	font-style: normal;
}

.sl-steps h3,
.sl-trip-grid h3 {
	margin-bottom: 10px;
	font-size: 1.25rem;
}

.sl-steps p,
.sl-trip-grid p {
	margin-bottom: 0;
	color: var(--sl-muted);
	line-height: 1.65;
}

.sl-drivers {
	width: 100%;
	max-width: none;
	padding-inline: max(32px, calc((100% - 1320px) / 2));
	background: var(--sl-mint);
}

.sl-driver-card {
	overflow: hidden;
	border: 1px solid #cfe0d8;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(18, 65, 52, 0.08);
}

.sl-driver-card__photo {
	position: relative;
	display: block;
	height: 260px;
	overflow: hidden;
	background: #dce8e3;
}

.sl-driver-card__photo > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.sl-driver-card:hover .sl-driver-card__photo > img {
	transform: scale(1.025);
}

.sl-driver-card__photo > span:not(.sl-verified) {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background: var(--driver-color, #789389);
	color: #fff;
	font-family: Georgia, serif;
	font-size: 3.4rem;
}

.sl-verified {
	position: absolute;
	top: 18px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border: 1px solid #a7dbc2;
	border-radius: 999px;
	background: rgba(242, 252, 247, 0.94);
	color: #176449;
	font-size: 0.8rem;
	font-weight: 800;
	backdrop-filter: blur(6px);
}

.sl-driver-card__body {
	padding: 26px;
}

.sl-driver-card h3 {
	margin-bottom: 8px;
	font-size: 1.35rem;
	line-height: 1.25;
}

.sl-driver-card h3 a,
.sl-text-link {
	color: var(--sl-ink);
	text-decoration: none;
}

.sl-driver-card__location {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 16px;
	color: var(--sl-muted);
	font-size: 0.9rem;
}

.sl-driver-card .provider-external-review-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 20px;
}

.sl-driver-card .external-review-badge {
	min-height: 39px;
	background: #fff;
}

.sl-driver-card__vehicle {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 19px;
	padding: 13px;
	border-radius: 14px;
	background: #f6f7f2;
}

.sl-driver-card__vehicle > img,
.sl-driver-card__vehicle > span {
	width: 62px;
	height: 50px;
	flex: 0 0 auto;
	border-radius: 10px;
	object-fit: cover;
}

.sl-driver-card__vehicle > span {
	display: grid;
	place-items: center;
	background: #e3ece8;
}

.sl-driver-card__vehicle div {
	display: grid;
	gap: 2px;
}

.sl-driver-card__vehicle small,
.sl-driver-card__vehicle em {
	color: var(--sl-muted);
	font-size: 0.78rem;
	font-style: normal;
}

.sl-driver-card__vehicle strong {
	line-height: 1.25;
}

.sl-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.91rem;
	font-weight: 800;
}

.sl-destinations {
	padding-bottom: 76px;
}

.sl-destination-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.sl-destination-grid article {
	min-height: 245px;
	padding: 27px 24px;
	border-top: 3px solid var(--sl-gold);
	background: var(--sl-cream);
}

.sl-destination-grid span {
	color: #a77b38;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.sl-destination-grid h3 {
	margin: 58px 0 10px;
	font-family: Georgia, serif;
	font-size: 1.6rem;
	font-weight: 500;
}

.sl-destination-grid h3 a {
	color: inherit;
	text-decoration: none;
}

.sl-destination-grid h3 a:hover,
.sl-destination-grid h3 a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.sl-destination-grid p {
	margin-bottom: 0;
	color: var(--sl-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.sl-custom-route {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	margin-top: 22px;
	padding: 20px 22px;
	border: 1px solid #c9ddd4;
	border-radius: 16px;
	background: var(--sl-mint);
}

.sl-custom-route > i {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 12px;
	background: #fff;
	color: var(--sl-green);
	font-style: normal;
}

.sl-custom-route > div {
	display: grid;
	gap: 3px;
}

.sl-custom-route span {
	color: var(--sl-muted);
	font-size: 0.9rem;
}

.sl-custom-route > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--sl-green);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.sl-guides {
	padding-top: 0;
}

.sl-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.sl-guide-grid article {
	padding: 28px;
	border: 1px solid #c9ddd4;
	border-radius: 18px;
	background: #fff;
}

.sl-guide-grid span {
	color: #9c6c2c;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.sl-guide-grid h3 {
	margin: 12px 0;
	font-family: Georgia, serif;
	font-size: 1.65rem;
	font-weight: 500;
	line-height: 1.2;
}

.sl-guide-grid h3 a,
.sl-guide-grid article > a {
	color: var(--sl-green);
}

.sl-guide-grid p {
	color: var(--sl-muted);
	line-height: 1.6;
}

.sl-guide-grid article > a {
	font-weight: 800;
}

.sl-video {
	background: #f2eee4;
}

.sl-video__inner {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(480px, 1.22fr);
	align-items: center;
	gap: clamp(42px, 7vw, 92px);
}

.sl-video__copy > p {
	max-width: 580px;
	color: var(--sl-muted);
	font-size: 1.02rem;
	line-height: 1.7;
}

.sl-video__copy ul {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.sl-video__copy li {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 0.92rem;
	font-weight: 700;
}

.sl-video__copy li svg {
	flex: 0 0 auto;
	color: #258064;
}

.sl-video__frame {
	overflow: hidden;
	border: 8px solid #fff;
	border-radius: 22px;
	background: #173f35;
	box-shadow: 0 25px 60px rgba(29, 67, 57, 0.17);
}

.sl-video__frame iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.sl-trip-types {
	padding-top: 50px;
}

.sl-trip-grid article {
	padding: 32px;
	border-left: 1px solid #cfddd7;
}

.sl-payment {
	background: var(--sl-green);
	color: #fff;
}

.sl-payment__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	padding-block: 72px;
}

.sl-payment__icon {
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.12);
}

.sl-payment .sl-kicker {
	color: #f0c471;
}

.sl-payment h2 {
	margin-bottom: 8px;
}

.sl-payment p {
	max-width: 780px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.65;
}

.sl-faq {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: 70px;
}

.sl-faq .sl-heading {
	align-items: start;
}

.sl-faq__list details {
	border-bottom: 1px solid #cedbd5;
}

.sl-faq__list summary {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 800;
	list-style: none;
}

.sl-faq__list summary::-webkit-details-marker {
	display: none;
}

.sl-faq__list details[open] summary svg {
	transform: rotate(180deg);
}

.sl-faq__list p {
	max-width: 720px;
	padding: 0 40px 25px 0;
	color: var(--sl-muted);
	line-height: 1.7;
}

.sl-final-cta {
	padding: 86px 0;
	background: var(--sl-cream);
	text-align: center;
}

.sl-final-cta .sl-container {
	max-width: 780px;
}

.sl-final-cta h2 {
	margin-bottom: 14px;
}

.sl-final-cta p {
	margin-bottom: 26px;
	color: var(--sl-muted);
	font-size: 1.08rem;
}

@media (max-width: 980px) {
	.sl-steps,
	.sl-trip-grid,
	.sl-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sl-steps li:last-child,
	.sl-trip-grid article:last-child {
		grid-column: 1 / -1;
	}

	.sl-destination-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sl-faq {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.sl-video__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.sl-explainer {
		width: min(100% - 20px, 560px);
		max-height: calc(100dvh - 20px);
		border-radius: 18px;
	}

	.sl-explainer__close {
		top: 10px;
		right: 10px;
		width: 38px;
		height: 38px;
	}

	.sl-explainer__content {
		padding: 20px 20px 23px;
	}

	.sl-explainer__action {
		width: 100%;
	}

	.sl-page .quote-inline-panel {
		padding: 12px 8px 30px;
	}

	.sl-page .quote-inline-panel > .modal {
		height: auto;
		max-height: none;
		padding: 30px 14px;
		overflow: visible;
		border-radius: 18px;
	}

	/* Mobile Safari gives date controls an intrinsic inline size that can exceed
	   a narrow grid column. Reset the native box sizing while retaining the date
	   input type, so tapping the field still opens the iOS date picker. */
	.sl-page .quote-form .form-row,
	.sl-page .quote-form .form-row > label {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.sl-page .quote-form input[type="date"] {
		display: block;
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		inline-size: 100%;
		min-inline-size: 0;
		max-inline-size: 100%;
		overflow: hidden;
		-webkit-appearance: none;
		appearance: none;
	}

	.sl-page .quote-form input[type="date"]::-webkit-date-and-time-value {
		width: 100%;
		min-width: 0;
		padding: 0;
		text-align: center;
	}

	.sl-container,
	.sl-section {
		width: min(100% - 32px, 1320px);
	}

	.sl-section {
		padding-block: 68px;
	}

	.sl-hero {
		min-height: 0;
		background-color: #153c32;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.sl-hero__shade {
		background: linear-gradient(180deg, #153c32 0%, #153c32 62%, rgba(21, 60, 50, 0.93) 72%, rgba(21, 60, 50, 0.12) 100%);
	}

	.sl-hero__content {
		padding-top: 68px;
		padding-bottom: calc(58vw + 36px);
	}

	.sl-hero h1 {
		font-size: clamp(2.75rem, 13.2vw, 4.2rem);
	}

	.sl-actions {
		display: grid;
		grid-template-columns: 1fr;
		max-width: 420px;
	}

	.sl-button {
		width: 100%;
	}

	.sl-hero__trust {
		display: grid;
		gap: 10px;
	}

	.sl-heading {
		display: block;
	}

	.sl-heading > a {
		margin-top: 10px;
	}

	.sl-steps,
	.sl-trip-grid,
	.sl-destination-grid,
	.sl-guide-grid {
		grid-template-columns: 1fr;
	}

	.sl-steps li:last-child,
	.sl-trip-grid article:last-child {
		grid-column: auto;
	}

	.sl-drivers {
		width: 100%;
		padding-inline: 16px;
	}

	.sl-driver-card__photo {
		height: 245px;
	}

	.sl-destination-grid article {
		min-height: 185px;
	}

	.sl-destination-grid h3 {
		margin-top: 34px;
	}

	.sl-custom-route {
		grid-template-columns: auto minmax(0, 1fr);
		align-items: start;
	}

	.sl-custom-route > a {
		grid-column: 1 / -1;
		padding: 4px 0 0 60px;
	}

	.sl-video__inner {
		gap: 34px;
	}

	.sl-video__frame {
		border-width: 5px;
		border-radius: 16px;
	}

	.sl-trip-grid article {
		padding: 27px 24px;
	}

	.sl-payment__inner {
		grid-template-columns: 1fr;
		padding-block: 62px;
	}

	.sl-payment__inner .sl-button {
		margin-top: 8px;
	}

	.sl-final-cta {
		padding-block: 70px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sl-explainer[open] {
		animation: none;
	}

	.sl-button,
	.sl-driver-card__photo > img {
		transition: none;
	}
}
