:root {
	--taxibrvt-font-body: "Montserrat", Arial, sans-serif;
	--taxibrvt-font-heading: "Montserrat", Arial, sans-serif;
	--taxibrvt-button-height: 54px;
	--taxibrvt-button-radius: 999px;
	--taxibrvt-button-gap: 10px;
	--taxibrvt-button-padding: 15px 24px;
	--taxibrvt-button-font-size: 14px;
	--taxibrvt-button-shadow: 0 16px 34px rgba(255, 54, 0, 0.26);
	--taxibrvt-button-shadow-hover: 0 22px 44px rgba(255, 54, 0, 0.34);
	--taxibrvt-button-ease: 180ms ease;
}

body,
button,
input,
select,
textarea {
	font-family: var(--taxibrvt-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.button,
.header-cta,
.primary-menu a,
.service-price-card__value {
	font-family: var(--taxibrvt-font-heading);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: #0d1117;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
	box-shadow: 0 12px 28px rgba(16, 19, 24, 0.18);
}

.site-header__inner {
	min-height: 92px;
}

.site-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 25px;
	font-weight: 900;
}

.site-title::before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--taxibrvt-accent);
	box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.16);
}

.primary-navigation {
	margin-left: auto;
}

.primary-menu {
	align-items: center;
	gap: 28px;
}

.primary-menu a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	font-weight: 700;
}

.primary-menu a:hover,
.primary-menu a:focus {
	color: #fff;
}

.header-cta {
	display: grid;
	gap: 2px;
	min-width: 154px;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--taxibrvt-accent);
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}

.header-cta:hover,
.header-cta:focus {
	background: var(--taxibrvt-accent-dark);
	color: #fff;
}

.header-cta strong {
	font-size: 16px;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	background: transparent;
	color: #fff;
}

.menu-toggle__bar,
.menu-toggle__bar::before,
.menu-toggle__bar::after {
	display: block;
	width: 18px;
	height: 2px;
	margin-inline: auto;
	border-radius: 999px;
	background: currentColor;
	content: "";
}

.menu-toggle__bar::before {
	transform: translateY(-6px);
}

.menu-toggle__bar::after {
	transform: translateY(4px);
}

.home-main {
	width: 100%;
	padding-top: 0;
}

.home-hero {
	display: grid;
	align-items: start;
	gap: 0;
	width: min(calc(100% - 64px), 1420px);
	min-height: 760px;
	margin: 20px auto 0;
	padding: 92px 48px 118px;
	border-radius: 28px;
	background:
		linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.58)),
		radial-gradient(ellipse at 50% 74%, rgba(4, 6, 10, 0.04) 0 20%, rgba(4, 6, 10, 0.62) 21% 31%, transparent 32%),
		linear-gradient(90deg, rgba(10, 10, 12, 0.92), rgba(43, 32, 28, 0.8), rgba(10, 10, 12, 0.94)),
		linear-gradient(180deg, #2d2523 0%, #0b0d11 100%);
	background-blend-mode: normal, normal, normal, normal;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.home-hero::before,
.home-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.home-hero::before {
	left: 13%;
	right: 13%;
	bottom: 84px;
	height: 168px;
	border-radius: 999px 999px 38px 38px;
	background:
		radial-gradient(circle at 17% 83%, #050607 0 36px, #181c22 37px 58px, transparent 59px),
		radial-gradient(circle at 83% 83%, #050607 0 36px, #181c22 37px 58px, transparent 59px),
		linear-gradient(7deg, transparent 0 22%, #05070a 23% 76%, transparent 77%),
		linear-gradient(180deg, #101722, #030406);
	filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.55));
	opacity: 0.9;
}

.home-hero::after {
	left: 18%;
	right: 18%;
	bottom: 205px;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
	opacity: 0.35;
}

.home-hero__content {
	position: relative;
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
	z-index: 1;
}

.hero-eyebrow {
	display: inline-flex;
	margin: 0 0 14px;
	color: var(--taxibrvt-accent);
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.hero-eyebrow::before {
	content: "*";
	margin-right: 6px;
}

.home-hero h1 {
	max-width: 760px;
	margin-bottom: 20px;
	color: #fff;
	font-size: clamp(46px, 6vw, 76px);
	line-height: 1.07;
}

.home-hero__content .hero-description {
	max-width: 650px;
	margin: 0 auto 30px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	line-height: 1.65;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	border-radius: 999px;
	font-weight: 700;
	line-height: 1;
}

.button--primary {
	background: var(--taxibrvt-accent);
	color: #fff;
}

.button--primary:hover,
.button--primary:focus {
	background: var(--taxibrvt-accent-dark);
	color: #fff;
}

.button--ghost {
	border: 1px solid #fff;
	background: #fff;
	color: #101318;
}

.button--ghost:hover,
.button--ghost:focus {
	border-color: var(--taxibrvt-accent);
	background: var(--taxibrvt-accent);
	color: #fff;
}

.booking-panel {
	position: absolute;
	left: 50%;
	right: auto;
	bottom: 54px;
	width: min(calc(100% - 72px), 1040px);
	transform: translateX(-50%);
	z-index: 1;
	padding: 22px 24px;
	border-radius: 18px;
	background: #fff;
	color: var(--taxibrvt-text);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.booking-panel h2 {
	margin: 0;
	font-size: 21px;
	line-height: 1.15;
}

.booking-panel__form {
	display: grid;
	grid-template-columns: 150px repeat(4, minmax(0, 1fr)) 96px;
	align-items: center;
	gap: 0;
}

.booking-panel__intro {
	padding-inline: 0 20px;
}

.booking-panel label {
	display: grid;
	gap: 4px;
	min-height: 58px;
	padding-inline: 20px;
	border-left: 1px solid var(--taxibrvt-border);
	color: var(--taxibrvt-text);
	font-size: 14px;
	font-weight: 800;
}

.booking-panel input,
.booking-panel select {
	width: 100%;
	min-height: 26px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--taxibrvt-text);
	font: inherit;
	padding: 0;
	outline: none;
}

.booking-panel input::placeholder {
	color: var(--taxibrvt-muted);
}

.booking-panel .button {
	min-height: 42px;
	padding-inline: 22px;
}

.booking-panel__phone {
	display: none;
	margin-top: 14px;
	color: var(--taxibrvt-muted);
	font-size: 15px;
}

.booking-panel__phone strong {
	color: var(--taxibrvt-accent);
}

.home-section,
.home-editor-content,
.entry-section,
.entry-cta {
	margin-top: 72px;
}

.home-section,
.home-editor-content {
	width: min(calc(100% - 32px), var(--taxibrvt-container));
	margin-inline: auto;
}

.section-header {
	max-width: 720px;
	margin-bottom: 28px;
}

.section-eyebrow {
	position: relative;
	margin: 0 0 12px;
	padding-left: 24px;
	color: var(--taxibrvt-accent);
	font-weight: 800;
	line-height: 1.2;
}

.section-eyebrow::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "*";
}

.section-header p:not(.section-eyebrow) {
	margin: 0;
	color: var(--taxibrvt-muted);
	font-size: 17px;
}

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

.info-grid,
.testimonial-grid,
.faq-list {
	display: grid;
	gap: 18px;
}

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

.info-card,
.testimonial-card,
.faq-item {
	padding: 22px;
	border: 1px solid var(--taxibrvt-border);
	border-radius: var(--taxibrvt-radius);
	background: #fff;
}

.info-card h3,
.faq-item h3 {
	margin-bottom: 10px;
	font-size: 21px;
}

.info-card p,
.faq-item p,
.testimonial-card p {
	margin: 0;
	color: var(--taxibrvt-muted);
}

.testimonial-card {
	display: grid;
	gap: 18px;
	align-content: space-between;
}

.testimonial-card footer {
	display: grid;
	gap: 4px;
	color: var(--taxibrvt-muted);
}

.testimonial-card strong {
	color: var(--taxibrvt-text);
}

.faq-list {
	max-width: 860px;
}

.rental-card {
	border: 1px solid var(--taxibrvt-border);
	border-radius: var(--taxibrvt-radius);
	background: #fff;
	overflow: hidden;
}

.rental-card__link {
	display: grid;
	height: 100%;
}

.rental-card .entry-figure {
	margin: 0;
}

.rental-card .entry-figure img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 0;
}

.rental-card__body {
	display: grid;
	gap: 12px;
	padding: 20px;
}

.rental-card__body h2 {
	margin: 0;
	font-size: 24px;
}

.rental-card__body p {
	margin: 0;
	color: var(--taxibrvt-muted);
}

.rental-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--taxibrvt-muted);
}

.spec-table {
	width: 100%;
	max-width: 760px;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid var(--taxibrvt-border);
	border-radius: var(--taxibrvt-radius);
	overflow: hidden;
}

.spec-table th,
.spec-table td {
	padding: 14px 18px;
	border-bottom: 1px solid var(--taxibrvt-border);
	text-align: left;
	vertical-align: top;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
	border-bottom: 0;
}

.spec-table th {
	width: 220px;
	background: var(--taxibrvt-surface);
}

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

.entry-cta {
	padding: 28px;
	border-radius: var(--taxibrvt-radius);
	background: #101318;
	color: #fff;
}

.entry-cta p {
	color: rgba(255, 255, 255, 0.78);
}

.home-final-cta {
	padding: 54px;
	border-radius: 28px;
	background: #040401;
	color: #fff;
	text-align: center;
}

.home-final-cta h2 {
	max-width: 760px;
	margin-inline: auto;
	color: #fff;
}

.home-final-cta p {
	max-width: 720px;
	margin: 0 auto 24px;
	color: rgba(255, 255, 255, 0.78);
}

.home-section--services,
.home-section--process,
.home-section--routes,
.home-final-cta {
	width: min(calc(100% - 64px), 1420px);
	max-width: none;
	padding: 82px max(28px, calc((100% - var(--taxibrvt-container)) / 2));
	border-radius: 28px;
}

.home-section--services {
	background: var(--taxibrvt-surface);
}

.home-section--process,
.home-section--routes {
	background: #040401;
	color: #fff;
}

.home-section--process .section-header h2,
.home-section--routes .section-header h2 {
	color: #fff;
}

.home-section--process .info-card {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.home-section--process .info-card h3 {
	color: #fff;
}

.home-section--process .info-card p,
.home-section--routes .section-header p:not(.section-eyebrow) {
	color: rgba(255, 255, 255, 0.74);
}

.home-section--services .rental-grid,
.route-tile-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-layout,
.faq-layout,
.why-layout {
	display: grid;
	align-items: center;
	gap: 56px;
}

.about-layout {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.faq-layout {
	grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1fr);
	align-items: start;
}

.why-layout {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
	gap: 24px;
}

.about-copy .entry-content {
	max-width: 720px;
}

.about-copy .entry-content h2 {
	font-size: clamp(34px, 4.6vw, 54px);
}

.about-visual,
.faq-visual,
.why-visual {
	position: relative;
	min-height: 420px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 24% 28%, rgba(255, 54, 0, 0.24), transparent 22%),
		linear-gradient(145deg, #191612, #040401);
	overflow: hidden;
}

.why-visual {
	min-height: auto;
}

.about-visual::before,
.faq-visual::before,
.why-visual::before {
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	content: "";
}

.about-visual__ride,
.why-visual::after,
.faq-visual::after {
	position: absolute;
	left: 13%;
	right: 13%;
	bottom: 72px;
	height: 102px;
	border-radius: 999px 999px 26px 26px;
	background:
		radial-gradient(circle at 20% 82%, #050607 0 22px, #222833 23px 38px, transparent 39px),
		radial-gradient(circle at 80% 82%, #050607 0 22px, #222833 23px 38px, transparent 39px),
		linear-gradient(8deg, transparent 0 23%, #07090c 24% 78%, transparent 79%),
		linear-gradient(180deg, #172031, #030406);
	content: "";
	filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.42));
}

.about-visual__panel {
	position: absolute;
	top: 28px;
	left: 28px;
	z-index: 1;
	display: grid;
	gap: 4px;
	width: 180px;
	padding: 18px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.about-visual__panel--accent {
	top: auto;
	right: 28px;
	bottom: 28px;
	left: auto;
	background: var(--taxibrvt-accent);
	color: #fff;
}

.about-visual__panel strong {
	font-size: 30px;
	line-height: 1;
}

.about-visual__panel span {
	color: var(--taxibrvt-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.about-visual__panel--accent span {
	color: rgba(255, 255, 255, 0.8);
}

.info-grid {
	counter-reset: info-card;
}

.info-card {
	position: relative;
	overflow: hidden;
	counter-increment: info-card;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.info-card::before {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: rgba(255, 54, 0, 0.1);
	color: var(--taxibrvt-accent);
	font-weight: 900;
	content: "0" counter(info-card);
}

.info-card:hover {
	border-color: rgba(255, 54, 0, 0.28);
	box-shadow: 0 24px 54px rgba(20, 20, 17, 0.08);
	transform: translateY(-4px);
}

.faq-item {
	padding: 0;
	overflow: hidden;
}

.faq-item details {
	padding: 22px;
}

.faq-item summary {
	display: grid;
	grid-template-columns: 1fr 34px;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	list-style: none;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--taxibrvt-surface);
	color: var(--taxibrvt-accent);
	font-weight: 800;
	content: "+";
}

.faq-item details[open] summary::after {
	background: var(--taxibrvt-accent);
	color: #fff;
	content: "-";
}

.faq-item h3 {
	margin: 0;
}

.faq-item p {
	margin-top: 14px;
}

.testimonial-card {
	min-height: 230px;
	box-shadow: 0 20px 50px rgba(20, 20, 17, 0.06);
}

.testimonial-card::before {
	color: var(--taxibrvt-accent);
	font-size: 18px;
	letter-spacing: 3px;
	content: "*****";
}

.rental-card {
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rental-card__link,
.rental-card__body {
	position: relative;
	z-index: 1;
}

.rental-card:hover {
	border-color: rgba(255, 54, 0, 0.32);
	box-shadow: 0 24px 54px rgba(20, 20, 17, 0.1);
	transform: translateY(-4px);
}

.rental-card--service::before {
	position: absolute;
	right: -35%;
	bottom: -70%;
	width: 150%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--taxibrvt-accent);
	content: "";
	transform: translateY(82%);
	transition: transform 300ms ease;
}

.rental-card--service:hover::before {
	transform: translateY(18%);
}

.rental-card__body h3 {
	margin: 0;
	font-size: 24px;
}

.rental-card--service:hover .rental-card__body h3,
.rental-card--service:hover .rental-card__body p,
.rental-card--service:hover .rental-card__arrow {
	color: #fff;
}

.rental-card__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255, 54, 0, 0.1);
}

.rental-card__icon::before {
	width: 24px;
	height: 18px;
	border-radius: 10px 10px 4px 4px;
	background: var(--taxibrvt-accent);
	content: "";
}

.rental-card--service:hover .rental-card__icon {
	background: #fff;
}

.rental-card__arrow {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-top: 8px;
	border-radius: 50%;
	background: var(--taxibrvt-surface);
	color: var(--taxibrvt-accent);
	font-weight: 900;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.rental-card:hover .rental-card__arrow {
	background: var(--taxibrvt-accent);
	color: #fff;
	transform: rotate(-45deg);
}

.route-tile-grid .rental-card {
	min-height: 330px;
	border: 0;
	background:
		linear-gradient(rgba(4, 4, 1, 0.18), rgba(4, 4, 1, 0.82)),
		linear-gradient(145deg, #35302d, #0d0d0b);
}

.route-tile-grid .rental-card__link {
	align-content: end;
}

.route-tile-grid .entry-figure {
	position: absolute;
	inset: 0;
	opacity: 0.42;
}

.route-tile-grid .entry-figure img {
	height: 100%;
	aspect-ratio: auto;
	filter: saturate(0.8);
	transition: transform 260ms ease;
}

.route-tile-grid .rental-card:hover .entry-figure img {
	transform: scale(1.06);
}

.route-tile-grid .rental-card__body,
.route-tile-grid .rental-card__body p,
.route-tile-grid .rental-card__body strong,
.route-tile-grid .rental-card__body h3 {
	color: #fff;
}

.route-tile-grid .rental-card__arrow {
	background: #fff;
}

@media (max-width: 920px) {
	.site-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 76px;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.primary-navigation {
		display: none;
		grid-column: 1 / -1;
		width: 100%;
		margin-left: 0;
	}

	.site-header.is-menu-open .primary-navigation {
		display: block;
	}

	.primary-menu {
		display: grid;
		gap: 0;
		padding: 12px 0 18px;
	}

	.primary-menu a {
		display: block;
		padding: 12px 0;
	}

	.header-cta {
		display: none;
	}

	.home-hero,
	.rental-grid,
	.media-grid,
	.info-grid,
	.testimonial-grid,
	.about-layout,
	.faq-layout,
	.why-layout,
	.home-section--services .rental-grid,
	.route-tile-grid {
		grid-template-columns: 1fr;
	}

	.home-hero {
		min-height: auto;
		width: min(calc(100% - 24px), 1420px);
		padding: 56px 22px 32px;
	}

	.home-hero h1 {
		font-size: 46px;
	}

	.home-hero::before,
	.home-hero::after {
		display: none;
	}

	.booking-panel {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		margin-top: 34px;
		transform: none;
	}

	.booking-panel__form {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.booking-panel__intro,
	.booking-panel label {
		padding-inline: 0;
		border-left: 0;
	}

	.booking-panel label {
		min-height: auto;
	}

	.booking-panel input,
	.booking-panel select {
		min-height: 46px;
		border: 1px solid var(--taxibrvt-border);
		border-radius: 6px;
		background: #f7f8fa;
		padding: 10px 12px;
	}

	.booking-panel__phone {
		display: block;
	}

	.home-section--services,
	.home-section--process,
	.home-section--routes,
	.home-final-cta {
		width: min(calc(100% - 24px), 1420px);
		padding: 54px 20px;
		border-radius: 22px;
	}

	.about-layout,
	.faq-layout,
	.why-layout {
		gap: 28px;
	}

	.about-visual,
	.faq-visual,
	.why-visual {
		min-height: 320px;
	}

	.faq-visual {
		order: 2;
	}
}

@media (max-width: 560px) {
	.home-hero {
		padding-inline: 18px;
		border-radius: 20px;
	}

	.home-hero h1 {
		font-size: 38px;
	}

	.booking-panel {
		padding: 22px;
	}

	.home-section,
	.home-editor-content,
	.entry-section,
	.entry-cta {
		margin-top: 58px;
	}

	.about-visual__panel {
		top: 18px;
		left: 18px;
		width: 150px;
		padding: 14px;
	}

	.about-visual__panel--accent {
		right: 18px;
		bottom: 18px;
		left: auto;
	}

	.about-visual__panel strong {
		font-size: 23px;
	}

	.route-tile-grid .rental-card {
		min-height: 260px;
	}
}

/* Novaride fidelity polish: layout rhythm, cards, controls, and footer. */
body {
	overflow-x: clip;
}

.site-header {
	background: #040401;
}

.site-header__inner {
	width: min(calc(100% - 64px), 1380px);
	min-height: 96px;
}

.site-title {
	font-size: 27px;
}

.primary-menu a {
	position: relative;
	padding-block: 34px;
}

.primary-menu a::after {
	position: absolute;
	right: 0;
	bottom: 25px;
	left: 0;
	height: 2px;
	background: var(--taxibrvt-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.primary-menu a:hover::after,
.primary-menu a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.header-cta,
.button {
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.header-cta:hover,
.button:hover {
	transform: translateY(-2px);
}

.hero-actions .button::after,
.home-final-cta .button::after {
	margin-left: 10px;
	font-size: 17px;
	content: "↗";
}

.home-hero {
	width: min(calc(100% - 80px), 1460px);
	min-height: 790px;
	margin-top: 28px;
	padding-top: 102px;
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.72)),
		repeating-linear-gradient(90deg, transparent 0 13%, rgba(255, 255, 255, 0.04) 13.1% 13.25%, transparent 13.35% 25%),
		linear-gradient(115deg, #18130f, #3a2a23 48%, #08090b);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.home-hero__content {
	max-width: 860px;
}

.home-hero h1 {
	max-width: 860px;
	font-size: clamp(52px, 6vw, 76px);
}

.hero-eyebrow,
.section-eyebrow {
	font-size: 15px;
	letter-spacing: 0;
}

.hero-description {
	text-wrap: balance;
}

.booking-panel {
	width: min(calc(100% - 96px), 1120px);
	padding: 24px 26px;
	border-radius: 20px;
}

.booking-panel label {
	justify-content: center;
}

.booking-panel input {
	font-size: 14px;
	font-weight: 500;
}

.home-section,
.home-editor-content {
	width: min(calc(100% - 48px), 1220px);
}

.home-section,
.home-editor-content,
.entry-section,
.entry-cta {
	margin-top: 104px;
}

.section-header {
	max-width: 780px;
	margin-bottom: 38px;
}

.section-header h2 {
	font-size: clamp(36px, 4.5vw, 54px);
	text-wrap: balance;
}

.home-section--services,
.home-section--process,
.home-section--routes,
.home-final-cta {
	width: min(calc(100% - 80px), 1460px);
	padding-top: 96px;
	padding-bottom: 96px;
	border-radius: 30px;
}

.home-section--services .section-header,
.home-section--fleet .section-header,
.home-section--routes .section-header,
.home-section--testimonials .section-header {
	margin-inline: auto;
	text-align: center;
}

.home-section--services .section-eyebrow,
.home-section--fleet .section-eyebrow,
.home-section--routes .section-eyebrow,
.home-section--testimonials .section-eyebrow {
	display: inline-block;
}

.home-section--services .rental-grid,
.route-tile-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
}

.home-section--services .rental-card {
	min-height: 310px;
}

.home-section--services .rental-card__body {
	align-content: start;
	height: 100%;
	padding: 28px;
}

.home-section--services .rental-card__arrow {
	margin-top: auto;
}

.home-section--fleet .rental-card {
	border-radius: 10px;
}

.rental-card--car:not(:has(.entry-figure)) .rental-card__link::before {
	display: block;
	min-height: 235px;
	background:
		radial-gradient(circle at 24% 78%, #08090b 0 26px, #343b46 27px 43px, transparent 44px),
		radial-gradient(circle at 76% 78%, #08090b 0 26px, #343b46 27px 43px, transparent 44px),
		linear-gradient(9deg, transparent 0 31%, #161d29 32% 67%, transparent 68%),
		linear-gradient(145deg, #fff8f6, #e9e8e5);
	content: "";
}

.rental-card__body {
	padding: 24px;
}

.rental-card__body h2,
.rental-card__body h3 {
	line-height: 1.25;
}

.route-tile-grid .rental-card {
	min-height: 390px;
	border-radius: 10px;
}

.route-tile-grid .rental-card__body {
	padding: 28px;
}

.info-card,
.testimonial-card,
.faq-item {
	border-radius: 8px;
}

.info-card {
	padding: 28px;
}

.home-section--process .info-card::before {
	background: rgba(255, 54, 0, 0.18);
}

.faq-layout {
	gap: 72px;
}

.faq-item {
	box-shadow: 0 12px 36px rgba(20, 20, 17, 0.04);
}

.faq-item details {
	padding: 24px 26px;
}

.testimonial-card {
	padding: 30px;
}

.home-final-cta {
	margin-bottom: 104px;
	padding-inline: 28px;
	background:
		radial-gradient(circle at 12% 30%, rgba(255, 54, 0, 0.18), transparent 20%),
		#040401;
}

.site-footer {
	width: min(calc(100% - 80px), 1460px);
	margin: 0 auto 40px;
	border-radius: 30px;
	background: #040401;
	overflow: hidden;
}

.site-footer__inner {
	width: min(calc(100% - 56px), 1220px);
	padding-block: 64px;
}

.site-footer__summary {
	max-width: 520px;
}

.site-footer__summary p {
	color: rgba(255, 255, 255, 0.68);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
	outline: 3px solid rgba(255, 54, 0, 0.5);
	outline-offset: 3px;
}

@media (max-width: 920px) {
	.site-header__inner {
		width: min(calc(100% - 32px), 1380px);
	}

	.primary-menu a {
		padding-block: 12px;
	}

	.primary-menu a::after {
		display: none;
	}

	.home-hero,
	.home-section--services,
	.home-section--process,
	.home-section--routes,
	.home-final-cta,
	.site-footer {
		width: min(calc(100% - 24px), 1460px);
	}

	.home-section,
	.home-editor-content {
		width: min(calc(100% - 32px), 1220px);
	}

	.home-section,
	.home-editor-content,
	.entry-section,
	.entry-cta {
		margin-top: 76px;
	}

	.home-section--services,
	.home-section--process,
	.home-section--routes,
	.home-final-cta {
		padding-top: 62px;
		padding-bottom: 62px;
	}
}

@media (max-width: 560px) {
	.home-hero {
		margin-top: 12px;
		padding-top: 54px;
	}

	.home-hero h1 {
		font-size: 38px;
	}

	.section-header h2 {
		font-size: 34px;
	}

	.home-section--services .section-header,
	.home-section--fleet .section-header,
	.home-section--routes .section-header,
	.home-section--testimonials .section-header {
		text-align: left;
	}

	.home-section--services .section-eyebrow,
	.home-section--fleet .section-eyebrow,
	.home-section--routes .section-eyebrow,
	.home-section--testimonials .section-eyebrow {
		display: block;
	}

	.site-footer {
		margin-bottom: 12px;
		border-radius: 22px;
	}

	.site-footer__inner {
		width: calc(100% - 40px);
		padding-block: 46px;
	}
}

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

/* Mega menu, footer, and service-card hover repair. */
.site-header {
	overflow: visible;
}

.site-header__inner,
.primary-navigation,
.primary-menu {
	position: static;
}

.primary-menu > li {
	display: flex;
	align-items: center;
}

.mega-menu-toggle {
	position: relative;
	min-height: 44px;
	padding: 34px 0;
	border: 0;
	background: transparent;
	color: #040401;
	font: 800 15px/1 var(--taxibrvt-font-heading);
	cursor: pointer;
}

.mega-menu-toggle::after {
	position: absolute;
	right: 0;
	bottom: 25px;
	left: 0;
	height: 2px;
	background: var(--taxibrvt-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.menu-item--mega:hover .mega-menu-toggle,
.menu-item--mega:focus-within .mega-menu-toggle,
.menu-item--mega.is-mega-open .mega-menu-toggle {
	color: var(--taxibrvt-accent);
}

.menu-item--mega:hover .mega-menu-toggle::after,
.menu-item--mega:focus-within .mega-menu-toggle::after,
.menu-item--mega.is-mega-open .mega-menu-toggle::after {
	transform: scaleX(1);
	transform-origin: left;
}

.mega-menu {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 30;
	padding: 0 24px 24px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(14px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	pointer-events: none;
}

.menu-item--mega.is-mega-open .mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.mega-menu__inner {
	display: grid;
	grid-template-columns: minmax(240px, 0.9fr) minmax(360px, 1.35fr) minmax(180px, 0.7fr) minmax(220px, 0.8fr);
	gap: 22px;
	width: min(calc(100% - 80px), 1380px);
	margin-inline: auto;
	padding: 28px;
	border: 1px solid rgba(4, 4, 1, 0.08);
	border-radius: 0 0 30px 30px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 28px 70px rgba(8, 17, 32, 0.16);
}

.mega-menu h2 {
	margin: 0 0 14px;
	color: #040401;
	font-size: 18px;
}

.mega-menu p,
.mega-menu small {
	color: #5d6874;
}

.mega-menu__feature {
	display: grid;
	align-content: start;
	gap: 14px;
	padding: 24px;
	border-radius: 24px;
	background:
		radial-gradient(circle at 88% 18%, rgba(255, 54, 0, 0.16), transparent 28%),
		#f7f0ed;
}

.mega-menu__feature h2 {
	font-size: clamp(24px, 2vw, 34px);
	line-height: 1.08;
}

.mega-menu__cta,
.brand-footer__hotline {
	display: inline-grid;
	width: fit-content;
	gap: 2px;
	padding: 13px 20px;
	border-radius: 999px;
	background: var(--taxibrvt-accent);
	color: #fff;
	font-weight: 800;
	text-align: center;
}

.mega-menu__cta strong,
.brand-footer__hotline strong {
	font-size: 18px;
}

.mega-link-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.mega-link-card {
	display: grid;
	gap: 8px;
	min-height: 116px;
	padding: 18px;
	border: 1px solid rgba(4, 4, 1, 0.08);
	border-radius: 18px;
	background: #fff;
	color: #071522;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mega-link-card span {
	font-weight: 900;
	line-height: 1.25;
}

.mega-link-card:hover,
.mega-link-card:focus-visible {
	border-color: rgba(255, 54, 0, 0.28);
	box-shadow: 0 18px 36px rgba(8, 17, 32, 0.1);
	color: var(--taxibrvt-accent);
	transform: translateY(-2px);
}

.mega-menu__list {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mega-menu__list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(4, 4, 1, 0.08);
	color: #071522;
	font-weight: 750;
	line-height: 1.35;
}

.mega-menu__list a::after {
	color: var(--taxibrvt-accent);
	content: "->";
}

.mega-menu__list a:hover,
.mega-menu__list a:focus-visible {
	color: var(--taxibrvt-accent);
}

.home-section--services .rental-card--service {
	isolation: isolate;
	background: #fff;
}

.home-section--services .rental-card--service::before {
	inset: auto -20% -112% -20%;
	z-index: -1;
	width: auto;
	height: 150%;
	aspect-ratio: auto;
	border-radius: 50% 50% 0 0;
	background: var(--taxibrvt-accent);
	transform: translateY(0);
	transition: bottom 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-section--services .rental-card--service:hover::before,
.home-section--services .rental-card--service:focus-within::before {
	bottom: -22%;
}

.home-section--services .rental-card--service .entry-figure,
.home-section--services .rental-card--service .rental-card__body {
	position: relative;
	z-index: 1;
	transition: opacity 260ms ease, color 260ms ease;
}

.home-section--services .rental-card--service:has(.entry-figure):hover .entry-figure,
.home-section--services .rental-card--service:has(.entry-figure):focus-within .entry-figure {
	opacity: 0.22;
}

.home-section--services .rental-card--service:hover .rental-card__body h2,
.home-section--services .rental-card--service:hover .rental-card__body h3,
.home-section--services .rental-card--service:hover .rental-card__body p,
.home-section--services .rental-card--service:hover .rental-card__arrow,
.home-section--services .rental-card--service:focus-within .rental-card__body h2,
.home-section--services .rental-card--service:focus-within .rental-card__body h3,
.home-section--services .rental-card--service:focus-within .rental-card__body p,
.home-section--services .rental-card--service:focus-within .rental-card__arrow {
	color: #fff;
}

.home-section--services .rental-card--service:hover .rental-card__arrow,
.home-section--services .rental-card--service:focus-within .rental-card__arrow {
	background: #fff;
	color: var(--taxibrvt-accent);
}

.brand-footer {
	width: min(calc(100% - 80px), 1460px);
	margin: 0 auto 40px;
	border-radius: 30px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		#040401;
	background-size: 58px 58px;
	color: #fff;
	overflow: hidden;
}

.brand-footer__top,
.brand-footer__main,
.brand-footer__bottom {
	width: min(calc(100% - 56px), 1220px);
	margin-inline: auto;
}

.brand-footer__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 64px 0 42px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-footer__top h2 {
	max-width: 760px;
	margin: 8px 0 0;
	color: #fff;
	font-size: clamp(34px, 4.2vw, 64px);
	line-height: 1.05;
}

.brand-footer__main {
	display: grid;
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(34px, 6vw, 86px);
	padding: 46px 0;
}

.brand-footer__logo {
	margin-bottom: 18px;
	color: #fff;
}

.brand-footer__about p {
	max-width: 440px;
	color: rgba(255, 255, 255, 0.66);
}

.brand-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.brand-footer__badges li {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 800;
}

.brand-footer__nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.brand-footer__nav h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 18px;
}

.brand-footer__nav ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.brand-footer a {
	color: rgba(255, 255, 255, 0.72);
}

.brand-footer a:hover,
.brand-footer a:focus-visible {
	color: var(--taxibrvt-accent);
}

.brand-footer__bottom {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.58);
	font-size: 14px;
}

.brand-footer__bottom p {
	margin: 0;
}

.brand-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

@media (max-width: 1080px) {
	.mega-menu__inner {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 920px) {
	.primary-menu > li {
		display: block;
	}

	.mega-menu-toggle {
		width: 100%;
		padding: 13px 0;
		text-align: left;
	}

	.mega-menu-toggle::after {
		display: none;
	}

	.mega-menu {
		position: static;
		display: none;
		padding: 8px 0 18px;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
	}

	.menu-item--mega .mega-menu {
		display: none;
	}

	.menu-item--mega.is-mega-open .mega-menu {
		display: block;
	}

	.mega-menu__inner {
		grid-template-columns: 1fr;
		width: 100%;
		padding: 16px;
		border-radius: 18px;
		box-shadow: none;
	}

	.mega-link-grid,
	.brand-footer__top,
	.brand-footer__main,
	.brand-footer__nav {
		grid-template-columns: 1fr;
	}

	.brand-footer {
		width: min(calc(100% - 24px), 1460px);
		border-radius: 24px;
	}

	.brand-footer__top,
	.brand-footer__main,
	.brand-footer__bottom {
		width: min(calc(100% - 40px), 1220px);
	}

	.brand-footer__bottom {
		display: grid;
	}
}

@media (max-width: 560px) {
	.mega-menu__feature,
	.mega-link-card {
		padding: 16px;
	}

	.brand-footer__top {
		padding-top: 46px;
	}

	.brand-footer__hotline {
		width: 100%;
	}
}

/* Homepage full-width hero and SEO breadcrumb pass. */
.home-main .home-hero {
	width: min(calc(100vw - 40px), 1880px);
	max-width: none;
	margin: 24px 0 0 50%;
	transform: translateX(-50%);
}

.breadcrumb--seo ol,
.breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb--seo li,
.breadcrumb li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.breadcrumb--seo li + li::before,
.breadcrumb li + li::before {
	color: currentColor;
	opacity: 0.55;
	content: "/";
}

.breadcrumb--seo a,
.breadcrumb a {
	text-decoration: none;
}

.breadcrumb--seo span[aria-current="page"],
.breadcrumb span[aria-current="page"] {
	font-weight: 700;
}

@media (max-width: 920px) {
	.home-main .home-hero {
		width: min(calc(100vw - 24px), 1880px);
		margin-top: 12px;
		border-radius: 24px;
	}
}

/* Service card motion refinement: remove heavy half-circle flood. */
.home-section--services .rental-card--service::before {
	content: none !important;
}

.home-section--services .rental-card--service {
	background: #fff;
	box-shadow: 0 20px 48px rgba(8, 17, 32, 0.08);
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.home-section--services .rental-card--service:hover,
.home-section--services .rental-card--service:focus-within {
	border-color: rgba(255, 54, 0, 0.24);
	box-shadow: 0 26px 58px rgba(8, 17, 32, 0.14);
	transform: translateY(-6px);
}

.home-section--services .rental-card--service .rental-card__link {
	grid-template-rows: auto 1fr;
	background: transparent;
}

.home-section--services .rental-card--service .entry-figure {
	opacity: 1 !important;
	transition: opacity 220ms ease;
}

.home-section--services .rental-card--service .entry-figure img {
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
}

.home-section--services .rental-card--service:hover .entry-figure img,
.home-section--services .rental-card--service:focus-within .entry-figure img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.035);
}

.home-section--services .rental-card--service .rental-card__body {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fff;
	transition: background 260ms ease;
}

.home-section--services .rental-card--service .rental-card__body::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 42%),
		var(--taxibrvt-accent);
	content: "";
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 260ms ease, transform 260ms ease;
}

.home-section--services .rental-card--service:hover .rental-card__body::before,
.home-section--services .rental-card--service:focus-within .rental-card__body::before {
	opacity: 1;
	transform: translateY(0);
}

.home-section--services .rental-card--service .rental-card__body h2,
.home-section--services .rental-card--service .rental-card__body h3,
.home-section--services .rental-card--service .rental-card__body p,
.home-section--services .rental-card--service .rental-card__arrow {
	transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.home-section--services .rental-card--service:hover .rental-card__body h2,
.home-section--services .rental-card--service:hover .rental-card__body h3,
.home-section--services .rental-card--service:hover .rental-card__body p,
.home-section--services .rental-card--service:focus-within .rental-card__body h2,
.home-section--services .rental-card--service:focus-within .rental-card__body h3,
.home-section--services .rental-card--service:focus-within .rental-card__body p {
	color: #fff;
}

.home-section--services .rental-card--service:hover .rental-card__icon,
.home-section--services .rental-card--service:focus-within .rental-card__icon,
.home-section--services .rental-card--service:hover .rental-card__arrow,
.home-section--services .rental-card--service:focus-within .rental-card__arrow {
	background: #fff;
	color: var(--taxibrvt-accent);
}

.home-section--services .rental-card--service:hover .rental-card__arrow,
.home-section--services .rental-card--service:focus-within .rental-card__arrow {
	transform: translateX(4px);
}

/* Novaride-style about section: layered portraits, icon benefits, conversion CTA. */
.home-about--novaride {
	width: min(calc(100% - 80px), 1460px);
	max-width: none;
	padding: 58px max(28px, calc((100% - 1220px) / 2));
}

.home-about--novaride .about-layout {
	grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1fr);
	gap: clamp(44px, 7vw, 92px);
	align-items: center;
}

.home-about--novaride .about-layout > .about-visual:not(.about-visual--novaride) {
	display: none;
}

.about-visual--novaride {
	min-height: clamp(520px, 46vw, 650px);
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.about-visual--novaride::before,
.about-visual--novaride::after {
	display: none;
}

.about-visual__asterisk {
	position: absolute;
	top: 22%;
	right: 4%;
	z-index: 3;
	color: var(--taxibrvt-accent);
	font-size: clamp(94px, 11vw, 150px);
	font-weight: 900;
	line-height: 0.75;
}

.about-portrait {
	position: absolute;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f4f6f8;
	box-shadow: 0 30px 70px rgba(8, 17, 32, 0.14);
	overflow: hidden;
}

.about-portrait--primary {
	top: 0;
	left: 0;
	width: min(78%, 470px);
	aspect-ratio: 0.82;
}

.about-portrait--secondary {
	right: 2%;
	bottom: 6%;
	z-index: 2;
	width: min(64%, 365px);
	aspect-ratio: 0.86;
}

.about-portrait__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1), filter 560ms ease;
}

.about-visual--novaride:hover .about-portrait__image {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.035);
}

.about-copy--novaride {
	max-width: 650px;
}

.about-copy--novaride .entry-content {
	max-width: none;
}

.about-copy--novaride .entry-content h2 {
	margin-bottom: 18px;
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.08;
	text-wrap: balance;
}

.about-copy--novaride .entry-content p {
	color: #5d6874;
	font-size: 17px;
	line-height: 1.75;
}

.about-feature-list {
	display: grid;
	gap: 0;
	margin-top: 30px;
}

.about-feature {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 24px;
	padding: 28px 0;
	border-top: 1px solid rgba(8, 17, 32, 0.12);
}

.about-feature h3 {
	margin: 0 0 8px;
	font-size: clamp(21px, 2vw, 26px);
	line-height: 1.2;
}

.about-feature p {
	margin: 0;
	color: #5d6874;
	font-size: 16px;
	line-height: 1.65;
}

.about-feature__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(255, 54, 0, 0.1);
	color: #040401;
}

.about-feature__icon::before,
.about-feature__icon::after {
	position: absolute;
	content: "";
}

.about-feature__icon--booking::before {
	width: 30px;
	height: 38px;
	border: 3px solid currentColor;
	border-radius: 6px;
}

.about-feature__icon--booking::after {
	width: 18px;
	height: 12px;
	border-right: 3px solid var(--taxibrvt-accent);
	border-bottom: 3px solid var(--taxibrvt-accent);
	transform: translate(12px, 10px) rotate(-35deg);
}

.about-feature__icon--shield::before {
	width: 36px;
	height: 25px;
	border: 3px solid currentColor;
	border-radius: 14px 14px 7px 7px;
	transform: translateX(-4px);
}

.about-feature__icon--shield::after {
	width: 18px;
	height: 22px;
	border: 3px solid var(--taxibrvt-accent);
	border-radius: 10px 10px 12px 12px;
	transform: translate(15px, 5px);
}

.about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 8px;
}

.button--round {
	width: 50px;
	min-width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
	background: var(--taxibrvt-accent);
	color: #fff;
	font-size: 0;
}

.button--round::before {
	font-size: 22px;
	font-weight: 900;
	content: "↗";
}

.button--round:hover,
.button--round:focus {
	background: var(--taxibrvt-accent-dark);
	color: #fff;
	transform: translate(2px, -2px);
}

@media (max-width: 920px) {
	.home-about--novaride {
		width: min(calc(100% - 24px), 1460px);
		padding: 42px 18px;
	}

	.home-about--novaride .about-layout {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.about-visual--novaride {
		min-height: 520px;
		order: -1;
	}

	.about-copy--novaride {
		max-width: none;
	}
}

@media (max-width: 560px) {
	.about-visual--novaride {
		min-height: 410px;
	}

	.about-portrait--primary {
		width: 76%;
	}

	.about-portrait--secondary {
		right: 0;
		bottom: 4%;
		width: 62%;
	}

	.about-visual__asterisk {
		top: 15%;
		right: 0;
		font-size: 82px;
	}

	.about-feature {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 16px;
		padding-block: 22px;
	}
}

/* CF7 booking form, generated media, and lightweight Novaride-style motion. */
.home-hero[style*="--hero-image"] {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.74)),
		var(--hero-image),
		linear-gradient(115deg, #18130f, #3a2a23 48%, #08090b);
	background-position: center, center, center;
	background-size: cover, cover, cover;
}

.home-hero[style*="--hero-image"]::before,
.home-hero[style*="--hero-image"]::after {
	display: none;
}

.home-hero.is-loaded .home-hero__content,
.home-hero.is-loaded .booking-panel {
	opacity: 1;
	transform: translateY(0);
}

.home-hero__content,
.booking-panel {
	transition: opacity 520ms ease, transform 520ms ease;
}

html.js .home-hero__content {
	opacity: 0;
	transform: translateY(18px);
}

html.js .booking-panel {
	opacity: 0;
	transform: translate(-50%, 22px);
}

html.js .home-hero.is-loaded .booking-panel {
	transform: translate(-50%, 0);
}

.booking-panel .wpcf7 {
	margin: 0;
}

.booking-panel .wpcf7 form {
	margin: 0;
}

.booking-panel__form,
.booking-panel .wpcf7-form > .booking-panel__form {
	display: grid;
	grid-template-columns: 150px repeat(4, minmax(0, 1fr)) 96px;
	align-items: center;
	gap: 0;
}

.booking-panel__field {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 4px;
	min-height: 58px;
	padding-inline: 20px;
	border-left: 1px solid var(--taxibrvt-border);
	color: var(--taxibrvt-text);
	font-size: 14px;
	font-weight: 800;
}

.booking-panel .wpcf7-form-control-wrap {
	display: block;
	inline-size: 100%;
	width: 100%;
}

.booking-panel__field > .wpcf7-form-control-wrap,
.booking-panel__field .wpcf7-form-control {
	width: 100%;
	justify-self: stretch;
}

.booking-panel .taxibrvt-honeypot {
	position: absolute;
	display: block;
	inline-size: 1px;
	block-size: 1px;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	pointer-events: none;
	white-space: nowrap;
}

.booking-panel .taxibrvt-honeypot .wpcf7-form-control-wrap,
.booking-panel .taxibrvt-honeypot input {
	display: block;
	inline-size: 1px;
	block-size: 1px;
	min-height: 0;
}

.booking-panel .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	box-sizing: border-box;
	min-height: 26px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--taxibrvt-text);
	font: inherit;
	font-weight: 500;
	padding: 0;
	outline: none;
}

.booking-panel .wpcf7-submit {
	width: 100%;
	min-height: 42px;
	border: 0;
	border-radius: 999px;
	background: var(--taxibrvt-accent);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

.booking-panel .wpcf7-submit:hover,
.booking-panel .wpcf7-submit:focus {
	background: var(--taxibrvt-accent-dark);
	transform: translateY(-2px);
}

.booking-panel .wpcf7-spinner {
	position: absolute;
	right: 18px;
	bottom: -28px;
	margin: 0;
}

.booking-panel .wpcf7-not-valid-tip,
.booking-panel .wpcf7-response-output {
	font-size: 13px;
	font-weight: 700;
}

.booking-panel .wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
	left: 20px;
	min-width: 180px;
	color: var(--taxibrvt-accent);
}

.booking-panel .wpcf7-response-output {
	margin: 14px 0 0;
	padding: 10px 12px;
	border-radius: 8px;
}

.booking-panel__privacy {
	grid-column: 2 / -1;
	margin: 10px 0 0;
	color: var(--taxibrvt-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.about-visual.has-media,
.faq-visual.has-media {
	background: #040401;
}

.about-visual__image,
.faq-visual__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 520ms ease;
}

.about-visual.has-media::after,
.faq-visual.has-media::after {
	inset: 0;
	height: auto;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(4, 4, 1, 0.02), rgba(4, 4, 1, 0.34));
	filter: none;
}

.about-visual.has-media .about-visual__ride {
	display: none;
}

.about-visual:hover .about-visual__image,
.faq-visual:hover .faq-visual__image {
	transform: scale(1.04);
}

html.js [data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 620ms ease, transform 620ms ease, clip-path 720ms ease;
	transition-delay: var(--reveal-delay, 0ms);
}

html.js [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

html.js [data-reveal="media"] {
	clip-path: inset(0 0 16% 0 round 24px);
	transform: scale(1.035);
}

html.js [data-reveal="media"].is-visible {
	clip-path: inset(0 round 24px);
	transform: scale(1);
}

.image-reveal {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.image-reveal img,
.image-reveal .about-visual__image,
.image-reveal .faq-visual__image {
	will-change: transform, filter;
}

html.js .image-reveal[data-reveal="media"] img,
html.js .image-reveal[data-reveal="media"] .about-visual__image,
html.js .image-reveal[data-reveal="media"] .faq-visual__image {
	filter: blur(12px);
	transform: scale(1.085);
	transition: filter 920ms cubic-bezier(0.22, 1, 0.36, 1), transform 920ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(var(--reveal-delay, 0ms) + 90ms);
}

html.js .image-reveal[data-reveal="media"].is-visible img,
html.js .image-reveal[data-reveal="media"].is-visible .about-visual__image,
html.js .image-reveal[data-reveal="media"].is-visible .faq-visual__image {
	filter: blur(0);
	transform: scale(1);
}

html.js .image-reveal[data-reveal="media"].is-visible:hover img,
html.js .image-reveal[data-reveal="media"].is-visible:focus-within img,
html.js .image-reveal[data-reveal="media"].is-visible:hover .about-visual__image,
html.js .image-reveal[data-reveal="media"].is-visible:hover .faq-visual__image {
	transform: scale(1.04);
}

html.js .image-reveal[data-reveal="media"]::before,
html.js .image-reveal[data-reveal="media"]::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
}

html.js .image-reveal[data-reveal="media"]::before {
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	clip-path: inset(0 0 0 0 round 24px);
	transition: clip-path 940ms cubic-bezier(0.76, 0, 0.24, 1), opacity 940ms ease;
	transition-delay: var(--reveal-delay, 0ms);
}

html.js .image-reveal[data-reveal="media"]::after {
	width: 28%;
	background: linear-gradient(90deg, transparent, rgba(255, 54, 0, 0.32), transparent);
	opacity: 0;
	transform: translateX(-130%) skewX(-12deg);
	transition: transform 920ms cubic-bezier(0.22, 1, 0.36, 1), opacity 520ms ease;
	transition-delay: calc(var(--reveal-delay, 0ms) + 80ms);
}

html.js .image-reveal[data-reveal="media"].is-visible::before {
	clip-path: inset(0 0 0 100% round 24px);
	opacity: 0;
}

html.js .image-reveal[data-reveal="media"].is-visible::after {
	opacity: 1;
	transform: translateX(430%) skewX(-12deg);
}

html.js .section-header[data-reveal] {
	transform: translateX(-28px);
}

html.js .section-header[data-reveal].is-visible {
	transform: translateX(0);
}

@media (max-width: 920px) {
	.booking-panel {
		width: 100%;
	}

	html.js .booking-panel,
	html.js .home-hero.is-loaded .booking-panel {
		transform: translateY(0);
	}

	.booking-panel__form,
	.booking-panel .wpcf7-form > .booking-panel__form {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.booking-panel__field {
		min-height: auto;
		padding-inline: 0;
		border-left: 0;
	}

	.booking-panel .wpcf7-form-control:not(.wpcf7-submit) {
		display: block;
		inline-size: 100%;
		min-height: 46px;
		border: 1px solid var(--taxibrvt-border);
		border-radius: 6px;
		background: #f7f8fa;
		padding: 10px 12px;
	}

	.booking-panel .wpcf7-not-valid-tip {
		position: static;
		margin-top: 4px;
	}

	.booking-panel__privacy {
		grid-column: 1 / -1;
		margin-top: 0;
	}
}

/* Demo fidelity: Novaride uses a clean white header above the rounded hero. */
.site-header {
	background: #fff;
	border-bottom-color: rgba(4, 4, 1, 0.08);
}

.site-title,
.primary-menu a {
	color: #040401;
}

.site-title:hover,
.site-title:focus,
.primary-menu a:hover,
.primary-menu a:focus {
	color: var(--taxibrvt-accent);
}

.menu-toggle {
	border-color: rgba(4, 4, 1, 0.18);
	color: #040401;
}

@media (max-width: 920px) {
	.primary-navigation {
		border-top: 1px solid rgba(4, 4, 1, 0.08);
		background: #fff;
	}
}

/* Section contrast pass: important content blocks need clear background bands. */
.home-section--why,
.home-section--fleet,
.home-section--faq,
.home-section--testimonials {
	width: min(calc(100% - 80px), 1460px);
	max-width: none;
	padding: 92px max(28px, calc((100% - var(--taxibrvt-container)) / 2));
	border-radius: 30px;
}

.home-section--why {
	background: #dceeff;
	border: 1px solid #bfd9f2;
}

.home-section--why .section-header {
	margin-inline: auto;
	text-align: center;
}

.home-section--why .section-eyebrow {
	display: inline-block;
}

.home-section--why .section-header h2 {
	max-width: 760px;
	margin-inline: auto;
}

.home-section--why .why-layout {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr) minmax(0, 1fr);
	align-items: center;
	gap: 48px;
	margin-top: 62px;
	counter-reset: why-feature;
}

.why-feature-list {
	display: grid;
	gap: 0;
}

.why-feature {
	position: relative;
	display: grid;
	gap: 12px;
	min-height: 176px;
	padding: 22px 0 30px 58px;
	border-bottom: 1px solid rgba(4, 4, 1, 0.11);
	counter-increment: why-feature;
}

.why-feature::before {
	position: absolute;
	top: 22px;
	left: 0;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.54);
	color: var(--taxibrvt-accent);
	font-size: 13px;
	font-weight: 900;
	box-shadow: inset 0 0 0 1px rgba(4, 4, 1, 0.06);
	content: "0" counter(why-feature);
}

.why-feature h3 {
	margin: 0;
	color: var(--taxibrvt-heading);
	font-size: 24px;
	line-height: 1.25;
}

.why-feature p {
	margin: 0;
	color: #526b82;
	font-size: 17px;
	line-height: 1.62;
}

.why-visual {
	position: relative;
	aspect-ratio: 1;
	min-height: 0;
	margin: 0;
	border-radius: 50%;
	background: transparent;
	overflow: visible;
}

.why-visual::before {
	position: absolute;
	inset: 4%;
	z-index: 0;
	border: 0;
	border-radius: 50%;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(4, 4, 1, 0.18)),
		#b9ddfa;
	content: "";
	box-shadow: 0 26px 70px rgba(28, 69, 108, 0.16);
}

.why-visual__image {
	position: absolute;
	inset: 4%;
	z-index: 1;
	width: 92%;
	height: 92%;
	border-radius: 50%;
	object-fit: cover;
	filter: saturate(0.92);
}

.why-visual__car {
	position: absolute;
	right: -7%;
	bottom: 15%;
	left: 2%;
	z-index: 2;
	height: 140px;
	border-radius: 999px 999px 38px 38px;
	background:
		radial-gradient(circle at 21% 83%, #050607 0 28px, #343b46 29px 46px, transparent 47px),
		radial-gradient(circle at 77% 83%, #050607 0 28px, #343b46 29px 46px, transparent 47px),
		linear-gradient(8deg, transparent 0 25%, #b21e2c 26% 73%, transparent 74%),
		linear-gradient(180deg, #ff5a68, #a90e1e);
	filter: drop-shadow(0 24px 26px rgba(4, 4, 1, 0.22));
}

.why-visual__cutout {
	position: absolute;
	left: 50%;
	bottom: -4%;
	z-index: 2;
	width: 132%;
	max-width: none;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 28px 25px rgba(4, 4, 1, 0.24));
	transform: translateX(-50%);
	transition: transform 620ms ease;
}

.why-visual:hover .why-visual__cutout {
	transform: translateX(-50%) translateY(-8px) scale(1.015);
}

html.js .home-section--why .image-reveal[data-reveal="media"] .why-visual__cutout {
	filter: blur(10px) drop-shadow(0 28px 25px rgba(4, 4, 1, 0.24));
	transform: translateX(-50%) scale(0.94);
}

html.js .home-section--why .image-reveal[data-reveal="media"].is-visible .why-visual__cutout {
	filter: blur(0) drop-shadow(0 28px 25px rgba(4, 4, 1, 0.24));
	transform: translateX(-50%) scale(1);
}

html.js .home-section--why .image-reveal[data-reveal="media"].is-visible:hover .why-visual__cutout {
	transform: translateX(-50%) translateY(-8px) scale(1.015);
}

.home-section--why .why-visual::after {
	display: none;
}

html.js .home-section--why .why-visual[data-reveal],
html.js .home-section--why .why-visual[data-reveal].is-visible {
	clip-path: none;
}

.home-section--services {
	background: #dceeff;
	border: 1px solid #bfd9f2;
}

.home-section--services .rental-card {
	border-color: rgba(4, 4, 1, 0.08);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 16px 40px rgba(28, 69, 108, 0.08);
}

.home-section--fleet {
	background: #f7f8fa;
	border: 1px solid #ececec;
}

.home-section--fleet .rental-card {
	box-shadow: 0 18px 42px rgba(20, 20, 17, 0.06);
}

.home-section--faq {
	background: #fff8f6;
}

.home-section--faq .faq-item {
	background: #fff;
}

.home-section--testimonials {
	background: #eef7f3;
}

.home-section--testimonials .testimonial-card {
	border-color: rgba(4, 4, 1, 0.08);
	background: rgba(255, 255, 255, 0.86);
}

@media (max-width: 920px) {
	.home-section--why,
	.home-section--fleet,
	.home-section--faq,
	.home-section--testimonials {
		width: min(calc(100% - 24px), 1460px);
		padding: 62px 20px;
		border-radius: 22px;
	}

	.home-section--why .section-header {
		text-align: left;
	}

	.home-section--why .section-eyebrow {
		display: block;
	}

	.home-section--why .why-layout {
		grid-template-columns: 1fr;
		gap: 26px;
		margin-top: 34px;
	}

	.why-feature {
		min-height: auto;
		padding-bottom: 24px;
	}

	.why-visual {
		order: -1;
		width: min(100%, 360px);
		min-height: 0;
		margin-inline: auto;
	}

	.why-visual__car {
		right: -4%;
		bottom: 13%;
		left: -2%;
		height: 98px;
	}
}

/* FAQ demo pass: soft band, slanted image slides, floating car, line accordion. */
.home-section--faq {
	background: #fff8f6;
	overflow: hidden;
}

.home-section--faq .faq-layout {
	grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1fr);
	align-items: center;
	gap: 76px;
}

.home-section--faq .section-header {
	max-width: 620px;
	margin-bottom: 28px;
}

.home-section--faq .section-header h2 {
	color: #040401;
}

.home-section--faq .faq-copy {
	position: relative;
	z-index: 2;
}

.home-section--faq .faq-visual {
	position: relative;
	min-height: 520px;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.home-section--faq .faq-visual::before,
.home-section--faq .faq-visual::after {
	display: none;
}

.home-section--faq .faq-visual__image {
	position: absolute;
	top: 54px;
	bottom: 44px;
	width: 38%;
	height: auto;
	border-radius: 0;
	object-fit: cover;
	box-shadow: 0 28px 55px rgba(20, 20, 17, 0.08);
	transition: transform 620ms ease, filter 620ms ease;
	will-change: transform;
}

.home-section--faq .faq-visual__image--left {
	left: 0;
	transform: skewX(10deg) rotate(-4deg);
	transform-origin: bottom left;
}

.home-section--faq .faq-visual__image--right {
	left: 48%;
	transform: skewX(-10deg) rotate(4deg);
	transform-origin: bottom right;
}

.home-section--faq .faq-visual:hover .faq-visual__image--left {
	transform: skewX(10deg) rotate(-4deg) translateY(-8px);
}

.home-section--faq .faq-visual:hover .faq-visual__image--right {
	transform: skewX(-10deg) rotate(4deg) translateY(8px);
}

.faq-visual__car {
	position: absolute;
	left: 2%;
	right: 4%;
	bottom: 170px;
	z-index: 3;
	height: 150px;
	border-radius: 999px 999px 38px 38px;
	background:
		radial-gradient(circle at 24% 84%, #050607 0 30px, #343b46 31px 50px, transparent 51px),
		radial-gradient(circle at 78% 84%, #050607 0 30px, #343b46 31px 50px, transparent 51px),
		linear-gradient(8deg, transparent 0 24%, #0f1724 25% 76%, transparent 77%),
		linear-gradient(180deg, #2f3c52, #05070b);
	filter: drop-shadow(0 26px 26px rgba(4, 4, 1, 0.22));
	transition: transform 620ms ease;
}

.faq-visual__cutout {
	position: absolute;
	left: 50%;
	bottom: 100px;
	z-index: 3;
	width: 108%;
	max-width: none;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 30px 26px rgba(4, 4, 1, 0.24));
	transform: translateX(-50%);
	transition: transform 620ms ease;
}

.home-section--faq .faq-visual:hover .faq-visual__car {
	transform: translateX(12px) translateY(-4px);
}

.home-section--faq .faq-visual:hover .faq-visual__cutout {
	transform: translateX(-48%) translateY(-7px);
}

html.js .home-section--faq .image-reveal[data-reveal="media"] .faq-visual__cutout {
	filter: blur(10px) drop-shadow(0 30px 26px rgba(4, 4, 1, 0.24));
	transform: translateX(-50%) scale(0.94);
}

html.js .home-section--faq .image-reveal[data-reveal="media"].is-visible .faq-visual__cutout {
	filter: blur(0) drop-shadow(0 30px 26px rgba(4, 4, 1, 0.24));
	transform: translateX(-50%) scale(1);
}

html.js .home-section--faq .image-reveal[data-reveal="media"].is-visible:hover .faq-visual__cutout {
	transform: translateX(-48%) translateY(-7px);
}

.home-section--faq .faq-list {
	max-width: none;
	gap: 0;
}

.home-section--faq .faq-item {
	border: 0;
	border-bottom: 1px solid rgba(4, 4, 1, 0.12);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-section--faq .faq-item details {
	padding: 0;
}

.home-section--faq .faq-item summary {
	grid-template-columns: 1fr 28px;
	min-height: 86px;
	gap: 18px;
}

.home-section--faq .faq-item summary::after {
	width: 28px;
	height: 28px;
	background: transparent;
	color: #040401;
	font-size: 28px;
	line-height: 1;
	content: "\203A";
	transform: rotate(90deg);
	transition: color 180ms ease, transform 220ms ease;
}

.home-section--faq .faq-item details[open] summary::after {
	background: transparent;
	color: var(--taxibrvt-accent);
	content: "\203A";
	transform: rotate(-90deg);
}

.home-section--faq .faq-item h3 {
	color: #040401;
	font-size: 22px;
	line-height: 1.3;
}

.home-section--faq .faq-item p {
	max-width: 680px;
	margin: -4px 0 28px;
	color: #616161;
	font-size: 17px;
	line-height: 1.72;
}

html.js .home-section--faq .faq-visual[data-reveal] {
	clip-path: none;
	transform: translateX(-28px);
}

html.js .home-section--faq .faq-visual[data-reveal].is-visible {
	transform: translateX(0);
}

html.js .home-section--faq .faq-item[data-reveal] {
	transform: translateX(24px);
}

html.js .home-section--faq .faq-item[data-reveal].is-visible {
	transform: translateX(0);
}

@media (max-width: 920px) {
	.home-section--faq .faq-layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.home-section--faq .faq-visual {
		order: 0;
		min-height: 360px;
	}

	.home-section--faq .faq-visual__image {
		top: 34px;
		bottom: 30px;
		width: 40%;
	}

	.home-section--faq .faq-visual__image--right {
		left: 50%;
	}

	.faq-visual__car {
		left: 1%;
		right: 1%;
		bottom: 112px;
		height: 104px;
	}

	.home-section--faq .faq-item summary {
		min-height: 76px;
	}
}

/* Latest articles section: Novaride-style featured story + compact list. */
.home-section--articles {
	width: min(calc(100% - 80px), 1460px);
	max-width: none;
	padding: 92px max(28px, calc((100% - var(--taxibrvt-container)) / 2));
	border-radius: 30px;
	background: #dceeff;
	border: 1px solid #bfd9f2;
}

.home-section--articles .section-header {
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
}

.home-section--articles .section-eyebrow {
	display: inline-block;
}

.article-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 32px;
	align-items: stretch;
	margin-top: 52px;
}

.article-card,
.article-list__item {
	position: relative;
	overflow: hidden;
}

.article-card a,
.article-list__item a {
	color: inherit;
	text-decoration: none;
}

.article-card--featured {
	min-height: 520px;
	border-radius: 24px;
	background: #040401;
}

.article-card__link {
	display: grid;
	height: 100%;
}

.article-card__media {
	position: absolute;
	inset: 0;
	margin: 0;
}

.article-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 520ms ease, filter 520ms ease;
}

.article-card--featured::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 4, 1, 0.02), rgba(4, 4, 1, 0.76));
	content: "";
}

.article-card__body {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: end;
	gap: 16px;
	padding: 42px;
	color: #fff;
}

.article-card time,
.article-list__body time {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
	font-size: 15px;
	font-weight: 700;
}

.article-card time::before,
.article-list__body time::before {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 2px solid currentColor;
	border-radius: 3px;
	box-shadow: inset 0 3px 0 currentColor;
	content: "";
	opacity: 0.82;
}

.article-card h3 {
	max-width: 520px;
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 2.5vw, 32px);
	line-height: 1.25;
}

.article-card__arrow {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--taxibrvt-accent);
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	transition: transform 220ms ease;
}

.article-card:hover .article-card__media img {
	transform: scale(1.06);
	filter: saturate(1.05);
}

.article-card:hover .article-card__arrow {
	transform: rotate(-45deg);
}

.article-list {
	display: grid;
	gap: 28px;
	align-content: space-between;
}

.article-list__item a {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
}

.article-list__media {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
}

.article-list__media img {
	width: 100%;
	aspect-ratio: 1.35 / 1;
	object-fit: cover;
	transition: transform 320ms ease;
}

.article-list__body {
	display: grid;
	gap: 10px;
}

.article-list__body time {
	color: #526b82;
}

.article-list__body h3 {
	margin: 0;
	color: #040401;
	font-size: 23px;
	line-height: 1.34;
}

.article-list__body > span {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--taxibrvt-accent);
	font-weight: 800;
}

.article-list__item:hover img {
	transform: scale(1.06);
}

.article-list__item:hover .article-list__body > span span {
	transform: rotate(-45deg);
}

html.js .article-card[data-reveal],
html.js .article-list__item[data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 620ms ease, transform 620ms ease;
}

html.js .article-card[data-reveal].is-visible,
html.js .article-list__item[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 920px) {
	.home-section--articles {
		width: min(calc(100% - 24px), 1460px);
		padding: 62px 20px;
		border-radius: 22px;
	}

	.home-section--articles .section-header {
		text-align: left;
	}

	.home-section--articles .section-eyebrow {
		display: block;
	}

	.article-showcase,
	.article-list__item a {
		grid-template-columns: 1fr;
	}

	.article-card--featured {
		min-height: 420px;
		border-radius: 18px;
	}

	.article-card__body {
		padding: 28px;
	}

	.article-list__item a {
		gap: 14px;
	}
}

/* Final section rhythm and fleet image polish. */
.home-section--about {
	position: relative;
}

.home-section--services,
.home-section--why,
.home-section--articles {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
		#dceeff;
}

.home-section--fleet {
	background:
		radial-gradient(circle at 12% 16%, rgba(255, 54, 0, 0.08), transparent 22%),
		linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
	border-color: rgba(4, 4, 1, 0.08);
}

.home-section--fleet .rental-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(310px, 100%), 1fr));
	align-items: stretch;
}

.home-section--fleet .rental-card {
	background: #fff;
	border-color: rgba(4, 4, 1, 0.08);
	box-shadow: 0 18px 48px rgba(20, 20, 17, 0.08);
	overflow: hidden;
}

.home-section--fleet .rental-card__link {
	height: 100%;
}

.home-section--fleet .entry-figure {
	aspect-ratio: 16 / 10;
	margin: 0;
	background: #eef3f6;
	overflow: hidden;
}

.home-section--fleet .entry-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform 0.5s ease, filter 0.5s ease;
}

.home-section--fleet .rental-card:hover .entry-figure img,
.home-section--fleet .rental-card:focus-within .entry-figure img {
	filter: saturate(1.06) contrast(1.03);
	transform: scale(1.07);
}

.home-section--fleet .rental-card__body {
	display: grid;
	gap: 14px;
	padding: 26px;
}

.home-section--fleet .rental-card__body p {
	margin: 0;
}

.home-section--fleet .rental-card__meta {
	margin-top: 4px;
}

.home-section--fleet .rental-card__arrow {
	margin-top: 4px;
}

.home-section--routes {
	background:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		#050506;
	background-size: 56px 56px;
}

.home-section--faq {
	border: 1px solid rgba(255, 54, 0, 0.06);
}

.home-section--testimonials {
	background:
		radial-gradient(circle at 88% 14%, rgba(255, 54, 0, 0.07), transparent 22%),
		#eef7f3;
}

@media (max-width: 920px) {
	.home-section--fleet .rental-grid {
		grid-template-columns: 1fr;
	}
}

/* Wide viewport fix: keep Novaride-like full bands without letting content distort at 1800px+. */
@media (min-width: 1500px) {
	.home-section--why .section-header,
	.home-section--fleet .section-header,
	.home-section--faq .section-header,
	.home-section--articles .section-header {
		position: relative;
		left: 50%;
		width: min(calc(100vw - 220px), 820px);
		max-width: 820px;
		transform: translateX(-50%);
	}

	.home-section--why .section-header h2,
	.home-section--fleet .section-header h2,
	.home-section--faq .section-header h2 {
		font-size: 54px;
		line-height: 1.12;
	}

	.home-section--why .why-layout {
		position: relative;
		left: 50%;
		width: min(calc(100vw - 220px), 1140px);
		margin-inline: auto;
		grid-template-columns: minmax(260px, 300px) minmax(360px, 420px) minmax(260px, 300px);
		justify-content: center;
		gap: 60px;
		transform: translateX(-50%);
	}

	.home-section--why .why-feature {
		min-height: 168px;
		padding-left: 58px;
	}

	.home-section--why .why-visual {
		width: 420px;
		max-width: 100%;
		justify-self: center;
	}

	.home-section--why .why-visual__car {
		height: 126px;
	}

	.home-section--fleet .rental-grid {
		position: relative;
		left: 50%;
		width: min(calc(100vw - 220px), 1120px);
		margin-inline: auto;
		grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
		justify-content: center;
		transform: translateX(-50%);
	}

	.home-section--fleet .rental-card {
		max-width: 548px;
		justify-self: stretch;
	}

	.home-section--faq .faq-layout {
		position: relative;
		left: 50%;
		width: min(calc(100vw - 220px), 1180px);
		margin-inline: auto;
		grid-template-columns: minmax(500px, 560px) minmax(500px, 560px);
		justify-content: center;
		gap: 72px;
		transform: translateX(-50%);
	}

	.home-section--faq .section-header {
		max-width: 720px;
	}

	.home-section--faq .faq-visual {
		min-height: 500px;
	}
}

.home-section--fleet .rental-card--car:has(.entry-figure) .rental-card__link::before {
	display: none;
	content: none;
}

html {
	scroll-padding-top: 118px;
}

.home-section,
.section-header,
.why-layout,
.faq-layout,
.rental-grid {
	scroll-margin-top: 118px;
}

/* Wide viewport correction: avoid viewport-derived padding squeezing inner grids. */
@media (min-width: 1500px) {
	.home-section--why,
	.home-section--fleet,
	.home-section--faq,
	.home-section--testimonials,
	.home-section--articles {
		padding-inline: 80px;
	}

	.home-section--why .section-header,
	.home-section--fleet .section-header,
	.home-section--faq .section-header,
	.home-section--articles .section-header,
	.home-section--why .why-layout,
	.home-section--fleet .rental-grid,
	.home-section--faq .faq-layout {
		position: static;
		left: auto;
		transform: none;
	}

	.home-section--why .section-header,
	.home-section--fleet .section-header,
	.home-section--faq .section-header,
	.home-section--articles .section-header {
		width: min(100%, 820px);
	}

	.home-section--why .why-layout {
		width: min(100%, 1140px);
	}

	.home-section--fleet .rental-grid {
		width: min(100%, 1120px);
	}

	.home-section--faq .faq-layout {
		width: min(100%, 1180px);
	}
}

/* Real media pass for service and route cards. */
.home-section--services .rental-card--service {
	min-height: 0;
	overflow: hidden;
}

.home-section--services .rental-card--service .rental-card__link {
	display: grid;
	height: 100%;
}

.home-section--services .rental-card--service .entry-figure {
	aspect-ratio: 16 / 10;
	margin: 0;
	background: #eef3f6;
	overflow: hidden;
}

.home-section--services .rental-card--service .entry-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease, filter 0.5s ease;
}

.home-section--services .rental-card--service:hover .entry-figure img,
.home-section--services .rental-card--service:focus-within .entry-figure img {
	filter: saturate(1.08) contrast(1.03);
	transform: scale(1.07);
}

.home-section--services .rental-card--service .rental-card__body {
	padding: 26px;
}

.home-section--services .rental-card--service:has(.entry-figure)::before {
	z-index: 0;
}

.home-section--services .rental-card--service:has(.entry-figure):hover .entry-figure {
	opacity: 0.18;
}

.route-tile-grid .rental-card {
	overflow: hidden;
}

.route-tile-grid .entry-figure {
	margin: 0;
}

.route-tile-grid .entry-figure::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(4, 4, 1, 0.1), rgba(4, 4, 1, 0.82)),
		linear-gradient(90deg, rgba(4, 4, 1, 0.24), transparent 56%);
	content: "";
}

.route-tile-grid .entry-figure img {
	width: 100%;
	object-fit: cover;
}

/* Archive pages: keep CPT listings aligned with the Novaride-style homepage. */
.archive-hero,
.archive-listing {
	width: min(calc(100% - 80px), 1460px);
	margin-inline: auto;
	border-radius: 30px;
}

.archive-hero {
	margin-top: 30px;
	padding: 86px max(28px, calc((100% - var(--taxibrvt-container)) / 2));
	border: 1px solid rgba(4, 4, 1, 0.08);
	background:
		radial-gradient(circle at 86% 18%, rgba(255, 54, 0, 0.08), transparent 22%),
		linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
	text-align: center;
}

.archive-hero--services {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
		#dceeff;
}

.archive-hero--routes {
	background:
		linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		#050506;
	background-size: 56px 56px;
	color: #fff;
}

.archive-hero--routes h1,
.archive-hero--routes .breadcrumb a,
.archive-hero--routes .breadcrumb {
	color: #fff;
}

.archive-hero--routes .archive-description {
	color: rgba(255, 255, 255, 0.74);
}

.archive-hero .breadcrumb {
	justify-content: center;
	margin-bottom: 26px;
}

.archive-hero h1 {
	max-width: 900px;
	margin-inline: auto;
	font-size: clamp(42px, 5vw, 68px);
}

.archive-description {
	max-width: 780px;
	margin-inline: auto;
	color: var(--taxibrvt-muted);
	font-size: 18px;
	line-height: 1.72;
}

.archive-description p {
	margin: 0;
}

.archive-listing {
	margin-top: 56px;
}

.archive-listing > .rental-grid {
	width: min(100%, 1220px);
	margin-inline: auto;
}

.archive-listing--cars > .rental-grid,
.archive-listing--services > .rental-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.archive-listing--routes {
	padding: 0;
}

.archive-listing--routes > .route-tile-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.navigation.pagination {
	width: min(calc(100% - 80px), 1220px);
	margin: 46px auto 0;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding-inline: 14px;
	border: 1px solid rgba(4, 4, 1, 0.1);
	border-radius: 999px;
	background: #fff;
	color: #040401;
	font-weight: 800;
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus {
	background: var(--taxibrvt-accent);
	color: #fff;
}

@media (min-width: 1500px) {
	.archive-hero {
		padding-inline: 80px;
	}

	.archive-listing > .rental-grid {
		width: min(100%, 1220px);
	}
}

@media (max-width: 920px) {
	.archive-hero,
	.archive-listing,
	.navigation.pagination {
		width: min(calc(100% - 24px), 1460px);
	}

	.archive-hero {
		padding: 62px 20px;
		border-radius: 22px;
		text-align: left;
	}

	.archive-hero .breadcrumb {
		justify-content: flex-start;
	}

	.archive-listing {
		margin-top: 34px;
	}

	.archive-listing--cars > .rental-grid,
	.archive-listing--services > .rental-grid,
	.archive-listing--routes > .route-tile-grid {
		grid-template-columns: 1fr;
	}
}

/* Single CPT pages: image-led detail layout with editable content below. */
.single-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
	gap: 58px;
	align-items: center;
	width: min(calc(100% - 80px), 1460px);
	margin: 30px auto 0;
	padding: 82px max(34px, calc((100% - var(--taxibrvt-container)) / 2));
	border: 1px solid rgba(4, 4, 1, 0.08);
	border-radius: 30px;
	background:
		radial-gradient(circle at 86% 18%, rgba(255, 54, 0, 0.08), transparent 22%),
		linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
	overflow: hidden;
}

.single-hero--service {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
		#dceeff;
}

.single-hero--route {
	background:
		linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		#050506;
	background-size: 56px 56px;
	color: #fff;
}

.single-hero--route .breadcrumb,
.single-hero--route .breadcrumb a,
.single-hero--route h1 {
	color: #fff;
}

.single-hero--route .entry-summary {
	color: rgba(255, 255, 255, 0.74);
}

.single-hero .breadcrumb {
	margin-bottom: 24px;
}

.single-hero h1 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(42px, 5vw, 68px);
	text-wrap: balance;
}

.single-hero .entry-summary {
	max-width: 720px;
	margin: 22px 0 0;
	font-size: 18px;
	line-height: 1.72;
}

.entry-price {
	display: inline-flex;
	margin: 26px 0 0;
	padding: 12px 18px;
	border-radius: 999px;
	background: var(--taxibrvt-accent);
	color: #fff;
	font-size: 18px;
}

.single-hero__media {
	position: relative;
	margin: 0;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(20, 20, 17, 0.14);
}

.single-hero__media img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.entry > .entry-section,
.entry > .entry-cta {
	width: min(calc(100% - 80px), 1220px);
	margin-inline: auto;
}

.entry-section {
	padding: 48px;
	border: 1px solid rgba(4, 4, 1, 0.08);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(20, 20, 17, 0.04);
}

.entry-section h2 {
	font-size: clamp(30px, 3vw, 44px);
}

.entry-content {
	color: #4d4d4d;
	font-size: 18px;
	line-height: 1.78;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.spec-table {
	overflow: hidden;
	border-radius: 16px;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(4, 4, 1, 0.08);
}

.spec-table th,
.spec-table td {
	padding: 18px 22px;
}

.spec-table th {
	width: 34%;
	color: #040401;
	font-weight: 900;
}

.entry-cta {
	border-radius: 30px;
}

@media (min-width: 1500px) {
	.single-hero {
		padding-inline: 80px;
	}
}

@media (max-width: 920px) {
	.single-hero,
	.entry > .entry-section,
	.entry > .entry-cta {
		width: min(calc(100% - 24px), 1460px);
	}

	.single-hero {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 62px 20px;
		border-radius: 22px;
	}

	.single-hero__media {
		order: -1;
		border-radius: 16px;
	}

	.entry-section {
		padding: 28px 20px;
		border-radius: 18px;
	}

	.spec-table th,
	.spec-table td {
		display: block;
		width: 100%;
		padding: 14px 16px;
	}

	.spec-table td {
		padding-top: 0;
	}
}

/* Novaride-inspired service detail pages. */
.service-detail__hero {
	position: relative;
	display: grid;
	place-items: center;
	width: min(calc(100vw - 40px), 1880px);
	min-height: clamp(330px, 36vw, 560px);
	margin: 28px 0 0 50%;
	padding: 96px 28px;
	border-radius: 34px;
	background:
		linear-gradient(90deg, rgba(4, 4, 1, 0.72), rgba(4, 4, 1, 0.28)),
		var(--service-hero-image, none) center / cover no-repeat,
		#111;
	color: #fff;
	overflow: hidden;
	transform: translateX(-50%);
}

.service-detail__hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 54, 0, 0.08), rgba(255, 54, 0, 0));
	pointer-events: none;
}

.service-detail__hero-inner {
	position: relative;
	z-index: 1;
	max-width: 1040px;
	text-align: center;
}

html.js .service-detail__hero-inner > * {
	opacity: 0;
	animation: service-hero-rise 720ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

html.js .service-detail__hero-inner > :nth-child(2) {
	animation-delay: 100ms;
}

html.js .service-detail__hero-inner > :nth-child(3) {
	animation-delay: 210ms;
}

html.js .service-detail__hero-inner > :nth-child(4) {
	animation-delay: 330ms;
}

@keyframes service-hero-rise {
	from {
		opacity: 0;
		transform: translateY(26px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.service-detail__hero .breadcrumb {
	justify-content: center;
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.84);
}

.service-detail__hero .breadcrumb a {
	color: rgba(255, 255, 255, 0.84);
}

.service-detail__hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(46px, 7vw, 92px);
	line-height: 0.98;
	text-wrap: balance;
}

.service-detail__hero p {
	max-width: 760px;
	margin: 24px auto 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.7;
}

.service-hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 30px;
}

.button--conversion,
.button--outline-light {
	position: relative;
	gap: 10px;
	min-height: 54px;
	padding: 15px 26px;
	overflow: hidden;
	isolation: isolate;
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button--conversion {
	border: 1px solid var(--taxibrvt-accent);
	background: var(--taxibrvt-accent);
	color: #fff;
	box-shadow: 0 16px 32px rgba(255, 54, 0, 0.28);
	animation: service-cta-glow 2.8s ease-in-out infinite;
}

.button--conversion::before {
	position: absolute;
	top: -30%;
	bottom: -30%;
	left: -45%;
	z-index: -1;
	width: 32%;
	background: rgba(255, 255, 255, 0.28);
	content: "";
	transform: skewX(-22deg);
	transition: left 520ms ease;
}

.button--conversion:hover,
.button--conversion:focus-visible {
	background: var(--taxibrvt-accent-dark);
	border-color: var(--taxibrvt-accent-dark);
	color: #fff;
	box-shadow: 0 20px 38px rgba(255, 54, 0, 0.34);
	transform: translateY(-3px);
}

.button--conversion:hover::before,
.button--conversion:focus-visible::before {
	left: 120%;
}

.button--outline-light {
	border: 1px solid rgba(255, 255, 255, 0.52);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	backdrop-filter: blur(8px);
}

.button--outline-light:hover,
.button--outline-light:focus-visible {
	border-color: #fff;
	background: #fff;
	color: #101318;
	transform: translateY(-3px);
}

@keyframes service-cta-glow {
	0%,
	100% {
		box-shadow: 0 16px 32px rgba(255, 54, 0, 0.24);
	}
	50% {
		box-shadow: 0 18px 42px rgba(255, 54, 0, 0.42);
	}
}

.service-detail__layout {
	display: grid;
	grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
	gap: clamp(36px, 5vw, 72px);
	align-items: start;
	width: min(calc(100% - 80px), 1220px);
	margin: 90px auto 0;
}

.service-sidebar {
	position: sticky;
	top: 118px;
	display: grid;
	gap: 34px;
}

.service-nav,
.service-sidebar-cta {
	border-radius: 24px;
	background: #fff7f5;
	box-shadow: inset 0 0 0 1px rgba(255, 54, 0, 0.07);
}

.service-nav {
	padding: 30px;
}

.service-nav h2,
.service-sidebar-cta h2 {
	margin: 0;
	font-size: 22px;
}

.service-nav ul {
	display: grid;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.service-nav li + li {
	border-top: 1px solid rgba(4, 4, 1, 0.08);
}

.service-nav a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	padding: 18px 0;
	color: var(--taxibrvt-text);
	font-weight: 800;
	text-decoration: none;
}

.service-nav a span:first-child {
	min-width: 0;
}

.service-nav a.is-current {
	color: var(--taxibrvt-accent);
}

.service-nav__arrow {
	position: relative;
	display: inline-grid;
	flex: 0 0 24px;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 7px;
	background: rgba(255, 54, 0, 0.1);
	color: var(--taxibrvt-accent);
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-nav__arrow::before,
.service-nav__arrow::after {
	position: absolute;
	content: "";
}

.service-nav__arrow::before {
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translate(-1px, 1px);
}

.service-nav__arrow::after {
	width: 11px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: rotate(-45deg) translate(-1px, 1px);
	transform-origin: center;
}

.service-nav a:hover .service-nav__arrow,
.service-nav a:focus .service-nav__arrow,
.service-nav a.is-current .service-nav__arrow {
	background: var(--taxibrvt-accent);
	color: #fff;
	transform: translate(3px, -3px);
}

.service-sidebar-cta {
	position: relative;
	padding: 34px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
		#050506;
	background-size: 42px 42px;
	color: #fff;
	overflow: hidden;
}

.service-sidebar-cta::after {
	content: "✱";
	position: absolute;
	right: 22px;
	bottom: -12px;
	color: var(--taxibrvt-accent);
	font-size: 88px;
	line-height: 1;
}

.service-sidebar-cta .section-eyebrow,
.service-sidebar-cta h2 {
	position: relative;
	z-index: 1;
	color: #fff;
}

.service-sidebar-cta p:not(.section-eyebrow) {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.7;
}

.service-sidebar-cta .button {
	position: relative;
	z-index: 1;
	width: 100%;
	justify-content: center;
	margin-top: 12px;
}

.service-detail__main {
	display: grid;
	gap: 34px;
	min-width: 0;
}

.service-featured-image,
.service-gallery figure {
	margin: 0;
	border-radius: 26px;
	overflow: hidden;
	background: #f6f6f6;
}

.service-featured-image img {
	width: 100%;
	aspect-ratio: 16 / 10.2;
	object-fit: cover;
}

.service-content-block,
.service-feature-list,
.service-pricing,
.service-info-section,
.service-faq-section {
	border-radius: 24px;
	background: #fff;
}

.service-content-block h2,
.service-pricing h2,
.service-info-section h2,
.service-faq-section h2 {
	margin-top: 0;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.08;
	text-wrap: balance;
}

.service-content-block .entry-content {
	max-width: none;
}

.service-content-collapse {
	position: relative;
	transition: max-height 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.js .service-content-collapse.is-collapsible {
	max-height: 700px;
	overflow: hidden;
}

html.js .service-content-collapse.is-collapsible:not(.is-expanded)::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 150px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 88%);
	content: "";
	pointer-events: none;
}

.service-content-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	min-width: 148px;
	min-height: 48px;
	margin: 24px auto 0;
	padding: 12px 22px;
	border: 1px solid rgba(4, 4, 1, 0.12);
	border-radius: 999px;
	background: #fff;
	color: var(--taxibrvt-text);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(4, 4, 1, 0.08);
	transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.service-content-toggle[hidden] {
	display: none;
}

.service-content-toggle:hover,
.service-content-toggle:focus-visible {
	border-color: var(--taxibrvt-accent);
	color: var(--taxibrvt-accent);
	transform: translateY(-2px);
}

.service-content-toggle:focus-visible {
	outline: 3px solid rgba(255, 54, 0, 0.24);
	outline-offset: 3px;
}

.service-content-toggle__icon {
	font-size: 22px;
	line-height: 1;
	transition: transform 280ms ease;
}

.service-content-toggle[aria-expanded="true"] .service-content-toggle__icon {
	transform: rotate(180deg);
}

.service-feature-list {
	padding: 8px 0;
}

.service-feature-list ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-feature-list li {
	position: relative;
	padding-left: 34px;
	color: var(--taxibrvt-text);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.55;
}

.service-feature-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background:
		linear-gradient(135deg, transparent 47%, #fff 48% 54%, transparent 55%),
		var(--taxibrvt-accent);
}

.service-pricing {
	min-width: 0;
	padding: 38px;
	background: #dceeff;
	box-shadow: inset 0 0 0 1px rgba(4, 4, 1, 0.06);
}

.service-pricing__header {
	max-width: 760px;
	margin-bottom: 26px;
}

.service-pricing__header > p:not(.section-eyebrow) {
	color: #4b6174;
	font-size: 17px;
	line-height: 1.7;
}

.service-price-table-wrap {
	width: 100%;
	max-width: 100%;
	border: 1px solid rgba(4, 4, 1, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 18px 36px rgba(34, 75, 106, 0.08);
	overflow: auto;
	scrollbar-color: var(--taxibrvt-accent) rgba(4, 4, 1, 0.08);
	scrollbar-width: thin;
}

.service-price-table-wrap:focus-visible {
	outline: 3px solid rgba(255, 54, 0, 0.32);
	outline-offset: 4px;
}

.service-price-table {
	width: 100%;
	min-width: 860px;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

.service-price-table th,
.service-price-table td {
	padding: 19px 18px;
	border: 0;
	border-bottom: 1px solid rgba(4, 4, 1, 0.08);
	color: var(--taxibrvt-text);
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
	vertical-align: middle;
}

.service-price-table thead th {
	background: #101922;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.service-price-table thead th:first-child {
	border-radius: 17px 0 0;
}

.service-price-table thead th:last-child {
	border-radius: 0 17px 0 0;
}

.service-price-table tbody th {
	width: 30%;
	background: #fff;
}

.service-price-table tbody td {
	color: #213d55;
	font-weight: 800;
}

.service-price-table tbody tr:last-child th,
.service-price-table tbody tr:last-child td {
	border-bottom: 0;
}

.service-price-table tbody tr:hover th,
.service-price-table tbody tr:hover td {
	background: #fff8f5;
}

.service-price-table tbody strong,
.service-price-table tbody small {
	display: block;
}

.service-price-table tbody strong {
	font-size: 17px;
}

.service-price-table tbody small {
	margin-top: 7px;
	color: #617587;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.service-pricing__note {
	margin: 22px 0 0;
	padding-top: 18px;
	border-top: 1px solid rgba(4, 4, 1, 0.09);
	color: #4b6174;
	font-size: 14px;
	font-weight: 700;
}

.service-gallery {
	display: grid;
	gap: 22px;
}

.service-gallery__header {
	max-width: 760px;
}

.service-gallery__header h2 {
	margin: 0;
	color: var(--taxibrvt-heading);
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.08;
	text-wrap: balance;
}

.service-gallery__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 0.82fr));
	grid-template-rows: repeat(2, minmax(190px, 1fr));
	gap: 14px;
}

.service-gallery__item {
	position: relative;
	min-height: 190px;
	margin: 0;
	border-radius: 20px;
	background: #dceeff;
	overflow: hidden;
	isolation: isolate;
}

.service-gallery__item--large {
	grid-row: span 2;
	min-height: 414px;
	border-radius: 28px;
}

.service-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease, filter 420ms ease;
}

.service-gallery__item:hover img {
	transform: scale(1.045);
}

.service-gallery__item--more img {
	filter: brightness(0.5) saturate(0.9) blur(1.4px);
	transform: scale(1.025);
}

html.js .service-gallery__item--more.image-reveal[data-reveal="media"].is-visible img {
	filter: brightness(0.5) saturate(0.9) blur(1.4px);
	transform: scale(1.025);
}

.service-gallery__item--more::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(7, 21, 34, 0.12), rgba(7, 21, 34, 0.62)),
		rgba(7, 21, 34, 0.24);
	content: "";
}

.service-gallery__item figcaption {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	place-content: center;
	gap: 6px;
	padding: 18px;
	color: #fff;
	text-align: center;
}

.service-gallery__item figcaption span {
	font-size: 15px;
	font-weight: 900;
}

.service-gallery__item figcaption strong {
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 900;
	line-height: 1;
}

.service-info-section,
.service-faq-section {
	padding-top: 10px;
}

.service-info-section .info-grid {
	margin-top: 22px;
}

.service-faq-section .faq-list {
	margin-top: 24px;
}

.service-conversion-cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 34px;
	align-items: center;
	padding: clamp(32px, 5vw, 54px);
	border-radius: 26px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		#050506;
	background-size: 42px 42px;
	color: #fff;
	overflow: hidden;
}

.service-conversion-cta::after {
	position: absolute;
	right: -28px;
	bottom: -52px;
	color: rgba(255, 54, 0, 0.9);
	font-size: 150px;
	line-height: 1;
	content: "✣";
	pointer-events: none;
	transform: rotate(12deg);
}

.service-conversion-cta__copy,
.service-conversion-cta__actions {
	position: relative;
	z-index: 1;
}

.service-conversion-cta h2 {
	max-width: 680px;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.05;
}

.service-conversion-cta__copy > p:last-child {
	max-width: 660px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.7;
}

.service-conversion-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	min-width: 0;
}

.service-conversion-cta__actions .button {
	flex: 1 1 210px;
	flex-wrap: wrap;
}

.service-conversion-cta__actions strong {
	display: block;
	width: 100%;
	font-size: 16px;
	text-align: center;
}

html.js .service-pricing[data-reveal] tbody tr {
	opacity: 0;
	transform: translateY(18px);
}

html.js .service-pricing[data-reveal].is-visible tbody tr {
	animation: service-row-in 520ms ease forwards;
}

html.js .service-pricing[data-reveal].is-visible tbody tr:nth-child(2) {
	animation-delay: 90ms;
}

html.js .service-pricing[data-reveal].is-visible tbody tr:nth-child(3) {
	animation-delay: 180ms;
}

html.js .service-pricing[data-reveal].is-visible tbody tr:nth-child(4) {
	animation-delay: 270ms;
}

@keyframes service-row-in {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 1500px) {
	.service-detail__layout {
		width: min(calc(100vw - 220px), 1220px);
	}
}

@media (max-width: 1024px) {
	.service-detail__layout {
		grid-template-columns: 1fr;
		width: min(calc(100% - 32px), 1220px);
		margin-top: 56px;
	}

	.service-sidebar {
		position: static;
		order: 2;
	}

	.service-conversion-cta__actions {
		display: flex;
		flex-wrap: wrap;
		min-width: 0;
	}

	.service-gallery__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		grid-template-rows: auto;
	}

	.service-gallery__item--large {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 360px;
	}
}

@media (max-width: 720px) {
	.service-detail__hero {
		width: calc(100vw - 24px);
		min-height: 310px;
		padding: 68px 18px;
		border-radius: 24px;
	}

	.service-detail__hero h1 {
		font-size: clamp(38px, 12vw, 58px);
	}

	.service-detail__hero p {
		font-size: 16px;
	}

	.service-hero-actions {
		display: grid;
		width: min(100%, 320px);
		margin-inline: auto;
	}

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

	.service-feature-list ul {
		grid-template-columns: 1fr;
	}

	.service-gallery__header h2 {
		font-size: clamp(30px, 9vw, 42px);
	}

	.service-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.service-gallery__item {
		min-height: 138px;
		border-radius: 16px;
	}

	.service-gallery__item--large {
		min-height: 250px;
		border-radius: 22px;
	}

	.service-pricing,
	.service-nav,
	.service-sidebar-cta {
		padding: 24px;
		border-radius: 20px;
	}

	.service-pricing {
		padding: 18px;
	}

	.service-conversion-cta {
		padding: 28px 22px;
		border-radius: 20px;
	}

	.service-conversion-cta__actions {
		display: grid;
	}

	.service-conversion-cta__actions .button {
		width: 100%;
	}

	.service-price-table {
		min-width: 720px;
	}

	.service-price-table th,
	.service-price-table td {
		padding: 16px 14px;
	}

	.service-price-table thead th:first-child,
	.service-price-table tbody th {
		position: sticky;
		left: 0;
		z-index: 2;
		width: 150px;
		box-shadow: 8px 0 18px rgba(34, 75, 106, 0.08);
	}

	.service-price-table thead th:first-child {
		z-index: 3;
		background: #101922;
	}
}

@media (prefers-reduced-motion: reduce) {
	html.js .service-detail__hero-inner > * {
		opacity: 1;
		animation: none;
	}

	.button--conversion {
		animation: none;
	}

	html.js .service-pricing[data-reveal] tbody tr,
	html.js .service-pricing[data-reveal].is-visible tbody tr {
		opacity: 1;
		transform: none;
		animation: none;
	}
}

@media (max-width: 920px) {
	.why-visual__cutout {
		bottom: -2%;
		width: 120%;
	}

	.faq-visual__cutout {
		bottom: 72px;
		width: min(108%, 590px);
	}
}

/* Blog single and category templates. */
.post-hero,
.blog-archive-hero {
	position: relative;
	left: 50%;
	width: min(calc(100vw - 30px), 1880px);
	margin: 18px auto 0;
	border-radius: 46px;
	background:
		linear-gradient(135deg, rgba(4, 4, 1, 0.92), rgba(4, 4, 1, 0.78)),
		radial-gradient(circle at 82% 26%, rgba(255, 54, 0, 0.35), transparent 30%),
		#040401;
	color: #fff;
	overflow: hidden;
	transform: translateX(-50%);
}

.post-hero__inner,
.blog-archive-hero__inner {
	width: min(calc(100% - 60px), 1180px);
	min-height: 430px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 94px 0;
}

.post-hero .breadcrumb,
.post-hero .breadcrumb a,
.blog-archive-hero .breadcrumb,
.blog-archive-hero .breadcrumb a {
	color: rgba(255, 255, 255, 0.78);
}

.post-hero .breadcrumb span[aria-current="page"],
.blog-archive-hero .breadcrumb span[aria-current="page"] {
	color: #fff;
}

.post-hero__meta {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 700;
}

.post-hero__meta a,
.post-hero__meta time {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
}

.post-hero__meta a::before,
.post-hero__meta time::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--taxibrvt-accent);
	content: "";
}

.post-hero h1,
.blog-archive-hero h1 {
	max-width: 1060px;
	margin: 18px auto 0;
	color: #fff;
	font-size: clamp(40px, 6vw, 82px);
	line-height: 1.06;
	letter-spacing: 0;
}

.post-hero p,
.blog-archive-hero p,
.blog-archive-hero .archive-description {
	max-width: 760px;
	margin: 24px auto 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.75;
}

.post-detail__layout {
	display: grid;
	grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
	gap: 58px;
	width: min(calc(100% - 52px), 1220px);
	margin: 92px auto;
	align-items: start;
}

.post-sidebar {
	position: sticky;
	top: 118px;
	display: grid;
	gap: 26px;
}

.post-widget {
	padding: 30px 28px;
	border: 1px solid rgba(255, 54, 0, 0.08);
	border-radius: 26px;
	background: #fff8f6;
}

.post-widget h2 {
	margin: 0 0 22px;
	font-size: 22px;
	line-height: 1.2;
}

.post-widget .search-form {
	display: grid;
	gap: 12px;
}

.post-widget .search-field {
	width: 100%;
	min-height: 54px;
	border: 1px solid #ececec;
	border-radius: 999px;
	background: #fff;
	padding: 0 18px;
	font-weight: 600;
}

.post-widget .search-submit {
	min-height: 52px;
	border: 0;
	border-radius: 999px;
	background: var(--taxibrvt-accent);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.post-widget__list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-widget__list li {
	margin: 0;
	border-bottom: 1px solid rgba(4, 4, 1, 0.08);
}

.post-widget__list li:last-child {
	border-bottom: 0;
}

.post-widget__list a {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 0;
	color: var(--taxibrvt-heading);
	font-weight: 800;
	text-decoration: none;
}

.post-widget__list--latest a {
	display: grid;
	justify-content: stretch;
}

.post-widget__list time {
	margin-top: 6px;
	color: var(--taxibrvt-muted);
	font-size: 13px;
	font-weight: 700;
}

.post-widget--cta {
	position: relative;
	background:
		linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		#040401;
	background-size: 42px 42px;
	color: #fff;
	overflow: hidden;
}

.post-widget--cta h2,
.post-widget--cta .section-kicker {
	color: #fff;
}

.post-widget--cta p:not(.section-kicker) {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.75;
}

.post-widget--cta .button {
	width: 100%;
	margin-top: 8px;
	justify-content: center;
}

.post-featured-media {
	margin: 0 0 48px;
	border-radius: 46px;
	overflow: hidden;
	background: #fff8f6;
}

.post-featured-media img,
.blog-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-featured-media img {
	aspect-ratio: 16 / 8;
}

.post-content-card {
	max-width: 1000px;
	margin-inline: auto;
}

.post-entry {
	color: var(--taxibrvt-text);
	font-size: 18px;
	line-height: 1.85;
}

.post-entry > *:first-child {
	margin-top: 0;
}

.post-entry h2,
.post-entry h3,
.post-entry h4 {
	margin: 44px 0 16px;
	color: var(--taxibrvt-heading);
	line-height: 1.15;
}

.post-entry h2 {
	font-size: clamp(32px, 4vw, 48px);
}

.post-entry h3 {
	font-size: clamp(25px, 3vw, 34px);
}

.post-entry p,
.post-entry li {
	color: var(--taxibrvt-text);
}

.post-entry ul,
.post-entry ol {
	padding-left: 1.25em;
}

.post-entry li + li {
	margin-top: 10px;
}

.post-entry blockquote {
	position: relative;
	margin: 36px 0;
	padding: 34px 42px 34px 92px;
	border: 0;
	border-radius: 34px;
	background: #fff8f6;
	color: var(--taxibrvt-heading);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.55;
}

.post-entry blockquote::before {
	position: absolute;
	top: 30px;
	left: 34px;
	color: var(--taxibrvt-accent);
	font-size: 52px;
	line-height: 1;
	content: "*";
}

.post-entry img {
	max-width: 100%;
	border-radius: 28px;
}

.post-tags {
	margin-top: 52px;
	padding-top: 32px;
	border-top: 1px solid #ececec;
}

.post-tags h2 {
	margin: 0 0 16px;
	font-size: 22px;
}

.post-tags ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-tags a {
	display: inline-flex;
	border-radius: 999px;
	background: #fff8f6;
	padding: 10px 16px;
	color: var(--taxibrvt-heading);
	font-weight: 800;
	text-decoration: none;
}

.post-nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 54px 0;
}

.post-nav-links a {
	display: grid;
	min-height: 118px;
	align-content: center;
	border: 1px solid #ececec;
	border-radius: 24px;
	background: #fff;
	padding: 24px;
	color: var(--taxibrvt-heading);
	font-size: 18px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.post-nav-links span {
	display: block;
	margin-bottom: 8px;
	color: var(--taxibrvt-accent);
	font-size: 13px;
	text-transform: uppercase;
}

.post-nav-links a:hover,
.post-nav-links a:focus-visible {
	border-color: rgba(255, 54, 0, 0.24);
	box-shadow: 0 18px 42px rgba(16, 19, 24, 0.08);
	transform: translateY(-3px);
}

.related-posts,
.blog-listing {
	width: min(calc(100% - 52px), 1220px);
	margin: 92px auto;
}

.related-posts {
	width: 100%;
}

.blog-listing .section-header,
.related-posts .section-kicker,
.related-posts h2 {
	text-align: center;
}

.related-posts h2 {
	max-width: 780px;
	margin: 10px auto 34px;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.08;
}

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

.blog-card-grid--compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card {
	border: 1px solid #ececec;
	border-radius: 28px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 18px 46px rgba(16, 19, 24, 0.04);
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.blog-card:hover,
.blog-card:focus-within {
	border-color: rgba(255, 54, 0, 0.22);
	box-shadow: 0 26px 60px rgba(16, 19, 24, 0.1);
	transform: translateY(-6px);
}

.blog-card__link {
	display: grid;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.blog-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	margin: 0;
	border-radius: 28px 28px 0 0;
	overflow: hidden;
	background: linear-gradient(135deg, #d9ecfb, #fff8f6);
}

.blog-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 78% 24%, rgba(255, 54, 0, 0.24), transparent 25%),
		linear-gradient(135deg, #d9ecfb, #fff8f6);
}

.blog-card__media figcaption {
	position: absolute;
	left: 20px;
	bottom: 20px;
	border-radius: 999px;
	background: rgba(4, 4, 1, 0.74);
	padding: 9px 14px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.blog-card__body {
	position: relative;
	display: grid;
	align-content: start;
	padding: 28px;
	min-height: 290px;
}

.blog-card__category {
	width: max-content;
	margin-bottom: 16px;
	color: var(--taxibrvt-accent);
	font-size: 14px;
	font-weight: 900;
}

.blog-card h2,
.blog-card h3 {
	margin: 0;
	font-size: clamp(23px, 2.5vw, 30px);
	line-height: 1.18;
}

.blog-card p {
	margin: 16px 0 28px;
	color: var(--taxibrvt-muted);
	line-height: 1.7;
}

.blog-card__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	align-self: end;
	border-radius: 50%;
	background: #fff8f6;
	color: var(--taxibrvt-accent);
	font-weight: 900;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.blog-card:hover .blog-card__arrow,
.blog-card:focus-within .blog-card__arrow {
	background: var(--taxibrvt-accent);
	color: #fff;
	transform: rotate(-35deg);
}

.blog-empty {
	max-width: 720px;
	margin: 40px auto 0;
	border-radius: 28px;
	background: #fff8f6;
	padding: 44px;
	text-align: center;
}

.blog-empty h2 {
	margin-top: 0;
}

@media (max-width: 1120px) {
	.post-detail__layout {
		grid-template-columns: 1fr;
	}

	.post-sidebar {
		position: static;
		order: 2;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.post-widget--cta {
		grid-column: 1 / -1;
	}

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

@media (max-width: 720px) {
	.post-hero,
	.blog-archive-hero {
		width: calc(100vw - 24px);
		border-radius: 28px;
	}

	.post-hero__inner,
	.blog-archive-hero__inner {
		width: min(calc(100% - 32px), 1180px);
		min-height: 340px;
		padding: 64px 0;
	}

	.post-hero h1,
	.blog-archive-hero h1 {
		font-size: clamp(36px, 11vw, 56px);
	}

	.post-detail__layout,
	.related-posts,
	.blog-listing {
		width: min(calc(100% - 28px), 1220px);
		margin-block: 58px;
	}

	.post-sidebar,
	.blog-card-grid,
	.blog-card-grid--compact,
	.post-nav-links {
		grid-template-columns: 1fr;
	}

	.post-featured-media {
		margin-bottom: 34px;
		border-radius: 28px;
	}

	.post-featured-media img {
		aspect-ratio: 4 / 3;
	}

	.post-entry {
		font-size: 16px;
	}

	.post-entry blockquote {
		padding: 30px 26px 30px 62px;
		border-radius: 24px;
		font-size: 18px;
	}

	.post-entry blockquote::before {
		left: 24px;
		font-size: 40px;
	}

	.blog-card__body {
		min-height: 0;
		padding: 24px;
	}
}

/* Final balance pass for the Novaride-style homepage intro/about section. */
.home-about--novaride {
	position: relative;
	left: auto;
	width: min(calc(100vw - 80px), 1540px);
	margin: clamp(72px, 7vw, 112px) auto 0;
	padding: clamp(58px, 6vw, 92px) clamp(34px, 5vw, 76px);
	border-radius: 38px;
	background: #fff;
	transform: none;
}

.home-about--novaride .about-layout {
	display: grid;
	grid-template-columns: minmax(430px, 0.95fr) minmax(480px, 1.05fr);
	gap: clamp(54px, 6vw, 100px);
	align-items: center;
	max-width: 1360px;
	margin-inline: auto;
}

.home-about--novaride .about-layout > .about-visual:not(.about-visual--novaride) {
	display: none;
}

.about-visual--novaride {
	position: relative;
	width: min(100%, 620px);
	min-height: clamp(560px, 42vw, 690px);
	margin-inline: auto;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.about-visual--novaride::before,
.about-visual--novaride::after {
	display: none;
}

.about-visual__asterisk {
	top: 25%;
	right: 3%;
	font-size: clamp(82px, 8vw, 132px);
	filter: drop-shadow(0 14px 24px rgba(255, 54, 0, 0.18));
}

.about-portrait {
	border-width: 3px;
	box-shadow: 0 28px 66px rgba(8, 17, 32, 0.14);
}

.about-portrait--primary {
	top: 2%;
	left: 0;
	width: min(74%, 455px);
	aspect-ratio: 0.86;
}

.about-portrait--secondary {
	right: 0;
	bottom: 3%;
	width: min(61%, 355px);
	aspect-ratio: 0.88;
}

.about-copy--novaride {
	max-width: 700px;
	min-width: 0;
}

.about-copy--novaride .section-eyebrow {
	margin-bottom: 14px;
}

.about-copy--novaride .entry-content h2 {
	max-width: 700px;
	margin: 0 0 20px;
	color: var(--taxibrvt-heading);
	font-size: clamp(42px, 3.6vw, 66px);
	line-height: 1.08;
	text-wrap: balance;
}

.about-copy--novaride .entry-content p {
	max-width: 640px;
	margin-bottom: 0;
	color: #5d6874;
	font-size: 17px;
	line-height: 1.78;
}

.about-feature-list {
	margin-top: 34px;
}

.about-feature {
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 22px;
	padding: 24px 0;
}

.about-feature h3 {
	font-size: clamp(20px, 1.55vw, 25px);
}

.about-actions {
	margin-top: 18px;
}

html.js .home-about--novaride .about-visual--novaride[data-reveal],
html.js .home-about--novaride .about-copy--novaride[data-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.js .home-about--novaride .about-visual--novaride[data-reveal].is-visible,
html.js .home-about--novaride .about-copy--novaride[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 1700px) {
	.home-about--novaride {
		width: min(calc(100vw - 160px), 1540px);
	}

	.home-about--novaride .about-layout {
		grid-template-columns: 620px minmax(0, 690px);
	}
}

@media (max-width: 1180px) {
	.home-about--novaride {
		width: min(calc(100vw - 40px), 1040px);
		padding: 58px 36px;
	}

	.home-about--novaride .about-layout {
		grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1fr);
		gap: 44px;
	}

	.about-visual--novaride {
		min-height: 520px;
	}

	.about-copy--novaride .entry-content h2 {
		font-size: clamp(38px, 4.8vw, 56px);
	}
}

@media (max-width: 920px) {
	.home-about--novaride {
		width: calc(100vw - 24px);
		padding: 44px 22px;
		border-radius: 28px;
	}

	.home-about--novaride .about-layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.about-visual--novaride {
		order: -1;
		width: min(100%, 560px);
		min-height: 470px;
	}

	.about-copy--novaride {
		max-width: none;
	}

	.about-copy--novaride .entry-content h2,
	.about-copy--novaride .entry-content p {
		max-width: none;
	}
}

@media (max-width: 560px) {
	.home-about--novaride {
		padding: 36px 18px;
	}

	.about-visual--novaride {
		min-height: 360px;
	}

	.about-portrait--primary {
		width: 72%;
	}

	.about-portrait--secondary {
		right: 0;
		bottom: 2%;
		width: 58%;
	}

	.about-visual__asterisk {
		top: 18%;
		right: 1%;
		font-size: 72px;
	}

	.about-copy--novaride .entry-content h2 {
		font-size: clamp(34px, 10vw, 44px);
	}

	.about-copy--novaride .entry-content p,
	.about-feature p {
		font-size: 15.5px;
	}

	.about-feature {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 14px;
		padding: 20px 0;
	}

	.about-feature__icon {
		width: 50px;
		height: 50px;
	}

	.about-actions .button--primary {
		flex: 1 1 210px;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	html.js .home-about--novaride .about-visual--novaride[data-reveal],
	html.js .home-about--novaride .about-copy--novaride[data-reveal],
	html.js .home-about--novaride .about-visual--novaride[data-reveal].is-visible,
	html.js .home-about--novaride .about-copy--novaride[data-reveal].is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Encoding-safe service action icons. */
.service-action-icon {
	position: relative;
	display: inline-block;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	color: currentColor;
}

.service-action-icon::before,
.service-action-icon::after {
	position: absolute;
	content: "";
}

.service-action-icon--diagonal::before {
	top: 1px;
	right: 1px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.service-action-icon--diagonal::after {
	top: 8px;
	left: 2px;
	width: 13px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: rotate(-45deg);
	transform-origin: center;
}

.service-action-icon--down::before {
	top: 1px;
	left: 7px;
	width: 2px;
	height: 12px;
	border-radius: 999px;
	background: currentColor;
}

.service-action-icon--down::after {
	right: 3px;
	bottom: 2px;
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

.service-content-toggle__icon {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	font-size: 0;
}

.service-content-toggle__icon::before {
	position: absolute;
	top: 2px;
	left: 3px;
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

/* Related article carousel with larger editorial imagery. */
.related-posts {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-inline: 0;
	overflow: hidden;
}

.blog-single .post-detail__layout,
.blog-single .post-detail__main {
	min-width: 0;
}

.blog-single .post-detail__main,
.related-posts__viewport,
.related-posts .blog-card-grid--compact {
	max-width: 100%;
}

.related-posts__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 34px;
}

.related-posts__header .section-kicker,
.related-posts__header h2 {
	text-align: left;
}

.related-posts__header h2 {
	max-width: 720px;
	margin: 10px 0 0;
}

.related-posts__controls {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.related-posts__button {
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(4, 4, 1, 0.12);
	border-radius: 50%;
	background: #fff;
	color: var(--taxibrvt-heading);
	cursor: pointer;
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.related-posts__button::before,
.related-posts__button::after {
	position: absolute;
	content: "";
}

.related-posts__button::before {
	top: 23px;
	left: 16px;
	width: 17px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.related-posts__button::after {
	top: 18px;
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.related-posts__button--prev::after {
	left: 16px;
	transform: rotate(-135deg);
}

.related-posts__button--next::after {
	right: 16px;
	transform: rotate(45deg);
}

.related-posts__button:hover,
.related-posts__button:focus-visible {
	border-color: var(--taxibrvt-accent);
	background: var(--taxibrvt-accent);
	color: #fff;
	transform: translateY(-2px);
}

.related-posts__button:disabled {
	cursor: default;
	opacity: 0.35;
	transform: none;
}

.related-posts__viewport {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 24px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--taxibrvt-accent) rgba(4, 4, 1, 0.08);
	scrollbar-width: thin;
}

.related-posts__viewport:focus-visible {
	border-radius: 28px;
	outline: 3px solid rgba(255, 54, 0, 0.22);
	outline-offset: 4px;
}

.related-posts .blog-card-grid--compact {
	display: flex;
	gap: 24px;
	width: auto;
}

.related-posts .blog-card {
	flex: 0 0 min(76%, 680px);
	width: 100%;
	max-width: none;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.related-posts .blog-card__media {
	aspect-ratio: 16 / 8.6;
}

.related-posts .blog-card__body {
	min-height: 230px;
}

.related-posts .blog-card h3 {
	max-width: 680px;
	font-size: clamp(26px, 3vw, 38px);
}

@media (min-width: 1180px) {
	.related-posts .blog-card {
		flex-basis: min(78%, 720px);
	}
}

@media (max-width: 720px) {
	.related-posts__header {
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 26px;
	}

	.related-posts__header > div:first-child {
		flex: 1 1 210px;
		min-width: 0;
	}

	.related-posts__header h2 {
		font-size: clamp(32px, 10vw, 44px);
		overflow-wrap: anywhere;
	}

	.related-posts__button {
		width: 44px;
		height: 44px;
	}

	.related-posts__button::before {
		top: 20px;
		left: 13px;
	}

	.related-posts__button::after {
		top: 15px;
	}

	.related-posts__button--prev::after {
		left: 13px;
	}

	.related-posts__button--next::after {
		right: 13px;
	}

	.related-posts .blog-card-grid--compact {
		gap: 16px;
	}

	.related-posts .blog-card {
		flex-basis: 88%;
	}

	.related-posts .blog-card__media {
		aspect-ratio: 16 / 10;
	}

	.related-posts .blog-card__body {
		min-height: 0;
	}
}

/* Professional mega menu and conversion UI pass. */
.site-header {
	z-index: 1000;
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(18px, 3vw, 44px);
	width: min(calc(100% - 64px), 1390px);
	margin-inline: auto;
}

.primary-navigation {
	justify-self: end;
}

.primary-menu {
	display: flex;
	justify-content: flex-end;
}

.mobile-menu-panel__head,
.mobile-menu-panel__cta,
.site-menu-backdrop {
	display: none;
}

.mega-menu-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mega-menu-toggle::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	content: "";
	opacity: 0;
	transform: scale(0.3);
	transition: opacity 180ms ease, transform 180ms ease;
}

.menu-item--mega:hover .mega-menu-toggle::before,
.menu-item--mega:focus-within .mega-menu-toggle::before,
.menu-item--mega.is-mega-open .mega-menu-toggle::before {
	opacity: 1;
	transform: scale(1);
}

.mega-menu {
	padding: 0 28px 28px;
}

.mega-menu__inner {
	grid-template-columns: minmax(280px, 0.95fr) minmax(420px, 1.35fr) minmax(180px, 0.62fr) minmax(220px, 0.72fr);
	gap: 18px;
	width: min(calc(100vw - 72px), 1420px);
	padding: 18px;
	border-radius: 0 0 32px 32px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.98)), #fff;
	box-shadow: 0 34px 90px rgba(8, 17, 32, 0.2);
	backdrop-filter: blur(16px);
}

.mega-menu__feature {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	padding: 18px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(5, 10, 18, 0.18), rgba(5, 10, 18, 0.72)), #071522;
	color: #fff;
}

.mega-menu__feature::after {
	position: absolute;
	right: -46px;
	bottom: -46px;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background: rgba(255, 54, 0, 0.88);
	content: "";
}

.mega-menu__media {
	position: relative;
	aspect-ratio: 16 / 10;
	margin: 0 0 16px;
	overflow: hidden;
	border-radius: 18px;
	background: #dceeff;
}

.mega-menu__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.03);
	transition: transform 520ms ease;
}

.menu-item--mega.is-mega-open .mega-menu__media img,
.menu-item--mega:hover .mega-menu__media img {
	transform: scale(1.09);
}

.mega-menu__feature .section-eyebrow,
.mega-menu__feature h2,
.mega-menu__feature p,
.mega-menu__feature .mega-menu__cta {
	position: relative;
	z-index: 1;
}

.mega-menu__feature h2 {
	color: #fff;
	font-size: clamp(25px, 1.9vw, 34px);
}

.mega-menu__feature p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.65;
}

.mega-menu__cta,
.header-cta,
.button--primary,
.button--conversion {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.primary-menu .mega-menu__cta,
.primary-menu .mega-menu__cta:hover,
.primary-menu .mega-menu__cta:focus-visible {
	color: #fff;
}

.mega-menu__cta::before,
.header-cta::before,
.button--primary::before,
.button--conversion::before {
	position: absolute;
	top: -35%;
	bottom: -35%;
	left: -50%;
	z-index: -1;
	width: 34%;
	background: rgba(255, 255, 255, 0.3);
	content: "";
	transform: skewX(-22deg);
	transition: left 520ms ease;
}

.mega-menu__cta:hover::before,
.mega-menu__cta:focus-visible::before,
.header-cta:hover::before,
.header-cta:focus-visible::before,
.button--primary:hover::before,
.button--primary:focus-visible::before,
.button--conversion:hover::before,
.button--conversion:focus-visible::before {
	left: 120%;
}

.mega-menu__cta {
	box-shadow: 0 16px 34px rgba(255, 54, 0, 0.28);
	transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mega-menu__cta:hover,
.mega-menu__cta:focus-visible {
	background: var(--taxibrvt-accent-dark);
	color: #fff;
	box-shadow: 0 22px 42px rgba(255, 54, 0, 0.36);
	transform: translateY(-2px);
}

.mega-link-grid {
	gap: 14px;
}

.mega-link-card {
	grid-template-columns: 86px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	min-height: 112px;
	padding: 12px;
	border-radius: 20px;
	background: #f8fbff;
}

.mega-link-card__thumb {
	width: 86px;
	height: 86px;
	overflow: hidden;
	border-radius: 16px;
	background: #dceeff;
}

.mega-link-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.mega-link-card__copy {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.mega-link-card__copy strong {
	color: #071522;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
	transition: color 180ms ease;
}

.mega-link-card:hover .mega-link-card__copy strong,
.mega-link-card:focus-visible .mega-link-card__copy strong {
	color: var(--taxibrvt-accent);
}

.mega-link-card:hover .mega-link-card__thumb img,
.mega-link-card:focus-visible .mega-link-card__thumb img {
	transform: scale(1.08);
}

.mega-menu__column {
	padding: 18px 14px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.7);
}

.mega-menu__column h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
}

.mega-menu__column h2::before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--taxibrvt-accent);
	content: "";
}

.mega-menu__list a {
	position: relative;
	min-height: 46px;
	padding: 12px 38px 12px 0;
}

.mega-menu__list a::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff3ef;
	color: var(--taxibrvt-accent);
	font-size: 0;
	content: "";
	transform: translateY(-50%);
	transition: background 180ms ease, transform 180ms ease;
}

.mega-menu__list a::before {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--taxibrvt-accent);
	border-right: 2px solid var(--taxibrvt-accent);
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.mega-menu__list a:hover::after,
.mega-menu__list a:focus-visible::after {
	background: var(--taxibrvt-accent);
	transform: translate(3px, -50%);
}

.mega-menu__list a:hover::before,
.mega-menu__list a:focus-visible::before {
	border-color: #fff;
}

.header-cta,
.button--primary,
.button--conversion {
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible,
.button--primary:hover,
.button--primary:focus-visible,
.button--conversion:hover,
.button--conversion:focus-visible {
	transform: translateY(-2px);
}

.header-cta {
	box-shadow: 0 14px 30px rgba(255, 54, 0, 0.24);
}

.button--ghost-dark {
	border: 1px solid rgba(7, 21, 34, 0.12);
	background: #fff;
	color: #071522;
	box-shadow: 0 14px 34px rgba(8, 17, 32, 0.08);
}

.button--ghost-dark:hover,
.button--ghost-dark:focus-visible {
	border-color: var(--taxibrvt-accent);
	background: #fff3ef;
	color: var(--taxibrvt-accent);
	transform: translateY(-2px);
}

@media (min-width: 921px) {
	.primary-navigation {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 1180px) {
	.site-header__inner {
		grid-template-columns: auto auto auto;
		width: min(calc(100% - 36px), 1390px);
	}

	.primary-menu {
		gap: 20px;
	}

	.mega-menu__inner {
		grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr) minmax(180px, 0.7fr);
	}

	.mega-menu__column:last-child {
		grid-column: 2 / -1;
	}
}

@media (max-width: 920px) {
	body.has-mobile-menu-open {
		overflow: hidden;
	}

	.site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
		min-height: 86px;
	}

	.menu-toggle {
		position: relative;
		z-index: 1002;
		display: inline-grid;
		place-items: center;
		order: 3;
		width: 50px;
		height: 50px;
		border-color: rgba(7, 21, 34, 0.12);
		background: #fff;
		box-shadow: 0 12px 30px rgba(8, 17, 32, 0.1);
		transition: background 180ms ease, transform 180ms ease;
	}

	.site-header.is-menu-open .menu-toggle {
		background: var(--taxibrvt-accent);
		color: #fff;
		transform: rotate(90deg);
	}

	.site-header.is-menu-open .menu-toggle__bar {
		background: transparent;
	}

	.site-header.is-menu-open .menu-toggle__bar::before {
		transform: translateY(0) rotate(45deg);
	}

	.site-header.is-menu-open .menu-toggle__bar::after {
		transform: translateY(-2px) rotate(-45deg);
	}

	.header-cta {
		order: 2;
		min-width: 124px;
		padding-inline: 14px;
	}

	.primary-navigation {
		position: fixed;
		top: 12px;
		right: 12px;
		bottom: 12px;
		z-index: 1001;
		display: flex;
		flex-direction: column;
		width: min(430px, calc(100vw - 24px));
		max-height: calc(100dvh - 24px);
		padding: 22px;
		border: 1px solid rgba(7, 21, 34, 0.08);
		border-radius: 28px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.98)), #fff;
		box-shadow: 0 34px 90px rgba(8, 17, 32, 0.26);
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		transform: translateX(28px) scale(0.98);
		transform-origin: top right;
		transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
	}

	.site-header.is-menu-open .primary-navigation {
		opacity: 1;
		visibility: visible;
		transform: translateX(0) scale(1);
	}

	.mobile-menu-panel__head,
	.mobile-menu-panel__cta {
		display: grid;
	}

	.mobile-menu-panel__head {
		gap: 4px;
		padding: 6px 64px 18px 2px;
	}

	.mobile-menu-panel__head span {
		color: var(--taxibrvt-accent);
		font-size: 13px;
		font-weight: 900;
		text-transform: uppercase;
	}

	.mobile-menu-panel__head strong {
		color: #071522;
		font-size: clamp(28px, 8vw, 40px);
		line-height: 1.05;
	}

	.primary-menu {
		display: grid;
		gap: 8px;
		width: 100%;
	}

	.primary-menu > li {
		width: 100%;
	}

	.primary-menu a,
	.mega-menu-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 52px;
		padding: 14px 0;
		border-bottom: 1px solid rgba(7, 21, 34, 0.08);
		color: #071522;
		font-size: 17px;
	}

	.mega-menu-toggle::before {
		display: none;
	}

	.mega-menu-toggle::after {
		position: static;
		display: block;
		width: 10px;
		height: 10px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		background: none;
		content: "";
		transform: rotate(45deg);
		transition: transform 180ms ease;
	}

	.menu-item--mega.is-mega-open .mega-menu-toggle::after {
		transform: rotate(225deg);
	}

	.mega-menu {
		position: static;
		display: grid;
		grid-template-rows: 0fr;
		padding: 0;
		overflow: hidden;
		opacity: 1;
		visibility: visible;
		transform: none;
		transition: grid-template-rows 240ms ease;
		pointer-events: auto;
	}

	.menu-item--mega .mega-menu {
		display: grid;
	}

	.menu-item--mega.is-mega-open .mega-menu {
		grid-template-rows: 1fr;
	}

	.mega-menu__inner {
		grid-template-columns: 1fr;
		gap: 12px;
		width: 100%;
		min-height: 0;
		padding: 12px 0 18px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
		overflow: hidden;
	}

	.mega-menu__feature {
		padding: 14px;
		border-radius: 20px;
	}

	.mega-menu__media {
		aspect-ratio: 2 / 1;
	}

	.mega-menu__feature h2 {
		font-size: 25px;
	}

	.mega-link-grid {
		grid-template-columns: 1fr;
	}

	.mega-link-card {
		grid-template-columns: 76px minmax(0, 1fr);
		min-height: 96px;
		background: #fff;
	}

	.mega-link-card__thumb {
		width: 76px;
		height: 76px;
	}

	.mega-menu__column {
		padding: 14px;
		background: #fff;
	}

	.mega-menu__column:last-child {
		grid-column: auto;
	}

	.mobile-menu-panel__cta {
		gap: 10px;
		margin-top: auto;
		padding-top: 18px;
	}

	.mobile-menu-panel__cta .button {
		width: 100%;
	}

	.site-menu-backdrop {
		position: fixed;
		inset: 0;
		z-index: 999;
		display: block;
		background: rgba(7, 21, 34, 0.38);
		backdrop-filter: blur(6px);
		opacity: 0;
		transition: opacity 220ms ease;
	}

	body.has-mobile-menu-open .site-menu-backdrop {
		opacity: 1;
	}
}

@media (max-width: 560px) {
	.site-header__inner {
		width: min(calc(100% - 28px), 1390px);
		gap: 10px;
		min-height: 78px;
	}

	.site-title {
		font-size: 23px;
	}

	.site-title::before {
		width: 34px;
		height: 34px;
	}

	.header-cta {
		display: none;
	}

	.primary-navigation {
		left: 10px;
		right: 10px;
		bottom: 10px;
		width: auto;
		max-height: calc(100dvh - 20px);
		padding: 20px;
		border-radius: 24px;
	}

	.menu-toggle {
		width: 48px;
		height: 48px;
	}

	.mobile-menu-panel__head {
		padding-right: 58px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.button--conversion {
		animation: none;
	}
}

/* Mega menu polish: lower desktop panel, faster scanning, compact mobile drawer. */
@media (min-width: 921px) {
	.mega-menu {
		padding: 0 24px 22px;
	}

	.mega-menu__inner {
		align-items: start;
		grid-template-columns: minmax(280px, 320px) minmax(430px, 1fr) minmax(190px, 0.55fr) minmax(230px, 0.65fr);
		width: min(calc(100vw - 56px), 1380px);
		max-height: calc(100vh - 126px);
		overflow: auto;
		padding: 16px;
		scrollbar-width: thin;
	}

	.mega-menu__feature {
		min-height: 0;
		padding: 16px;
		gap: 10px;
	}

	.mega-menu__media {
		aspect-ratio: 16 / 8.6;
		margin-bottom: 14px;
	}

	.mega-menu__feature h2 {
		font-size: clamp(24px, 1.7vw, 30px);
		line-height: 1.08;
	}

	.mega-menu__feature p {
		display: -webkit-box;
		overflow: hidden;
		margin-bottom: 2px;
		font-size: 13px;
		line-height: 1.55;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.mega-menu__cta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-top: 2px;
		padding: 13px 16px;
		color: #fff;
		text-align: left;
	}

	.mega-menu__cta:hover,
	.mega-menu__cta:focus-visible {
		color: #fff;
	}

	.mega-menu__cta strong {
		font-size: 16px;
	}

	.mega-menu__column {
		padding: 16px;
	}

	.mega-menu__column--wide {
		background: linear-gradient(180deg, #ffffff, #f7fbff);
	}

	.mega-link-grid {
		grid-template-columns: 1fr;
	}

	.mega-link-card {
		grid-template-columns: 112px minmax(0, 1fr);
		min-height: 104px;
		padding: 10px;
	}

	.mega-link-card__thumb {
		width: 112px;
		height: 82px;
	}

	.mega-link-card__copy strong {
		font-size: 16px;
	}

	.mega-link-card__copy small {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.mega-menu__list {
		gap: 2px;
	}

	.mega-menu__list a {
		min-height: 42px;
		padding-block: 9px;
		font-size: 14px;
	}
}

@media (max-width: 1180px) and (min-width: 921px) {
	.mega-menu__inner {
		grid-template-columns: minmax(250px, 0.76fr) minmax(390px, 1.18fr) minmax(210px, 0.78fr);
	}

	.mega-menu__column:last-child {
		grid-column: 2 / -1;
	}
}

@media (max-width: 920px) {
	.primary-navigation {
		padding-bottom: 18px;
	}

	.mobile-menu-panel__head {
		padding-bottom: 12px;
	}

	.mobile-menu-panel__head strong {
		max-width: 260px;
	}

	.mega-menu__inner {
		gap: 10px;
		padding: 8px 0 12px;
	}

	.mega-menu__feature {
		grid-template-columns: 84px minmax(0, 1fr);
		align-items: center;
		gap: 12px;
		order: 1;
		padding: 12px;
		min-height: 0;
	}

	.mega-menu__feature::after {
		right: -34px;
		bottom: -54px;
		width: 92px;
		height: 92px;
	}

	.mega-menu__media {
		grid-row: 1 / span 4;
		width: 84px;
		height: 84px;
		aspect-ratio: auto;
		margin: 0;
		border-radius: 18px;
	}

	.mega-menu__feature .section-eyebrow {
		margin: 0;
		font-size: 11px;
	}

	.mega-menu__feature h2 {
		margin: 0;
		font-size: 18px;
		line-height: 1.16;
	}

	.mega-menu__feature p {
		display: none;
	}

	.mega-menu__cta {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: fit-content;
		min-height: 38px;
		padding: 9px 13px;
		color: #fff;
		font-size: 12px;
		text-align: left;
	}

	.mega-menu__cta strong {
		display: none;
	}

	.mega-menu__column--wide {
		order: 2;
	}

	.mega-menu__column {
		order: 3;
		padding: 12px;
		border: 1px solid rgba(7, 21, 34, 0.06);
	}

	.mega-menu__column h2 {
		margin-bottom: 8px;
		font-size: 14px;
	}

	.mega-link-card {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 10px;
		min-height: 86px;
		padding: 8px;
		border-radius: 16px;
	}

	.mega-link-card__thumb {
		width: 72px;
		height: 68px;
		border-radius: 13px;
	}

	.mega-link-card__copy {
		gap: 5px;
	}

	.mega-link-card__copy strong {
		font-size: 14px;
		line-height: 1.22;
	}

	.mega-link-card__copy small {
		display: -webkit-box;
		overflow: hidden;
		font-size: 12px;
		line-height: 1.35;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.mega-menu__list a {
		min-height: 40px;
		padding: 8px 34px 8px 0;
		font-size: 13px;
	}

	.mobile-menu-panel__cta {
		position: sticky;
		bottom: -18px;
		margin-right: -22px;
		margin-bottom: -18px;
		margin-left: -22px;
		padding: 14px 22px 18px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 20%);
	}
}

@media (max-width: 430px) {
	.primary-navigation {
		padding-inline: 16px;
	}

	.mobile-menu-panel__cta {
		margin-right: -16px;
		margin-left: -16px;
		padding-inline: 16px;
	}

	.mega-menu__feature {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.mega-menu__media {
		width: 72px;
		height: 72px;
	}
}

/* Button style system: shared CTA, icon, and form button language. */
.button,
.header-cta,
.mega-menu__cta,
.booking-panel .wpcf7-submit,
.post-widget .search-submit,
.wp-block-button__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--taxibrvt-button-gap);
	min-height: var(--taxibrvt-button-height);
	padding: var(--taxibrvt-button-padding);
	border: 1px solid transparent;
	border-radius: var(--taxibrvt-button-radius);
	font-family: var(--taxibrvt-font-heading);
	font-size: var(--taxibrvt-button-font-size);
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
	cursor: pointer;
	overflow: hidden;
	isolation: isolate;
	transition:
		background var(--taxibrvt-button-ease),
		border-color var(--taxibrvt-button-ease),
		color var(--taxibrvt-button-ease),
		box-shadow var(--taxibrvt-button-ease),
		transform var(--taxibrvt-button-ease);
}

.button--primary,
.button--conversion,
.header-cta,
.mega-menu__cta,
.booking-panel .wpcf7-submit,
.post-widget .search-submit,
.wp-block-button__link {
	border-color: var(--taxibrvt-accent);
	background: var(--taxibrvt-accent);
	color: #fff;
	box-shadow: var(--taxibrvt-button-shadow);
}

.button--primary:hover,
.button--primary:focus-visible,
.button--conversion:hover,
.button--conversion:focus-visible,
.header-cta:hover,
.header-cta:focus-visible,
.mega-menu__cta:hover,
.mega-menu__cta:focus-visible,
.booking-panel .wpcf7-submit:hover,
.booking-panel .wpcf7-submit:focus-visible,
.post-widget .search-submit:hover,
.post-widget .search-submit:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
	border-color: var(--taxibrvt-accent-dark);
	background: var(--taxibrvt-accent-dark);
	color: #fff;
	box-shadow: var(--taxibrvt-button-shadow-hover);
	transform: translateY(-2px);
}

.button--ghost,
.button--ghost-dark,
.button--outline-light {
	background: #fff;
	color: #071522;
	border-color: rgba(7, 21, 34, 0.13);
	box-shadow: 0 14px 34px rgba(8, 17, 32, 0.09);
}

.button--outline-light {
	border-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	backdrop-filter: blur(10px);
}

.button--ghost:hover,
.button--ghost:focus-visible,
.button--ghost-dark:hover,
.button--ghost-dark:focus-visible {
	border-color: rgba(255, 54, 0, 0.22);
	background: #fff3ef;
	color: var(--taxibrvt-accent);
	box-shadow: 0 18px 38px rgba(8, 17, 32, 0.12);
	transform: translateY(-2px);
}

.button--outline-light:hover,
.button--outline-light:focus-visible {
	border-color: #fff;
	background: #fff;
	color: #071522;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
	transform: translateY(-2px);
}

.button--primary::before,
.button--conversion::before,
.header-cta::before,
.mega-menu__cta::before,
.booking-panel .wpcf7-submit::before,
.post-widget .search-submit::before,
.wp-block-button__link::before {
	position: absolute;
	top: -40%;
	bottom: -40%;
	left: -55%;
	z-index: -1;
	width: 36%;
	background: rgba(255, 255, 255, 0.32);
	content: "";
	transform: skewX(-22deg);
	transition: left 560ms ease;
}

.button--primary:hover::before,
.button--primary:focus-visible::before,
.button--conversion:hover::before,
.button--conversion:focus-visible::before,
.header-cta:hover::before,
.header-cta:focus-visible::before,
.mega-menu__cta:hover::before,
.mega-menu__cta:focus-visible::before,
.booking-panel .wpcf7-submit:hover::before,
.booking-panel .wpcf7-submit:focus-visible::before,
.post-widget .search-submit:hover::before,
.post-widget .search-submit:focus-visible::before,
.wp-block-button__link:hover::before,
.wp-block-button__link:focus-visible::before {
	left: 122%;
}

.service-action-icon,
.button--round,
.rental-card__arrow,
.article-card__arrow,
.blog-card__arrow,
.related-posts__button,
.service-nav__arrow {
	position: relative;
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff3ef;
	color: var(--taxibrvt-accent);
	font-size: 0;
	box-shadow: 0 12px 26px rgba(255, 54, 0, 0.13);
	transition:
		background var(--taxibrvt-button-ease),
		color var(--taxibrvt-button-ease),
		box-shadow var(--taxibrvt-button-ease),
		transform var(--taxibrvt-button-ease);
}

.service-action-icon::before,
.button--round::after,
.rental-card__arrow::before,
.article-card__arrow::before,
.blog-card__arrow::before,
.service-nav__arrow::before {
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.service-action-icon--down::before {
	transform: rotate(135deg);
}

.related-posts__button::before,
.related-posts__button::after {
	background: currentColor;
}

.rental-card:hover .rental-card__arrow,
.rental-card:focus-within .rental-card__arrow,
.article-card:hover .article-card__arrow,
.article-card:focus-within .article-card__arrow,
.blog-card:hover .blog-card__arrow,
.blog-card:focus-within .blog-card__arrow,
.button--round:hover,
.button--round:focus-visible,
.related-posts__button:hover,
.related-posts__button:focus-visible,
.service-nav a:hover .service-nav__arrow,
.service-nav a:focus-visible .service-nav__arrow,
.service-nav a.is-current .service-nav__arrow {
	background: var(--taxibrvt-accent);
	color: #fff;
	box-shadow: 0 16px 30px rgba(255, 54, 0, 0.24);
	transform: translateY(-2px);
}

.header-cta {
	display: inline-grid;
	gap: 3px;
	min-width: 166px;
	padding: 12px 22px;
	line-height: 1.15;
}

.header-cta span {
	font-size: 12px;
	font-weight: 800;
	opacity: 0.86;
}

.header-cta strong {
	font-size: 16px;
	font-weight: 900;
}

.mega-menu__cta {
	display: inline-grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	width: 100%;
	min-height: 58px;
	padding: 14px 18px;
}

.mega-menu__cta::after,
.button--conversion::after,
.button--primary.is-arrow::after {
	display: inline-grid;
	flex: 0 0 28px;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	content: "";
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.button--conversion:has(.service-action-icon)::after {
	display: none;
}

.button--conversion::after {
	background-image:
		linear-gradient(45deg, transparent 48%, currentColor 49% 55%, transparent 56%),
		linear-gradient(90deg, currentColor, currentColor);
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: 12px 12px, 11px 2px;
}

.button--round::before {
	content: none;
}

.service-hero-actions .button--conversion .service-action-icon,
.service-hero-actions .button--outline-light .service-action-icon {
	margin-right: -7px;
}

.booking-panel .button,
.booking-panel .wpcf7-submit {
	min-width: 112px;
	padding-inline: 24px;
}

.related-posts__button:disabled {
	background: #eef4fa;
	color: #a5b4c1;
	box-shadow: none;
	cursor: not-allowed;
	transform: none;
}

button:focus-visible,
a:focus-visible,
.button:focus-visible,
.header-cta:focus-visible,
.mega-menu__cta:focus-visible,
.booking-panel .wpcf7-submit:focus-visible,
.post-widget .search-submit:focus-visible {
	outline: 3px solid rgba(255, 54, 0, 0.22);
	outline-offset: 4px;
}

@media (max-width: 720px) {
	.button,
	.header-cta,
	.mega-menu__cta,
	.booking-panel .wpcf7-submit,
	.post-widget .search-submit {
		min-height: 52px;
		padding: 14px 20px;
		font-size: 14px;
	}

	.service-action-icon,
	.button--round,
	.rental-card__arrow,
	.article-card__arrow,
	.blog-card__arrow,
	.related-posts__button,
	.service-nav__arrow {
		width: 40px;
		height: 40px;
	}

	.header-cta {
		min-width: 132px;
		padding-inline: 14px;
	}
}

/* Mega menu list icon overlap fix: keep all decorative arrows on the right. */
.primary-menu .mega-menu__list a {
	display: block;
	min-width: 0;
	padding: 10px 42px 10px 0;
	overflow-wrap: anywhere;
}

.primary-menu .mega-menu__list a::before {
	top: 50%;
	right: 10px;
	left: auto;
	transform: translateY(-50%) rotate(45deg);
}

.primary-menu .mega-menu__list a::after {
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);
}

.primary-menu .mega-menu__list a:hover::after,
.primary-menu .mega-menu__list a:focus-visible::after {
	transform: translate(3px, -50%);
}

@media (max-width: 920px) {
	.primary-menu .mega-menu__list a {
		padding: 9px 38px 9px 0;
	}
}

/* Global typography system: stable hierarchy across content and UI surfaces. */
:root {
	--taxibrvt-type-display: 64px;
	--taxibrvt-type-h1: 72px;
	--taxibrvt-type-h2: 48px;
	--taxibrvt-type-h3: 28px;
	--taxibrvt-type-h4: 22px;
	--taxibrvt-type-h5: 18px;
	--taxibrvt-type-h6: 16px;
	--taxibrvt-type-body: 16px;
	--taxibrvt-type-body-large: 17px;
	--taxibrvt-type-small: 14px;
	--taxibrvt-leading-heading: 1.12;
	--taxibrvt-leading-body: 1.72;
}

html {
	font-size: 16px;
}

body {
	font-size: var(--taxibrvt-type-body);
	font-weight: 400;
	line-height: var(--taxibrvt-leading-body);
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: #071522;
	font-weight: 800;
	line-height: var(--taxibrvt-leading-heading);
	letter-spacing: 0;
	overflow-wrap: break-word;
	text-wrap: balance;
}

h1 {
	font-size: var(--taxibrvt-type-h1);
}

h2 {
	font-size: var(--taxibrvt-type-h2);
}

h3 {
	font-size: var(--taxibrvt-type-h3);
	line-height: 1.2;
}

h4 {
	font-size: var(--taxibrvt-type-h4);
	line-height: 1.25;
}

h5 {
	font-size: var(--taxibrvt-type-h5);
	line-height: 1.35;
}

h6 {
	font-size: var(--taxibrvt-type-h6);
	line-height: 1.4;
}

p,
li,
dd,
dt,
blockquote,
figcaption,
input,
select,
textarea,
button {
	letter-spacing: 0;
}

.home-hero h1 {
	max-width: 820px;
	font-size: var(--taxibrvt-type-h1);
	line-height: 1.05;
}

.archive-hero h1,
.single-hero h1,
.post-hero h1,
.blog-archive-hero h1 {
	font-size: var(--taxibrvt-type-display);
	line-height: 1.08;
}

.service-detail__hero h1 {
	max-width: 980px;
	font-size: var(--taxibrvt-type-display);
	line-height: 1.06;
}

.section-header h2,
.home-section--why .section-header h2,
.home-section--fleet .section-header h2,
.home-section--faq .section-header h2,
.home-section--process .section-header h2,
.home-section--routes .section-header h2,
.service-gallery__header h2,
.service-conversion-cta h2,
.related-posts__header h2,
.related-posts h2 {
	font-size: var(--taxibrvt-type-h2);
	line-height: 1.12;
}

.about-copy .entry-content h2,
.about-copy--novaride .entry-content h2,
.brand-footer__top h2 {
	font-size: 56px;
	line-height: 1.1;
}

.service-content-block h2,
.service-pricing h2,
.service-info-section h2,
.service-faq-section h2,
.entry-section h2,
.post-entry h2 {
	font-size: 40px;
	line-height: 1.15;
}

.post-entry h3 {
	font-size: var(--taxibrvt-type-h3);
	line-height: 1.25;
}

.post-entry h4 {
	font-size: var(--taxibrvt-type-h4);
	line-height: 1.3;
}

.rental-card__body h2,
.rental-card__body h3,
.article-card h3,
.article-list__body h3,
.blog-card h2,
.blog-card h3,
.info-card h3,
.why-feature h3,
.faq-item h3 {
	font-size: 22px;
	line-height: 1.3;
}

.mega-menu h2,
.mega-menu__column h2,
.service-nav h2,
.service-sidebar-cta h2,
.post-widget h2,
.post-tags h2,
.brand-footer__nav h2 {
	font-size: 18px;
	line-height: 1.3;
}

.mega-menu__feature h2 {
	font-size: 28px;
	line-height: 1.15;
}

.home-hero__content .hero-description,
.archive-hero p,
.single-hero p,
.service-detail__hero-inner > p,
.post-hero p,
.blog-archive-hero p,
.section-header > p,
.about-copy--novaride .entry-content,
.entry-section,
.post-entry,
.service-content-block .entry-content {
	font-size: var(--taxibrvt-type-body-large);
	line-height: 1.75;
}

.rental-card__body p,
.article-card p,
.article-list__body p,
.blog-card p,
.info-card p,
.why-feature p,
.faq-item p,
.service-sidebar p,
.post-widget p {
	font-size: var(--taxibrvt-type-body);
	line-height: 1.68;
}

.section-eyebrow,
.hero-eyebrow,
.post-meta,
.article-card__meta,
.blog-card__meta,
.service-pricing__note,
.brand-footer__legal {
	font-size: var(--taxibrvt-type-small);
	line-height: 1.5;
}

@media (max-width: 1199px) {
	:root {
		--taxibrvt-type-display: 54px;
		--taxibrvt-type-h1: 58px;
		--taxibrvt-type-h2: 42px;
		--taxibrvt-type-h3: 26px;
	}

	.about-copy .entry-content h2,
	.about-copy--novaride .entry-content h2,
	.brand-footer__top h2 {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	:root {
		--taxibrvt-type-display: 40px;
		--taxibrvt-type-h1: 42px;
		--taxibrvt-type-h2: 32px;
		--taxibrvt-type-h3: 24px;
		--taxibrvt-type-h4: 20px;
		--taxibrvt-type-body-large: 16px;
	}

	body {
		line-height: 1.68;
	}

	.home-hero h1,
	.archive-hero h1,
	.single-hero h1,
	.post-hero h1,
	.blog-archive-hero h1,
	.service-detail__hero h1 {
		font-size: var(--taxibrvt-type-display);
		line-height: 1.08;
	}

	.section-header h2,
	.home-section--why .section-header h2,
	.home-section--fleet .section-header h2,
	.home-section--faq .section-header h2,
	.home-section--process .section-header h2,
	.home-section--routes .section-header h2,
	.service-gallery__header h2,
	.service-conversion-cta h2,
	.related-posts__header h2,
	.related-posts h2,
	.about-copy .entry-content h2,
	.about-copy--novaride .entry-content h2,
	.brand-footer__top h2 {
		font-size: var(--taxibrvt-type-h2);
		line-height: 1.15;
	}

	.service-content-block h2,
	.service-pricing h2,
	.service-info-section h2,
	.service-faq-section h2,
	.entry-section h2,
	.post-entry h2 {
		font-size: 30px;
		line-height: 1.18;
	}

	.rental-card__body h2,
	.rental-card__body h3,
	.article-card h3,
	.article-list__body h3,
	.blog-card h2,
	.blog-card h3,
	.info-card h3,
	.why-feature h3,
	.faq-item h3 {
		font-size: 20px;
		line-height: 1.32;
	}

	.home-hero__content .hero-description,
	.archive-hero p,
	.single-hero p,
	.service-detail__hero-inner > p,
	.post-hero p,
	.blog-archive-hero p,
	.section-header > p,
	.about-copy--novaride .entry-content,
	.entry-section,
	.post-entry,
	.service-content-block .entry-content {
		font-size: 16px;
		line-height: 1.7;
	}
}

@media (max-width: 380px) {
	:root {
		--taxibrvt-type-display: 36px;
		--taxibrvt-type-h1: 38px;
		--taxibrvt-type-h2: 30px;
	}
}

/* Balanced button geometry: equal CTA weight and optical icon alignment. */
.button,
.header-cta,
.mega-menu__cta,
.booking-panel .wpcf7-submit,
.post-widget .search-submit,
.wp-block-button__link {
	box-sizing: border-box;
	vertical-align: middle;
}

.service-hero-actions {
	align-items: center;
}

.service-hero-actions .button {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 40px;
	gap: 10px;
	width: 224px;
	min-width: 224px;
	min-height: 56px;
	padding: 6px 7px 6px 20px;
	line-height: 1.2;
}

.service-hero-actions .button > span:first-child {
	min-width: 0;
	text-align: center;
}

.service-hero-actions .button .service-action-icon {
	width: 40px;
	height: 40px;
	margin: 0;
	background: #fff;
	color: var(--taxibrvt-accent);
	box-shadow: 0 8px 18px rgba(7, 21, 34, 0.14);
}

.service-action-icon::before,
.service-action-icon::after {
	position: absolute;
	box-sizing: border-box;
	content: "";
}

.service-action-icon--diagonal::before {
	top: 11px;
	right: 11px;
	width: 10px;
	height: 10px;
	border: 0;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	background: transparent;
	transform: none;
}

.service-action-icon--diagonal::after {
	top: 20px;
	left: 13px;
	width: 14px;
	height: 2px;
	border: 0;
	border-radius: 999px;
	background: currentColor;
	transform: rotate(-45deg);
	transform-origin: center;
}

.service-action-icon--down::before {
	top: 10px;
	left: 19px;
	width: 2px;
	height: 14px;
	border: 0;
	border-radius: 999px;
	background: currentColor;
	transform: none;
}

.service-action-icon--down::after {
	top: 18px;
	left: 15px;
	width: 10px;
	height: 10px;
	border: 0;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	background: transparent;
	transform: rotate(45deg);
}

@media (max-width: 720px) {
	.service-hero-actions {
		width: 100%;
	}

	.service-hero-actions .button {
		width: min(100%, 238px);
		min-width: 0;
		min-height: 56px;
		padding: 6px 7px 6px 20px;
	}
}

/* Final button/icon normalization: prevent legacy pseudo-elements from stacking. */
:root {
	--taxibrvt-button-height: 54px;
	--taxibrvt-button-icon: 40px;
	--taxibrvt-button-radius: 999px;
}

.button,
.header-cta,
.mega-menu__cta,
.booking-panel .wpcf7-submit,
.post-widget .search-submit,
.wp-block-button__link {
	box-sizing: border-box;
	min-height: var(--taxibrvt-button-height);
	border-radius: var(--taxibrvt-button-radius);
	line-height: 1.15;
	letter-spacing: 0;
}

.header-cta {
	display: inline-grid;
	grid-template-rows: auto auto;
	place-items: center;
	align-content: center;
	gap: 2px;
	min-width: 156px;
	min-height: 56px;
	padding: 8px 18px;
	text-align: center;
	white-space: nowrap;
}

.header-cta span,
.header-cta strong {
	display: block;
	margin: 0;
	line-height: 1.08;
}

.header-cta span {
	font-size: 11px;
	font-weight: 700;
}

.header-cta strong {
	font-size: 15px;
	font-weight: 900;
}

.service-hero-actions .button {
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--taxibrvt-button-icon);
	align-items: center;
	justify-items: center;
	gap: 10px;
	width: 224px;
	min-width: 224px;
	min-height: 56px;
	padding: 7px 8px 7px 22px;
	text-align: center;
	white-space: nowrap;
}

.service-hero-actions .button::after,
.service-hero-actions .button--conversion::after,
.service-hero-actions .button--outline-light::after {
	display: none;
	content: none;
}

.service-hero-actions .button > span:first-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.service-hero-actions .button .service-action-icon {
	position: relative;
	display: grid;
	place-items: center;
	flex: 0 0 var(--taxibrvt-button-icon);
	width: var(--taxibrvt-button-icon);
	height: var(--taxibrvt-button-icon);
	margin: 0;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
	color: var(--taxibrvt-accent);
	box-shadow: 0 8px 18px rgba(7, 21, 34, 0.14);
	font-size: 0;
	line-height: 0;
}

.service-action-icon::before,
.service-action-icon::after {
	position: absolute;
	inset: auto;
	display: block;
	box-sizing: border-box;
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
	content: "";
	transform: none;
	transform-origin: center;
}

.service-action-icon--diagonal::before {
	top: 11px;
	right: 11px;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.service-action-icon--diagonal::after {
	top: 20px;
	left: 13px;
	width: 14px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: rotate(-45deg);
}

.service-action-icon--down::before {
	top: 10px;
	left: 19px;
	width: 2px;
	height: 14px;
	border-radius: 999px;
	background: currentColor;
}

.service-action-icon--down::after {
	top: 18px;
	left: 15px;
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

.button--round,
.rental-card__arrow {
	position: relative;
	display: inline-grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
	padding: 0;
	overflow: hidden;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
}

.button--round::before,
.button--round::after,
.rental-card__arrow::before,
.rental-card__arrow::after {
	position: absolute;
	display: block;
	box-sizing: border-box;
	margin: 0;
	color: inherit;
	content: "";
}

.button--round::before,
.rental-card__arrow::before {
	top: 14px;
	right: 13px;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	background: transparent;
	transform: none;
}

.button--round::after,
.rental-card__arrow::after {
	top: 21px;
	left: 14px;
	width: 14px;
	height: 2px;
	border: 0;
	border-radius: 999px;
	background: currentColor;
	transform: rotate(-45deg);
	transform-origin: center;
}

.mega-menu__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 12px 18px;
	text-align: center;
}

.mega-menu__cta::after {
	position: static;
	display: inline-grid;
	place-items: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	color: inherit;
	content: ">";
	font-size: 15px;
	line-height: 1;
}

.button--conversion::after {
	position: static;
	display: inline-grid;
	place-items: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	color: inherit;
	content: ">";
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	transform: none;
}

.hero-actions .button::after,
.home-final-cta .button::after {
	position: static;
	display: inline-grid;
	place-items: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	margin: 0 0 0 10px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	color: inherit;
	content: ">";
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	transform: none;
}

.hero-actions .button--secondary::after,
.hero-actions .button--ghost::after,
.hero-actions .button--ghost-dark::after,
.home-final-cta .button--secondary::after,
.home-final-cta .button--ghost::after,
.home-final-cta .button--ghost-dark::after {
	background: rgba(7, 21, 34, 0.08);
}

.mobile-menu-panel__cta .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	text-align: center;
}

.mobile-menu-panel__cta .button--conversion::after {
	flex-basis: 28px;
	width: 28px;
	height: 28px;
	margin-left: 4px;
}

.service-hero-actions .button::after,
.service-hero-actions .button--conversion::after,
.service-hero-actions .button--outline-light::after,
.button--conversion:has(.service-action-icon)::after {
	display: none;
	content: none;
}

@media (max-width: 960px) {
	.header-cta {
		min-width: 146px;
		min-height: 52px;
		padding: 7px 14px;
	}

	.header-cta strong {
		font-size: 14px;
	}

	.service-hero-actions .button {
		width: 214px;
		min-width: 214px;
	}
}

@media (max-width: 720px) {
	.service-hero-actions .button {
		width: min(100%, 238px);
		min-width: 0;
	}
}

@media (max-width: 520px) {
	.header-cta {
		min-width: 132px;
		min-height: 50px;
		padding: 7px 12px;
	}

	.header-cta span {
		font-size: 10px;
	}

	.header-cta strong {
		font-size: 13px;
	}

	.service-hero-actions .button {
		width: min(100%, 230px);
	}
}

/* Mobile interaction safety net: overlays cannot trap taps when the menu is closed. */
@media (max-width: 920px) {
	a,
	button,
	input,
	select,
	textarea,
	label,
	summary,
	.button,
	.header-cta,
	.menu-toggle {
		touch-action: manipulation;
	}

	.primary-navigation {
		pointer-events: none;
	}

	.site-header.is-menu-open .primary-navigation {
		pointer-events: auto;
	}

	.site-menu-backdrop,
	.site-menu-backdrop[hidden] {
		display: none !important;
		visibility: hidden;
		pointer-events: none;
	}

	body.has-mobile-menu-open .site-menu-backdrop:not([hidden]) {
		display: block !important;
		visibility: visible;
		pointer-events: auto;
	}

	body:not(.has-mobile-menu-open) .site-menu-backdrop {
		opacity: 0 !important;
	}

	body:not(.has-mobile-menu-open) .primary-navigation {
		opacity: 0;
		visibility: hidden;
		transform: translateX(28px) scale(0.98);
	}
}
