/*
Theme Name: Alwi Sewa Mobil Lombok
Theme URI: https://www.sewamobillombok-oke.com/
Author: Lombok Oke Trans
Author URI: https://www.sewamobillombok-oke.com/
Description: Tema WordPress Alwi Sewa Mobil Lombok untuk rental mobil dan wisata Lombok, dengan homepage dinamis, katalog armada, paket wisata, destinasi, testimoni, FAQ, popup harga, landing page HTML/CSS, dan integrasi analisis Yoast.
Version: 1.3.4
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: lombok-transit
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, theme-options, translation-ready, blog, one-column, two-columns
*/

:root {
	--nlt-primary: #3151b7;
	--nlt-primary-strong: #203d9d;
	--nlt-accent: #20d477;
	--nlt-dark: #091127;
	--nlt-violet: #7c3aed;
	--nlt-ink: #111a31;
	--nlt-muted: #657087;
	--nlt-line: #e4e8f1;
	--nlt-soft: #f4f6fb;
	--nlt-white: #fff;
	--nlt-warning: #ffb423;
	--nlt-radius-sm: 12px;
	--nlt-radius: 20px;
	--nlt-radius-lg: 30px;
	--nlt-shadow-sm: 0 10px 30px rgba(9, 17, 39, .08);
	--nlt-shadow: 0 24px 70px rgba(9, 17, 39, .16);
	--nlt-container: 1180px;
}

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

/* Backward-compatible full-width rule for older builder/content markup. */
.nlt-page-content--full-width,
.nlt-page-content--full-width > .elementor {
	width: 100%;
	max-width: none;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 88px;
}

body {
	margin: 0;
	background: var(--nlt-white);
	color: var(--nlt-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.nlt-modal-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button {
	cursor: pointer;
}

[hidden] {
	display: none !important;
}

.nlt-container {
	width: min(calc(100% - 40px), var(--nlt-container));
	margin-inline: auto;
}

.screen-reader-text,
.nlt-skip-link:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.nlt-skip-link:focus {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100002;
	padding: 10px 16px;
	border-radius: 8px;
	background: var(--nlt-dark);
	color: #fff;
	font-weight: 800;
}

.nlt-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: .92rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

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

.nlt-button:focus-visible,
.nlt-icon-button:focus-visible,
.nlt-menu-toggle:focus-visible,
.nlt-filter-buttons button:focus-visible,
.nlt-slider-controls button:focus-visible,
.nlt-modal-close:focus-visible {
	outline: 3px solid rgba(49, 81, 183, .32);
	outline-offset: 3px;
}

.nlt-button--primary {
	background: var(--nlt-primary);
	box-shadow: 0 10px 22px rgba(49, 81, 183, .24);
	color: #fff;
}

.nlt-button--primary:hover {
	background: var(--nlt-primary-strong);
}

.nlt-button--whatsapp {
	background: var(--nlt-accent);
	box-shadow: 0 10px 24px color-mix(in srgb, var(--nlt-accent) 30%, transparent);
	color: #042415;
}

.nlt-button--whatsapp:hover {
	box-shadow: 0 15px 30px color-mix(in srgb, var(--nlt-accent) 40%, transparent);
}

.nlt-wa-icon,
.nlt-eye-icon {
	display: block;
	width: 1.12rem;
	height: 1.12rem;
	flex: 0 0 auto;
}

.nlt-button--whatsapp .nlt-wa-icon {
	width: 1.18rem;
	height: 1.18rem;
}

.nlt-button--light {
	background: #fff;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
	color: var(--nlt-dark);
}

.nlt-button--outline {
	border-color: var(--nlt-line);
	background: #fff;
	color: var(--nlt-primary);
}

.nlt-button--wide {
	width: 100%;
}

.nlt-button--large {
	min-height: 58px;
	padding-inline: 28px;
}

.nlt-icon-button {
	display: inline-grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border-radius: 12px;
	font-weight: 900;
}

.nlt-icon-button--wa {
	background: var(--nlt-accent);
	box-shadow: 0 10px 20px color-mix(in srgb, var(--nlt-accent) 24%, transparent);
	color: #fff;
}

.nlt-icon-button--wa .nlt-wa-icon {
	width: 21px;
	height: 21px;
}

.nlt-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--nlt-primary);
	font-weight: 800;
}

.nlt-text-link:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.nlt-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(228, 232, 241, .7);
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(14px);
	transition: box-shadow .25s ease;
}

.admin-bar .nlt-site-header {
	top: 32px;
}

.nlt-site-header.is-scrolled {
	box-shadow: 0 8px 30px rgba(9, 17, 39, .08);
}

.nlt-header-inner {
	display: flex;
	min-height: 78px;
	align-items: center;
	gap: 28px;
}

.nlt-brand {
	display: inline-flex;
	min-width: 190px;
	align-items: center;
	gap: 11px;
}

.nlt-brand-logo {
	width: auto;
	max-width: 230px;
	height: 48px;
	object-fit: contain;
}

.nlt-brand-mark {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(140deg, var(--nlt-primary), var(--nlt-violet));
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .2), 0 8px 20px rgba(49, 81, 183, .22);
	color: #fff;
	font-size: 1.2rem;
	font-weight: 900;
}

.nlt-brand-copy {
	display: grid;
	line-height: 1.15;
}

.nlt-brand-copy strong {
	font-size: 1.03rem;
	font-weight: 900;
}

.nlt-brand-copy small {
	margin-top: 4px;
	color: var(--nlt-muted);
	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.nlt-primary-nav {
	margin-left: auto;
}

.nlt-menu,
.nlt-primary-nav .menu {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nlt-menu li,
.nlt-primary-nav .menu li {
	position: relative;
}

.nlt-menu a,
.nlt-primary-nav .menu a {
	display: block;
	padding: 9px 12px;
	border-radius: 9px;
	font-size: .9rem;
	font-weight: 750;
}

.nlt-menu a:hover,
.nlt-menu .current-menu-item > a,
.nlt-primary-nav .menu a:hover,
.nlt-primary-nav .menu .current-menu-item > a {
	background: var(--nlt-soft);
	color: var(--nlt-primary);
}

.nlt-menu .sub-menu,
.nlt-primary-nav .sub-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	display: none;
	min-width: 210px;
	padding: 9px;
	margin: 0;
	border: 1px solid var(--nlt-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--nlt-shadow-sm);
	list-style: none;
}

.nlt-menu li:hover > .sub-menu,
.nlt-menu li:focus-within > .sub-menu,
.nlt-primary-nav .menu li:hover > .sub-menu,
.nlt-primary-nav .menu li:focus-within > .sub-menu {
	display: block;
}

.nlt-header-cta {
	min-height: 44px;
	padding: 10px 17px;
}

.nlt-menu-toggle {
	display: none;
	width: 46px;
	height: 44px;
	padding: 11px;
	border: 1px solid var(--nlt-line);
	border-radius: 11px;
	background: #fff;
}

.nlt-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 4px 0;
	border-radius: 2px;
	background: var(--nlt-dark);
}

.nlt-hero {
	position: relative;
	min-height: 680px;
	overflow: hidden;
	background-color: var(--nlt-dark);
	color: #fff;
}

.nlt-hero-background-image {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.nlt-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(6, 12, 31, .96) 0%, rgba(6, 12, 31, .87) 35%, rgba(6, 12, 31, .22) 70%, rgba(6, 12, 31, .08) 100%),
		linear-gradient(0deg, rgba(124, 58, 237, .24), transparent 48%);
}

.nlt-hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 680px;
	align-items: center;
	padding-block: 90px 120px;
}

.nlt-hero-content {
	max-width: 650px;
}

.nlt-hero-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: #cfdaff;
	font-size: .82rem;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.nlt-hero-kicker span {
	width: 35px;
	height: 2px;
	background: var(--nlt-accent);
}

.nlt-hero h1 {
	max-width: 12ch;
	margin: 0;
	font-size: clamp(2.8rem, 6vw, 5.5rem);
	font-weight: 950;
	letter-spacing: -.055em;
	line-height: .98;
}

.nlt-hero-copy {
	max-width: 600px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(1rem, 1.5vw, 1.16rem);
	line-height: 1.7;
}

.nlt-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.nlt-hero-shape {
	position: absolute;
	right: -8%;
	bottom: -260px;
	left: -8%;
	height: 330px;
	background: linear-gradient(100deg, var(--nlt-violet), #ad18ff 54%, var(--nlt-primary));
	transform: rotate(-5deg);
	transform-origin: left top;
}

.nlt-trust-strip {
	position: relative;
	z-index: 5;
	margin-top: -35px;
}

.nlt-trust-inner {
	display: flex;
	min-height: 78px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 16px 24px;
	border: 1px solid rgba(228, 232, 241, .8);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--nlt-shadow);
}

.nlt-rating-summary {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}

.nlt-stars {
	color: var(--nlt-warning);
	font-size: .88rem;
	letter-spacing: 1px;
}

.nlt-rating-summary strong {
	font-weight: 900;
}

.nlt-rating-summary > span:last-child {
	color: var(--nlt-muted);
	font-size: .84rem;
}

.nlt-trust-inner ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nlt-trust-inner li {
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--nlt-muted);
	font-size: .86rem;
	font-weight: 700;
}

.nlt-trust-inner li span {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--nlt-accent) 15%, white);
	color: #087a40;
}

.nlt-section {
	padding-block: 100px;
}

.nlt-section-heading {
	max-width: 720px;
	margin-bottom: 36px;
}

.nlt-section-heading--split {
	display: flex;
	max-width: none;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.nlt-section-heading--split > div {
	max-width: 760px;
}

.nlt-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.nlt-eyebrow,
.nlt-mini-label,
.nlt-modal-kicker {
	margin: 0 0 10px;
	color: var(--nlt-primary);
	font-size: .75rem;
	font-weight: 900;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.nlt-section-heading h1,
.nlt-section-heading h2,
.nlt-page-hero h1 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.45rem);
	font-weight: 950;
	letter-spacing: -.045em;
	line-height: 1.08;
}

.nlt-section-heading > p:last-child,
.nlt-section-heading > div > p:last-child {
	max-width: 700px;
	margin: 15px 0 0;
	color: var(--nlt-muted);
	font-size: 1.02rem;
}

.nlt-fleet-section {
	padding-top: 115px;
}

.nlt-fleet-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.nlt-filter-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.nlt-filter-buttons button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid var(--nlt-line);
	border-radius: 999px;
	background: #fff;
	color: var(--nlt-muted);
	font-size: .84rem;
	font-weight: 800;
}

.nlt-filter-buttons button span {
	display: inline-grid;
	min-width: 22px;
	height: 22px;
	place-items: center;
	padding-inline: 4px;
	border-radius: 99px;
	background: var(--nlt-soft);
	font-size: .72rem;
}

.nlt-filter-buttons button:hover,
.nlt-filter-buttons button.is-active {
	border-color: var(--nlt-primary);
	background: var(--nlt-primary);
	color: #fff;
}

.nlt-filter-buttons button.is-active span {
	background: rgba(255, 255, 255, .18);
}

.nlt-search-field {
	position: relative;
	display: block;
	width: min(260px, 100%);
	flex: 0 0 auto;
}

.nlt-search-field i {
	position: absolute;
	top: 50%;
	left: 15px;
	color: var(--nlt-muted);
	font-size: 1.2rem;
	font-style: normal;
	transform: translateY(-53%);
}

.nlt-search-field input {
	width: 100%;
	height: 46px;
	padding: 9px 15px 9px 42px;
	border: 1px solid var(--nlt-line);
	border-radius: 12px;
	background: #fff;
	color: var(--nlt-ink);
	outline: none;
}

.nlt-search-field input:focus {
	border-color: var(--nlt-primary);
	box-shadow: 0 0 0 4px rgba(49, 81, 183, .1);
}

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

.nlt-fleet-card,
.nlt-package-card,
.nlt-blog-card {
	overflow: hidden;
	border: 1px solid var(--nlt-line);
	border-radius: var(--nlt-radius);
	background: #fff;
	box-shadow: 0 8px 26px rgba(9, 17, 39, .055);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.nlt-fleet-card:hover,
.nlt-package-card:hover,
.nlt-blog-card:hover {
	border-color: color-mix(in srgb, var(--nlt-primary) 28%, var(--nlt-line));
	box-shadow: 0 18px 42px rgba(9, 17, 39, .1);
	transform: translateY(-5px);
}

.nlt-card-media {
	position: relative;
	height: 265px;
	overflow: hidden;
	background: linear-gradient(145deg, #25106a, var(--nlt-violet) 50%, #4c0aa6);
}

.nlt-card-image,
.nlt-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nlt-image-placeholder {
	position: relative;
	overflow: hidden;
}

.nlt-card-image {
	transition: transform .45s ease;
}

.nlt-fleet-card:hover .nlt-card-image,
.nlt-package-card:hover .nlt-card-image {
	transform: scale(1.035);
}

.nlt-image-placeholder {
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 65% 20%, rgba(255, 255, 255, .18), transparent 25%),
		linear-gradient(140deg, var(--nlt-primary), var(--nlt-violet) 62%, #b01aff);
	color: rgba(255, 255, 255, .9);
}

.nlt-image-placeholder::before,
.nlt-image-placeholder::after {
	position: absolute;
	content: "";
	border: 1px solid rgba(255, 255, 255, .19);
	border-radius: 50%;
}

.nlt-image-placeholder::before {
	width: 220px;
	height: 220px;
	right: -60px;
	bottom: -100px;
}

.nlt-image-placeholder::after {
	width: 120px;
	height: 120px;
	left: -30px;
	top: -45px;
}

.nlt-image-placeholder > span {
	font-size: 5rem;
	font-weight: 950;
	line-height: 1;
	opacity: .9;
}

.nlt-badge,
.nlt-category-pill {
	position: absolute;
	z-index: 2;
	top: 14px;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: .69rem;
	font-weight: 900;
	letter-spacing: .06em;
	line-height: 1;
	text-transform: uppercase;
}

.nlt-badge--media {
	left: 14px;
	background: var(--nlt-primary);
	color: #fff;
}

.nlt-category-pill {
	right: 14px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 6px 18px rgba(9, 17, 39, .12);
	color: var(--nlt-dark);
}

.nlt-card-body {
	padding: 20px;
}

.nlt-card-body h3 {
	margin: 0;
	font-size: 1.19rem;
	font-weight: 900;
	letter-spacing: -.02em;
	line-height: 1.25;
}

.nlt-quick-specs {
	display: flex;
	min-height: 58px;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 7px 12px;
	padding: 12px 0;
	border-bottom: 1px dashed var(--nlt-line);
	color: var(--nlt-muted);
	font-size: .77rem;
}

.nlt-quick-specs span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.nlt-quick-specs i {
	color: #8c97aa;
	font-style: normal;
}

.nlt-card-price {
	display: flex;
	align-items: baseline;
	gap: 4px;
	padding-block: 14px;
}

.nlt-card-price > span {
	width: 100%;
	flex-basis: 100%;
	color: var(--nlt-muted);
	font-size: .73rem;
}

.nlt-card-price {
	flex-wrap: wrap;
}

.nlt-card-price strong {
	font-size: 1.33rem;
	font-weight: 950;
	letter-spacing: -.025em;
}

.nlt-card-price small {
	color: var(--nlt-muted);
	font-size: .76rem;
}

.nlt-card-actions {
	display: flex;
	gap: 9px;
}

.nlt-no-results,
.nlt-empty-state {
	padding: 28px;
	border: 1px dashed #cbd2e1;
	border-radius: var(--nlt-radius);
	background: var(--nlt-soft);
	color: var(--nlt-muted);
	text-align: center;
}

.nlt-empty-state strong {
	display: block;
	color: var(--nlt-ink);
	font-size: 1.2rem;
}

.nlt-empty-state p {
	margin: 6px auto 16px;
}

.nlt-benefits-section {
	background: var(--nlt-dark);
	color: #fff;
}

.nlt-benefits-section .nlt-eyebrow {
	color: #91a7ff;
}

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

.nlt-benefit-grid article {
	min-height: 230px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: var(--nlt-radius);
	background: rgba(255, 255, 255, .045);
}

.nlt-benefit-grid article > span {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 11px;
	background: linear-gradient(135deg, var(--nlt-primary), var(--nlt-violet));
	color: #fff;
	font-size: .78rem;
	font-weight: 900;
}

.nlt-benefit-grid h3 {
	margin: 24px 0 8px;
	font-size: 1.14rem;
}

.nlt-benefit-grid p {
	margin: 0;
	color: rgba(255, 255, 255, .65);
	font-size: .9rem;
}

.nlt-package-section {
	background: #f7f8fc;
}

.nlt-slider-controls {
	display: flex;
	gap: 8px;
}

.nlt-slider-controls button {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid var(--nlt-line);
	border-radius: 11px;
	background: #fff;
	color: var(--nlt-ink);
	font-weight: 900;
}

.nlt-slider-controls button:hover {
	border-color: var(--nlt-primary);
	color: var(--nlt-primary);
}

.nlt-package-track {
	display: grid;
	grid-auto-columns: minmax(320px, 37%);
	grid-auto-flow: column;
	gap: 20px;
	overflow-x: auto;
	padding: 4px 4px 22px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: #c5cbda transparent;
}

.nlt-package-card {
	scroll-snap-align: start;
}

.nlt-package-media {
	height: 240px;
}

.nlt-card-summary {
	display: -webkit-box;
	min-height: 72px;
	overflow: hidden;
	margin: 10px 0 12px;
	color: var(--nlt-muted);
	font-size: .88rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nlt-chip-list {
	display: flex;
	min-height: 62px;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 6px;
}

.nlt-chip-list span,
.nlt-inclusion-list span {
	display: inline-flex;
	align-items: center;
	padding: 6px 9px;
	border-radius: 999px;
	background: var(--nlt-soft);
	color: #445069;
	font-size: .73rem;
	font-weight: 700;
}

.nlt-package-price {
	display: grid;
	min-height: 78px;
	align-content: center;
	margin-top: 14px;
	border-top: 1px dashed var(--nlt-line);
}

.nlt-package-price span {
	color: var(--nlt-muted);
	font-size: .72rem;
}

.nlt-package-price strong {
	font-size: 1rem;
	font-weight: 900;
}

.nlt-custom-package {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 42px;
	padding: 28px 32px;
	overflow: hidden;
	border-radius: var(--nlt-radius);
	background: linear-gradient(125deg, var(--nlt-primary), var(--nlt-violet));
	box-shadow: var(--nlt-shadow-sm);
	color: #fff;
}

.nlt-custom-package span {
	color: rgba(255, 255, 255, .7);
	font-size: .8rem;
	font-weight: 800;
}

.nlt-custom-package h3 {
	margin: 3px 0 0;
	font-size: clamp(1.25rem, 2.6vw, 1.8rem);
	line-height: 1.2;
}

.nlt-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	counter-reset: process;
}

.nlt-process-grid article {
	position: relative;
	padding: 30px;
	border: 1px solid var(--nlt-line);
	border-radius: var(--nlt-radius);
	background: #fff;
}

.nlt-process-grid article:not(:last-child)::after {
	position: absolute;
	top: 50px;
	right: -18px;
	z-index: 2;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid var(--nlt-line);
	border-radius: 50%;
	background: #fff;
	color: var(--nlt-primary);
	content: "→";
	font-weight: 900;
}

.nlt-process-grid article > span {
	color: var(--nlt-primary);
	font-size: 2.4rem;
	font-weight: 950;
	letter-spacing: -.07em;
}

.nlt-process-grid h3 {
	margin: 20px 0 8px;
	font-size: 1.12rem;
}

.nlt-process-grid p {
	margin: 0;
	color: var(--nlt-muted);
	font-size: .9rem;
}

.nlt-blog-section {
	background: var(--nlt-soft);
}

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

.nlt-blog-image {
	display: block;
	height: 210px;
	overflow: hidden;
	background: var(--nlt-violet);
}

.nlt-blog-card > div {
	padding: 20px;
}

.nlt-blog-card time {
	color: var(--nlt-primary);
	font-size: .74rem;
	font-weight: 800;
}

.nlt-blog-card h3 {
	margin: 8px 0;
	font-size: 1.13rem;
	line-height: 1.35;
}

.nlt-blog-card p {
	color: var(--nlt-muted);
	font-size: .87rem;
}

.nlt-blog-card .nlt-text-link {
	font-size: .84rem;
}

.nlt-faq-layout {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
	gap: 70px;
	align-items: start;
}

.nlt-accordion {
	display: grid;
	gap: 10px;
}

.nlt-accordion details {
	border: 1px solid var(--nlt-line);
	border-radius: 14px;
	background: #fff;
}

.nlt-accordion summary {
	position: relative;
	padding: 19px 54px 19px 20px;
	cursor: pointer;
	font-weight: 850;
	list-style: none;
}

.nlt-accordion summary::-webkit-details-marker {
	display: none;
}

.nlt-accordion summary::after {
	position: absolute;
	top: 16px;
	right: 17px;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 8px;
	background: var(--nlt-soft);
	color: var(--nlt-primary);
	content: "+";
	font-size: 1.2rem;
}

.nlt-accordion details[open] summary::after {
	content: "−";
}

.nlt-accordion details p {
	padding: 0 20px 20px;
	margin: 0;
	color: var(--nlt-muted);
}

.nlt-contact-cta {
	padding-block: 70px;
	background:
		radial-gradient(circle at 90% 10%, rgba(124, 58, 237, .55), transparent 25%),
		var(--nlt-dark);
	color: #fff;
}

.nlt-contact-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}

.nlt-contact-cta h2 {
	max-width: 700px;
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.2rem);
	letter-spacing: -.045em;
	line-height: 1.08;
}

.nlt-contact-cta p:last-child {
	margin: 13px 0 0;
	color: rgba(255, 255, 255, .65);
}

.nlt-site-footer {
	padding-top: 72px;
	background: #060b19;
	color: #fff;
}

.nlt-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr .7fr 1fr;
	gap: 70px;
	padding-bottom: 55px;
}

.nlt-brand--footer {
	color: #fff;
}

.nlt-footer-brand p {
	max-width: 420px;
	margin-top: 20px;
	color: rgba(255, 255, 255, .57);
	font-size: .91rem;
}

.nlt-footer-title {
	margin: 4px 0 18px;
	font-size: .98rem;
	font-weight: 900;
}

.nlt-footer-menu,
.nlt-footer-grid .nlt-menu,
.nlt-contact-list {
	display: grid;
	gap: 9px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nlt-footer-menu a,
.nlt-footer-grid .nlt-menu a {
	padding: 0;
	background: none !important;
	color: rgba(255, 255, 255, .62);
	font-size: .88rem;
	font-weight: 600;
}

.nlt-footer-menu a:hover,
.nlt-footer-grid .nlt-menu a:hover {
	color: #fff;
}

.nlt-contact-list li {
	display: grid;
}

.nlt-contact-list span {
	color: rgba(255, 255, 255, .42);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.nlt-contact-list a,
.nlt-contact-list strong {
	color: rgba(255, 255, 255, .75);
	font-size: .86rem;
	font-weight: 700;
}

.nlt-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-block: 22px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .4);
	font-size: .76rem;
}

.nlt-footer-bottom p {
	margin: 0;
}

.nlt-floating-wa {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 950;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 5px solid rgba(255, 255, 255, .88);
	border-radius: 50%;
	background: var(--nlt-accent);
	box-shadow: 0 12px 30px rgba(6, 61, 34, .25);
	color: #fff;
	font-size: 1.2rem;
	font-weight: 900;
}

.nlt-floating-wa .nlt-wa-icon {
	width: 29px;
	height: 29px;
}

.nlt-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	padding: 34px;
	place-items: center;
}

.nlt-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 10, 24, .74);
	backdrop-filter: blur(7px);
}

.nlt-modal-panel {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(1160px, 100%);
	max-height: calc(100vh - 68px);
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 35px 100px rgba(0, 0, 0, .35);
	animation: nltModalIn .25s ease both;
}

.nlt-modal-panel--compact {
	width: min(920px, 100%);
}

.nlt-modal-header {
	display: flex;
	min-height: 76px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 13px 18px 13px 24px;
	border-bottom: 1px solid var(--nlt-line);
	background: #fff;
}

.nlt-modal-header h2 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 950;
	line-height: 1.2;
}

.nlt-modal-kicker {
	display: block;
	margin-bottom: 3px;
	font-size: .64rem;
}

.nlt-modal-close {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border: 0;
	border-radius: 11px;
	background: #ef4444;
	box-shadow: 0 8px 18px rgba(239, 68, 68, .23);
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1;
}

.nlt-modal-body {
	display: grid;
	min-height: 0;
	flex: 1 1 auto;
	grid-template-columns: 355px minmax(0, 1fr);
	overflow: auto;
	background: #f8f9fc;
}

.nlt-modal-summary {
	padding: 24px;
	border-right: 1px solid var(--nlt-line);
	background: #fff;
}

.nlt-modal-image-wrap {
	position: relative;
	height: 270px;
	overflow: hidden;
	border-radius: 15px;
	background: var(--nlt-violet);
}

.nlt-modal-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nlt-rating-chip {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 5px 9px;
	border-radius: 99px;
	background: #fff;
	box-shadow: 0 5px 14px rgba(9, 17, 39, .15);
	color: var(--nlt-ink);
	font-size: .73rem;
	font-weight: 900;
}

.nlt-rating-chip::first-letter {
	color: var(--nlt-warning);
}

.nlt-modal-summary > h3 {
	margin: 20px 0 7px;
	font-size: 1.36rem;
	font-weight: 950;
	letter-spacing: -.03em;
}

.nlt-modal-summary > p {
	margin: 0;
	color: var(--nlt-muted);
	font-size: .87rem;
}

.nlt-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-block: 20px;
}

.nlt-spec-grid div {
	display: grid;
	min-height: 70px;
	align-content: center;
	padding: 10px 12px;
	border-radius: 11px;
	background: var(--nlt-soft);
}

.nlt-spec-grid span {
	color: var(--nlt-muted);
	font-size: .65rem;
}

.nlt-spec-grid strong {
	font-size: .8rem;
	line-height: 1.25;
}

.nlt-modal-pricing {
	padding: 24px;
}

.nlt-featured-rate {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid #dfe5f2;
	border-radius: 17px;
	background: #fff;
	box-shadow: var(--nlt-shadow-sm);
}

.nlt-ribbon {
	position: absolute;
	top: 17px;
	right: -37px;
	width: 150px;
	padding: 5px;
	background: var(--nlt-primary);
	color: #fff;
	font-size: .58rem;
	font-weight: 900;
	letter-spacing: .06em;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(43deg);
}

.nlt-featured-rate h3 {
	margin: -4px 0 10px;
	font-size: 1.18rem;
	font-weight: 950;
}

.nlt-featured-rate .nlt-mini-label {
	margin-bottom: 6px;
	font-size: .67rem;
}

.nlt-inclusion-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.nlt-featured-rate-bottom {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px dashed var(--nlt-line);
}

.nlt-featured-price > span,
.nlt-package-modal-cta small {
	display: block;
	color: var(--nlt-muted);
	font-size: .7rem;
}

.nlt-featured-price strong {
	color: var(--nlt-primary);
	font-size: 1.75rem;
	font-weight: 950;
	letter-spacing: -.04em;
}

.nlt-featured-price small {
	color: var(--nlt-muted);
}

.nlt-featured-price p {
	margin: 2px 0 0;
	color: var(--nlt-muted);
	font-size: .71rem;
}

.nlt-rate-section-title {
	margin: 28px 0 15px;
	color: var(--nlt-muted);
	font-size: .73rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-align: center;
	text-transform: uppercase;
}

.nlt-rate-groups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.nlt-rate-group {
	padding: 17px;
	border: 1px solid var(--nlt-line);
	border-radius: 14px;
	background: #fff;
}

.nlt-rate-group h4 {
	padding-bottom: 11px;
	margin: 0 0 8px;
	border-bottom: 1px solid var(--nlt-line);
	font-size: .95rem;
	font-weight: 900;
}

.nlt-rate-group ul {
	display: grid;
	gap: 3px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nlt-rate-group li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 25px;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	border-bottom: 1px dotted #d9deea;
	font-size: .76rem;
}

.nlt-rate-group li:last-child {
	border-bottom: 0;
}

.nlt-rate-group li > span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nlt-rate-group li strong {
	color: var(--nlt-primary);
	font-size: .75rem;
}

.nlt-rate-group li a {
	display: grid;
	width: 23px;
	height: 23px;
	place-items: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--nlt-accent) 16%, white);
	color: #088148;
	font-size: .65rem;
	font-weight: 900;
}

.nlt-rate-group li a .nlt-wa-icon {
	width: 13px;
	height: 13px;
}

.nlt-rate-note {
	padding: 24px;
	margin-top: 20px;
	border: 1px dashed #cbd2e1;
	border-radius: 14px;
	background: #fff;
	text-align: center;
}

.nlt-rate-note p {
	margin: 5px 0 0;
	color: var(--nlt-muted);
	font-size: .85rem;
}

.nlt-package-modal-body {
	display: grid;
	min-height: 0;
	flex: 1 1 auto;
	grid-template-columns: .9fr 1.1fr;
	overflow: auto;
}

.nlt-package-modal-image {
	min-height: 540px;
	background: var(--nlt-violet);
}

.nlt-package-modal-content {
	padding: 32px;
}

.nlt-package-modal-content > p:not(.nlt-mini-label) {
	color: var(--nlt-muted);
}

.nlt-package-modal-content h3 {
	margin: 22px 0 10px;
	font-size: .92rem;
	font-weight: 900;
}

.nlt-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nlt-check-list li {
	position: relative;
	padding-left: 22px;
	color: #445069;
	font-size: .83rem;
}

.nlt-check-list li::before {
	position: absolute;
	left: 0;
	color: var(--nlt-accent);
	content: "✓";
	font-weight: 900;
}

.nlt-package-modal-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 22px;
	margin-top: 28px;
	border-top: 1px solid var(--nlt-line);
}

.nlt-package-modal-cta > div {
	display: grid;
}

.nlt-package-modal-cta strong {
	font-size: 1.15rem;
	font-weight: 950;
}

@keyframes nltModalIn {
	from { opacity: 0; transform: translateY(16px) scale(.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.nlt-page-hero {
	padding-block: 92px 80px;
	background:
		radial-gradient(circle at 90% 10%, rgba(124, 58, 237, .55), transparent 26%),
		linear-gradient(130deg, var(--nlt-dark), #101c42);
	color: #fff;
}

.nlt-page-hero .nlt-eyebrow {
	color: #aab9f3;
}

.nlt-page-hero p:last-child {
	max-width: 700px;
	margin: 15px 0 0;
	color: rgba(255, 255, 255, .66);
}

.nlt-archive-content,
.nlt-content-section {
	padding-block: 80px 100px;
}

.nlt-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 50px;
}

.nlt-entry-card {
	padding: clamp(24px, 5vw, 58px);
	border: 1px solid var(--nlt-line);
	border-radius: var(--nlt-radius);
	background: #fff;
	box-shadow: var(--nlt-shadow-sm);
}

.nlt-entry-card h1 {
	margin-top: 0;
	font-size: clamp(2rem, 4vw, 3.4rem);
	letter-spacing: -.045em;
	line-height: 1.05;
}

.nlt-entry-card h2,
.nlt-entry-card h3 {
	line-height: 1.25;
}

.nlt-entry-card a:not(.nlt-button) {
	color: var(--nlt-primary);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.nlt-entry-card .wp-post-image {
	width: 100%;
	margin-bottom: 28px;
	border-radius: 16px;
}

.nlt-single-sidebar {
	display: grid;
	align-content: start;
	gap: 16px;
}

.nlt-sidebar-card {
	padding: 22px;
	border: 1px solid var(--nlt-line);
	border-radius: 16px;
	background: var(--nlt-soft);
}

.nlt-sidebar-card h2 {
	margin: 0 0 8px;
	font-size: 1.1rem;
}

.nlt-sidebar-card p {
	margin: 0 0 16px;
	color: var(--nlt-muted);
	font-size: .86rem;
}

.nlt-single-price {
	color: var(--nlt-primary);
	font-size: 1.5rem;
	font-weight: 950;
}

.nlt-single-modal-source > .nlt-fleet-card,
.nlt-single-modal-source > .nlt-package-card {
	display: none;
}

.nlt-pagination {
	margin-top: 35px;
}

.nlt-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.nlt-pagination .page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding-inline: 10px;
	border: 1px solid var(--nlt-line);
	border-radius: 10px;
	background: #fff;
}

.nlt-pagination .current {
	border-color: var(--nlt-primary);
	background: var(--nlt-primary);
	color: #fff;
}

@media (max-width: 1080px) {
	.nlt-header-inner {
		gap: 16px;
	}

	.nlt-menu a,
	.nlt-primary-nav .menu a {
		padding-inline: 8px;
		font-size: .84rem;
	}

	.nlt-header-cta {
		padding-inline: 13px;
	}

	.nlt-trust-inner ul li:last-child {
		display: none;
	}

	.nlt-fleet-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nlt-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nlt-package-track {
		grid-auto-columns: minmax(310px, 48%);
	}

	.nlt-modal-body {
		grid-template-columns: 310px minmax(0, 1fr);
	}

	.nlt-rate-groups {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.admin-bar .nlt-site-header {
		top: 46px;
	}

	.nlt-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.nlt-primary-nav {
		position: absolute;
		top: calc(100% + 1px);
		right: 20px;
		left: 20px;
		display: none;
		padding: 12px;
		border: 1px solid var(--nlt-line);
		border-radius: 14px;
		background: #fff;
		box-shadow: var(--nlt-shadow-sm);
	}

	.nlt-primary-nav.is-open {
		display: block;
	}

	.nlt-menu,
	.nlt-primary-nav .menu {
		display: grid;
		gap: 2px;
	}

	.nlt-menu a,
	.nlt-primary-nav .menu a {
		padding: 11px 12px;
	}

	.nlt-menu .sub-menu,
	.nlt-primary-nav .sub-menu {
		position: static;
		display: block;
		padding: 0 0 0 14px;
		border: 0;
		box-shadow: none;
	}

	.nlt-header-cta {
		display: none;
	}

	.nlt-hero,
	.nlt-hero-inner {
		min-height: 620px;
	}

	.nlt-hero-overlay {
		background: linear-gradient(90deg, rgba(6, 12, 31, .95), rgba(6, 12, 31, .64) 75%, rgba(6, 12, 31, .5));
	}

	.nlt-trust-inner,
	.nlt-fleet-toolbar,
	.nlt-contact-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.nlt-trust-inner {
		gap: 12px;
	}

	.nlt-trust-inner ul {
		gap: 12px;
	}

	.nlt-fleet-toolbar {
		align-items: stretch;
	}

	.nlt-search-field {
		width: 100%;
	}

	.nlt-process-grid {
		grid-template-columns: 1fr;
	}

	.nlt-process-grid article:not(:last-child)::after {
		top: auto;
		right: 50%;
		bottom: -19px;
		content: "↓";
		transform: translateX(50%);
	}

	.nlt-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nlt-faq-layout,
	.nlt-content-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.nlt-footer-grid {
		grid-template-columns: 1.2fr 1fr;
		gap: 45px;
	}

	.nlt-footer-brand {
		grid-column: 1 / -1;
	}

	.nlt-modal {
		padding: 18px;
	}

	.nlt-modal-panel {
		max-height: calc(100vh - 36px);
	}

	.nlt-modal-body {
		grid-template-columns: 1fr;
	}

	.nlt-modal-summary {
		border-right: 0;
		border-bottom: 1px solid var(--nlt-line);
	}

	.nlt-modal-image-wrap {
		height: 330px;
	}
}

@media (max-width: 680px) {
	.nlt-container {
		width: min(calc(100% - 28px), var(--nlt-container));
	}

	.nlt-header-inner {
		min-height: 68px;
	}

	.nlt-brand {
		min-width: 0;
	}

	.nlt-brand-mark {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.nlt-brand-copy strong {
		max-width: 170px;
		overflow: hidden;
		font-size: .92rem;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.nlt-brand-copy small {
		font-size: .58rem;
	}

	.nlt-hero,
	.nlt-hero-inner {
		min-height: 610px;
	}

	.nlt-hero {
		background-position: 62% center;
	}

	.nlt-hero-overlay {
		background: linear-gradient(90deg, rgba(6, 12, 31, .97), rgba(6, 12, 31, .74));
	}

	.nlt-hero-inner {
		align-items: flex-end;
		padding-block: 80px 100px;
	}

	.nlt-hero h1 {
		font-size: clamp(2.55rem, 13vw, 4rem);
	}

	.nlt-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.nlt-hero-actions .nlt-button {
		width: 100%;
	}

	.nlt-trust-strip {
		margin-top: -24px;
	}

	.nlt-trust-inner {
		padding: 17px;
	}

	.nlt-rating-summary {
		flex-wrap: wrap;
		white-space: normal;
	}

	.nlt-trust-inner ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.nlt-section {
		padding-block: 72px;
	}

	.nlt-fleet-section {
		padding-top: 82px;
	}

	.nlt-section-heading--split {
		align-items: flex-start;
		flex-direction: column;
	}

	.nlt-filter-buttons {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 5px;
		scrollbar-width: none;
	}

	.nlt-filter-buttons button {
		flex: 0 0 auto;
	}

	.nlt-fleet-grid,
	.nlt-benefit-grid,
	.nlt-blog-grid {
		grid-template-columns: 1fr;
	}

	.nlt-card-media {
		height: 250px;
	}

	.nlt-package-track {
		grid-auto-columns: minmax(285px, 88%);
		margin-right: -14px;
	}

	.nlt-custom-package,
	.nlt-contact-cta-inner,
	.nlt-package-modal-cta,
	.nlt-featured-rate-bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.nlt-custom-package {
		padding: 24px;
	}

	.nlt-footer-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.nlt-footer-brand {
		grid-column: auto;
	}

	.nlt-footer-bottom {
		flex-direction: column;
	}

	.nlt-floating-wa {
		right: 14px;
		bottom: 14px;
	}

	.nlt-modal {
		padding: 0;
	}

	.nlt-modal-panel {
		width: 100%;
		height: 100%;
		max-height: 100vh;
		border: 0;
		border-radius: 0;
	}

	.nlt-modal-header {
		min-height: 68px;
		padding-left: 16px;
	}

	.nlt-modal-header h2 {
		font-size: 1.06rem;
	}

	.nlt-modal-summary,
	.nlt-modal-pricing,
	.nlt-package-modal-content {
		padding: 17px;
	}

	.nlt-modal-image-wrap {
		height: 255px;
	}

	.nlt-rate-groups,
	.nlt-check-list,
	.nlt-spec-grid {
		grid-template-columns: 1fr;
	}

	.nlt-package-modal-body {
		grid-template-columns: 1fr;
	}

	.nlt-package-modal-image {
		min-height: 265px;
		height: 265px;
	}

	.nlt-featured-price strong {
		font-size: 1.5rem;
	}

	.nlt-page-hero {
		padding-block: 65px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

/* =========================================================
   SANDRA-INSPIRED VISUAL SYSTEM — v1.1.0
   Rebuilt for Alwi Sewa Mobil Lombok. No Sandra assets/code.
========================================================= */
:root{
	--nlt-primary:#079eae !important;
	--nlt-primary-strong:#087f91 !important;
	--nlt-accent:#25d366 !important;
	--nlt-dark:#16232d !important;
	--nlt-violet:#0b6674 !important;
	--nlt-ink:#24333c;
	--nlt-muted:#697780;
	--nlt-line:#e3eaed;
	--nlt-soft:#f6f9fa;
	--nlt-warning:#f5b93c;
	--nlt-radius-sm:10px;
	--nlt-radius:16px;
	--nlt-radius-lg:24px;
	--nlt-shadow-sm:0 10px 30px rgba(21,48,57,.08);
	--nlt-shadow:0 20px 55px rgba(21,48,57,.13);
	--nlt-container:1160px;
}

body{font-family:Arial,"Helvetica Neue",sans-serif;color:var(--nlt-ink);line-height:1.6}
.nlt-container{width:min(calc(100% - 32px),var(--nlt-container))}
.nlt-section{padding-block:84px}
.nlt-eyebrow,.nlt-mini-label,.nlt-modal-kicker{color:var(--nlt-primary);font-size:.72rem;letter-spacing:.14em;font-weight:900}
.nlt-section-heading{max-width:800px;margin-bottom:34px}
.nlt-section-heading h2,.nlt-page-hero h1{font-size:clamp(2rem,4vw,3.25rem);font-weight:900;letter-spacing:-.035em;line-height:1.1;color:var(--nlt-dark)}
.nlt-section-heading>p:last-child,.nlt-section-heading>div>p:last-child{font-size:1rem;line-height:1.75;color:var(--nlt-muted)}
.nlt-section-heading--light h2,.nlt-section-heading--light>p:last-child{color:#fff}
.nlt-section-heading--light>p:last-child{opacity:.72}

/* Header */
.nlt-site-header{background:rgba(255,255,255,.98);border-bottom:1px solid #edf1f2;backdrop-filter:saturate(160%) blur(12px)}
.nlt-header-inner{min-height:72px;gap:20px}
.nlt-brand{min-width:180px}
.nlt-brand-logo{max-width:210px;height:46px}
.nlt-brand-mark{width:44px;height:44px;flex-basis:44px;border-radius:12px;background:linear-gradient(135deg,var(--nlt-primary),var(--nlt-primary-strong));font-size:.76rem;letter-spacing:-.05em}
.nlt-brand-copy strong{font-size:1rem;color:var(--nlt-dark)}
.nlt-brand-copy small{font-size:.58rem;letter-spacing:.12em;color:#819099}
.nlt-primary-nav{margin-left:auto}
.nlt-menu,.nlt-primary-nav .menu{gap:2px}
.nlt-menu a,.nlt-primary-nav .menu a{padding:10px 12px;font-size:.88rem;font-weight:700;border-radius:8px;color:#33434c}
.nlt-menu a:hover,.nlt-menu .current-menu-item>a,.nlt-primary-nav .menu a:hover,.nlt-primary-nav .menu .current-menu-item>a{background:#eef9fa;color:var(--nlt-primary-strong)}
.nlt-header-cta{min-height:42px;padding:10px 16px;border-radius:9px;font-size:.84rem;color:#fff}
.nlt-button--whatsapp{background:var(--nlt-accent);color:#fff;box-shadow:0 9px 22px rgba(37,211,102,.22)}
.nlt-mobile-menu-cta{display:none}

/* Buttons */
.nlt-button{min-height:46px;padding:11px 18px;border-radius:10px;font-size:.88rem;font-weight:800}
.nlt-button--primary{background:var(--nlt-primary);color:#fff;box-shadow:none}
.nlt-button--primary:hover{background:var(--nlt-primary-strong)}
.nlt-button--light{color:var(--nlt-dark);box-shadow:0 12px 28px rgba(0,0,0,.14)}
.nlt-button--outline{border-color:#dbe5e8;color:var(--nlt-primary-strong);background:#fff}

/* Hero */
.nlt-hero{min-height:640px;background-position:center;background-size:cover}
.nlt-hero-overlay{background:linear-gradient(90deg,rgba(16,31,39,.94) 0%,rgba(16,31,39,.84) 42%,rgba(16,31,39,.34) 72%,rgba(16,31,39,.16) 100%)}
.nlt-hero-inner{min-height:640px;padding-block:84px}
.nlt-hero-content{max-width:720px}
.nlt-hero-rating{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.09);backdrop-filter:blur(8px);font-size:.78rem}
.nlt-hero-rating .nlt-stars{font-size:.72rem}
.nlt-hero-rating strong{font-size:.8rem;color:#fff}
.nlt-hero-rating>span:last-child{color:rgba(255,255,255,.68)}
.nlt-hero-kicker{margin-bottom:14px;color:#a9eef2;font-size:.74rem}
.nlt-hero-kicker span{background:#57d4dc}
.nlt-hero h1{max-width:13ch;font-size:clamp(2.9rem,5.4vw,5.1rem);font-weight:900;letter-spacing:-.048em;line-height:1.02}
.nlt-hero-copy{max-width:650px;margin-top:20px;color:rgba(255,255,255,.84);font-size:1.04rem;line-height:1.75}
.nlt-hero-actions{margin-top:27px}
.nlt-hero-trust{display:flex;flex-wrap:wrap;gap:10px 22px;padding:0;margin:20px 0 0;list-style:none;color:rgba(255,255,255,.72);font-size:.78rem;font-weight:700}
.nlt-hero-shape,.nlt-trust-strip{display:none!important}

/* Fleet */
.nlt-fleet-section{padding-top:90px;background:#fff}
.nlt-fleet-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.nlt-fleet-card,.nlt-package-card,.nlt-blog-card{border:1px solid #e3e9eb;border-radius:15px;box-shadow:0 7px 24px rgba(30,61,70,.065);transform:none}
.nlt-fleet-card:hover,.nlt-package-card:hover,.nlt-blog-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(30,61,70,.11);border-color:#cfe3e6}
.nlt-card-media{height:230px;background:#eef4f5}
.nlt-badge,.nlt-category-pill{top:12px;min-height:25px;padding:5px 9px;font-size:.62rem;border-radius:7px;letter-spacing:.04em}
.nlt-badge--media{left:12px;background:var(--nlt-primary);color:#fff}
.nlt-category-pill{right:12px;background:rgba(255,255,255,.94);box-shadow:0 4px 14px rgba(19,44,51,.12);color:#41515a}
.nlt-card-body{padding:17px}
.nlt-card-body h3{font-size:1.08rem;font-weight:900;color:var(--nlt-dark)}
.nlt-quick-specs{min-height:auto;gap:5px 12px;padding:10px 0;border-bottom:1px solid #edf1f2;font-size:.72rem}
.nlt-quick-specs i{font-size:.45rem;color:#9bb0b6}
.nlt-card-price{padding:11px 0 13px;gap:3px}
.nlt-card-price>span{font-size:.68rem}
.nlt-card-price strong{color:var(--nlt-dark);font-size:1.18rem}
.nlt-card-price small{font-size:.7rem}
.nlt-detail-price-button{min-height:42px;border-radius:9px;font-size:.82rem}
.nlt-fleet-toolbar{display:none!important}

/* Benefits */
.nlt-benefits-section{background:var(--nlt-dark);color:#fff}
.nlt-benefits-section .nlt-eyebrow{color:#7fdde3}
.nlt-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;margin:0 0 30px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(255,255,255,.1)}
.nlt-stat-grid>div{display:grid;min-height:100px;place-content:center;padding:18px;background:#172a34;text-align:center}
.nlt-stat-grid strong{font-size:1.9rem;line-height:1;color:#fff}
.nlt-stat-grid span{margin-top:7px;color:rgba(255,255,255,.58);font-size:.72rem;font-weight:700}
.nlt-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.nlt-benefit-grid article{min-height:190px;padding:21px;border-color:rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.045)}
.nlt-benefit-grid article>span{width:34px;height:34px;border-radius:8px;background:#0c7480;font-size:.68rem}
.nlt-benefit-grid h3{margin:18px 0 7px;font-size:1rem}
.nlt-benefit-grid p{font-size:.82rem;line-height:1.65}

/* Package slider */
.nlt-package-section{background:#f6f9fa}
.nlt-package-track{grid-auto-columns:minmax(300px,32.4%);gap:17px;padding:4px 2px 18px;scrollbar-width:none}
.nlt-package-track::-webkit-scrollbar{display:none}
.nlt-package-media{height:215px}
.nlt-card-summary{min-height:64px;font-size:.82rem;line-height:1.6}
.nlt-chip-list{min-height:0;gap:5px}
.nlt-chip-list span,.nlt-inclusion-list span{padding:5px 8px;background:#eef6f7;color:#50636c;font-size:.68rem}
.nlt-package-price{min-height:60px;margin-top:10px}
.nlt-custom-package{margin-top:30px;padding:24px 27px;border-radius:14px;background:linear-gradient(125deg,#087f91,#075f70);box-shadow:none}
.nlt-custom-package h3{font-size:1.25rem}
.nlt-slider-controls button{width:40px;height:40px;border-radius:9px}

/* Destinations */
.nlt-destination-section{background:#fff}
.nlt-destination-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.nlt-destination-card{overflow:hidden;border:1px solid var(--nlt-line);border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(23,55,64,.05)}
.nlt-destination-media{display:flex;height:112px;align-items:flex-end;padding:16px;background:linear-gradient(135deg,#0b7d8a,#164c58);color:rgba(255,255,255,.32)}
.nlt-destination-media span{font-size:2.4rem;font-weight:900;letter-spacing:-.08em}
.nlt-destination-body{padding:17px}
.nlt-destination-body h3{margin:0;font-size:1rem;color:var(--nlt-dark)}
.nlt-destination-body p{min-height:62px;margin:7px 0 10px;color:var(--nlt-muted);font-size:.78rem;line-height:1.55}
.nlt-destination-body .nlt-chip-list{margin-bottom:10px}
.nlt-destination-body .nlt-text-link{font-size:.75rem}

/* Guide */
.nlt-guide-section{background:#f7fafb}
.nlt-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.nlt-guide-grid article{position:relative;padding:23px 23px 23px 72px;border:1px solid var(--nlt-line);border-radius:14px;background:#fff}
.nlt-guide-grid article>span{position:absolute;top:22px;left:22px;color:#9ccbd0;font-size:1.5rem;font-weight:900}
.nlt-guide-grid h3{margin:0 0 6px;font-size:.98rem}
.nlt-guide-grid p{margin:0;color:var(--nlt-muted);font-size:.8rem;line-height:1.65}

/* Testimonials */
.nlt-testimonial-section{background:#fff}
.nlt-testimonial-heading{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;margin-bottom:28px}
.nlt-testimonial-heading h2{margin:0;font-size:clamp(2rem,4vw,3.1rem);color:var(--nlt-dark);letter-spacing:-.035em}
.nlt-testimonial-heading p{max-width:650px;margin:12px 0 0;color:var(--nlt-muted)}
.nlt-big-rating{display:grid;min-width:190px;padding:18px;border:1px solid var(--nlt-line);border-radius:13px;background:#f8fbfb;text-align:center}
.nlt-big-rating strong{font-size:2.2rem;line-height:1;color:var(--nlt-dark)}
.nlt-big-rating small{margin-top:5px;color:var(--nlt-muted);font-size:.68rem}
.nlt-testimonial-track{display:grid;grid-auto-columns:minmax(300px,32%);grid-auto-flow:column;gap:15px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}
.nlt-testimonial-track::-webkit-scrollbar{display:none}
.nlt-testimonial-card{scroll-snap-align:start;padding:20px;border:1px solid var(--nlt-line);border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(23,55,64,.05)}
.nlt-testimonial-card blockquote{min-height:112px;margin:11px 0 18px;color:#46565f;font-size:.83rem;line-height:1.7}
.nlt-testimonial-card>div{display:flex;align-items:center;gap:10px}
.nlt-avatar{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#e5f5f6;color:var(--nlt-primary-strong);font-weight:900}
.nlt-testimonial-card p{display:grid;margin:0;line-height:1.3}
.nlt-testimonial-card small{margin-top:3px;color:var(--nlt-muted);font-size:.68rem}

/* Process */
.nlt-process-section{background:#f7fafb}
.nlt-process-grid{gap:16px}
.nlt-process-grid article{padding:24px;border-radius:14px}
.nlt-process-grid article>span{font-size:2rem;color:#8fcbd1}
.nlt-process-grid h3{margin:13px 0 6px;font-size:1rem}
.nlt-process-grid p{font-size:.8rem}
.nlt-process-grid article:not(:last-child)::after{border-color:#dce7e9;color:var(--nlt-primary)}
.nlt-process-cta{display:flex;justify-content:center;margin-top:24px}

/* Blog */
.nlt-blog-section{background:#fff}
.nlt-blog-grid{gap:17px}
.nlt-blog-image{height:195px}
.nlt-blog-card>div{padding:17px}
.nlt-blog-card time{color:var(--nlt-primary);font-size:.68rem}
.nlt-blog-card h3{font-size:1rem;line-height:1.4}
.nlt-blog-card p{font-size:.79rem;line-height:1.6}

/* Office */
.nlt-office-section{background:#f7fafb}
.nlt-office-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:start}
.nlt-office-layout .nlt-section-heading{margin-bottom:0}
.nlt-office-card{padding:26px;border:1px solid var(--nlt-line);border-radius:15px;background:#fff;box-shadow:var(--nlt-shadow-sm)}
.nlt-office-card h3{margin:0 0 18px;font-size:1.15rem;color:var(--nlt-dark)}
.nlt-office-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.nlt-office-info>div{display:grid;padding:13px;border-radius:10px;background:#f5f9fa}
.nlt-office-info span{font-size:.65rem;color:var(--nlt-muted)}
.nlt-office-info strong{font-size:.78rem;line-height:1.45}
.nlt-office-card h4{margin:20px 0 9px;font-size:.82rem}
.nlt-office-card ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:0;margin:0;list-style:none;color:#53646d;font-size:.75rem}

/* FAQ */
.nlt-faq-section{background:#fff}
.nlt-faq-layout{grid-template-columns:.72fr 1.28fr;gap:55px}
.nlt-accordion details{border-radius:11px;box-shadow:none}
.nlt-accordion summary{padding:17px 52px 17px 18px;font-size:.86rem}
.nlt-accordion summary::after{top:13px;right:14px;width:30px;height:30px;border-radius:7px;background:#eef8f9;color:var(--nlt-primary)}
.nlt-accordion details p{padding:0 18px 18px;font-size:.8rem;line-height:1.65}

/* Consultation */
.nlt-contact-cta{padding-block:68px;background:var(--nlt-dark);color:#fff}
.nlt-contact-cta-head{display:flex;align-items:center;justify-content:space-between;gap:35px}
.nlt-contact-cta h2{max-width:720px;font-size:clamp(2rem,4vw,3rem);line-height:1.1}
.nlt-contact-cta .nlt-eyebrow{color:#7fdde3}
.nlt-contact-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:26px}
.nlt-contact-options>div{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.05)}
.nlt-contact-options>div>span{display:grid;width:35px;height:35px;place-items:center;border-radius:8px;background:#0c7480;font-size:.72rem;font-weight:900}
.nlt-contact-options p{display:grid;margin:0!important;line-height:1.3}
.nlt-contact-options small{color:rgba(255,255,255,.52);font-size:.62rem}
.nlt-contact-options strong{margin-top:3px;font-size:.75rem}

/* Footer */
.nlt-site-footer{padding-top:58px;background:#0e1a21}
.nlt-footer-grid{grid-template-columns:1.25fr .75fr 1fr;gap:50px;padding-bottom:42px}
.nlt-footer-brand p{font-size:.82rem;line-height:1.7}
.nlt-footer-title{font-size:.88rem}
.nlt-footer-menu a,.nlt-footer-grid .nlt-menu a,.nlt-contact-list a,.nlt-contact-list strong{font-size:.78rem}
.nlt-footer-bottom{font-size:.68rem}
.nlt-floating-wa{width:54px;height:54px;right:18px;bottom:18px;border:4px solid #fff}

/* Armada Modal — one vertical flow like Sandra, with intentionally large full-width image */
.nlt-modal{padding:24px}
.nlt-modal-backdrop{background:rgba(11,24,31,.72);backdrop-filter:blur(5px)}
.nlt-armada-modal-panel{width:min(820px,100%);max-height:calc(100vh - 48px);overflow:hidden;border:0;border-radius:18px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.33)}
.nlt-armada-modal-scroll{overflow-y:auto;overscroll-behavior:contain;background:#fff}
.nlt-modal-close--floating{position:absolute;top:12px;right:12px;z-index:6;width:38px;height:38px;border:0;border-radius:50%;background:rgba(17,35,44,.88);box-shadow:none;color:#fff;font-size:1.4rem}
.nlt-armada-modal-image{position:relative;height:390px;overflow:hidden;background:#eef3f4}
.nlt-armada-modal-image .nlt-modal-image{width:100%;height:100%;object-fit:cover}
.nlt-armada-modal-image .nlt-rating-chip{top:auto;right:auto;bottom:14px;left:16px}
.nlt-armada-modal-intro{padding:24px 28px 20px}
.nlt-armada-modal-intro h2{margin:0;color:var(--nlt-dark);font-size:1.72rem;font-weight:900;letter-spacing:-.03em}
.nlt-armada-modal-description{margin:9px 0 0;color:var(--nlt-muted);font-size:.86rem;line-height:1.7}
.nlt-spec-grid--sandra{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:19px 0 14px}
.nlt-spec-grid--sandra div{min-height:67px;padding:9px 10px;border:1px solid #e4ecee;border-radius:9px;background:#f8fbfb}
.nlt-spec-grid--sandra span{font-size:.58rem}
.nlt-spec-grid--sandra strong{font-size:.72rem;line-height:1.3}
.nlt-consult-button{min-height:43px;border-color:#cfe3e5;color:var(--nlt-primary-strong)}
.nlt-featured-rate--sandra{margin:0 28px 22px;padding:22px;border:1px solid #d8e7e9;border-radius:13px;background:#f8fcfc;box-shadow:none}
.nlt-ribbon--flat{position:static;display:inline-flex;width:auto;padding:5px 8px;margin-bottom:9px;border-radius:6px;background:var(--nlt-primary);font-size:.58rem;transform:none}
.nlt-featured-rate--sandra h3{margin:0 0 12px;color:var(--nlt-dark);font-size:1.08rem}
.nlt-inclusion-list--sandra{gap:6px}
.nlt-inclusion-list--sandra span{background:#fff;border:1px solid #e2ecee;font-size:.65rem}
.nlt-featured-rate-bottom{align-items:center;padding-top:14px;margin-top:14px}
.nlt-featured-price strong{color:var(--nlt-primary-strong);font-size:1.55rem}
.nlt-featured-price p{font-size:.66rem}
.nlt-rates-wrap{padding:0 28px 4px}
.nlt-rate-section-title{margin:4px 0 14px;color:var(--nlt-dark);font-size:.9rem;letter-spacing:0;text-align:left;text-transform:none}
.nlt-rate-groups--sandra{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.nlt-rate-group{padding:14px;border-radius:10px;box-shadow:none}
.nlt-rate-group h4{font-size:.81rem;color:var(--nlt-dark)}
.nlt-rate-group li{grid-template-columns:minmax(0,1fr) auto;min-height:32px;font-size:.7rem}
.nlt-rate-group li strong{font-size:.7rem;color:var(--nlt-primary-strong)}
.nlt-modal-price-notes{padding:17px 28px 26px}
.nlt-modal-price-notes p{margin:0 0 7px;padding:10px 12px;border-radius:8px;background:#f6f9fa;color:#5d6d75;font-size:.68rem;line-height:1.55}
.nlt-modal-price-notes p:first-child{background:#eff9f3;color:#356349}

/* Existing package modal harmonization */
.nlt-modal-panel--compact{width:min(780px,100%);border-radius:16px}
.nlt-modal-header{min-height:67px;padding:12px 16px 12px 21px}
.nlt-modal-header h2{font-size:1.08rem}
.nlt-modal-close{width:36px;height:36px;flex-basis:36px;border-radius:50%;background:var(--nlt-dark);box-shadow:none;font-size:1.3rem}
.nlt-package-modal-body{background:#fff}
.nlt-package-modal-image{background:#edf3f4}
.nlt-package-modal-content{font-size:.84rem}

/* Responsive */
@media(max-width:1080px){
	.nlt-fleet-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
	.nlt-destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.nlt-package-track{grid-auto-columns:minmax(300px,45%)}
	.nlt-testimonial-track{grid-auto-columns:minmax(300px,45%)}
	.nlt-menu a,.nlt-primary-nav .menu a{padding-inline:8px;font-size:.82rem}
}

@media(max-width:900px){
	.nlt-menu-toggle{display:block;margin-left:auto;border:0;background:#f4f8f9}
	.nlt-menu-toggle span:not(.screen-reader-text){height:2px;background:var(--nlt-dark)}
	.nlt-primary-nav{position:absolute;top:100%;right:0;left:0;z-index:1002;display:none;padding:8px 16px 16px;border:0;border-top:1px solid #edf1f2;border-radius:0;background:#fff;box-shadow:0 18px 35px rgba(22,35,45,.12)}
	.nlt-primary-nav.is-open{display:block}
	.nlt-menu,.nlt-primary-nav .menu{display:grid;gap:0}
	.nlt-menu li,.nlt-primary-nav .menu li{border-bottom:1px solid #edf1f2}
	.nlt-menu a,.nlt-primary-nav .menu a{padding:14px 4px;border-radius:0;font-size:.9rem}
	.nlt-mobile-menu-cta{display:flex;width:100%;margin-top:13px}
	.nlt-header-cta{display:none}
	.nlt-mobile-menu-backdrop{position:fixed;inset:72px 0 0;z-index:999;background:rgba(15,29,36,.42)}
	.admin-bar .nlt-mobile-menu-backdrop{top:118px}
	.nlt-hero,.nlt-hero-inner{min-height:580px}
	.nlt-hero-overlay{background:linear-gradient(90deg,rgba(16,31,39,.95),rgba(16,31,39,.70))}
	.nlt-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.nlt-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.nlt-office-layout,.nlt-faq-layout{grid-template-columns:1fr;gap:28px}
	.nlt-contact-cta-head{align-items:flex-start;flex-direction:column}
	.nlt-contact-options{grid-template-columns:repeat(2,minmax(0,1fr))}
	.nlt-spec-grid--sandra{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:680px){
	.nlt-container{width:min(calc(100% - 24px),var(--nlt-container))}
	.nlt-header-inner{min-height:64px}
	.nlt-brand-logo{max-width:175px;height:40px}
	.nlt-mobile-menu-backdrop{inset:64px 0 0}
	.nlt-hero,.nlt-hero-inner{min-height:570px}
	.nlt-hero{background-position:62% center}
	.nlt-hero-inner{align-items:flex-end;padding-block:72px 56px}
	.nlt-hero h1{max-width:14ch;font-size:clamp(2.35rem,11vw,3.35rem);line-height:1.02}
	.nlt-hero-copy{font-size:.92rem;line-height:1.65}
	.nlt-hero-rating{max-width:100%;flex-wrap:wrap;padding:6px 9px}
	.nlt-hero-rating>span:last-child{display:none}
	.nlt-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
	.nlt-hero-actions .nlt-button{width:100%;min-height:44px;padding-inline:9px;font-size:.76rem}
	.nlt-hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px;font-size:.68rem}
	.nlt-section{padding-block:62px}
	.nlt-section-heading{margin-bottom:25px}
	.nlt-section-heading h2,.nlt-testimonial-heading h2{font-size:1.9rem}
	.nlt-section-heading>p:last-child,.nlt-section-heading>div>p:last-child{font-size:.88rem;line-height:1.65}

	/* Requested: two fleet cards per row on phones */
	.nlt-fleet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
	.nlt-card-media{height:132px}
	.nlt-fleet-card{border-radius:11px}
	.nlt-fleet-card .nlt-card-body{padding:10px}
	.nlt-fleet-card .nlt-card-body h3{font-size:.83rem;line-height:1.25}
	.nlt-fleet-card .nlt-badge,.nlt-fleet-card .nlt-category-pill{top:7px;min-height:20px;padding:4px 6px;border-radius:5px;font-size:.48rem}
	.nlt-fleet-card .nlt-badge--media{left:7px}
	.nlt-fleet-card .nlt-category-pill{right:7px;max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
	.nlt-fleet-card .nlt-quick-specs{display:grid;grid-template-columns:1fr;gap:3px;padding:7px 0;font-size:.58rem;line-height:1.3}
	.nlt-fleet-card .nlt-quick-specs span:nth-child(n+3){display:none}
	.nlt-fleet-card .nlt-card-price{padding:7px 0 8px}
	.nlt-fleet-card .nlt-card-price>span{font-size:.55rem}
	.nlt-fleet-card .nlt-card-price strong{font-size:.85rem}
	.nlt-fleet-card .nlt-card-price small{font-size:.54rem}
	.nlt-fleet-card .nlt-detail-price-button{min-height:34px;padding:7px 6px;border-radius:7px;font-size:.62rem}

	.nlt-benefit-grid{grid-template-columns:1fr 1fr;gap:8px}
	.nlt-benefit-grid article{min-height:165px;padding:14px}
	.nlt-benefit-grid article>span{width:29px;height:29px}
	.nlt-benefit-grid h3{margin:12px 0 5px;font-size:.82rem}
	.nlt-benefit-grid p{font-size:.68rem;line-height:1.5}
	.nlt-stat-grid{gap:1px;margin-bottom:18px}
	.nlt-stat-grid>div{min-height:78px;padding:10px}
	.nlt-stat-grid strong{font-size:1.45rem}
	.nlt-stat-grid span{font-size:.6rem}

	.nlt-package-track{grid-auto-columns:84%;gap:11px;margin-right:-12px}
	.nlt-package-media{height:185px}
	.nlt-package-card .nlt-card-body{padding:14px}
	.nlt-slider-controls{display:none}
	.nlt-custom-package{align-items:stretch;flex-direction:column;padding:19px}
	.nlt-custom-package h3{font-size:1.05rem}

	.nlt-destination-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
	.nlt-destination-card{border-radius:10px}
	.nlt-destination-media{height:72px;padding:10px}
	.nlt-destination-media span{font-size:1.65rem}
	.nlt-destination-body{padding:10px}
	.nlt-destination-body h3{font-size:.78rem;line-height:1.25}
	.nlt-destination-body p{min-height:0;font-size:.63rem;line-height:1.5}
	.nlt-destination-body .nlt-chip-list span{padding:4px 5px;font-size:.5rem}
	.nlt-destination-body .nlt-text-link{font-size:.58rem}

	.nlt-guide-grid{grid-template-columns:1fr;gap:8px}
	.nlt-guide-grid article{padding:16px 15px 16px 55px}
	.nlt-guide-grid article>span{top:16px;left:15px;font-size:1.15rem}
	.nlt-guide-grid h3{font-size:.83rem}
	.nlt-guide-grid p{font-size:.7rem}

	.nlt-testimonial-heading{grid-template-columns:1fr;gap:16px}
	.nlt-big-rating{min-width:0;max-width:180px}
	.nlt-testimonial-track{grid-auto-columns:86%;gap:10px}
	.nlt-testimonial-card{padding:15px}
	.nlt-testimonial-card blockquote{min-height:95px;font-size:.73rem}

	.nlt-process-grid{gap:10px}
	.nlt-process-grid article{padding:18px}
	.nlt-process-grid article:not(:last-child)::after{display:none}
	.nlt-blog-grid{grid-template-columns:1fr}
	.nlt-blog-image{height:190px}
	.nlt-office-info,.nlt-office-card ul{grid-template-columns:1fr 1fr}
	.nlt-office-card{padding:18px}
	.nlt-contact-options{grid-template-columns:1fr 1fr;gap:7px}
	.nlt-contact-options>div{padding:10px 8px}
	.nlt-contact-options>div>span{width:30px;height:30px}
	.nlt-contact-options strong{font-size:.65rem}

	/* Full-screen mobile modal but keep the large photo */
	.nlt-modal{padding:0}
	.nlt-armada-modal-panel{width:100%;height:100%;max-height:100vh;border-radius:0}
	.nlt-armada-modal-image{height:300px}
	.nlt-armada-modal-intro{padding:18px 15px 14px}
	.nlt-armada-modal-intro h2{font-size:1.3rem}
	.nlt-armada-modal-description{font-size:.76rem}
	.nlt-spec-grid--sandra{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:14px 0 11px}
	.nlt-spec-grid--sandra div{min-height:57px;padding:8px}
	.nlt-featured-rate--sandra{margin:0 15px 15px;padding:15px}
	.nlt-featured-rate-bottom{align-items:stretch;flex-direction:column}
	.nlt-rates-wrap{padding:0 15px}
	.nlt-rate-groups--sandra{grid-template-columns:1fr}
	.nlt-rate-group{padding:12px}
	.nlt-modal-price-notes{padding:12px 15px 20px}
	.nlt-modal-close--floating{top:9px;right:9px}
	.nlt-package-modal-body{grid-template-columns:1fr}
	.nlt-package-modal-image{height:270px;min-height:270px}
}

@media(max-width:390px){
	.nlt-fleet-grid{gap:7px}
	.nlt-card-media{height:116px}
	.nlt-fleet-card .nlt-card-body{padding:8px}
	.nlt-fleet-card .nlt-card-body h3{font-size:.76rem}
	.nlt-fleet-card .nlt-detail-price-button{font-size:.58rem}
	.nlt-hero-actions{grid-template-columns:1fr}
	.nlt-hero-trust{grid-template-columns:1fr}
}

/* Customer-service widget & four-column footer */
.nlt-footer-grid--four{grid-template-columns:1.25fr .72fr .8fr 1fr;gap:38px}
.nlt-brand-logo--footer{filter:brightness(0) invert(1);opacity:.94}
.nlt-cs-widget{position:fixed;right:18px;bottom:18px;z-index:960}
.nlt-cs-widget .nlt-floating-wa{position:static;border:4px solid #fff}
.nlt-cs-panel{position:absolute;right:0;bottom:68px;width:290px;overflow:hidden;border:1px solid #dfe8ea;border-radius:14px;background:#fff;box-shadow:0 20px 55px rgba(16,35,44,.2)}
.nlt-cs-head{display:flex;align-items:center;justify-content:space-between;padding:14px 15px;background:var(--nlt-dark);color:#fff}
.nlt-cs-head>div{display:grid;line-height:1.25}
.nlt-cs-head strong{font-size:.85rem}
.nlt-cs-head small{margin-top:3px;color:rgba(255,255,255,.6);font-size:.65rem}
.nlt-cs-head button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:1rem}
.nlt-cs-panel>a{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #edf1f2}
.nlt-cs-panel>a:last-child{border-bottom:0}
.nlt-cs-panel>a:hover{background:#f5fafb}
.nlt-cs-panel>a>span{display:grid;width:36px;height:36px;place-items:center;border-radius:9px;background:#eaf7f8;font-size:1rem}
.nlt-cs-panel>a>div{display:grid;line-height:1.25}
.nlt-cs-panel>a strong{font-size:.78rem;color:var(--nlt-dark)}
.nlt-cs-panel>a small{margin-top:3px;color:var(--nlt-muted);font-size:.64rem}
body.nlt-menu-open{overflow:hidden}
@media(max-width:900px){.nlt-footer-grid--four{grid-template-columns:1fr 1fr}.nlt-footer-brand{grid-column:1/-1}}
@media(max-width:680px){.nlt-footer-grid--four{grid-template-columns:1fr 1fr;gap:28px 18px}.nlt-footer-brand{grid-column:1/-1}.nlt-cs-widget{right:12px;bottom:12px}.nlt-cs-panel{width:min(290px,calc(100vw - 24px));bottom:64px}}

/* =========================================================
   v1.1.1 — SINGLE POST / PAGE HERO READABILITY FIX
   Keep article titles highly legible on the dark hero.
========================================================= */
.nlt-page-hero{
	background:
		radial-gradient(circle at 88% 12%, rgba(7,158,174,.30), transparent 30%),
		linear-gradient(135deg,#16232d 0%,#0f3138 100%);
	color:#fff;
}

.nlt-page-hero h1,
.single-post .nlt-page-hero h1,
.single .nlt-page-hero h1{
	color:#fff !important;
	text-shadow:0 2px 18px rgba(0,0,0,.20);
}

.nlt-page-hero .nlt-eyebrow,
.single-post .nlt-page-hero .nlt-eyebrow{
	color:#8fdae1 !important;
}

.nlt-page-hero p:last-child,
.single-post .nlt-page-hero p:last-child{
	color:rgba(255,255,255,.82) !important;
}

/* Article body typography */
.single-post .nlt-entry-card{
	color:#34434b;
}

.single-post .nlt-entry-card h1,
.single-post .nlt-entry-card h2,
.single-post .nlt-entry-card h3,
.single-post .nlt-entry-card h4{
	color:#16232d;
}

.single-post .nlt-entry-card h2{
	font-size:clamp(1.45rem,3vw,2rem);
	letter-spacing:-.02em;
}

.single-post .nlt-entry-card h3{
	font-size:clamp(1.18rem,2.3vw,1.5rem);
}

.single-post .nlt-entry-card p,
.single-post .nlt-entry-card li{
	color:#42525b;
}

@media(max-width:680px){
	.nlt-page-hero{padding-block:62px 54px}
	.nlt-page-hero h1{font-size:clamp(1.75rem,8vw,2.45rem);line-height:1.15}
	.nlt-page-hero p:last-child{font-size:.9rem;line-height:1.7}
}

/* ===== v1.2 CMS / SEO architecture ===== */
.nlt-home-seo-content{background:#fff;padding:44px 0 10px}
.nlt-home-seo-content__inner{max-width:920px;color:var(--nlt-text,#33414a);font-size:1.04rem;line-height:1.8}
.nlt-home-seo-content__inner>:first-child{margin-top:0}
.nlt-home-seo-content__inner h2,.nlt-home-seo-content__inner h3{color:var(--nlt-dark,#16232d);line-height:1.25}
.nlt-home-seo-content__inner a{color:var(--nlt-primary,#079eae);font-weight:700}
.nlt-destination-media img{width:100%;height:100%;object-fit:cover;display:block}
.nlt-guide-grid h3 a{color:inherit;text-decoration:none}.nlt-guide-grid h3 a:hover{color:var(--nlt-primary,#079eae)}
.nlt-page-shell{padding:64px 0 80px;background:#fff}.nlt-page-shell__inner{max-width:920px}.nlt-container--wide{max-width:1280px}
.nlt-page-heading{margin:0 0 28px}.nlt-page-heading h1{margin:0;color:var(--nlt-dark,#16232d);font-size:clamp(2rem,4vw,3.3rem);line-height:1.12}
.nlt-entry-content{color:#34424b;font-size:1.03rem;line-height:1.8}.nlt-entry-content h2,.nlt-entry-content h3,.nlt-entry-content h4{color:var(--nlt-dark,#16232d);line-height:1.25}
.nlt-entry-content img{max-width:100%;height:auto}.nlt-entry-content .alignwide{max-width:1160px;margin-left:auto;margin-right:auto}.nlt-entry-content .alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}
.nlt-raw-page{width:100%;max-width:none;margin:0;padding:0;overflow:hidden}.nlt-raw-page>*{box-sizing:border-box}
@media(max-width:767px){.nlt-home-seo-content{padding:30px 0 4px}.nlt-page-shell{padding:40px 0 60px}}

/* v1.2.1 raw landing page */
.nlt-raw-page{display:block;width:100%;max-width:none!important;margin:0!important;padding:0!important;overflow-x:clip}.nlt-raw-page>*{max-width:none}.nlt-blank-landing{margin:0;padding:0}.nlt-blank-landing #main-content{width:100%;max-width:none;margin:0;padding:0}

/* v1.3.3 — footer brand contrast fix */
.nlt-site-footer .nlt-brand--footer,
.nlt-site-footer .nlt-brand--footer .nlt-brand-copy,
.nlt-site-footer .nlt-brand--footer .nlt-brand-copy strong {
	color: #ffffff !important;
}

.nlt-site-footer .nlt-brand--footer .nlt-brand-copy strong {
	display: block;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.25;
}

.nlt-site-footer .nlt-brand--footer .nlt-brand-copy small {
	color: rgba(255,255,255,.66) !important;
}

.nlt-site-footer .nlt-brand--footer .nlt-brand-mark {
	color: #fff;
}

.nlt-site-footer .nlt-brand--footer .nlt-brand-logo--footer {
	max-width: 150px;
	height: 42px;
	object-fit: contain;
}

@media (max-width: 680px) {
	.nlt-site-footer .nlt-brand--footer {
		min-width: 0;
		align-items: center;
	}
	.nlt-site-footer .nlt-brand--footer .nlt-brand-copy strong {
		font-size: .94rem;
	}
}
